html::before {
    transition: background .3s;
}
body {
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    color: #303136;
}
body.top-alert-on {
    margin-top: 50px;
}
.text-block-white,
.text-block-color {
    position: relative;
    margin: 30px 0;
    padding: 25px 30px 25px 80px;
    font-size: 18px;
    color: #000;
    z-index: 0;
}
.text-block-color {
    padding: 50px 50px 50px 80px;
}
.text-block-white::before,
.text-block-color::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    background: #009aee;
}
.text-block-color::after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 20px;
    left: 50px;
    right: 0;
    margin: auto;
    border-radius: 6px;
    background: #f0f8fc;
    z-index: -1;
}
.text-block-white strong,
.text-block-color strong {
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 10px;
    color: #0088d2 !important;
    font-size: 20px;
    font-weight: 700;
}
.text-blue-post,
.text-blue-post strong {
    margin-bottom: 10px;
    color: #0088d2 !important;
}
.list-number {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    background: #009aee;
    border-radius: 50%;
}
.os-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
@media (min-width: 750px) {
    .row-simple { width: 100%; display: table; table-layout: fixed; }
    .row-simple > .col { display: table-cell; vertical-align: top; }
}
h1, h2, .h2, .h3, .text-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.text-sub-title {
    margin: 30px 0;
    font-size: 30px;
    text-align: center;
}
h4.modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.page-wrapper {
    overflow: hidden;
}
#content .product {
    margin-top: 40px;
}
#content .product h1 {
    margin-top: 0;
    max-height: 60px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}
h1 a {
    text-decoration: none;
}
a img {
    border: 0px;
}
a {
    color: #0088d2;
    text-decoration: none;
}
a:hover {
    color: #ec4220;
    text-decoration: none;
}
button {
    border: 0;
}
.btn,
.button,
.ajax-open {
    border-radius: 6px;
    cursor: pointer;
}
div.top-line {
  width: 100%;
  padding-top: 10px;
  color: #000;
  font-size: 17px;
  overflow: hidden;
}
.top-line a {
    display: inline-block;
    color: #4D4D4D;
    font-size: 15px;
}
.fixed-header {
    position: fixed;
    top: -100px;
    max-height: 76px;
    width: 100%;
    padding: 5px 0;
    border-bottom: 2px solid #EEEEEE;
    background: #FAFAFA;
    overflow: hidden;
    z-index: 1000;
    transition: top .5s;
}
html.bg-on .fixed-header {
    padding-right: 17px;
}
.fixed-header.fix {
    top: 0;
}
.top-alert-on .fixed-header.fix {
    top: 50px;
}
.fixed-header .cm-cats-fixed {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 200px;
}
.fixed-header .sb-title {
    margin: 0;
    margin-bottom: 0 !important;
    padding: 14px 30px 5px 15px;
}
.fix-phone {
    padding-right: 40px;
}
.fix-phone a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}
.fh-catalog-wrap {
    display: none;
}
.fh-catalog {
    width: 900px;
    position: absolute;
    top: 55px;
    padding: 15px 10px 15px 10px !important;
    color: #252839;
    overflow: visible;
    background: #e9e9e9;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}
.fh-catalog li a {
    display: inline-block;
    position: relative;
    color: #303136 !important;
    font-size: 16px;
    font-weight: bold;
    transition: all .25s;
}
.fh-catalog li a.selected,
.fh-catalog li a:hover {
    color: #0088d2 !important;
    background: transparent !important;
}
.fh-btn-wrap,
.fh-em-wrap {
    padding-right: 50px;
}
.fixed-header .h-phone {
    padding-right: 50px;
 }
.fixed-header .h-phone a {
    color: #f7f7f7;
    font-size: 18px;
 }
.fixed-header .tl-em {
    font-size: 16px;
 }
.fixed-header .cart_informer {
    padding-left: 0;
    height: 60px;
    overflow: hidden;
}   
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu li {
    display: inline-block;
}
.main-menu a {
    display: inline-block;
    padding: 10px 20px;
    transition: color .2s;
}
.main-menu li:first-of-type a {
    padding-left: 0;
}
.main-menu li:last-of-type a {
    padding-right: 0;
}
.main-menu a:hover,
.tl-phones a:hover,
.tl-em:hover,
.tl-bt:hover {
    color: #0088D2;
}
.tl-phones a {
    display: inline-block;
    padding: 0 10px;
    color: #000;
    font-weight: bold;
    transition: color .2s;
}
.tl-em,
.tl-bt {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #4D4D4D;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}
.tl-em {
    padding-right: 30px;
}
.tl-em::after,
.tl-bt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin:auto;
    width: 25px;
    height: 25px;
    background: url('/design/avantag/images/icons-21.webp') no-repeat;
    background-position: center -59px;
}
.tl-bt::after {
    background: url('/design/avantag/images/icons-21.webp') no-repeat;
    background-position: center -19px;
}
.tl-em-wrap {
    display: inline-block;
    padding: 0 15px;
}
.top-line .btn {
    padding: 10px 40px;
    margin-left: 20px;
    font-size: 15px;
}
.header > .container {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
}
.header .logo img,
.logo-wrap img {
    height: auto;
    max-height: 50px;
    max-width: 100%;
}
.fixed-header .logo-wrap img {
    display: block;
}
.h-phone,
.h-address {
    position: relative;
    padding-left: 35px;
    color: #737171;
    font-size: 16px;
}
.h-phone::after,
.h-address::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 22px;
	width: 22px;
	margin: auto;
    background: url('/design/avantag/images/pepsi.webp') no-repeat;
    background-position: center -2844px;
}
.header .bor-left {
    position: relative;
}
.h-phone a,
.h-address a {
    position: relative;
    display: block;
    color: #131a23;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.cart_informer {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
}
.cart_informer a {
    color: #737171;
}
.cart_informer a:hover {
    color: #5A5858;
    text-decoration: none;
}
.cart_informer span svg {
    stroke: #fff;
}
.cart_informer span {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    padding-top: 9px;
    color: #fff;
    font-weight: bold;
    text-align: center; 
    border-radius: 6px;
    background-color: #EC4322;
    transition: background-color .3s;
    z-index: 2;   
}
.cart_informer span:hover {
    background-color: #CA3012;
 }
.cart_informer span::after {
	content: attr(data-price);
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
    font-weight: normal;
	z-index: 0;
}
.cart_informer span::before {
	content: attr(data-products);
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	margin: auto;
	height: 13px;
	width: 24px;
	background-color: #EC4322;
	text-align: center;
    transition: background-color .3s;
	z-index: 0;
}
.cart_informer span:hover::before {
    background-color: #CA3012;
 }
.cart_informer a.full span {
    padding-top: 4px;
}

.cart_informer a.full span::before {
	bottom: 22px;
}
.cart_informer .empty span::before {
    display: none;
}
#left {
    margin-top: 15px;
}
.side-block {
    margin-bottom: 30px;
    padding: 10px;
}
.sb-title {
    font-family: 'Montserrat', sans-serif;
    margin: -10px -10px 20px -10px;
    padding: 9px 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #eeeded;
    border-radius: 0;
}
.side-block img {
    height: auto;
    max-width: 100%;
}
.sb-blog {
    border: 2px solid #eeeded;
    border-top: 2px solid #0088D2;
}
.sb-blog .sb-title {
    padding: 15px 30px;
    font-family: "Roboto", sans-serif; 
    text-transform: none;
    text-align: left; 
}
.side-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.8em;
}
.side-block ul a {
    padding: 5px;
    padding-inline: 0;
    font-size: 16px;
    color: #747478;
}
.side-block ul ul a {
    padding-left: 20px;
}
.side-block ul ul ul a {
    padding-left: 30px;
}
.side-block ul a:hover,
.side-block ul a.selected {
    background: #dbecf5;
}
.side-block > ul > li > a,
.side-block .menu_item_1 > a,
.blog-best li > a {
    color: #222;
}
.side-block .menu_item_1 {
    margin-bottom: 15px;
}
.sb-blog ul a {
    transition: all .2s;
}
.sb-blog li {
    padding: 0 20px 20px 20px;
}
.sb-blog li div {
    font-size: 13px;
    color: #747474;
}
.blog-all-link {
    margin: 0 0 10px 20px;
}
div.blog-all-link a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #222;
}
div.blog-all-link a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    height: 1px;
    width: 15px;
    background: #222;
    transition: all .3s;
}
div.blog-all-link a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    height: 6px;
    width: 6px;
    border-color: #222 #222 transparent transparent;
    border-width: 1px;
    border-style: solid;
    transform: rotate(45deg);
    transition: all .3s;
}
div.blog-all-link a:hover::before {
    right: -40px;
    width: 30px;
}
div.blog-all-link a:hover::after {
    right: -40px;
}
.sb-promo {
    padding: 0;
    text-align: center;
}
.sb-promo img {
    height: auto;
    min-height: 1px;
    max-width: 100%;
}
.slider-main {
    border-radius: 6px;
}
.slider-mini a {
    display: block;
}
.slider-mini img {
    min-height: 100px;
    min-width: 100px;
    border-radius: 6px;    
}
html.bg-on {
    position: relative;
    padding-right: 17px;
    overflow: hidden;
}
html.bg-on::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .06);
    z-index: 50;
}
header .container {
    position: relative;
}
header .cm-cats,
.fixed-header .cm-cats {
    padding-left: 50px;
}
.cm-cats .sbt-cat {
    padding: 13px 20px 7px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #0088d2;
    border-radius: 6px;
    background-color: #0088d2;
    cursor: pointer;
    transition: all .3s;
    z-index: 51;
}
.burger-new {
    position: relative;
    display: flex;
    align-items: center !important;
}
.burger-new span {
    padding: 0 10px;
}
.cm-cats .sbt-cat.m-on {
    color: #0088d2;
    background: #fff;
}
.cm-cats .sbt-cat svg {
    fill: #fff;
    transition: .3s;
}
.cm-cats .sbt-cat.m-on svg {
    fill: #0088d2;
}
.sbt-cat.m-on .burger-new::before {
}
.cm-cats-wrap {
    display: none;
}
.cm-cats-wrap {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    margin: auto;
    height: calc(100vh - 50px);
    max-width: 1390px;
    opacity: 0;
    color: #252839;
    background: #fff;
    z-index: 150;
}
.cm-cats-wrap .cm-cats-wrap-main {
    padding: 30px 40px;
    max-width: 350px;        
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 150;
}
/*.cm-cats-wrap .cm-cats-wrap-main > ul.fix::before {
    top: 510px;
}
.cm-cats-wrap .cm-cats-wrap-main > ul::before:hover {
    display: none;
}*/
.cm-cats-wrap.fix {
    position: fixed;
}
.cm-cats-wrap .cm-cats-wrap-main > ul li {
    list-style: none;
}
.cm-cats-wrap .cm-cats-wrap-main > ul a {
    font-size: 15px;
    color: #333B42;
    transition: color ease-in-out 0.2s;
}
.cm-cats-wrap .cm-cats-wrap-main > ul > li {
    padding-right: 30px;
    max-width: 250px;
}
.cm-cats-wrap .cm-cats-wrap-main > ul > li > a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.cm-cats-wrap .cm-cats-wrap-main .cm-cat-active {
    color: #0088d2;
}
.cm-cats-wrap-sub {
    padding: 30px 40px;
    max-height: 500px;
    overflow: auto;
    z-index: 150;
}
.cm-cats-wrap .cm-cats-wrap-sub > div > ul {
    display: block !important;
    padding: 5px 0;
}
.cm-cats-wrap .cm-cats-wrap-sub > div > ul li {
    margin-bottom: 10px;
}
.cm-cats-wrap .cm-cats-wrap-sub > div a {
    font-size: 15px;
    color: #333B42;
    transition: color .2s;
}
.cm-cats-wrap .cm-cats-wrap-sub > div > a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
}
.cm-cats-wrap .cm-cats-wrap-sub > div {
    display: none;
}
.cm-cats-wrap .cm-cats-wrap-sub > div:first-of-type {
    display: block;
}
.cm-cats-wrap.cm-cats-active {
    display: flex !important;
}
.s-burger li.slicknav_parent ul a {
    display: inline-block;
    margin: 0;
    padding: 3px 0 !important;
    font-size: 15px;
    color: #252839;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
    text-decoration-color: rgba(36, 39, 56, .5);
}
.s-burger .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
}
.s-burger .slicknav_nav a:hover {
    color: #ed4c2b;
    background: transparent;
}
.s-burger ul a.selected {
    color: #ed4c2b !important;
    background: transparent !important;
}
.s-burger li.collaps > a::before {
    content: "";
}
.s-burger .slicknav_nav .slicknav_row {
  margin: 0;
}
.s-burger .slicknav_nav > ul > li > .slicknav_row {
  margin: 20px 0 5px;
}
.s-burger .slicknav_nav > ul > li > .slicknav_item {
    position: relative;
}
.s-burger .slicknav_nav > ul > li > .slicknav_item::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10px;
    height: 2px;
    width: 30px;
    background: #ed4c2b;
}
.search-wrap {
    padding: 0 30px;
}
.search-wrap .search {
    position: relative;
    width: 100%;
}
.search-wrap .search_input {
    position: relative;
    width: 100%;
    padding: 15px 20px 15px 60px;
    font-size: 15px;
    color: #3f3f3f;
    border: 2px solid #F8F7F7;
    border-radius: 6px;
    background-color: #F8F7F7;
}
.fixed-header .search-wrap .search_input {
    background-color: #fff;
}
#fn_search_3.search::before {
    content: 'Введите наименование товара или его артикул...';
    position: absolute;
    top: 17px;
    left: 62px;
    opacity: .65;
    z-index: 1;
}
#fn_search_3.search.in-focus::before,
#fn_search_3.search:hover::before {
    display: none;
}
.search-wrap .search_button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: none;
    width: 80px;
    padding-right: 20px;
    background: transparent;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.search-wrap .search_button span {
    position: relative;
    display: inline-block;
}
.s-menu {
    margin-bottom: 15px;
}
.s-menu a {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.s-menu a > div {
    padding: 10px 5px 70px 5px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 0;
    transition: all ease-in-out 0.2s;
}
.s-menu a > div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    height: 60px;
    width: 75px;
    background: url('/design/avantag/images/pepsi.webp') no-repeat;
}
.s-menu a > div:hover {
    border: 1px solid #bae5fd;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.s-menu a > .s01::before {
    background-position: -12px -83px;
}
.s-menu a > .s02::before {
    background-position: -12px -164px;
}
.s-menu a > .s04::before {
    background-position: -12px -244px;
}
.s-menu a > .s03::before {
    background-position: -12px -325px;
}
.s-menu a > .s05::before {
    background-position: -12px -406px;
}
.s-menu a > .s06::before {
    background-position: -12px -1002px;
}
.c-title {
    margin: 30px 0;
}
.s-menu.sm-mini {
    padding: 0 15px;
}
.s-menu.sm-mini a {
    font-size: 16px;
}
.s-menu.sm-mini a > div {
    padding: 10px 0;
    text-align: center;
    border: 0;
}
.s-menu.sm-mini a > div:hover {
    color: #0088d2;
    border: 0;
    box-shadow: none;
}
.s-menu.sm-mini a > div::before {
    display: none;
}
.s-menu.sm-mini .sm-mini-sep {
    position: relative;
}
.s-menu.sm-mini .sm-mini-sep::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
    width: 1px;
    background: #f2f2f2;
}
.s-menu.sm-mini .col:first-child a > div {
    text-align: left;
}
#content .c-title h1,
.fn_ajax_content > h1,
.type-static h1,
.contacts > h1,
.c-title h2,
.c-title h3,
.c-title span,
.descr h2,
.new-title {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #0088d2;
}
.fn_ajax_content > h1,
.type-static h1,
.contacts > h1 {
	position: relative;
	margin-bottom: 20px;
    font-size: 30px;
}
.descr .d-cities {
    display: none;
}
.d-cities.dc-new {
    display: block;
}
.d-cities.dc-new .row > div > span {
    display: block;
    margin-bottom: 5px;
    color: #878383;
}
.d-cities.dc-new .dc-kur {
	position: relative;
	display: inline-block;
    max-width: 430px;
    margin-top: 60px;
	padding: 20px 20px 20px 100px;
	color: #0088D2;
	border-radius: 0;
	background: #E5F6FF;
}
.d-cities.dc-new .dc-kur::before {
    content: "";
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 30px;
    display: inline-block;
    height: 115px;
    width: 50px;
    margin: auto;
    background: url('/design/avantag/images/kurer-21.webp') no-repeat;
}
img.kz-map {
    height: auto;
    max-width: 100%;
}
.main-t-l-icon {
	display: flex;
	margin-right: 20px;
	min-height: 77px;
	min-width: 77px;
    border-radius: 6px;
	background-color: #F5F5F5;
	align-items: center;
	justify-content: center;
}
.main-t-l-icon-avnt {
	display: flex;
	margin-right: 20px;
}
.main-t-l-avnt {
    position: relative;
    display: block;
    padding: 30px;
    max-width: 450px;
    border-radius: 6px;
    background-color: #F5F5F5;
}
.main-text-list .row {
    align-items: flex-start;
}
.main-text-list .col-lg-6 {
	display: flex;
    padding-bottom: 30px;
	align-items: center;
    justify-content: left;
}
.main-text-list .col-lg-6.order-5 {
	align-items: flex-start;
}
.main-color-block {
    position: relative;
    margin: 50px 0;
    padding: 70px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #0088d2;
    z-index: 0;
}
.main-color-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    background-color: #0088d2;
    z-index: -1;
}
.about-shop .text-right img {
    max-width: 350px;
}
.slider-main {
    max-height: 444px;
    overflow: hidden;
}
.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
    text-align: center;
}
.owl-dots .owl-dot {
	display: inline-block;
    height: 13px;
    width: 13px;
    margin: 0 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
	background: #fff;
}
.owl-carousel.product-img-carousel {
    display: block !important;
    max-height: 190px;
}
.owl-carousel.slider-main .owl-nav,
.owl-carousel.product-img-carousel .owl-nav {
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.owl-carousel.slider-main:hover .owl-nav,
.owl-carousel.product-img-carousel:hover .owl-nav {
    opacity: 1;
}
.owl-nav > div {
    transition: all ease-in-out 0.2s;
}
.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 0;
    margin: auto;
    text-align: center;
}
.owl-nav > div {
    position: absolute;
    top: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 0px;
}
.owl-nav > div:hover {
    border-color: #e9e9e9;
}
.owl-nav .owl-prev {
    left: 10px;
    border-left: 3px solid #0088d2;
    border-bottom: 3px solid #0088d2;
    transform: rotate(45deg);
}
.owl-nav .owl-next {
    right: 10px;
    border-right: 3px solid #0088d2;
    border-top: 3px solid #0088d2;
    transform: rotate(45deg);
}
.product-img-carousel .owl-dots {
	bottom: 0;
    left: 10px;
    right: 10px;
	height: 20px;
	overflow: hidden;
}
.product-img-carousel .owl-dots .owl-dot {
    height: 4px;
    width: 20px;
    margin: 0px 6px;
    border: 0;
    border-radius: 0;
    background-color: #d9d9d9;
}
.product-img-carousel .owl-dots .owl-dot.active {
	background-color: #0088d2;
}
.slider-main .owl-nav > div:hover {
    background-color: #0088d2;
}
.slider-main .owl-nav .owl-prev {
    left: 20px;
    border-left: 3px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    transform: rotate(45deg);
}
.slider-main .owl-nav .owl-next {
    right: 20px;
    border-right: 3px solid #e9e9e9;
    border-top: 3px solid #e9e9e9;
    transform: rotate(45deg);
}
.owl-carousel .sm-text {
    position: absolute;
    left: 60px;
    bottom: 100px;
    display: inline-block;
    max-width: 550px;
    margin: auto;
    color: #fff;
}
.owl-carousel .sm-title {
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
}
.owl-carousel .sm-text p {
    margin: 20px 0 30px;
    font-size: 22px;
}
.owl-carousel .sm-text .sm-but {
    display: inline-block;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 0;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.owl-carousel .sm-text .sm-but:hover {
    border: 3px solid #ec4322;
}
.owl-carousel .smt-blue .sm-title {
    color: #0893df;
}
.owl-carousel .smt-blue p {
    color: #032f47;
}
.owl-carousel .smt-blue .sm-but {
    color: #0893df;
    border: 3px solid #0893df;
}
.owl-carousel .owl-item img {
    min-height: 2px;
    height: auto;
    max-width: 100%;
    width: auto !important;
}
.owl-carousel .sm-text.sm-fanvil {
    color: #0893df;
}
.owl-carousel .sm-text.sm-fanvil ul {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 18px;
    color: #303136;
}
.owl-carousel .sm-text.sm-fanvil li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    list-style: none;
}
.owl-carousel .sm-text.sm-fanvil li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #0893df;
}
.owl-carousel .sm-fanvil .sm-but {
    color: #0893df;
    border: 3px solid #0893df;
}
.owl-carousel .sm-fanvil .sm-but:hover {
    color: #303136;
    border: 3px solid #303136;
}
.owl-carousel .sm-title {
    margin-bottom: 40px;
}
.owl-carousel .sm-repiter {
    bottom: 50px;
}
.owl-carousel .sm-text.smt-ats {
    max-width: 640px;
    left: 70px;
    bottom: 170px;
}
.owl-carousel .smt-ats .sm-title {
    margin-bottom: 20px;
    font-size: 40px;
}
.main-clients-wrap {
    padding: 20px 0 50px 0;
}
.main-clients {
    height: 150px;
    margin-top: 30px;
    padding: 0 40px;
}
.m-clients-title {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.main-clients .owl-item > div {
    height: 155px;
    margin: 1px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}
.main-clients .owl-item img {
    display: inline-block !important;
}
.type-catalog div#content h1 {
    margin: 20px 0;
}
.pf-title {
    display: block;
    margin-bottom: -2px;
    padding: 5px 15px;
    font-size: 18px;
}
.pf-title span {
    font-size: 14px;
}
div.p-filters-wrap {
    margin-top: -30px;
}
div.p-filters {
    padding: 15px 30px;
    margin-bottom: 15px;
    color: #000;
    border: 3px solid #eeeded;
    border-radius: 0px;
}
.features-block-mobile .p-filters,
.spoiler-block {
    padding-bottom: 1px;
    padding-left: 35px;
    border: 0;
    border-radius: 6px;
    background: #EFF3F6;
}
.side-block div.p-filters {
    padding: 15px;
    border: 0;
}
.pf-wrap {
    margin-bottom: 20px;
}
.pf-name {
    font-weight: bold;
}
.pf-name::before {
    font-family: 'icomoon';
    content: "" !important;
    position: absolute;
    left: 0;
    display: inline-block;
    color: #0088d2;
    font-size: 18px;
    line-height: 16px;
    font-weight: normal;
}
.p-filters .pf-name {
    margin-bottom: 10px;
    font-size: 17px;
}
.filter_group {
    padding: 5px 0;
}
.p-filters .filter_item {
    position: relative;
    display: block;
    margin-bottom: 7px;
    padding-left: 35px;
}
.p-filters .filter_item button,
.p-filters .filter_item a,
.p-filters .filter_item span.checked,
.cats-block > a {
    display: inline-block;
    font-size: 14px;
    color: #222;
    padding: 3px 7px;
    text-decoration: none;
    background: transparent;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}
.p-filters .filter_item .filter_link span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    width: 25px;
    opacity: .5;
    border: 1px solid #b0b6b9;
    border-radius: 6px;
    background: #f9f9f9;
    transition: opacity .2s;
}
.p-filters .filter_item .filter_link.checked span::before,
.p-filters .filter_item .filter_link:hover span::before {
    opacity: 1;
}
.p-filters .filter_item .filter_link.checked span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    height: 18px;
    width: 18px;
    background-image: url('../images/pepsi.webp');
    background-repeat:  no-repeat;
    background-position: center -1733px;
}
.p-filters .subcats-block .filter_link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    width: 25px;
    opacity: .5;
    border: 1px solid #b0b6b9;
    border-radius: 50%;
    background: #f9f9f9;
    transition: opacity .2s;
}
.p-filters .subcats-block .filter_link.checked::before,
.p-filters .subcats-block .filter_link:hover::before {
    opacity: 1;
}
.p-filters .subcats-block .filter_link.checked::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #0088d2;
}
#brands img {
    vertical-align: middle;
}
.brand_item {
    margin-bottom: 30px;
    text-align: center;
}
.brand_image {
    height: 100px;
}
.brand_image img {
	max-height: 60px;
	max-width: 200px;
}
.brand_name {
    padding: 15px 0;
    border: 1px solid #eeeded;
}
.p-filters .filter_item button:hover,
.p-filters .filter_item a:hover,
.cats-block > a:hover, 
.p-filters .filter_item button.checked,
.p-filters .filter_item a.checked,
.p-filters .filter_item span.checked,
.cats-block > a.selected {
    color: #000;
}
.sort {
    margin-bottom: 30px;
}
.sort a {
    display: inline-block;
    margin: 0 15px 15px 0;
    padding: 8px 20px;
    color: #303136;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    transition: all .2s;
}
.sort a.selected {
    color: #fff;
    border: 1px solid #0088d2;
    background: #0088d2;
}
.sort a:hover {
    color: #303136;
    border: 1px solid #0088d2;
}
.sort a.selected:hover {
    color: #fff;
}
.spoiler-parent .sort a,
.sort a.selected,
.sort a.selected:hover {
    border: 0;
}
.sort-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left !important;
}
.sort-mobile .spoiler-name.sp-active {
    color: #0088d2;
}
.sort-mobile .sort {
    text-align: left;
}
.sort-mobile .sort a {
    display: block;
    margin: 15px 0;
    padding: 0;
    color: inherit;
    font-size: 17px;
    background: transparent;
    transition: all .25s;
}
.sort-mobile .sort a.selected {
    color: #0088d2;
}
.products_item {
    height: calc(100% - 30px);
}
.product-item {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    text-align: center;    
    border: 2px solid #f5f5f5;
    border-radius: 6px;
    background-color: #f5f5f5;
    overflow: hidden;
    transition: .2s;
}
.product-item:hover {
}
.type-catalog .product-item,
.type-catalog .product_info {
    background-color: #fff;
}
.type-catalog .product-item {
    border: 1px solid #dfdfdf;
}
.type-catalog .fn_ajax_content > h1,
.type-catalog .descr h2,
.type-catalog .descr h3 {
	color: #303136;
}
.type-catalog .load-more span {
	padding: 14px 60px;
	color: #303136;
	font-size: 17px;
	border: 1px solid #dfdfdf;
}
.type-catalog .load-more span:hover {
	border: 1px solid #EC4322;
}
.product-item .fn_transfer {
    height: 100%;
}
.price-btn-wrap {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    margin: auto;
}
.products {
    margin-bottom: 20px;
}
.main_products {
    margin-bottom: -20px;
}
.main_products .product-item .pi-sku,
.main_products .product-item::before {
    display: none;
}
.product-item .button .price-wrap .price .fn_price,
.product-item .price-wrap .price .fn_price {
    color: #222;
    font-weight: bold;
}
.product-item .button .price-cur,
.product-item .price-cur {
    font-weight: normal;
}
.cid-85 .product-item {
    height: 430px;
}
.product_info {
    padding: 10px;
    background-color: #F5F5F5;
}
.fn_categories .product_info,
.main_products .product_info {
    padding: 10px 10px 70px 10px;
}
.product-item .p-skidka {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 8px;
    height: 45px;
    width: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background-color: #ec4322;
    z-index: 50;
    cursor: help;
}
.product-item .pi-sku {
    display: block;
    margin: 5px 0;
    padding: 4px 10px;
    font-size: 12px;
    color: #747474;
    text-align: left;
    border-radius: 0px;
    transition: all .2s;
}
.product-item .image {
    position: relative;
    display: block;
    height: 190px;
    line-height: 170px;
    background-color: #fff;
    vertical-align: middle;
    overflow: hidden;
}
.product-item img {
    position: relative;
    display: inline-block !important;
    max-height: 170px;
    max-width: 220px;
    height: auto;
    width: auto;
    vertical-align: middle;
    z-index: 40;
}
.product-item .p-item-name {
    height: 75px;
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
}
.r-p-item .product-item .p-item-name {
    height: auto;
}
.product-item h3,
.product-item .p-item-name a {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    transition: all .2s;
}
.product-item:hover .p-item-name a {
    color: #0088D2;
}
.product-item table {
    display: none;
}
.product-item .price-0 {
    font-size: 16px;
}
.product-item .button {
    display: block;
    font-size: 22px;
    color: #222;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    transition: .2s;
}
.product-item .price-wrap {
    padding-left: 10px;
    font-size: 22px;
    color: #222;
    text-align: left;
}
.product-item .button span {
    display: inline-block;
    padding: 2px 0 0 3px;
    height: 50px;
    width: 50px;
    border-radius: 6px;
    background-color: #fff;
    transition: .2s;
}
.product-item .button span svg {
    stroke: #EC4322;
    transition: .2s;
}
.product-item .button:hover span svg {
    stroke: #fff;
}
.product-item .button:hover span {
    background-color: #EC4322;
}
.product-item .button.b-mini {
    padding-right: 100px;
    font-size: 14px;
}
.product-item .button.b-added {
    font-size: 20px;
}
.product-item .button .price-text,
.product-item .price-text {
    display: inline-block;
    font-size: 18px;
    padding-top: 10px;
}
.price-btn {
    display: flex;
    align-items: center !important;
}
.product-item .mini-features-wrap {
    height: 70px;
}
.product-item .mini_features {
    flex: 1 1 auto !important;
    font-size: 12px;
    padding: 0 10px;
    text-align: left;
}
.product-item .mini_features > div {
    display: flex;
    margin-bottom: 6px;
}
.product-item .mini_features > div .pf-value {
    color: #222;
    font-weight: 500;
}
.product-item .mini_features > div label{
    position: relative;
    width: 50%;
    padding-left: 0;
    font-weight: bold;
    overflow: hidden;
}
.product-item .mini_features .pf-name {
    color: #747474;
    font-weight: normal;
    white-space: nowrap;
}
.product-item .mini_features sup{
    font-size: 11px;
}
.bs-314 {
    flex-wrap: wrap;
}
#content > .descr {
    border-top: 0;
    overflow: hidden;
}
.descr {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    background: #ffffff;
}
.descr h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
}
.descr h2 strong {
    font-weight: bold;
}
.descr h3,
.descr h4 {
    margin: 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.descr ul li,
.product .description ul:not(.dotted-list) li,
.text-page.b-post ul:not(.list-icon) > li,
.text-page.static-page ul:not(.list-icon) > li {
    list-style: none;
    margin: 10px 0;
}
.cat-text-img {
    height: auto;
    width: auto;
    float: right;
    margin: 40px 0 40px 30px;
}
.cat-text-img img {
    min-height: 10px;
    border-radius: 6px;
}
ul.dotted-list {
    margin-left: 0 !important;
}
.descr ul li::before,
.product .description ul:not(.dotted-list) li::before,
.text-page.b-post ul:not(.list-icon) > li::before,
.text-page.static-page ul:not(.list-icon) > li::before {
    content: "";
    position: absolute;
    left: 50px;
    height: 15px;
    width: 20px;
    background-image: url('../images/check-list.svg');
    background-repeat: no-repeat;
    /*background-position: -40px -2357px;*/
}
.descr ul li::before,
.product .description ul:not(.dotted-list) li::before {
    left: 5px;
    margin-top: 5px;
}
.text-page.b-post ul ul:not(.list-icon) > li::before,
.text-page.b-post ol ul:not(.list-icon) > li::before {
	left: 35px;
}
.text-page.static-page ul:not(.list-icon) > li::before {
    left: 25px;
}
.p-title-wrap {
    margin-bottom: 30px;
}
.descr ul ul li::before {
    left: 70px;
}
.product .description ul:not(.dotted-list) ul {
    margin: 15px 0 30px 0;
	padding-left: 0;
}
.product .description ul:not(.dotted-list) ul li {
	position: relative;
}
.product .description ul:not(.dotted-list) ul li::before {
	content: "";
	position: absolute;
    top: 7px;
	left: -11px;
	height: 6px;
	width: 6px;
    border-radius: 50%;
	background: #0088d2;
}
.product .description ul.features li::before {
    content: "";
    display: none;
}
.description table th {
    padding: 10px 15px;
    text-align: center;
}
.description table td {
    padding: 5px 10px;
}
.description table ul {
    position: relative;
    margin: 15px 0 15px 0px !important;
}
.description table li::before {
    left: 10px !important;
}
.product .description table {
    width: 100%;
}
.product .description tr:nth-child(odd) {
    background: #f7f7f7;
}
.product .description table td {
    width: auto;
    padding: 10px 15px;
}
.spec-content {
    display: flex;
    flex-wrap: wrap;
}
.spec dt.spec-title {
    margin: 30px 0 0 15px;
}
.spec-content dt {
	flex: 0 0 30%;
	max-width: 30%;
    margin: 0;
    padding: 10px 15px;
}
.spec-content dd {
	flex: 0 0 70%;
	max-width: 70%;
    margin: 0;
    padding: 10px 15px;
}
.spec-content dt strong {
    font-weight: normal;
}
.spec-content dt:nth-of-type(odd),
.spec-content dd:nth-of-type(odd) {
    background: #f7f7f7;
}
#content ol.breadcrumbs {
    margin: 10px 0 30px;
    padding-left: 0 !important;
    font-size: 12px;
    color: #747474;
}
.breadcrumbs li {
    position: relative;
    color: #747474;
    font-size: 12px;
    margin: 0 2px;
    padding-left: 30px;
    display: inline-block;
}
.breadcrumbs a {
    font-size: 12px;
    color: #303136;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs li:first-child {
    padding-left: 0;
}
.breadcrumbs li + li::before {
    content: "/";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    color: #747474;
}
.icon-on-footer {
    margin-top: 30px;
    padding: 50px 15px;
    font-size: 15px;
    color: #615f5f;
}
.ion span {
    display: inline-block;
    padding-right: 40px;
}
.ion div {
    position: relative;
    padding: 10px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.product .description table.adap,
.product .description table.adap2,
.table {
    background-color: #ffffff;
    border-collapse: collapse;
    box-sizing: border-box;
    color: #656566;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.product .description .adap tr,
.table tr {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin: 0;
    overflow-wrap: break-word;
    padding: 5px;
}
.product .description .adap tr:nth-of-type(odd) {
    background: #eeeeee;
}
.product .description .adap td,
.table td {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin: 0;
    overflow-wrap: break-word;
    padding: 5px;
}
.product .description .adap2 td {
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin: 0;
    overflow-wrap: break-word;
    padding: 5px;
}
.product .description .container {
    width: auto !important;
}
.description .c-title h3 {
    font-size: 22px;
    color: #303136;
    text-transform: uppercase;
}
.a-block-1 {
    height: 192px;
    margin-top: 40px;
    background: url('../images/aster/bg-block-1.jpg') no-repeat;
    background-size: cover;
}
.a-block-1 h3 {
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background: none;
}
.a-block-1 > .row {
    height: 100%;
}
.a-block-1 .col-lg-7 {
    align-self: center !important;
}
.a-block-1 a,
.a-block-1 span {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 1.7em;
}
.a-block-1 a::before,
.a-block-1 span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    height: 20px;
    width: 20px;
    background: url('../images/aster/pepsi-aster.png') no-repeat;
    background-position: -41px -1925px;
}
.a-p-block > div > div {
    height: 200px;
    margin-bottom: 30px;
    padding-left: 90px;
    font-size: 15px;
}
.a-p-block > div > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    display: inline-block;
    margin: auto;
    height: 64px;
    width: 64px;
    background: url('../images/aster/pepsi-aster.png') no-repeat;
}
.a-p-block .ap-01::before {
    background-position: center -1455px;
}
.a-p-block .ap-02::before {
    background-position: center -1521px;
}
.a-p-block .ap-03::before {
    background-position: center -1586px;
}
.a-p-block .ap-04::before {
    background-position: center -1649px;
}
.a-p-block .ap-05::before {
    background-position: center -1711px;
}
.a-p-block .ap-06::before {
    background-position: center -1775px;
}
.a-p-block > div > div a,
.a-p-block > div > div span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
}
.city-block {
    padding-bottom: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
}
.city-block h3 {
    position: relative;
    padding-left: 90px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    background: none;
}
.city-block h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    display: inline-block;
    margin: auto;
    height: 44px;
    width: 44px;
    background: url('../images/aster/pepsi-aster.png') no-repeat;
}
.c-b-1 h3::before {
    background-position: center -2021px;
}
.c-b-2 h3::before {
    background-position: center -1962px;
}
.city-block ul {
    padding: 0;
}
.city-block li {
    display: inline-block;
    position: relative;
    width: 43%;
    list-style: none;
    list-style-image: none !important;
    padding-left: 30px;
    font-size: 18px;
}
.city-block li::before {
    content: "" !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0 !important;
    display: inline-block;
    margin: auto;
    height: 22px;
    width: 22px;
    background: url('../images/aster/pepsi-aster.png') no-repeat;
    background-position: -40px -1870px;
}
.a-block-2 {
    position: relative;
    height: 360px;
    margin-top: 30px;
    border: 3px solid #068fdd;
    border-radius: 3px;
    background: url('../images/aster/bg-block-2.jpg') no-repeat;
    background-size: cover;
}
.ab2-01 {
    position: absolute;
    top: 180px;
    right: 350px;
    height: 105px;
    width: 365px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.ab2-01 strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
}
.ab2-01 span {
    font-size: 24px;
    font-weight: 700;
}
.ab2-02 {
    position: absolute;
    top: 60px;
    right: 360px;
    height: 80px;
    width: 270px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.ab2-02 span {
    display: block;
    font-size: 26px;
    font-weight: 300;
}
.ab2-03 {
    position: absolute;
    top: 80px;
    left: 50px;
    height: 200px;
    width: 390px;
}
.ab2-03 span {
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
}
.contacts .h-phone,
.contacts .h-address {
    margin: 10px 0 30px;
    padding: 0 0 0 30px;
}
.contacts .h-phone::after {
    left: 0;
    display: none;
}
.contacts .h-phone {
    padding: 0;
}
.contacts .h-address::after {
    background-position: -42px -1885px;
}
.contacts #comment_captcha,
.contacts .captcha {
    float: right;
}
.contacts .btitle {
    color: #000;
}
.contacts .mail {
    margin-top: 30px;
}
.contacts .col-md-10 .d-flex > div {
    margin-bottom: 35px;
}
.info-block > div[class^=ib-] {
    padding: 15px 0 15px 60px;
}
.buy-block .info-block > div[class^=ib-] {
    padding: 10px 0 10px 50px;
}
.info-block > div[class^=ib-] > span {
    display: inline-block;
    position: relative;
}
.info-block > div[class^=ib-] > span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: auto;
    background-image: url('../images/icons-product.png');
    background-repeat: no-repeat;
}
.ib-garant span::before {
    background-position: center -44px;
}
.ib-samo span::before {
    background-position: center -98px;
}
.ib-kur span::before {
    background-position: center -147px;
}
.ib-uslov span::before {
    background-position: center -195px;
}
.ib-vozvrat span::before {
    background-position: center -246px;
}
.ib-vopros span::before {
    background-position: center -299px;
}
.ib-cena span::before {
    background-position: center -348px;
}
.ib-oplata span::before {
    background-position: center -392px;
}
.oplata-var {
    margin-top: 30px;
}
.buy-prop-block .oplata-var {
    text-align: center;
}
.product_table h2 {
    margin-bottom: 0;
}
.bs-tt {
    cursor: help;
}
.pt-wrap {
    position: absolute;
}
.p-sku-top,
.p-stock-text {
    display: inline-block;
    font-size: 15px;
}
.p-stock-wrap {
    margin-right: 20px;
}
.p-stock-icon {
	display: inline-block;
	position: relative;
	top: 3px;
    margin-right: 5px;
}
.p-stock-green {
    color: #50be1d;
    fill: #50be1d;
}
.p-stock-grey {
    color: #747474;
    fill: #747474;
}
.product .buy-block {
    padding: 20px 30px;
    border-radius: 6px;
    background: #f0f9fd;
}
.product .buy-block span {
    display: inline-block;
    margin-right: 5px;
}
.product .buy-b-pay {
    padding-left: 30px;
}
.side-block .info-block {
    margin-top: 50px;
}
.buy-prop-block {
    padding-left: 30px;
}
.product .side-block .compare_price {
    display: inline-block;
    font-size: 22px;
    white-space: nowrap;
    color: #696969;
    margin: 5px 0 -5px;
}
.product .buy-b-price {
    padding-right: 30px;
}
.product .buy-block .price {
    white-space: nowrap;
}
.product .buy-block .price .p-main {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
}
.product .buy-block .price .currency {
    font-size: 20px;
}
.product .price-zero {
    font-size: 20px;
    line-height: 20px;
    white-space: normal;
}
.buy-b-price .bbp-out {
    margin: 10px 0 15px;
    font-size: 18px;
    color: #8B8998;
}
.product .price-wrap span.ajax-open {
    display: inline-block;
    color: #0088d2;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px dashed #0088d2;
    border-radius: 0;
    transition: opacity .2s;
}
.product .price-wrap span.ajax-open:hover {
    border-bottom: 1px solid transparent;
}
.buy-block .button {
    display: inline-block;
    width: 100%;
    padding: 15px 50px 15px 85px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    border: none;
    background-image: url('../images/i-cart.svg');
    background-position: 30px 5px;
    background-repeat: no-repeat;
}
.buy-block .button:hover {
}
.p-i-discount {
    position: relative;
    top: 3px;
}
.p-i-discount svg {
    fill: transparent;
}
.p-top-info-block .side-block {
	margin-bottom: 20px;
	padding: 0;
}
.p-top-info-block {
    margin-top: 35px;
}
.product-features-block h3 {
    font-family: 'Montserrat', sans-serif;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 700;
}
.product-features-block .features {
    margin: 0;
    padding: 0;
}
.product-features-block .features li {
    position: relative;
    justify-content: space-between !important;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.product-features-block .features li::before {
    display: none;
}
.product-features-block .features li span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
.product-features-block .features-value {
    font-size: 16px;
    font-weight: 700;
}
.side-desc {
    padding-top: 30px;
}
.product .side-desc {
    padding-left: 70px;
}
.side-desc .side-block {
    box-shadow: none;
}
.side-desc .price-btn,
.cat-products .price-btn {
    margin-top: 15px;
}
.sd-links a {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 30px;
    text-decoration: underline;
}
.sd-links a:hover {
    text-decoration: none;
}
.sd-links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background: url('../images/pepsi.webp') no-repeat;
    background-position: -41px -2318px;
}
.info-block .i-ic,
.oplata-var .i-ic {
    display: inline-block;
    height: 35px;
    width: 55px;
    
    background: url('../images/pepsi.webp') no-repeat;
    cursor: help;
}
.info-block .i-mc,
.oplata-var .i-mc {
    background-position: -28px -2027px;
}
.info-block .i-bank,
.oplata-var .i-bank {
    width: 50px;
    background-position: -28px -2119px;
}
.info-block .i-visa,
.oplata-var .i-visa {
    background-position: -28px -2072px;
}
.info-block .i-qw,
.oplata-var .i-qw {
    width: 45px;
    background-position: -34px -2219px;
}
.info-block .i-ya,
.oplata-var .i-ya {
    width: 30px;
    background-position: -38px -1536px;
}
.info-block .i-ka,
.oplata-var .i-ka {
    width: 50px;
    background-position: -38px -2268px;
}
.info-block .i-yo,
.oplata-var .i-yo {
    width: 50px;
    background-position: -29px -2170px;
}
.product-info-block {
    margin: 40px 0;
    padding: 30px 0;
    border-bottom: 1px solid #ebe8f0;
}
.product-info-separator {
    padding-top: 30px;
    border-bottom: 1px solid #ebe8f0;
}
.product-info-block > div {
    position: relative;
    padding-top: 50px;
}
.product-info-block > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
    background: url('../images/icons-product-20.png') no-repeat;
}
.product-info-block .pib-garant::before {
    background-position: center -13px;
}
.product-info-block .pib-dost::before {
    background-position: center -151px;
}
.product-info-block .pib-kur::before {
    background-position: center -105px;
}
.product-info-block .pib-vozvrat::before {
    background-position: center -195px;
}
.product-info-block .pib-vopros::before {
    background-position: center -238px;
}
.p-images-wrap {
    min-height: 350px;
    overflow: hidden;
}
.mpi-item {
    text-align: center;
}
.mpi-item a {
    display: inline-block;
}
.product .image a {
    position: relative;
    display: inline-block;
}
.product > .image > a .i-zoom {
    position: absolute;
    bottom: 3px;
    right: 3px;
    display: block;
    height: 33px;
    width: 33px;
    opacity: 0.5;
    background: url('/design/default/images/zoom-in.png') no-repeat;
}
.product > .image a:hover > .i-zoom {
    display: none;
}
.zoom > img,
.img-zoom > img {
    cursor: zoom-in;
}
.product .images img {
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    transition: border .2s;
}
.product .images img:hover {
    border: 1px solid #0088d2;
}
.product .image .gallery-zoom {
    display: flex;
    align-items: center !important;
}
.product .image .gallery-zoom .img-big-wrap {
    margin: auto;
    order: 2;
    max-width: 700px;
}
.product .image .gallery-zoom .images {
    order: 1;
    min-width: 100px;
}
.add-images-wrap {
    position: relative;
    min-height: 405px;
}
.product-add-images {
    position: absolute;
    top: 140px;
    left: -120px;
    min-width: 340px;
    transform: rotate(-90deg);
}
.product-add-images a {
    transform: rotate(90deg);
}
.product-add-images .owl-nav > div {
    top: -15px;
}
.product-add-images .owl-nav .owl-prev {
    left: -27px;
}
.product-add-images .owl-nav .owl-next {
    right: -10px;
}
.text-page {
    font-size: 17px;
}
.text-page h2,
.text-page h3,
.text-block-title {
    font-family: 'Montserrat', sans-serif;
    margin: 50px 0;
    text-align: center;
    color: #3e3f45;
    font-size: 24px;
    font-weight: 700;
}
.text-page h2 {
    font-size: 30px;
    text-transform: none;
}
.virtual-ats h2 {
    margin: 50px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #3e3f45;
    text-align: center;
    text-transform: none;
    background: none;
}
.virtual-ats .va-obo > div > div,
.virtual-ats .va-pre > div > div > div,
.page-i-block-21 > div > div > div > div,
.page-i-block-21 .pib-item {
    position: relative;
    display: block;
    height: 100%;
    padding: 110px 15px 30px 15px;
    font-size: 20px;
    transition: all .2s;
}
.page-i-block-21.page-i-block-left .pib-item {
    padding: 0 30px 30px 90px;
}
.virtual-ats .va-obo > div > div:hover,
.virtual-ats .va-pre > div > div > div:hover {
    color: #0088d2;
}
.virtual-ats .va-obo > div > div::before,
.virtual-ats .va-pre > div > div > div::before,
.page-i-block-21 > div > div > div > div::before,
.page-i-block-21 .pib-item::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 100px;
    width: 100px;
    margin: auto;
    text-align: center;
    background-image: url("../images/virtual-ats/icons-virtual.png");
    background-repeat: no-repeat;
}
/*.page-i-block-21 .pib-item::before {
    height: 70px;
    width: 70px;
}*/
.page-i-block-21 a {
    color: #303136;
}
.virtual-ats .va-obo > div > div::before {
    left: 0;
    right: 0;
}
.virtual-ats .va-obo .va-o-1::before {
    background-position: center -808px;
}
.virtual-ats .va-obo .va-o-2::before {
    background-position: center -913px;
}
.virtual-ats .va-obo .va-o-3::before {
    background-position: center -1019px;
}
.virtual-ats .va-obo .va-o-4::before {
    background-position: center -318px;
}
.virtual-ats .va-pre > div > div,
.page-i-block-21 > div > div > div {
    margin-bottom: 30px;
}
.virtual-ats .va-pre > div > div > div,
.page-i-block-21 > div > div > div > div,
.page-i-block-21 .pib-item {
    font-size: 17px;
}
.virtual-ats .va-pre .va-p-1::before {
    background-position: center -18px;
}
.virtual-ats .va-pre .va-p-2::before {
    background-position: center -122px;
}
.virtual-ats .va-pre .va-p-3::before {
    background-position: center -218px;
}
.virtual-ats .va-pre .va-p-4::before {
    background-position: center -317px;
}
.virtual-ats .va-pre .va-p-5::before {
    background-position: center -414px;
}
.virtual-ats .va-pre .va-p-6::before {
    background-position: center -510px;
}
.virtual-ats .va-pre .va-p-7::before {
    background-position: center -608px;
}
.virtual-ats .va-pre .va-p-8::before {
    background-position: center -702px;
}
.va-form-8 {
    height: 390px;
    padding: 30px;
    margin: 50px 0;
    text-align: center;
    border: 2px solid #0690dc;
    border-radius: 0px;
    background: url("../images/virtual-ats/bg-form.jpg") no-repeat;
}
.va-f-right {
    margin-bottom: 15px;
    font-size: 20px;
}
.va-f-right div:nth-child(1) {
    margin: 20px 0 10px 0;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.va-f-left {
    display: inline-block;
    margin: 80px 230px 0 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.va-f-left div:nth-child(1) {
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 0px;
}
.va-f-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.va-f-title a {
    color: #3e3f45;
}
.va-form-8 .new-form {
    padding-right: 70px;
}
.p-mailserver .va-f-title {
    color: #333;
}
.va-f-title span {
    font-size: 16px;
    text-transform: none;
}
.va-form form {
    width: auto;
    max-width: 350px;
    text-align: center;
}
.va-form .va-submit {
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background: #EC4322;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.virtual-ats table {
    position: relative;
    width: 96%;
    color: #302e2e;
    border-collapse: separate;
    border: 1px solid #edebeb;
    background-color: #fff;
}
table.va-price {
    margin-bottom: 110px;
}
.virtual-ats p {
    margin: 0;
}
.virtual-ats table tr:nth-of-type(2n+1),
.text-page .virtual-ats table tbody > tr:first-child,
.price-table tbody > tr:first-child {
    background: transparent !important;
}
.va-price th {
    padding: 20px 15px 15px !important;
}
.text-page .virtual-ats th,
.price-table th {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0690dc !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    border-right: 15px solid #fff;
    background-color: #f2f2f2 !important;
}
.virtual-ats th:first-of-type,
.price-table th:first-of-type {
    font-size: 18px;
    text-align: left;
}
.text-page .virtual-ats th:nth-of-type(1),
.price-table th:nth-of-type(1) {
    background: transparent !important;
}
.virtual-ats table td,
.price-table td {
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-right: 15px solid #fff;
    background: #f2f2f2;
}
.va-price td,
.price-table td {
    position: relative;
}
.va-price tr td::before,
.price-table tr td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #0088D2;
    opacity: .3;
}
.va-price tr td.va-table-blank::before,
.va-price tr td.va-price-no-border::before,
.va-price tr td:first-of-type::before,
.price-table tr td:first-of-type::before {
    border-color: transparent;
}
table.va-price-5 td {
    width: 15%;
}
table.va-price-5 tr td:first-of-type {
    width: 40%;
}
table.va-price-4 td {
    width: 20%;
}
table.va-price-4 tr td:first-of-type {
    width: 40%;
}
table.va-price-2 td {
    width: 60%;
}
table.va-price-2 tr td:first-of-type {
    width: 40%;
}
.p-table-2 td {
    width: 40%;
}
.p-table-2 td:first-of-type {
    width: 60%;
}
table.va-price-5 tr td:nth-of-type(4),
table.va-price-5 tr th:nth-of-type(4),
table.va-price-4 tr td:nth-of-type(3),
table.va-price-4 tr th:nth-of-type(3) {
    color: #fff !important;
    background: #0088D2 !important;
}
.va-price-5 tr td:nth-of-type(4)::before,
.va-price-4 tr td:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #fff;
    opacity: .3;
}
.va-price td p.nowrap {
    white-space: nowrap;
}
.virtual-ats span {
    font-size: 14px;
}
.virtual-ats table td:first-of-type,
.price-table td:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    border: 0;
    background: #fff;
}
.virtual-ats table tr:last-of-type td {
    border-bottom: 0;
    position: relative;
}
.virtual-ats table tr:last-of-type td div {
    margin-top: 15px;
    font-weight: 700;
    max-width: 180px;
}
.virtual-ats table tr:last-of-type td:nth-of-type(1) span {
    display: none;
}
.table-item-minus,
.table-item-plus {
    position: relative;
    font-size: 0;    
}
.table-item-minus::before,
.table-item-plus::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    width: 35px;
    margin: auto;
    background-image: url("../images/virtual-ats/icons-virtual.png");
    background-repeat: no-repeat;
    background-position: center -1194px;
}
.table-item-plus::before {
    background-position: center -1138px;
}
.va-price-note {
    margin-top: 15px;
    padding-left: 40%;
    padding-bottom: 15px;
    font-size: 15px;
}
.va-shema {
    padding: 15px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    overflow: hidden;
}
.va-shema > img {
    height: auto;
    max-width: 100%;
}
.va-block-top,
.page-2color-block {
    position: relative;
}
.va-b-t-left,
.page-2c-b-left {
    position: relative;
    min-height: 450px;
}
.va-b-t-left::before,
.page-2c-b-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: 0;
    background: #f2f2f2;
    transform: skew(-30deg);
    z-index: -1;
}
.va-b-t-right,
.page-2c-b-right {
    position: relative;
}
.va-b-t-right::before,
.page-2c-b-right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1000%;
    background: #0088D2;
    transform: skew(-30deg);
    z-index: -1;
}
.va-b-t-right::after,
.page-2c-b-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 590px;
    width: 460px;
    background: url("../images/virtual-ats/man.png") no-repeat bottom / 380px;
    z-index: -1;
}
.ivr-page .page-2c-b-right::after {
    height: 400px;
}
.virtual-ats h1,
.page-2color-block h1 {
    font-size: 46px;
}
.va-b-t-text,
.page-2c-b-text {
    padding: 40px 50px 50px 0;
}
.va-b-t-text .btn,
.page-2c-b-text .btn {
    margin-top: 30px;
}
.va-pre span,
.page-i-block-21 span,
.page-i-block-21 strong {
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.page-i-block-21 em {
    display: block;
    font-style: normal;
    color: #828282;
}
.va-obo-block {
    position: relative;
    margin: 40px 0 0;
    padding: 40px 0 50px;
    text-align: center;
    background: #f7f7f7;
}
.va-obo-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    background: #f7f7f7;
    z-index: -1;
}
.va-table-subtitle {
    color: #0088D2;
    text-transform: uppercase;
}
.va-table-blank {
    background: transparent !important;
}
.va-form-color {
    margin: 50px 0 40px;
    padding: 70px 15px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: #0088D2;
}
.va-form-color .os-font {
    font-size: 50px;
}
.va-form-color form {
    max-width: 500px;
    margin: 20px auto 0;
}
.va-form-color .form-group {
    margin-bottom: 30px;
}
.va-form-color .form-group span {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 20px;
}
.va-form-color .form-control {
    margin-bottom: 0 !important;
}
.page-2c-b-left p {
    max-width: 550px;
}
.btn-wrap {
    margin: 50px;
    text-align: center;
}
.btn-wrap .btn {
    text-transform: none;
}
.p-crm .p-c-block > div {
    margin-bottom: 30px;
}
.p-crm .p-c-block > div > div {
    position: relative;
    height: 100%;
    padding: 110px 15px 30px 15px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    transition: all ease-in-out 0.2s;
}
.p-crm .p-c-block > div > div:hover {
    border: 1px solid #8ccbf6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.p-crm .p-c-block > div > div::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 90px;
    width: 90px;
    margin: auto;
    text-align: center;
    background-image: url("../images/crm/icons-crm.png");
    background-repeat: no-repeat;
}
.p-crm .p-c-block .pc-01::before {
    background-position: center 0px;
}
.p-crm .p-c-block .pc-02::before {
    background-position: center -72px;
}
.p-crm .p-c-block .pc-03::before {
    background-position: center -149px;
}
.p-crm .p-c-block .pc-04::before {
    background-position: center -223px;
}
.p-crm .p-c-block .pc-05::before {
    background-position: center -300px;
}
.p-crm .p-c-block .pc-06::before {
    background-position: center -373px;
}
.p-crm .z-c-block > div > div,
.block-i-p-num {
    position: relative;
    padding: 20px 5px 20px 75px;
    font-size: 16px;
}
.p-crm .z-c-block > div > div::before,
.p-crm .z-c-block > div > div::after,
.block-i-p-num::before,
.block-i-p-num::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    font-size: 26px;
    line-height: 58px;
    font-weight: bold;
    color: #0088d2;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    transition: all ease-in-out 0.2s;
}
.p-crm .z-c-block > div > div::after,
.block-i-p-num::after {
    height: 50px;
    width: 50px;
    left: 5px;
}
.p-crm .z-c-block > div > div:hover::after,
.block-i-p-num:hover::after {
    border: 1px solid #0088d2;
}
.p-crm .z-c-block > div:nth-of-type(1) > div:nth-of-type(1)::before {
    content: "1";
}
.p-crm .z-c-block > div:nth-of-type(1) > div:nth-of-type(2)::before {
    content: "2";
}
.p-crm .z-c-block > div:nth-of-type(1) > div:nth-of-type(3)::before {
    content: "3";
}
.p-crm .z-c-block > div:nth-of-type(1) > div:nth-of-type(4)::before {
    content: "4";
}
.p-crm .z-c-block > div:nth-of-type(2) > div:nth-of-type(1)::before {
    content: "5";
}
.p-crm .z-c-block > div:nth-of-type(2) > div:nth-of-type(2)::before {
    content: "6";
}
.p-crm .z-c-block > div:nth-of-type(2) > div:nth-of-type(3)::before {
    content: "7";
}
.p-crm .z-c-block > div:nth-of-type(2) > div:nth-of-type(4)::before {
    content: "8";
}
.crm-int {
    padding: 0;
}
.crm-int li {
    margin: 0 0 30px 0 !important;
    list-style: none;
    list-style-image: none !important;
}
.crm-int li::before {
    position: static;
    display: none;
}
.crm-int li div {
    position: relative;
    height: 100%;
    padding: 10px 10px 10px 70px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    transition: all ease-in-out 0.2s;
}
.p-crm .crm-int li div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    text-align: center;
    background-image: url("../images/crm/icons-crm.png");
    background-repeat: no-repeat;
    background-position: center -469px;
}
.crm-int li div:hover {
    border: 1px solid #8ccbf6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.crm-list {
    height: 358px;
    max-width: 1035px;
    padding: 20px 30px 30px;
    margin: 50px auto;
    color: #fff;
    border: 2px solid #0690dc;
    border-radius: 6px;
    background: url("../images/crm/bg-crm.jpg") no-repeat top center;
}
.crm-list .row > div > div span {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 35px;
}
.crm-list .row > div > div span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    margin: auto;
    text-align: center;
    background-image: url("../images/crm/icons-crm.png");
    background-repeat: no-repeat;
    background-position: center -530px;
}
.crm-list .cl-text {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.crm-list .cl-text button {
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.np-item {
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}
.np-image {
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 85px;
    overflow: hidden;
}
.np-image img {
    max-height: 85px;
}
.np-item span {
    display: block;
    max-height: 80px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4f5050;
    text-transform: uppercase;
}
.mai-wrap .d-flex {
    margin-bottom: 30px;
}
.mai-wrap .d-flex > div > div {
    position: relative;
    height: 100%;
    padding: 100px 15px 30px 15px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    transition: all ease-in-out 0.2s;
}
.mai-wrap .d-flex > div > div:hover {
    border: 1px solid #8ccbf6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.mai-wrap .d-flex > div > div::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 70px;
    width: 70px;
    margin: auto;
    text-align: center;
    background-image: url("../images/mailserver/mai-sprites.png");
    background-repeat: no-repeat;
}
.mai-wrap .d-flex .mai-item-01::before {
    background-position: center -10px;
}
.mai-wrap .d-flex .mai-item-02::before {
    background-position: center -95px;
}
.mai-wrap .d-flex .mai-item-03::before {
    background-position: center -179px;
}
.mai-wrap .d-flex .mai-item-04::before {
    background-position: center -263px;
}
.mai-wrap .d-flex .mai-item-05::before {
    background-position: center -347px;
}
.mai-wrap .d-flex .mai-item-06::before {
    background-position: center -429px;
}
.mai-wrap .d-flex .mai-item-07::before {
    background-position: center -511px;
}
.mai-wrap .d-flex .mai-item-08::before {
    background-position: center -589px;
}
.mai-title {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    font-weight: bold;
}
.mai-chto > div > div {
    position: relative;
    padding: 160px 15px 30px 15px;
    font-size: 20px;
    text-align: center;
    transition: all ease-in-out 0.2s;
}
.mai-chto > div > div::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 120px;
    width: 120px;
    margin: auto;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    background-color: #f8f7f7;
}
.mai-chto > div > div::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    text-align: center;
    background-image: url("../images/mailserver/mai-sprites.png");
    background-repeat: no-repeat;
}
.mai-chto .mai-c-item-01::after {
    background-position: center -672px;
}
.mai-chto .mai-c-item-02::after {
    background-position: center -748px;
}
.mai-chto .mai-c-item-03::after {
    background-position: center -823px;
}
.mai-chto > div > div span {
    position: absolute;
    top: 10px;
    left: -80px;
    right: 0;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: auto;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
    background: #ec4322;
}
.p-mailserver .va-form-8 {
    height: 390px;
    padding: 30px;
    margin: 50px 0;
    text-align: center;
    border: 2px solid #0690dc;
    border-radius: 0px;
    background: url("../images/mailserver/mai-form.jpg") no-repeat;
}
.p-mailserver .va-f-left {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.p-mailserver .va-f-left .os-font {
    color: #101010;
    background: #fff;
}
.p-mailserver .va-f-right .os-font {
    margin-top: 0;
}
.mai-f-text {
    line-height: 60px;
}
.mai-yel {
    font-weight: bold;
    color: #fed202;
}
.mai-ski {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    color: #101010;
    border-radius: 30px;
    line-height: 36px;
    font-weight: 700;
    background: #fed202;
}
.services-main {
    margin-bottom: -10px;
}
.services .d-flex > div {
    margin-bottom: 30px;
}
.i-block-item {
    position: relative;
    display: block;
    padding: 80px 10px 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    transition: all ease-in-out 0.2s;
}
.services-main .i-block-item,
.services .i-block-item {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    padding: 130px 10px 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.services-main .i-block-item::before,
.services .i-block-item::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    height: 90px;
    width: 140px;
    background: url('../images/uslugi-page.webp') no-repeat;
}
.services-main .i-block-item {
    color: #333;
}
.i-block-item.us-20::before {
    background-position: -4px -16px;
}
.i-block-item.us-20:hover::before {
    background-position: -154px -16px;
}
.i-block-item.us-15::before {
    background-position: -1px -128px;
}
.i-block-item.us-15:hover::before {
    background-position: -151px -128px;
}
.i-block-item.us-23::before {
    background-position: -1px -239px;
}
.i-block-item.us-23:hover::before {
    background-position: -151px -239px;
}
.i-block-item.us-22::before {
    background-position: -1px -350px;
}
.i-block-item.us-22:hover::before {
    background-position: -152px -350px;
}
.i-block-item.us-18::before {
    background-position: -1px -460px;
}
.i-block-item.us-18:hover::before {
    background-position: -151px -460px;
}
.i-block-item.us-14::before {
    background-position: -1px -570px;
}
.i-block-item.us-14:hover::before {
    background-position: -151px -570px;
}
.i-block-item.us-19::before {
    background-position: -1px -680px;
}
.i-block-item.us-19:hover::before {
    background-position: -152px -680px;
}
.i-block-item.us-56::before {
    background-position: -1px -790px;
}
.i-block-item.us-56:hover::before {
    background-position: -151px -790px;
}
.i-block-item.us-60::before {
    background-position: -1px -900px;
}
.i-block-item.us-60:hover::before {
    background-position: -150px -900px;
}
.i-block-item.us-63::before {
    background-position: -1px -1011px;
}
.i-block-item.us-63:hover::before {
    background-position: -150px -1011px;
}
.i-block-item.us-66::before {
    background-position: -1px -1118px;
}
.i-block-item.us-66:hover::before {
    background-position: -151px -1118px;
}
.i-block-item.us-68::before {
    background-position: -1px -1219px;
}
.i-block-item.us-68:hover::before {
    background-position: -151px -1219px;
}
.i-block-item.us-69::before {
    background-position: -1px -1314px;
}
.i-block-item.us-69:hover::before {
    background-position: -151px -1314px;
}
.i-block-item.us-70::before {
    background-position: -1px -1407px;
}
.i-block-item.us-70:hover::before {
    background-position: -152px -1407px;
}
.i-block-item.us-71::before {
    background-position: -1px -1513px;
}
.i-block-item.us-71:hover::before {
    background-position: -151px -1513px;
}
.i-block-item.us-72::before {
    background-position: -1px -1728px;
}
.i-block-item.us-72:hover::before {
    background-position: -151px -1728px;
}
.i-block-item.us-73::before {
    background-position: -1px -1834px;
}
.i-block-item.us-73:hover::before {
    background-position: -151px -1834px;
}
.i-block-item.us-74::before {
    background-position: -1px -1941px;
}
.i-block-item.us-74:hover::before {
    background-position: -151px -1941px;
}
.i-block-item.us-75::before {
    background-position: -1px -2051px;
}
.i-block-item.us-75:hover::before {
    background-position: -151px -2051px;
}
.i-block-item.us-77::before {
    background-position: -1px -2145px;
}
.i-block-item.us-77:hover::before {
    background-position: -151px -2145px;
}
.cat-slider-block {
    margin-bottom: 30px;
    margin-top: 10px;
}
.pubs-block {
    margin-bottom: -30px;
}
.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
.news_image.blog-noimg,
.blog_image.blog-noimg {
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    transition: transform .2s;
}
.news_image:hover img,
.blog_image:hover img {
    transform: scale(1.1);
}
.news_content {
    padding-bottom: 50px;
    color: #615f5f;
}
.news_c_title {
    margin: 10px 0;
    height: 75px;
    font-size: 16px;
    overflow: hidden;
}
.news_c_title a {
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    color: #303136;
    transition: color .2s;
}
.news_c_title a:hover {
    color: #009aee;
}
.type-posts .news_c_title a {
    padding: 0;
}
.news-intro {
    max-height: 150px;
    overflow: hidden;
}
.catalog-menu-main {
    position: relative;
    height: calc(100% + 30px);
    margin-top: -30px;
    padding-top: 30px;
    background: #e9e9e9;
}
.catalog-menu-main a {
    display: inline-block;
    padding: 7px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #303136;
    transition: color .2s;
}
.catalog-menu-main a:hover {
    color: #009aee;
}
.catalog-m-m-all {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    margin: auto;
    padding: 15px 0;
    background: #e9e9e9;
}
.catalog-m-m-all span {
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    color: #009aee;
    cursor: pointer;
    transition: color .2s;
}
.catalog-m-m-all span:hover {
    color: #ed4c2b;
}
.c-t-block {
    margin-top: -20px;
    padding: 30px 40px;
    background-color: #eeeded;
}
.ivr-30-wrap {
    font-family: 'Montserrat', sans-serif;
    margin: 40px 0 50px;
    padding: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid #009aee;
    border-radius: 0px;
    background: url('../images/answerphone/bg-block.jpg') no-repeat center right;
}
.ivr-30-text {
    line-height: 30px;
}
.ivr-30 {
    margin: -23px 0 -20px;
    font-size: 26px;
    color: #ec4322;
    line-height: 120px;
    text-align: right;
}
.ivr-30 span {
    vertical-align: middle;
}
.ivr-30-big {
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 20px;
}
.ivr-text .page-blue-arrow-block-21 {
    position: relative;
    margin-top: 100px;
    background: #0088D2 url('../images/aster/arrow.png') no-repeat 280px center;
}
.ivr-text .page-blue-arrow-block-21::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    height: 250px;
    width: 180px;
    background: url('../images/answerphone/ivr30.png') no-repeat center bottom;
}
.ivr-text .va-obo-block h2 {
    margin-bottom: px;
}
.pb-player-2 .audiojs .play-pause {
    width: 35px !important;
}
#oplata-form {
    max-width: 400px;
    margin: 0 auto;
}
.page-pay .services.delivery p {
    margin-top: 20px;
    font-size: 11px;
}
.block-inner-page {
    position: relative;
    height: 100%;
    padding: 10px;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0px;
    transition: all ease-in-out 0.2s;
}
.block-inner-page:hover {
    border: 1px solid #8ccbf6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.page-linux {
    font-size: 17px;
}
.lin-podbor .block-inner-page {
    padding: 20px 20px 20px 150px;
}
.lin-p-title {
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.lin-podbor .block-inner-page::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    height: 92px;
    width: 92px;
    background: url('../images/linux/linux-i.png') no-repeat;
}
.lin-podbor .lin-p-1::before {
    background-position: center -16px;
}
.lin-podbor .lin-p-2::before {
    background-position: center -125px;
}
.lin-service.block-inner-page {
    padding: 30px;
}
.lin-ser-list > div {
    position: relative;
    padding: 18px 0 18px 70px;
    font-size: 22px;
}
.lin-ser-list > div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    background: url('../images/linux/linux-i.png') no-repeat;
    background-position: center -237px;
}
.lin-service .btn {
    margin-top: 20px;
}
.lin-sol .row > div {
    padding-bottom: 40px;
    padding-top: 10px;
}
.lin-sol .row span {
    display: inline-block;
    font-size: 20px;
    max-width: 64%;
    vertical-align: middle;
}
.lin-sol span.l-s-num {
    margin-right: 15px;
    padding: 2px;
    width: 50px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border: 4px solid #f1f1f1;
}
.lin-thes {
    margin-top: 30px;
}
.lin-thes .block-inner-page {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 130px 30px 30px 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.lin-thes .block-inner-page::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
    width: 90px;
    background: url('../images/linux/linux-i.png') no-repeat;
}
.lin-thes .lin-t-1::before {
    background-position: center -309px;
}
.lin-thes .lin-t-2::before {
    background-position: center -420px;
}
.lin-thes .lin-t-3::before {
    background-position: center -530px;
}
.page-linux > ul {
    padding: 0;
}
.text-page .page-linux > ul li {
    position: relative;
    margin: 0 0 20px 0 !important;
    padding-left: 30px;
    height: 50px;
    list-style: none;
    list-style-image: none;
}
.text-page .page-linux > ul li::before {
    content: "" !important;
    position: absolute;
    top: 2px;
    left: 0 !important;
    margin: auto;
    height: 22px;
    width: 22px;
    background: url('../images/linux/linux-i.png') no-repeat;
    background-position: center -643px;
}
.va-form-8.va-lin {
    background: url("../images/linux/bg-linux.jpg") no-repeat top left;
}
.va-lin-title {
    display: inline-block;
    margin: 70px 190px 0 0;
    max-width: 260px;
}
.va-lin-title h2 {
    margin: 0;
    font-size: 26px;
    color: #fff;
}
.va-txt-lin {
    margin-top: -15px;
}
.va-txt-lin h2 {
    margin: 0;
}
.va-txt-lin > div {
    margin: 20px 0;
}
.p-mini-ats {
    font-size: 17px;
    color: #000;
}
.block-inner-page .bip-title {
    display: block;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-inner-page > span.var-a-price {
    font-size: 20px;
    text-transform: none;
}
.vybor-ats {
    margin: 50px 0;
    padding-top: 70px;
    min-height: 270px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 0px;
    background: url('../images/mini-ats/opyt.png') no-repeat center center / contain;
}
.vybor-ats .btn {
    margin-top: 45px;
}
.ats-preim h2 {
    margin-bottom: 50px;
}
.ats-preim .pib-item,
.page-i-block-21-left .pib-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 25px 80px;
}
.ats-preim .pib-item::before,
.page-i-block-21-left .pib-item::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    height: 45px;
    width: 45px;
    background-image: url('../images/mini-ats/icons.png');
    background-repeat: no-repeat;
}
.ats-preim .pib-item::before {
    left: 15px;
}
.page-i-block-21.page-i-block-21-left > div > div > div > div {
    padding: 0;
}
.page-i-block-21.page-i-block-21-left > div > div > div > div::before {
    display: none;
}
.page-i-block-21-left h2 {
    margin-top: 0;
}
.ats-preim .pib-item::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    height: 54px;
    width: 54px;
    border: 2px solid #0088D2;
    border-radius: 50%;
}
.ats-preim .pib-01::before {
    background-position: center -30px;
}
.ats-preim .pib-02::before {
    background-position: center -96px;
}
.ats-preim .pib-03::before {
    background-position: center -159px;
}
.ats-preim .pib-04::before {
    background-position: center -227px;
}
.ats-preim .pib-05::before {
    background-position: -69px -298px;
}
.ats-preim .pib-06::before {
    background-position: -69px -361px;
}
.ats-preim .pib-07::before {
    background-position: center -431px;
}
.ats-preim .pib-08::before {
    background-position: center -499px;
}
.ats-preim .pib-09::before {
    background-position: center -556px;
}
.m-ats-price-city {
    position: relative;
    margin-bottom: 70px;
    padding: 50px 0 100px;
    background: #F1F1F1;
    z-index: 0;
}
.m-ats-price-city::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    background: #F1F1F1;
    z-index: -1;
}
.m-ats-price-city::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -190px;
    margin: auto;
    height: 320px;
    width: 910px;
    background-image: url('../images/mini-ats/city.png');
    background-repeat: no-repeat;
    z-index: -1;
}
.m-ats-price-city h2 {
    margin-bottom: 50px;
    text-align: left;
}
.m-a-pc-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.m-a-pc-item-1,
.m-a-pc-item-2 {
    position: relative;
    padding: 0 170px 0 40px;
}
.m-a-pc-item-1::before,
.m-a-pc-item-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 175px;
    width: 165px;
    background-image: url('../images/mini-ats/icons.png');
    background-repeat: no-repeat;
    background-position: center -602px;
}
.m-a-pc-item-2::before {
    background-position: center -775px;
}
.m-a-pc-btn {
    margin: 50px 0 50px;
    text-align: center;
}
.m-a-pc-city {
    max-width: 1020px;
}
.m-a-pc-city span {
    position: relative;
    display: block;
    margin: 7px 0;
    padding-left: 30px;
}
.m-a-pc-city span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    background-image: url('../images/mini-ats/icons.png');
    background-repeat: no-repeat;
    background-position: center -982px;
}
.m-a-pc-ivr {
    margin: 50px 0;
    padding: 130px 0 0 70px;
    min-height: 370px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 0px;
    background: url('../images/mini-ats/ivr.png') no-repeat center center / contain;
}
.m-a-pc-text {
    max-width: 630px;
}
.m-a-pc-text div {
    margin-bottom: 30px;
}
.m-a-pc-text .btn {
    font-weight: normal;
}
.ma-block-city {
    margin: 50px 0;
    padding: 20px 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #0299eb;
    border-radius: 6px;
    background: #0299eb url('../images/mini-ats/bg-ma-city.png') no-repeat center left;
}
.ma-block-city h3 {
    margin: 0;
    padding: 30px 170px 0 25px;
    font-size: 26px;
    text-align: left;
}
.ma-block-city span {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
}
.ma-block-city span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    background-image: url('../images/mini-ats/sprites.png');
    background-repeat: no-repeat;
    background-position: center -577px;
}
.ma-klienty h2 {
    text-align: left;
}
.ma-klienty .row {
    margin-left: -5px;
    margin-right: -5px;
}
.ma-klienty .row > div {
    margin-bottom: 30px;
    text-align: center;
}
.ma-klienty .block-inner-page span {
    display: block;
    font-size: 11px;
}
.ma-ivr-block {
    margin: 50px 0;
    padding: 30px 0;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #dddddd;
    border-radius: 0px;
    background: url('../images/mini-ats/ma-ivr.jpg') no-repeat left center;
}
.ma-ivr-block .btn {
    margin-top: 15px;
}
.mai-os > div > div > div > div {
    position: relative;
    height: 100%;
    padding: 90px 15px 30px 15px;
    font-size: 15px;
    text-align: center;
    border-radius: 0px;
    transition: all ease-in-out 0.2s;
}
.mai-os > div > div > div > div::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 66px;
    width: 66px;
    margin: auto;
    text-align: center;
    background-image: url("../images/mailserver/os-sprites.png");
    background-repeat: no-repeat;
}
.mai-os .m-os-item-01 > div::before {
    background-position: center -17px !important;
}
.mai-os .m-os-item-02 > div::before {
    background-position: center -93px !important;
}
.mai-os .m-os-item-03 > div::before {
    background-position: center -170px;
}
.mai-os .m-os-item-04 > div::before {
    background-position: center -248px;
}
.mai-os .m-os-item-05 > div::before {
    background-position: center -324px;
}
.p-mini-ats .comp_img {
    height: 100px;
    margin-bottom: 15px;
    line-height: 100px;
    text-align: center;
}
.p-mini-ats .comp_img img {
    max-height: 100px;
    vertical-align: middle;
}
.m-ats-top {
    position: relative;
    margin-bottom: 200px;
    padding: 50px 50px 240px 50px;
    color: #fff;
    text-align: center;
    z-index: 0;
}
.m-ats-top::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    background: #0088D2;
    z-index: -1;
}
.m-ats-top::after {
    content: "";
    position: absolute;
    bottom: -155px;
    left: 0;
    right: 0;
    margin: auto;
    height: 360px;    
    background-image: url("../images/mini-ats/top-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.m-ats-top h1 {
    margin-bottom: 40px;
    font-size: 45px;
    color: #fff;
}
.m-ats-top button {
    margin-top: 20px;
}
.shadow-link-item {
    display: block;
    height: 100%;
    padding: 30px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    background: #fff;
    transition: all .25s;
}
.shadow-link-item:hover {
    color: #000;
    box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
.shadow-link-item img {
    margin-bottom: 20px;
}
.s-link-item-title {
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.var-a-price {
    display: block;
    margin-top: 15px;
    font-size: 20px;
}
.ivr-page h2 {
    margin: 40px 0;
    font-size: 32px;
    padding: 0;
    text-align: center;
}
.ivr-page .load-more {
    margin: 20px 0 50px;
}
.ivr-block-big {
    height: 415px;
    padding: 30px;
    margin: 50px 0;
    text-align: center;
    border: 2px solid #0690dc;
    border-radius: 0px;
}
.ivr-block-big .btn {
    margin: 20px 0;
}
.ivr-b-txt {
    margin: 30px 0;
    font-size: 20px;
}
.oplata-wrap > span {
    color: #676666;
}
.ivr-b-1 {
    background: url("../images/ivr/bg-1.jpg") no-repeat;
}
.ivr-b-1 h2 {
    max-width: 330px;
    margin: 0 auto;
}
.ivr-page {
    font-size: 16px;
}
.ivr-page .info-block {
    margin: 0;
}
.ivr-page .info-block > div {
    color: #156aa3;
}
.ivr-page .new-red-submit {
    margin: 20px 0;
}
.ivr-page .new-blue-submit {
    font-weight: normal;
    text-transform: none;
}
.ivr-page .show-form {
    width: auto;
}
.item-ivr {
    height: calc(100% - 30px);
    padding: 15px;
    margin: 15px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all .2s;
}
.item-ivr:hover {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.2);
}
.ivr-image {
    padding-right: 20px;
}
.ivr-image > div {
    position: relative;
    width: 55px;
    height: 55px;
    background: #fff;
}
.ivr-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 55px;
    margin: auto;
}
[class^="i-tag-"] {
    position: absolute;
    top: 10px;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url("../images/ivr/ivr-19.png");
    background-repeat: no-repeat;
    cursor: help;
}
.i-tag-fav {
    left: 10px;
    background-position: center -37px;
}
.i-tag-vip {
    left: 10px;
    background-position: center -61px;
}
.i-tag-info {
    right: 10px;
    background-position: center -88px;
}
.ivr-photo a {
    position: absolute;
    top: 0;
}
.ivr-title-wrap {
    height: 95px;
}
.item-ivr .ivr-title span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    max-height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}
.ivr-mic {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #0088d2;
    font-weight: bold;
}
.ivr-mic::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 20px;
    margin: auto;
    background-image: url("../images/ivr/icons-ivr.png");
    background-repeat: no-repeat;
    background-position: center -333px;
}
.ivr-sub-title {
    color: #0088d2;
    transition: all ease-in-out 0.2s;
}
.ivr-sub-title:hover {
    color: #ec4220;
}
.i-dics > div {
    overflow: visible;
}
.i-dics .item-ivr {
    position: relative;
    height: 300px;
    padding: 15px;
    overflow: visible;
}
.i-dics .item-ivr:hover {
    z-index: 1;
}
.i-dics .ivr-photo {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.i-dics .ivr-photo img {
    width: 100%;
}
.i-dics .ivr-name {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.i-dics .item-ivr .i-dic-order {
    position: relative;
    margin: 0 -15px;
    height: 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
    transition: height .3s;
    z-index: -1;
}
.i-dics .item-ivr:hover .i-dic-order {
    height: 70px;
    z-index: 5;
    box-shadow: 0px 7px 7px rgba(0,0,0,0.10);
}
.i-dics .btn {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    transition: all .3s;
    z-index: 5;
}
.i-dics .item-ivr:hover .btn {
}
.i-dics .item-ivr:hover .ivr-photo {
}
.ivr-filter {
    margin-bottom: 20px;
}
.ivr-filter span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0px;
    background: #f0f2f4;
    cursor: pointer;
    transition: all .2s;
}
.ivr-filter span.active,
.ivr-filter span:hover {
    color: #fff;
    background: #0088D2;
}
.ivr-filter span:first-of-type {
}
.ivr-page .va-form {
    height: 395px;
    padding: 20px 0;
    margin: 20px 0;
    background: rgba(0, 0, 0, 0) url("../images/ivr/bg-2.jpg") no-repeat;
}
.ivr-page .va-form form {
    display: inline-block;
    max-width: none;
}
.ivr-page .va-form form input {
    margin: 0 auto 10px;
}
.ivr-page .va-f-title {
    margin-top: 60px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.ivr-page .va-f-title span {
    font-size: 16px;
    font-weight: normal;
}
.ivr-page .ma-block-city h3 {
    padding: 20px 165px 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
}
.ivr-page .bg-text {
    max-width: 280px;
    margin-top: 35px;    
    margin-left: 150px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.item-ivr .player {
    margin-bottom: 25px;
}
.i-dics .item-ivr .player {
    margin-bottom: 0;
}
.item-ivr .audiojs,
#fn_content .audiojs,
.page-player .audiojs {
    display: flex;
    align-items: center !important;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: none;
}
.item-ivr .audiojs > div,
#fn_content .audiojs > div,
.page-player .audiojs > div {
    width: auto;
    height: auto;
    float: none;
}
.item-ivr .audiojs .scrubber,
#fn_content .audiojs .scrubber,
.page-player .audiojs .scrubber {
    flex-grow: 1 !important;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 0px;
    background: #eae8e8;
    cursor: pointer;
}
.item-ivr .audiojs .progress,
.page-player .audiojs .progress,
.item-ivr .audiojs .loaded,
.page-player .audiojs .loaded,
#fn_content .audiojs .progress,
#fn_content .audiojs .loaded {
    height: 100%;
    background: none;
}
.item-ivr .audiojs .progress,
#fn_content .audiojs .progress,
.page-player .audiojs .progress {
    background: #ec4322;
}
.item-ivr .audiojs .play-pause,
#fn_content .audiojs .play-pause,
.page-player .audiojs .play-pause {
    padding: 0;
    width: 35px;
    margin-left: 15px;
    border: 0;
}
.item-ivr .audiojs .play,
#fn_content .audiojs .play,
.page-player .audiojs .play {
    position: relative;
    padding-left: 7px;
}
#fn_content .audiojs .play {
    text-align: center;
}
#fn_content .audiojs .play::before {
    position: relative;
    content: "►";
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}
.item-ivr .audiojs .pause,
.item-ivr .audiojs .loading,
.page-player .audiojs .pause,
.page-player .audiojs .loading,
#fn_content .audiojs .pause,
#fn_content .audiojs .loading {
    position: relative;
    padding-left: 7px;
    color: #fff;
}
#fn_content .pb-player .audiojs .pause,
#fn_content .pb-player .audiojs .loading,
#fn_content .pb-player .audiojs .play {
    padding-left: 0;
}
#fn_content .audiojs .time {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0px 15px 0 0;
    line-height: normal;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0690dc;
    vertical-align: middle;
    text-shadow: none;
}
.item-ivr .audiojs p.error,
#fn_content .audiojs p.error,
.page-player .audiojs p.error {
    height: 20px;
}
.item-ivr .audiojs .error-message,
#fn_content .audiojs .error-message,
.page-player .audiojs .error-message {
    font-size: 10px;
    color: #0690dc;
    line-height: normal;
}
.item-ivr .audiojs .duration,
#fn_content .audiojs .duration,
.page-player .audiojs .duration {
    display: none;
}
#fn_content .audiojs .played {
    font-size: 15px;
    color: #0690dc;
}
.item-ivr .audiojs p,
#fn_content .audiojs p,
.page-player .audiojs p {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #0690dc;
}
.ivr-page .page-2c-b-left p {
    max-width: 350px;
}
.ivr-page .text-blue {
    font-weight: normal;
}
.ivr-page .text-icon {
    position: relative;
    padding-left: 50px;
}
.ivr-page .text-icon::before {
    position: absolute;
    left: 0;
    font-family: 'icomoon';
    content: "\e311";
    color: #ffcb31;
    font-size: 40px;
}
.ivr-page .text-desc {
    font-size: 14px;
}
.ivr-page .text-desc strong {
    color: #156aa3;
}
.ivr-hide {
    height: 0;
    width: 0 !important;
    transform: scale(0) !important;
    transition: all ease-in-out 0.2s;
}
.ivr-page .page-2c-b-right::after {
    background: url("../images/ivr/dictor.png") no-repeat -7px bottom / 500px;
}
.ivr-page .page-2c-b-left {
    min-height: auto;
}
.ivr-about {
    margin: 50px 0;
}
.page-block-subtitle {
    margin: 50px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}
.page-subtitle {
    margin: 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.ivr-a-item {
    position: relative;
    padding-left: 110px;
}
.ivr-a-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    margin: auto;
    background-image: url("../images/ivr/icons-ivr.png");
    background-repeat: no-repeat;
}
.ivr-a-i-1::before {
    background-position: center -20px;
}
.ivr-a-i-2::before {
    background-position: center -118px;
}
#fn_content .item-ivr .audiojs,
#fn_content .page-player .audiojs {
    position: relative;
    min-height: 60px;
}
#fn_content .item-ivr .audiojs .time,
#fn_content .page-player .audiojs .time {
    position: absolute;
    top: 0;
}
#fn_content .item-ivr .audiojs .play-pause,
#fn_content .page-player .audiojs .play-pause {
    width: 60px;
    margin-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
#fn_content .item-ivr .audiojs p,
#fn_content .page-player .audiojs p {
    padding-left: 0;
    height: 60px;
    width: 60px;
}
#fn_content .item-ivr .audiojs .play,
#fn_content .item-ivr .audiojs .pause, 
#fn_content .item-ivr .audiojs .loading,
#fn_content .page-player .audiojs .play,
#fn_content .page-player .audiojs .pause,
#fn_content .page-player .audiojs .loading {
    position: relative;
    padding-left: 0;
    color: #fff;
    z-index: 5;
}
#fn_content .item-ivr .audiojs .play::before,
#fn_content .item-ivr .audiojs .pause::before,
#fn_content .item-ivr .audiojs .loading::before,
#fn_content .page-player .audiojs .play::before,
#fn_content .page-player .audiojs .pause::before,
#fn_content .page-player .audiojs .loading::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    background-image: url("../images/ivr/icons-ivr.png");
    background-repeat: no-repeat;
    background-position: center -223px;
}
#fn_content .item-ivr .audiojs .pause::before,
#fn_content .item-ivr .audiojs .loading::before,
#fn_content .page-player .audiojs .pause::before,
#fn_content .page-player .audiojs .loading::before {
    background-position: center -276px; 
}
#fn_content .item-ivr .audiojs .time,
#fn_content .item-ivr .audiojs .played,
#fn_content .page-player .audiojs .time,
#fn_content .page-player .audiojs .played {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0px 15px 0 0;
    line-height: normal;
    border: 0;
    font-size: 14px;
    color: #303136;
    text-shadow: none;
}
#fn_content .page-player p {
    margin-bottom: 0;
}
#fn_content .i-dics .item-ivr .audiojs .time {
    display: none;
}
.page-form-color-inline {
    margin: 50px 0 70px;
    padding: 60px;
    color: #fff;
    border-radius: 6px;
    background: #0088D2;
}
.page-form-grey-inline {
    margin: 50px 0;
    padding: 60px;
    border-radius: 6px;
    background: #F5F5F5;
}
.form-group-inline {
    padding: 0 15px;
}
.page-f-c-title {
    max-width: 300px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.form-group-inline .btn-red {
    padding: 10px 40px 9px;    
}
.ivr-page .form-group-inline .btn-red {
    width: 250px;    
}
.virtual-phone h2,
.p-aster h2 {
    margin: 70px 0 50px;
    font-size: 32px;
    text-transform: none;
}
.p-aster h3 {
    font-size: 28px;
    text-transform: none;
}
.p-aster-organize {
    margin: 50px 0 150px;
    padding: 10px 85px;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(45deg, #0b6ea4 0%,#0088d2 100%);
}
.p-aster-o-1 img {
    margin: 30px 0 -140px;
}
.p-aster-o-2 img {
    margin: -50px 0 -63px -90px;
}
.p-aster-pm h3 {
    margin-top: 0;
    text-align: left;
}
.p-aster-pm-m {
    margin-top: 80px;
    color: #686868;
}
.p-aster-pm img {
    margin-top: 50px;
}
.p-aster-pm-p {
    min-height: 185px;
    max-width: 380px;
}
.p-aster-pm-p li::before {
    background: url("../images/aster/v3/icons-aster.webp") no-repeat !important;
    background-position: center -1499px !important;
}
.p-aster-pm-m li::before {
    background: url("../images/aster/v3/icons-aster.webp") no-repeat !important;
    background-position: center -1538px !important;
}
.equip {
    position: relative;
    margin-top: 50px;
    padding: 10px 0 80px;
    z-index: 0;
}
.equip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    background: #f2f2f2;
    z-index: -1;
}
.equip .col-12 {
    margin-bottom: 10px;
}
.equip .cat-item {
    border-radius: 6px;
}
.equip .cat-item span {
    display: block;
}
.equip .cat-item img {
    max-width: none;
    margin: 0 auto -80px;
    display: block;
}
.equip .equip-ci-1 img {
    margin: 0 auto;
}
.equip .equip-ci-4 img {
    margin: 70px auto -80px;
}
.p-aster-cost {
    position: relative;
    padding: 30px 0 50px;
    color: #fff;
    z-index: 0;
}
.p-aster-cost::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    background: #0088D2;
    z-index: -1;
}
.p-aster-cost h2 {
    margin-top: 50px;
    color: #fff;
    text-align: left;
}
.p-aster-cost img {
    margin-top: -90px;
}
.p-aster-c-var {
    margin-top: 60px;
    margin-bottom: 40px;
}
.p-aster-cv-item {
    margin-bottom: 10px;
    padding: 40px;
    min-height: 392px;
    color: #000;
    border-radius: 6px;
    background: #fff;
}
.p-aster-cvi-select {
    color: #fff;
    background: #1C4588;
}
.p-aster-cvi-title {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
}
.p-aster-cvi-price {
    font-size: 32px;
}
.p-aster-cvi-users {
    margin: 5px 0 40px;
}
.p-aster-cvi-users span {
    display: inline-block;
    padding: 3px 20px;
    font-size: 15px;
    color: #0088D2;
    border-radius: 50px;
    background: #D5EFFE;
}
.p-aster-cvi-func {
    font-weight: 700;
}
.p-aster-cvi-func ul {
    padding: 0;
}
.p-aster-cvi-func li {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
}
.p-aster-cvi-func li::before {
    left: 0 !important;
    background: url("../images/aster/v3/icons-aster.webp") no-repeat !important;
    background-position: center -1575px !important;
}
.p-aster-cvi-select .p-aster-cvi-func li::before {
    background-position: center -1618px !important;
}
.p-aster-cv-item-mini {
    padding: 25px 30px 15px 30px;
    min-height: auto;
    font-size: 14px;
}
.p-aster-cv-item-mini span {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding-left: 25px;
}
.p-aster-cv-item-mini span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #0088D2;
}
.p-aster-cvi-select.p-aster-cv-item-mini span::before {
    background: #fff;
}
.virtual-phone .page-2color-block {
    margin-bottom: 80px;
}
.virtual-phone .page-2c-b-right::after {
    background: url("../images/virtual-phone/phone.png") no-repeat -7px bottom / 530px;
}
.virtual-phone .page-2c-b-right::after {
    bottom: -50px;
    width: 515px;
}
.virtual-phone .page-i-block-21 > div > div > div > div {
    padding: 90px 100px 30px 0;
}
.virtual-phone .page-i-block-21 > div > div > div > div::before {
    height: 75px;
    width: 75px;
    background-image: url("../images/virtual-phone/icons-vi.png");
}
.virtual-phone .p-i-b-1::before {
    background-position: center -16px;
}
.virtual-phone .p-i-b-2::before {
    background-position: center -101px;
}
.virtual-phone .p-i-b-3::before {
    background-position: center -186px;
}
.virtual-phone .p-i-b-4::before {
    background-position: center -271px;
}
.virtual-phone .p-i-b-5::before {
    background-position: center -356px;
}
.virtual-phone .p-i-b-6::before {
    background-position: center -440px;
}
.virtual-phone .price-table {
    max-width: 600px;
}
.vi-price-item {
    height: 100%;
    padding: 30px;
    border-radius: 6px;
    background: #F2F2F2;
}
.vi-p-item-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.vi-p-item-price {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: bold;
    color: #0088D2;
}
.vi-p-item-price span {
    font-size: 15px;
    font-weight: normal;
    color: #303136;
}
.vi-price-item ul {
    margin: 0;
    padding: 0;
}
.vi-price-item li {
    display: inline-block;
    margin: 8px 30px 8px 0 !important;
}
.vi-price-item li::before {
    display: none;
}
.vi-p-item-text .row {
    align-items: center;
}
.vi-p-item-text .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B9CDCE;
}
.vi-p-item-text .row .text-right {
    font-weight: bold;
    text-align: right;
}
.vi-phone-features h2 {
    margin: 0 0 100px;
    max-width: 440px;
    text-align: left;
    line-height: 44px;
}
.vi-phone-features .page-i-block-21 > div {
    margin-bottom: 60px;
}
.virtual-phone .page-form-color-inline {
    margin: 80px 0;
}
.p-aster .page-2c-b-left p {
    max-width: 660px;
}
.p-aster .page-2c-b-right::after {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 230px;
    height: 350px;
    background: url("../images/aster/bg-top.png") no-repeat center bottom;
}
.p-aster .page-i-shadow-block-21 {
    margin-bottom: 30px;
}
.page-i-shadow-block-21 .pisb-item {
    position: relative;
    display: block;
    height: calc(100% - 30px);
    padding: 110px 30px 60px 30px;
    text-align: center;
    color: #303136;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow .3s;
}
.page-i-shadow-block-21 .pisb-item:hover {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.2);
}
.p-aster .page-i-shadow-block-21 .pisb-item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    height: 70px;
    width: 70px;
    background: url('../images/aster/asterisk-icons-21.webp') no-repeat;
}
.p-aster .page-i-shadow-block-21 .pisb-01::before {
    background-position: center -23px;
}
.p-aster .page-i-shadow-block-21 .pisb-02::before {
    background-position: center -111px;
}
.p-aster .page-i-shadow-block-21 .pisb-03::before {
    background-position: center -198px;
}
.p-aster .page-i-shadow-block-21 .pisb-04::before {
    background-position: center -287px;
}
.p-aster .page-i-shadow-block-21 .pisb-05::before {
    background-position: center -371px;
}
.p-aster .page-i-shadow-block-21 .pisb-06::before {
    background-position: center -457px;
}
.p-aster .page-i-shadow-block-21 .pisb-07::before {
    background-position: center -543px;
}
.p-aster .page-i-shadow-block-21 .pisb-08::before {
    background-position: center -630px;
}
.page-blue-arrow-block-21 {
    margin: 60px 0;
    padding: 40px;
    color: #fff;
    border-radius: 6px;
    background: #0088D2 url('../images/aster/arrow.png') no-repeat center center;
}
h3.pbab-title {
    position: relative;
    padding: 0 50px 0 190px;
    color: #fff;
    text-align: left;
}
h3.pbab-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    height: 100px;
    width: 115px;
    background: url('../images/aster/asterisk-logo-100.png') no-repeat;
}
.page-blue-arrow-block-21 a {
    color: #fff;
}
.pbab-text {
    padding-left: 130px;
}
.pbab-text a,
.pbab-text span {
    position: relative;
    display: block;
    padding: 5px 0 5px 40px;
    transition: color .2s;
}
.page-blue-arrow-block-21 a:hover {
    color: #f78f1e;
}
.pbab-text a::before,
.pbab-text span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 26px;
    width: 26px;
    background: url('../images/aster/asterisk-icons-21.webp') no-repeat;
    background-position: center -2311px;
}
.page-i-block-21 a {
    transition: color .2s;
}
.page-i-block-21 a:hover {
    color: #0088D2;
}
.p-aster .page-i-block-21 span {
    font-size: 22px;
}
.p-aster .page-i-block-21 .pib-item::before {
    height: 68px;
    width: 68px;
    background: url('../images/aster/v3/icons-aster.webp') no-repeat;
}
.p-aster .page-i-block-21 .pib-01::before {
    background-position: center -22px;
}
.p-aster .page-i-block-21 .pib-02::before {
    background-position: center -106px;
}
.p-aster .page-i-block-21 .pib-03::before {
    background-position: center -190px;
}
.p-aster .page-i-block-21 .pib-04::before {
    background-position: center -270px;
}
.p-aster .page-i-block-21 .pib-05::before {
    background-position: center -346px;
}
.p-aster .page-i-block-21 .pib-06::before {
    background-position: center -430px;
}
.p-aster .page-i-block-21 .pib-07::before {
    background-position: center -514px;
}
.p-aster .page-i-block-21 .pib-08::before {
    background-position: center -598px;
}
.p-aster .page-i-block-21 .pib-09::before {
    background-position: center -683px;
}
.p-aster .page-i-block-21 .pib-10::before {
    background-position: center -763px;
}
.p-aster .page-i-block-21 .pib-11::before {
    background-position: center -843px;
}
.p-aster .page-i-block-21 .pib-12::before {
    background-position: center -927px;
}
.p-aster .page-i-block-21 .pib-13::before {
    background-position: center -1011px;
}
.p-aster .page-i-block-21 .pib-14::before {
    background-position: center -1093px;
}
.p-aster .page-i-block-21 .pib-15::before {
    background-position: center -1176px;
}
.p-aster .page-i-block-21 .pib-16::before {
    background-position: center -1256px;
}
.p-aster .page-i-block-21 .pib-17::before {
    background-position: center -1338px;
}
.p-aster .page-i-block-21 .pib-18::before {
    background-position: center -1418px;
}
.p-aster .city-block {
    padding: 30px 40px;
    border: 3px solid #d1d1d1;
    border-radius: 6px;
}
.p-aster .city-block h3 {
    display: inline-block;
    padding: 0 70px 0 30px;
    text-align: left;
}
.p-aster .city-block h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    display: inline-block;
    margin: auto;
    height: 30px;
    width: 38px;
    background: url('../images/aster/asterisk-icons-21.webp') no-repeat;
    background-position: center -2065px;
}
.p-aster .city-block.c-b-2 h3::before {
    background-position: center -2126px;
}
.p-aster .city-block ul {
    padding-left: 20px;
}
.page-image-bg-block {
    padding: 50px;
    border-radius: 6px;
    background: #F2F2F2;
}
.page-image-bg-block h2 {
    margin-top: 0;
    text-align: left;
}
.page-image-bg-block .page-i-block-21 > div {
    margin-bottom: 50px;
}
.page-image-bg-block .page-i-block-21 span {
    color: #0088D2;
}
.page-note-21 {
    position: relative;
    margin: 30px 0;
    padding: 20px 20px 20px 120px;
    border-radius: 6px;
    background: #F2F2F2;
}
.page-note-21::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    height: 50px;
    width: 50px;
    background: url('../images/aster/asterisk-icons-21.webp') no-repeat;
    background-position: center -2182px; 
}
.page-2color-block.p2cb-2 {
    position: relative;
    margin: 70px 0;
    padding: 50px;
    min-height: auto;
    border: 3px solid #0088D2;
    border-radius: 6px;
    overflow: hidden;
}
.page-2color-block.p2cb-2::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 157px;
    width: 155px;
    background: url('../images/aster/bg-from-logo.png') no-repeat;
}
.page-2color-block.p2cb-2 .page-2c-b-right::after,
.p2cb-2 .page-2c-b-left::before {
    display: none;
}
.page-2color-block.p2cb-2 .page-2c-b-right::before {
    top: -51px;
    bottom: -51px;
    right: -1000%;
}
.page-2color-block.p2cb-2 .page-2c-b-left {
    min-height: auto;
}
.page-2color-block.p2cb-2 .page-2c-b-text {
    padding: 0 50px 0 0;
}
.page-2color-block.p2cb-2 h2 {
    margin: 0 0 15px 0;
    text-align: left;
}
.p2cb-subtitle {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.page-2color-block.p2cb-2 .page-2c-b-right {
    padding-top: 40px;
    padding-left: 100px;
    color: #fff;
}
.page-2color-block.p2cb-2 .page-2c-b-right .os-font {
    font-size: 26px;
    margin-top: 20px;
}
.products-inner {
    margin: 30px 0;
    padding: 0 35px;
}
.products-inner.owl-carousel {
    max-height: 340px;
}
.products-inner .owl-item {
    padding: 1px;
}
.products-inner .product-item {
    margin-top: 20px;
}
.products-inner .product-item .image {
    height: 150px;
    line-height: 150px;
}
.products-inner .product-item img {
    max-height: 150px;
}
.products-inner .product_info h3 {
    height: 60px;
    font-size: 18px;
}
.products-inner .product-item .button.b-added {
    font-size: 18px;
}
.p-i-price-zero {
    font-size: 16px;
    font-weight: bold;
}
.related-products .button,
.related-products .button:hover {
    font-weight: normal;
    background-image: none;
}
.related-products .product-item,
.cat-products .product-item {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
}
.side-desc .c-title {
    text-align: center;
}
.side-desc .c-title span {
    font-size: 22px;
    color: #303136 !important;
    text-transform: uppercase;
}
.post-cat {
    text-align: right;
    color: #707172;
}
.ya-soc-block > div {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.b-list {
    padding: 0;
}
.b-list li {
    margin-bottom: 50px;
    list-style: none;
}
.b-list a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
.b-list a:focus {
    text-decoration: none;
}
.b-list a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: #000;
    transition: all ease-in-out 0.2s;
}
.b-list a:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: transparent;
}
.b-l-date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #0088d2;
}
.post-21 .jp-audio {
    margin: 0 auto;
}
.jp-audio li::before,
.post-21 .jp-audio img {
    display: none;
}
.jp-audio li.jp-playlist-current::before {
    display: block;
    left: -10px !important;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    position: relative;
    list-style: none;
    list-style-type: none !important;
}
.jp-playlist li {
    padding: 5px 0 4px 10px !important;
}
.b-l-date span,
span.all-views {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding-left: 20px;
}
.b-l-date span::before,
span.all-views::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 20px;
    margin: auto;
    background-image: url('../images/pepsi.webp');
    background-repeat:  no-repeat;
    background-position: center -1602px;
}
span.all-views {
    padding: 8px 25px !important;
    font-size: 15px !important;
    color: #0088d2 !important;
    border: 0 !important;
    cursor: default !important;
}
span.all-views:hover {
    color: #0088d2 !important;
}
.ans-intro-block {
    position: relative;
    margin-top: 30px;
    padding: 55px;
    min-height: 340px;
    border: 4px solid #EC4322;
    border-radius: 3px;
}
.ans-intro-block::before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    right: -4px;
    left: 0;
    margin: auto;
    background: url('../images/answerphone/img01.png') no-repeat center right;
    border-radius: 3px;
    overflow: hidden;
}
.ans-strong {
    margin: 30px 0;
    font-weight: bold;
}
.ans-border .btn-red {
    padding: 8px 20px;
}
.ans-border > div {
    margin-top: 30px;
    color: #ec4322;
    font-weight: 700;
}
[class^="ans-var-"] span,
.ans-make div div span {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 20px 0 20px 90px;
    font-size: 20px;
    font-weight: 700;
}
[class^="ans-var-"] span::before,
.ans-time::before,
.ans-make div div span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    background-image: url('../images/answerphone/pepsi-ao.png');
    background-repeat:  no-repeat;
}
.ans-var-1 span::before {
    background-position: center -18px;
}
.ans-var-2 span::before {
    background-position: center -95px;
}
.ans-time {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 20px 0 20px 90px;
}
.ans-time::before {
    background-position: center -173px;
}
.quot-block {
    position: relative;
    margin-top: 30px;
    padding: 15px;
    border: 3px solid #eeeded;
    border-radius: 0px;
}
.quot-block::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 30px;
    height: 18px;
    width: 28px;
    background-color: #fff;
    background-image: url('../images/answerphone/pepsi-ao.png');
    background-repeat:  no-repeat;
    background-position: center -927px;
}
.d-flex .quot-block {
    height: calc(100% - 30px);
}
.quot-item {
    position: relative;
    height: calc(100% - 50px);
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 6px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
}
.quot-item-text {
    padding-top: 40px;
}
.quot-item-content {
    padding: 0 30px 120px;
}
.quot-item-content .q-title {
    position: relative;
    margin-left: -30px;
    margin-bottom: 20px;
}
.quot-item-text .q-title {
    margin-top: -40px;
}
.q-title {
    position: absolute;
}
.q-title span {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 7px 15px 7px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px 0 0 0;
    background: #0088d2;
    z-index: 0;
}
.q-title span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 80px;
    background: #0088d2;
    transform: skew(-25deg);
    z-index: -1;
}
.q-text {
    padding: 30px;
    color: #707172;
}
.quot-item img {
    display: block;
}
.q-text div > span {
    display: block;
    color: #0088d2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.q-text > div + div {
    margin-top: 20px;
}
.ans-make .page-subtitle {
    font-size: 22px;
    color: #0088d2;
}
.ans-make ul {
    position: relative;
    margin: 0 !important;
}
.b-post .ans-make ul > li::before {
    left: 5px !important;
}
.ivr-text .va-obo-block {
    text-align: left;
}
.ans-done div div {
    position: relative;
    padding: 90px 0 50px 0;
}
.ans-done div div > span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
.ans-done div div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 65px;
    width: 65px;
    background-image: url('../images/answerphone/pepsi-ao.png');
    background-repeat:  no-repeat;
}
.d-i-01::before {
    background-position: center -395px;
}
.d-i-02::before {
    background-position: center -465px;
}
.d-i-03::before {
    background-position: center -540px;
}
.d-i-04::before {
    background-position: center -613px;
}
.d-i-05::before {
    background-position: center -691px;
}
.d-i-06::before {
    background-position: center -768px;
}
.ivr-text .item-ivr {
    margin: 0;
    height: 100%;
}
.page-ivr-block > div {
    margin-bottom: 30px;
}
.pb-player {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 15px;
    text-align: center;
}
.pb-player .audiojs .play {
    padding: 0;
}
.page-player .btn {
    text-align: center;
}
.ans-players-1 {
    margin-bottom: 40px;
}
.ans-players-1 > div {
    margin-bottom: 30px;
}
.ans-players-1 .quot-block {
    height: 100%;
    padding-bottom: 100px;
}
.ans-players-1 p strong {
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #303136;
}
.ans-players-1 p {
    color: #707172;
}
.ans-players-1 .q-title span {}
.d-i-01::before {
    background-position: center -395px;
}
.pb-player .btn {
    margin-top: 20px;
}
.ans-players-2 {
    margin: 40px 0;
    padding: 15px;
    background: url('../images/answerphone/bg-ivr.jpg') no-repeat center center / cover;
}
.ans-p {
    margin-bottom: 30px;
    padding: 10px;
    border: 3px solid #fff;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}
.ans-info {
    justify-content: space-between !important;
}
.ans-i-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.ans-i-city {
    position: relative;
    padding-right: 80px;
    color: #fff;
    font-weight: 700;
}
.ans-i-city::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    height: 20px;
    width: 16px;
    background-image: url('../images/answerphone/pepsi-ao.png');
    background-repeat:  no-repeat;
    background-position: center -965px;
}
#fn_content .ans-players-2 .audiojs {
    background: transparent;
}
.a-aud-err {
    margin: 40px 0;
    font-size: 16px;
}
.a-aud-err .block-inner-page {
    padding: 20px;
}
.a-aud-err .block-inner-page > div {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}
.a-aud-err .block-inner-page > div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    background-image: url('../images/aster/aster-audit.png');
    background-repeat:  no-repeat;
    background-position: center -57px;
}
.a-aud-err .a-r-2 > div::before {
    background-position: center -19px;
}
.a-b-title {
    margin: 27px 0 0 30px;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.a-aud-icons {
    margin: 40px 0;
}
.a-aud-icons [class^="a-a-i-"],
.a-aud-icons [class^="a-s-i-"] {
    position: relative;
    margin: 20px 0;
    padding-left: 70px;
    font-size: 15px;
    color: #615f5f;
}
.a-aud-icons [class^="a-a-i-"]::before,
.a-aud-icons [class^="a-s-i-"]::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    height: 54px;
    width: 54px;
    background-image: url('../images/aster/aster-audit.png');
    background-repeat:  no-repeat;
}
.a-aud-icons .a-a-i-1::before {
    background-position: center -94px;
}
.a-aud-icons .a-a-i-2::before {
    background-position: center -159px;
}
.a-aud-icons .a-a-i-3::before {
    background-position: center -224px;
}
.a-aud-icons .a-a-i-4::before {
    background-position: center -289px;
}
.a-aud-icons .a-a-i-5::before {
    background-position: center -355px;
}
.a-aud-icons .a-a-i-6::before {
    background-position: center -419px;
}
.a-aud-icons [class^="a-a-i-"] div,
.a-aud-icons [class^="a-s-i-"] div {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.a-aud-icons [class^="a-s-i-"]::before {
    background-image: url('../images/aster/aster-sec.png');
}
.a-aud-icons .a-s-i-1::before {
    background-position: center -5px;
}
.a-aud-icons .a-s-i-2::before {
    background-position: center -69px;
}
.a-aud-icons .a-s-i-3::before {
    background-position: center -131px;
}
.a-aud-icons .a-s-i-4::before {
    background-position: center -193px;
}
.a-aud-icons .a-s-i-5::before {
    background-position: center -255px;
}
.a-aud-icons .a-s-i-6::before {
    background-position: center -318px;
}
.aster-alg-block > div {
    margin-bottom: 30px;
}
.aster-alg-block .block-inner-page {
    padding: 20px;
    font-size: 15px;
}
.aster-alg-block .block-inner-page > div {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.a-block-3 {
    position: relative;
    height: 360px;
    margin-top: 30px;
    padding: 30px;
    border: 2px solid #0292d9;
    background: url('../images/aster/bg-block-3.jpg') no-repeat;
    background-size: cover;
}
.aster-pro-block .a-pro-b-1 > div {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}
.a-pro-b-2 > div,
.a-pro-b-2 > span {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    color: #fff;
    font-weight: 700;
}
.a-pro-b-2 > span {
    display: inline-block;
    padding-left: 0;
}
.a-pro-b-2 > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    margin: auto;
    text-align: center;
    background-image: url("../images/crm/icons-crm.png");
    background-repeat: no-repeat;
    background-position: center -530px;
}
.h-title-intro {
    font-size: 18px;
    text-align: center;
}
.m-cart {
    max-width: 800px !important;
}
.m-cart img {
    height: auto;
    max-width: 100%;
}
.m-cart .name span {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.v-stock {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 2px;
    opacity: .5;
    border-radius: 50%;
    background: #ec4322;
}
.v-stock.vs-yellow {
    background: #ffb400;
}
.v-stock.vs-green {
    background: #1f8b0c;
}
.cats-block {
    margin-bottom: 40px;
}
.type-post h1 {
    font-size: 30px;
}
.type-post .b-post {
    color: #303136;
}
.type-post .b-post p {
    margin-bottom: 30px;
}
.text-page p > a:not(.btn),
.text-page p > strong > a:not(.btn),
.text-page li > a {
    border-bottom: 1px solid rgba(0, 136, 209, .5);
    transition: border .2s;
}
.text-page p > a:not(.btn):hover,
.text-page p > strong > a:not(.btn):hover,
.text-page li > a:hover {
    border-bottom: 1px solid rgba(0, 136, 209, .0);
}
.type-post .b-post strong a,
.type-post .b-post a strong {
    color: #0088d2;
    border-bottom: 1px solid rgba(0, 136, 209, .5);
    transition: all ease-in-out 0.2s;
}
.type-post .b-post strong a:hover,
.type-post .b-post a:hover strong {
    border-bottom: 1px solid rgba(0, 136, 209, .0);
}
.type-post .b-post p {
    margin-bottom: 20px;
}
.type-post .b-post ol {
    margin: 30px 0 30px 35px;
}
.category-text ul,
.type-post .b-post ul,
.product .description ul {
    margin: 30px 0 30px 30px;
}
.category-text ul,
.product .description ul {
    position: relative;
    z-index: 0;
}
.category-text ul ul, 
.type-post .b-post ul ul, 
.product .description ul ul {
    margin: 30px 0 30px 0;
    padding-left: 20px;
}
.type-post .b-post ul > li {
    margin-bottom: 15px;
}
.type-post .b-post ul > li::before {
    line-height: 23px;
}
.type-post .b-post ol {
    counter-reset: li;
    list-style: none;
}
.type-post .b-post ol.ol-2 {
    counter-reset: li 1;
}
.type-post .b-post ol.ol-3 {
    counter-reset: li 2;
}
.type-post .b-post ol.ol-4 {
    counter-reset: li 3;
}
.type-post .b-post ol.ol-5 {
    counter-reset: li 4;
}
.type-post .b-post ol.ol-6 {
    counter-reset: li 5;
}
.type-post .b-post ol.ol-7 {
    counter-reset: li 6;
}
.type-post .b-post ol.ol-8 {
    counter-reset: li 7;
}
.type-post .b-post ol.ol-9 {
    counter-reset: li 8;
}
.type-post .b-post ol.ol-10 {
    counter-reset: li 9;
}
.type-post .b-post ol > li {
    position: relative;
    margin-bottom: 15px;
}
.type-post .b-post ol > li::before {
    position: absolute;
    top: 0;
    left: -40px;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 5px;
    content: counter(li);
    counter-increment: li;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    background: #009aee;
    border-radius: 50%;
}
.b-post > .row {
    margin-bottom: 20px;
}
.post-head {
    margin-bottom: 50px;
}
.post-head h1 {
    margin-bottom: 20px;
    font-size: 30px;
}
.post-head span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 25px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #0088d2;
}
.post-head span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    background: url("../images/pepsi-post.png");
}
.post-head .p-date::before {
    background-position: center -10px;
}
.post-head .p-stat::before {
    background-position: center -33px;
}
.post-foot {
    margin: 40px 0;
}
.post-foot > .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}
.post-foot > .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}
.post-foot > .row:nth-child(1) {
    border-top: 1px solid #ededed;
}
.post-foot .post-links {
    padding-top: 45px;
}
.post-foot .post-links a {
    position: relative;
    padding-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #3e3f45;
    transition: all ease-in-out 0.2s;
}
.post-foot .post-links a:hover {
    color: #009aee;
}
.post-foot .post-links a::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    margin: auto;
    height: 10px;
    width: 25px;
    background: url("../images/pepsi-post.png");
    background-position: center -56px;
}
.post-foot .post-links a.prev-post-link::before {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}
.table-50-50 table td {
    width: 50% !important;
}
.table-wrap {
    overflow-x: auto;
}
.text-page table {
    margin: 0 auto;
    width: 100%;
    border: 0;
}
.text-page th,
.text-page table > tr:first-child {
    padding: 7px 15px;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    border: 0;
    background: #009aee !important;
}
.text-page table tbody > tr:nth-of-type(odd),
.text-page table > tr:nth-of-type(odd),
tr.color-back,
td.color-back {
    background: #f0f8fc;
}
.text-page td {
    padding: 7px 15px;
    border: 0;
    border-bottom: 2px solid #ceeeff;
}
.text-page table tr:first-child td {
    border: 0;
}
.text-page table p {
    margin: 0 !important;
}
.text-page table.tr-no-color tbody > tr:nth-of-type(odd),
.text-page table.tr-no-color > tr:nth-of-type(odd) {
    background: transparent;
}
.text-page table tr.tr-bg-color {
    background: #f0f8fc !important;
}
.comment {
    position: relative;
    min-height: 60px;
    margin-bottom: 30px;
    padding-left: 90px;
}
.comment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    background: url("../images/pepsi-post.png");
    background-position: -12px -74px;
}
.comment-text {
    margin-top: 10px;
    font-size: 14px;
    color: #707172;
}
.ch-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.comment_form {
    margin-top: 20px;
}
.comment_form h2 {
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.comment_form > .row {
    padding-bottom: 15px;
}
.comment_form .col-lg-4 {
    padding-top: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.comment_form .comment_textarea,
.comment_form .input_name {
    width: 100%;
    font-size: 16px;
}
.comment_form .comment_textarea {
    height: 100px;
}
.comment_form .input_captcha, .cart_form .input_captcha {
    width: 200px;
}
.comment_form .input_name,
.comment_form .input_captcha,
.comment_form .comment_textarea {
        padding: 9px;
        border: 1px #ededed solid;
}
.comment_form .button {
    display: inline-block;
    float: right;
}
.comment_form .bot-block > div > div + div {
    padding-left: 20px;
}
.comment_form .captcha-block {
    float: right;
    margin: 7px 40px;
}
.gsm-d-block-0 {
    line-height: 30px;
}
.gsm-d-block-0 > div {
    margin-top: 20px;
}
.gsm-d-block-1 {
    padding: 45px 35px 50px;
    color: #000;
    background: #d8edf8 url(../images/gsm-dacha/img-1.jpg) no-repeat center right;
}
.gsm-d-block-1 > div {
    max-width: 300px;
    font-size: 18px;
}
.gsm-d-block-1 .g-d-b-1-title {
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: bold;
}
.gsm-d-block-2 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #000;
    border: 2px solid #0088d2;
    overflow: hidden;
}
.gsm-d-block-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background: #0088d2;
}
.g-d-b-2-icon {
    position: relative;
    padding: 20px 90px 20px 40px;
}
.g-d-b-2-icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    margin: auto;
    height: 370px;
    width: 300px;
    border-radius: 50%;
    background: #0088d2;
}
.g-d-b-2-icon span {
    position: relative;
    display: block;
    height: 150px;
    width: 135px;
}
.g-d-b-2-icon span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 150px;
    width: 135px;
    background: url(../images/gsm-dacha/icons.png) no-repeat -10px -14px;
}
.g-d-b-2-text {
    padding: 20px 30px 20px 0;
}
.g-d-b-2-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.gsm-dacha .va-form-8 {
    background: url("../images/gsm-dacha/bg-1.jpg") no-repeat;
}
.gsm-dacha .va-f-left {
    margin: 0 60px 0 130px;
}
.gsm-dacha .va-f-left div:nth-child(1) {
    margin-bottom: 20px;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    border: 0;
    border-radius: 0px;
}
.gsm-dacha .va-f-r-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 60px 50px 0 140px;
    text-transform: uppercase;
}
.gsm-dacha .va-f-right {
    color: #000;
}
.va-f-right div:nth-child(1) {
    font-size: 24px;
    text-transform: none;
}
.gsm-d-block-3 > div > div {
    height: 100%;
    padding: 30px;
    border: 1px solid #eef1f3;
}
.g-d-b-3-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: -30px -30px 20px -30px;
    padding: 15px 30px;
    text-align: center;
    color: #000;
    line-height: normal;
    background: #eef1f3;
}
.type-post .gsm-d-block-3 ul {
    margin: 30px 0 30px 10px;
}
.type-post .gsm-d-block-3 li {
    position: relative;
}
.type-post .gsm-d-block-3 ul li::before {
    content: "" !important;
    top: 0;
    bottom: 0;
    left: -40px !important;
    right: auto;
    height: 25px;
    width: 25px;
    margin: auto;
    background: url(../images/gsm-dacha/icons.png) no-repeat;
    background-position: center -178px;
}
.g-d-b-3-r {
    line-height: 32px;
    text-align: center;
}
.gsm-d-shema {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 80px;
    padding: 30px;
    border: 1px solid #eef1f3;
}
[class^="g-d-s-item-"] {
    position: relative;
}
[class^="g-d-s-item-"]::before,
.g-d-s-arrow span::before,
.g-d-s-arrow-2 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    width: 115px;
    margin: auto;
    background: url(../images/gsm-dacha/icons.png) no-repeat;
}
.g-d-s-item-1,
.g-d-s-item-2 {
    padding-top: 110px;
    text-align: center;
}
.g-d-s-item-3,
.g-d-s-item-4 {
    padding: 50px 0 50px 180px;
}
.g-d-s-arrow span,
.g-d-s-arrow-2 span {
    position: relative;
    display: block;
}
.g-d-s-arrow-2 span:first-child {
    transform: rotate(-35deg);
}
.g-d-s-arrow-2 span:last-child {
    margin-top: 80px;
    transform: rotate(35deg);
}
.g-d-s-item-3::before,
.g-d-s-item-4::before {
    bottom: 0;
    right: auto;
    height: 140px;
    width: 160px;
}
.g-d-s-arrow span::before,
.g-d-s-arrow-2 span::before {
    bottom: 0;
    height: 20px;
    width: 28px;
    background-position: -63px -711px;
}
.g-d-s-item-1::before {
    background-position: center -207px;
}
.g-d-s-item-2::before {
    background-position: center -312px;
}
.g-d-s-item-3::before {
    background-position: center -425px;
}
.g-d-s-item-4::before {
    background-position: center -568px;
}
.gsm-d-preim > div {
    margin-bottom: 30px;
}
.gsm-d-preim .block-inner-page {
    padding: 100px 20px 20px 20px;
    text-align: center;
}
.gsm-d-preim .bip-title {
    text-transform: none;
}
.gsm-d-preim .block-inner-page::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 64px;
    width: 64px;
    margin: auto;
    background: url(../images/gsm-dacha/icons.png) no-repeat;
}
.gsm-d-preim .g-d-p-item-1::before {
    background-position: center -741px;
}
.gsm-d-preim .g-d-p-item-2::before {
    background-position: center -812px;
}
.gsm-d-preim .g-d-p-item-3::before {
    background-position: center -885px;
}
.gsm-d-preim .g-d-p-item-4::before {
    background-position: center -957px;
}
.gsm-d-preim .g-d-p-item-5::before {
    background-position: center -1029px;
}
.gsm-d-preim .g-d-p-item-6::before {
    background-position: center -1101px;
}
.gsm-d-big-text {
    margin-top: 10px;
    font-size: 24px;
}
.description .col-sm-8.properties,
.description .properties-dot,
.description #productProperties {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
    color: #666;
    z-index: 0;
}
.description .col-sm-8.properties > .row,
.description #productProperties .properties > .row,
.description .properties-dot > .row {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
}
.description #productProperties .properties > .row::before,
.description .col-sm-8.properties > .row::before,
.description .properties-dot > .row::before {
    color: #ddd;
    content: ".......................................................................................................................................................................................................................................................................................................................................................";
    position: absolute;
    white-space: nowrap;
}
.description #productProperties .properties .col-6 span,
.description .properties-dot .row div span {
    display: inline-block;
    background-color: #fff;
}
.description #productProperties .properties .col-6,
.description .col-sm-8.properties .col-6,
.description .properties-dot .col-6 {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    background: #fff;
    z-index: 10;
}
.description #productProperties .properties .col-6,
.description .properties-dot .col-6 {
    background-color: transparent;
}
.description .col-sm-8.properties .label,
.description .properties-dot .label {
    float: left;
}
.description .col-sm-8.properties .value,
.description #productProperties .properties .value,
.description .properties-dot .value,
.description .properties-dot .col-6:nth-child(2) {
    float: right;
    padding: 0 3px 0 20px;
    text-align: right;
}
.description .properties-dot .value {
    padding: 0 0 0 20px;
}
.description .properties-dot .label span,
.description #productProperties .properties .label span {
    padding-right: 10px;
}
.description .properties-dot .value span,
.description #productProperties .properties .value span {
    padding-left: 10px;
}
.h-phone-temp {
    margin-left: auto;
    padding-right: 30px;
}
.net-top-block {
    position: relative;
    margin-bottom: 50px;
    height: 315px;
    padding: 40px;
    border: 2px solid #f6f6f6;
    background: url(../images/networks/bg-top.jpg) no-repeat center right;
    overflow: hidden;
}
.net-top-block::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60px;
    height: 700px;
    width: 670px;
    transform: rotate(22deg);
    background-color: #f6f6f6;
}
.net-top-block .col-lg-5 {
    padding-top: 50px;
}
.net-for-block > div > div {
    position: relative;
    padding-top: 90px;
}
.net-for-block > div > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    background: url(../images/networks/icons-networks.png) no-repeat;
}
.net-for-block div.net-f-item-1::before {
    background-position: center -26px;
}
.net-for-block div.net-f-item-2::before {
    background-position: center -116px;
}
.net-for-block div.net-f-item-3::before {
    background-position: center -206px;
}
.net-for-block div.net-f-item-4::before {
    background-position: center -296px;
}
.net-for-block > div > div > div {
    margin-bottom: 10px;
    font-weight: bold;
}
.net-stage-block .block-inner-page {
    padding: 30px;
} 
.net-stage-block .block-i-p-num > div {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.net-stage-block .block-i-p-num {
    padding: 80px 0 0 0;
    font-size: 16px;
}
.block-i-p-num::before, 
.block-i-p-num::after {
    top: 0;
    left: 0;
    bottom: auto;
}
.block-i-p-num::after {
    height: 50px;
    width: 50px;
    top: 5px;
    left: 5px;
}
.net-s-item-1::before {
    content: "1"
}
.net-s-item-2::before {
    content: "2"
}
.net-s-item-3::before {
    content: "3"
}
.net-timing-block {
    margin: 50px 0;
    padding: 0 30px 28px 30px;
    border: 2px solid #f6f6f6;
    background: url(../images/networks/bg-middle.jpg) no-repeat center right;
}
.net-timing-block h2 {
    text-align: left;
}
.va-form-8.form-style-20-1 {
    background: url("../images/networks/bg-form.jpg") no-repeat top left;
}
.form-style-20-1 .va-f-left {
    margin: 60px 40px 0 200px;
}
.form-style-20-1 .va-f-left .net-form-title {
    border: 0;
}
.form-style-20-1 .new-form {
    margin-left: 50px;
}
.net-equipment-block {
    margin-bottom: 50px;
}
.net-equipment-block > div > div {
    margin-bottom: 30px;
}
.net-equipment-block .block-inner-page {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.net-equipment-block img {
    display: block;
    margin: 0 auto 10px;
}
.net-equipment-block .block-inner-page span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.net-logos-block {
    margin: 100px 0 50px;
    text-align: center;
}
.video-top-block {
    margin-top: 50px;
    height: 325px;
    border: 2px solid #0299eb;
    background: url(../images/video-systems/bg-top.jpg) no-repeat center left;
}
.video-top-block .video-t-text {
    padding: 70px 50px 0 50px;
    font-size: 20px;
}
.p-video-systems .page-2color-block strong {
    white-space: nowrap;
}
.p-video-systems .page-2c-b-left {
    min-height: 370px;
}
.p-video-systems .page-2c-b-right::after {
    background: url("../images/video-systems/camera.png") no-repeat left bottom;
}
.p-video-systems .page-2c-b-right::after {
    height: 320px;
    width: 480px;
}
.video-systems-page .ma-block-city h3 {
    max-width: 300px;
    padding-top: 40px;
}
.video-equipment-block {
    margin-bottom: 50px;
}
.video-equipment-block h2 {
    margin-bottom: 40px;
    font-size: 40px;
}
.video-equipment-block .block-inner-page {
    position: relative;
    padding: 160px 30px 30px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.video-equipment-block .block-inner-page::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 110px;
    width: 130px;
    background: url(../images/video-systems/icons-video.png) no-repeat;
}
.video-equipment-block .video-e-item-1::before {
    background-position: center -13px;
}
.video-equipment-block .video-e-item-2::before {
    background-position: center -136px;
}
.video-equipment-block .video-e-item-3::before {
    background-position: center -250px;
}
.video-equipment-block .video-e-item-4::before {
    background-position: center -367px;
}
.video-hdd-calc {
    margin-bottom: 50px;
}
.video-hdd-calc a {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 60px 30px 80px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: #0088D2;
}
.video-hdd-calc a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    margin: auto;
    height: 130px;
    width: 150px;
    background: url(../images/video-systems/hdd-calc.webp) no-repeat;
    background-position: center 0px;
}
.video-hdd-calc a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    margin: auto;
    height: 120px;
    width: 115px;
    background: url(../images/video-systems/hdd-calc.webp) no-repeat;
    background-position: -15px -134px;
}
.video-advantage {
    margin-bottom: 60px;
    padding-bottom: 60px;
    background-color: #fbfbfb;
}
.video-advantage h2 {
    position: relative;
    margin-bottom: 60px;
    font-size: 40px;
}
.video-advantage h2::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -15px;
    right: -15px;
    height: 1px;
    background-color: #ededed;
}
.video-stage-block h2 {
    margin-bottom: 50px;
    font-size: 40px;
}
.video-stage-block h2 {
    margin-bottom: 50px;
    font-size: 40px;
}
.video-s-item {
    position: relative;
    padding-bottom: 60px;
    padding-left: 160px;
    z-index: 0;
}
.video-s-item::before,
.video-s-item::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 130px;
    width: 130px;
    border: 1px solid #ededed;
    border-radius: 50%;
    z-index: -1;
}
.video-s-item::after {
    top: 25px;
    left: 5px;
    height: 120px;
    width: 120px;
}
.video-s-item div {
    position: relative;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.video-s-item div::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -140px;
    height: 90px;
    width: 90px;
    background: url(../images/video-systems/icons-video.png) no-repeat;
}
.video-s-item-1 div::before {
    background-position: center -494px;
}
.video-s-item-2 div::before {
    background-position: center -597px;
}
.video-s-item-3 div::before {
    background-position: center -696px;
}
.video-s-item-4 div::before {
    background-position: center -795px;
}
.video-s-item div::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -75px;
    height: 45px;
    width: 45px;
    padding-top: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #0299eb;
}
.video-s-item-1 div::after {
    content: "1";
}
.video-s-item-2 div::after {
    content: "2";
}
.video-s-item-3 div::after {
    content: "3";
}
.video-s-item-4 div::after {
    content: "4";
}
.page-i-block-21 .vs-pib-1::before {
    background-image: url("../images/video-systems/icons-vs.png");
    background-position: center -10px;
}
.page-i-block-21 .vs-pib-2::before {
    background-image: url("../images/video-systems/icons-vs.png");
    background-position: center -97px;
}
.video-s-org .pib-item::before {
    background-image: url("../images/video-systems/icons-vs.png");
}
.video-s-org .pib-item-1::before {
    background-position: center -179px;
}
.video-s-org .pib-item-2::before {
    background-position: center -264px;
}
.video-s-org .pib-item-3::before {
    background-position: center -344px;
}
.video-s-org .pib-item-4::before {
    background-position: center -424px;
}
.video-s-org .pib-item-5::before {
    background-position: center -505px;
}
.video-s-org .pib-item-6::before {
    background-position: center -588px;
}
.video-s-org .pib-item-7::before {
    background-position: center -671px;
}
.video-s-org .pib-item-8::before {
    background-position: center -753px;
}
.video-s-org .pib-item-9::before {
    background-position: center -841px;
}
.video-s-org .pib-item-10::before {
    background-position: center -923px;
}
.pib-item-link::after {
    content: "!";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    background-color: #0088d2;
}
.ma-block-city span {
    margin-bottom: 5px;
}
.mobile-s-main-block {
    position: relative;
    margin-bottom: 100px;
    padding: 50px 0;
}
.mobile-s-m-b-title {
    margin-top: 30px;
}
.p-mobile-signal h2 {
    font-size: 30px;
    text-transform: none;
}
.mobile-s-m-b-title h1,
.mobile-s-m-b-title h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
    text-transform: none;
    text-align: left;
    color: #0088d2;
}
.p-mobile-signal .page-f-c-title {
    padding-right: 50px;
    max-width: none;
}
.mobile-s-main-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    background: #f2f2f2;
    z-index: -1;
}
.mobile-s-m-b-btn {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
}
.p-mobile-signal .page-i-block-21 .row > div {
    margin-bottom: 30px;
}
.p-mobile-signal .pib-item::before {
    top: 25px;
    left: 30px;
    height: 70px;
    width: 80px;
    background: url(../images/mobile-signal/icons.png) no-repeat;
}
.pib-item.ms-pib-1::before {
    background-position: center -12px;
}
.pib-item.ms-pib-2::before {
    background-position: center -85px;
}
.pib-item.ms-pib-3::before {
    background-position: center -160px;
}
.pib-item.ms-pib-4::before {
    background-position: center -232px;
}
.pib-item.ms-pib-5::before {
    background-position: center -303px;
}
.pib-item.ms-pib-6::before {
    background-position: center -376px;
}
.pib-item.ms-pib-7::before {
    background-position: center -449px;
}
.pib-item.ms-pib-8::before {
    background-position: center -514px;
}
.pib-item.ms-pib-9::before {
    background-position: center -581px;
}
.pib-item.ms-pib-10::before {
    background-position: center -651px;
}
.p-mobile-signal .pib-item {
    padding: 110px 40px 10px 40px;
}
.p-mobile-signal .pib-item:hover,
.pib-21-hover .pib-item:hover {
    box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
.p-mobile-signal .pib-item span,
.pib-21-hover .pib-item span {
    transition: all .25s;
}
.p-mobile-signal .pib-item:hover span,
.pib-21-hover .pib-item:hover span {
    color: #0088d2;
}
.ms-advant {
    margin-top: 40px;
}
.ms-advant h2 {
    margin-top: 0;
    text-align: left;
}
.ms-advant ul {
    padding: 0;
}
.ms-advant li {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px !important;
    padding-left: 40px;
}
.text-page.static-page .ms-advant ul > li::before {
    top: 2px;
    left: 0;
    height: 28px;
    width: 28px;
    background: url('../images/mobile-signal/icons.png') no-repeat;
    background-position: center -727px;
}
.ms-catalog {
    margin: 80px 0;
}
.ms-catalog h2 {
    margin-bottom: 30px;
}
.ms-catalog .row > div {
    margin-bottom: 30px;
}
.cat-item {
    display: block;
    height: 100%;
    padding: 30px 30px 30px 10px;
    color: #303136;
    border-radius: 10px;
    background: #fff;    
    transition: all .25s;
}
.cat-item:hover {
    color: #303136;
    box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
.cat-item img {
    max-width: 200px;
}
.cat-item > span {
    padding-left: 30px;
}
.cat-i-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.cat-i-text {
    display: block;
    padding: 15px 0;
}
.cat-i-link {
    position: relative;
    display: inline-block;
}
.cat-i-link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #303136;
    transition: all .3s;
}
.cat-i-link::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 35px;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #303136;
    transform: rotate(45deg);
    transition: all .3s;
}
.ms-works {
    margin: 80px 0 0;
}
.ms-works h2 {
    margin-bottom: 50px;
}
.ms-works .row > div {
    margin-bottom: 70px;
}
.ms-w-i-title {
    margin: 15px 0;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.ms-w-i-text {
    padding: 0 20px;
}
.ms-i-city {
    margin-top: 20px;
    padding: 0 20px;
    color: #848484;
}
.p-corp-mail h2 {
    font-size: 28px;
    text-transform: none;
}
.p-corp-mail .page-2color-block {
    background: url("../images/mailserver/bg-main.jpg") no-repeat 600px center / auto 100%;
}
.p-corp-mail .page-2c-b-right::after {
    height: 415px;
    width: 636px;
    background: url("../images/mailserver/main-img.png") no-repeat bottom;
    z-index: 1;
}
.p-corp-mail .page-2c-b-left::before,
.p-corp-mail .page-2c-b-right::before {
    transform: skew(0deg);
}
.c-mail-for {
    margin: 70px 0;
}
.c-mail-for h2 {
    text-align: left;
    margin-top: 0;
}
.c-mail-for-item-1 {
    margin-bottom: 30px;
}
.c-mail-for span {
    color: #0078D3;
}
.c-mail-res h2 {
    margin-top: 0;
    text-align: left;
}
.c-mail-r-item {
    padding-left: 40px;
}
.c-mail-r-title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px !important;
}
.c-mail-r-title::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -40px;
    height: 28px;
    width: 28px;
    background: url('../images/mobile-signal/icons.png') no-repeat;
    background-position: center -727px;
}
.p-corp-mail .page-i-block-21 .pib-item::before {
    top: 5px;
    left: 0;
    height: 90px;
    width: 90px;
    margin: auto;
    text-align: center;
    background-image: url("../images/mailserver/icons.png");
    background-repeat: no-repeat;
}
.pib-item.c-mail-pib-1::before {
    background-position: center -12px;
}
.pib-item.c-mail-pib-2::before {
    background-position: center -98px;
}
.pib-item.c-mail-pib-3::before {
    background-position: center -179px;
}
.pib-item.c-mail-pib-4::before {
    background-position: center -260px;
}
.pib-item.c-mail-pib-5::before {
    background-position: center -343px;
}
.pib-item.c-mail-pib-6::before {
    background-position: center -430px;
}
.pib-item.c-mail-pib-7::before {
    background-position: center -512px;
}
.pib-item.c-mail-pib-8::before {
    background-position: center -597px;
}
.p-corp-mail-tarif {
    padding: 90px;
    background: #0088D2 url("../images/mailserver/bg-form.png") no-repeat center;
}
.p-corp-mail-tarif .page-f-c-title {
    max-width: none;
    margin: 0 0 40px;
    font-size: 28px;
    color: #fff;
}
.p-c-mail-tarif-price > div {
    height: 140px;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 40px 15px 0 15px;
    background: #fff;
}
.p-c-mail-tarif-price > div div {
    font-size: 22px;
}
.p-c-mail-tarif-form-txt {
    margin-bottom: 30px;
    color: #fff;
}
.p-corp-mail-tarif .form-group {
    margin-bottom: 30px;
}
.p-corp-mail-tarif .form-control {
    border: 1px solid #fff;
    background: transparent;
}
.p-corp-mail-tarif .form_placeholder {
    color: #C2DFEF;
}
.p-corp-mail-tarif input {
    width: 100%;
}
.page-block-inline-gray {
    position: relative;
    margin: 50px 0;
    background: #f7f7f7;
}
.page-block-inline-gray::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: 0;
    margin: auto;
    background: #f7f7f7;
    z-index: -1;
}
.c-mail-os .page-f-c-title {
    max-width: 460px;
    margin: auto;
    margin-left: 0;
    font-size: 28px;
}
.c-mail-os-item {
    position: relative;
    height: 100%;
    min-height: 285px;
    width: 170px;
}
.c-mail-os-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    width: 100px;
    margin: auto;
    text-align: center;
    background-image: url("../images/mailserver/icons.png");
    background-repeat: no-repeat;
}
.c-mail-os-w {
    background: #0078D3;
}
.c-mail-os-w::before {
    background-position: center -689px;
}
.c-mail-os-a {
    background: #212021;
}
.c-mail-os-a::before {
    background-position: center -826px;
}
.c-mail-os-an {
    background: #2fd87b;
}
.c-mail-os-an::before {
    background-position: center -963px;
}
.c-mail-os-l {
    background: #e5e5e5;
}
.c-mail-os-l::before {
    background-position: center -1097px;
}
.c-mail-what {
    margin: 90px 0;
}
.c-mail-what h2 {
    margin-bottom: 50px;
}
.c-mail-w-item {
    position: relative;
    padding-top: 40px;
}
.c-mail-w-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #0078D3;
}
.c-mail-w-item-1::before {
    content: "1";
}
.c-mail-w-item-2::before {
    content: "2";
}
.c-mail-w-item-3::before {
    content: "∞";
}
.c-mail-w-item-1::after,
.c-mail-w-item-2::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    width: 100%;
    border-bottom: 2px dashed #cfcfcf;
}
.p-mobile-trank h2 {
    font-size: 28px;
    text-transform: none;
    text-align: left;
}
.p-mobile-trank .page-2color-block {
    margin-bottom: 60px;
}
.p-mobile-trank .page-2c-b-right::after {
    height: 406px;
    width: 1146px;
    top: -38px;
    left: -80px;
    background: url("../images/mobile-trank/bg-main.jpg") no-repeat top;
    z-index: -1;
}
.p-mobile-trank .page-2c-b-left::before,
.p-mobile-trank .page-2c-b-right::before {
    transform: skew(0deg);
}
.p-mobile-trank .page-2c-b-left {
    min-height: auto;
}
.p-mobile-trank .page-2c-b-text {
    min-height: 345px;
}
.p-mobile-trank .page-2c-b-left::before {
    right: -2px;
}
.p-mobile-trank .page-i-block-21 .pib-item::before {
    top: 5px;
    left: 0;
    height: 90px;
    width: 90px;
    margin: auto;
    text-align: center;
    background-image: url("../images/mobile-trank/icons.png");
    background-repeat: no-repeat;
}
.pib-item.m-trank-pib-1::before {
    background-position: center -12px;
}
.pib-item.m-trank-pib-2::before {
    background-position: center -98px;
}
.pib-item.m-trank-pib-3::before {
    background-position: center -179px;
}
.pib-item.m-trank-pib-4::before {
    background-position: center -260px;
}
.pib-item.m-trank-pib-5::before {
    background-position: center -343px;
}
.pib-item.m-trank-pib-6::before {
    background-position: center -430px;
}
.pib-item.m-trank-pib-7::before {
    background-position: center -512px;
}
.pib-item.m-trank-pib-8::before {
    background-position: center -597px;
}
.m-trank-vs-title {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 0 30px 150px;
    font-size: 22px;
}
.m-trank-vs-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 96px;
    width: 125px;
    margin: auto;
    background-image: url("../images/mobile-trank/icons.png");
    background-repeat: no-repeat;
}
.m-t-vs-title-1::before {
    background-position: center -819px;
}
.m-t-vs-title-2::before {
    background-position: center -938px;
}
.m-trank-vs-line {
    position: relative;
    display: block;
    height: 100%;
}
.m-trank-vs-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background: #e4e4e4;
}
.m-trank-what {
    position: relative;
    margin: 60px 0;
    padding: 30px 0 50px;
    background: #F7F7F7;
}
.m-trank-what::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1500px;
    right: -1500px;
    margin: auto;
    background: #F7F7F7;
    z-index: -1;
}
.m-trank-w-item {
    position: relative;
    padding-top: 40px;
}
.m-trank-w-title {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.m-trank-w-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #0078D3;
}
.m-trank-w-item-1::before {
    content: "1";
}
.m-trank-w-item-2::before {
    content: "2";
}
.m-trank-w-item-3::before {
    content: "3";
}
.m-trank-w-item-4::before {
    content: "4";
}
.m-trank-w-item-1::after,
.m-trank-w-item-2::after,
.m-trank-w-item-3::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    width: 100%;
    border-bottom: 2px dashed #cfcfcf;
}
.m-trank-vs-block-1,
.m-trank-vs-block-2 {
}
.m-trank-vs-block-1 div,
.m-trank-vs-block-2 div {
    position: relative;
    padding: 15px 0 15px 50px;
}
.m-trank-vs-block-2 div {
    color: #5F5F5F;
}
.m-trank-vs-block-1 div::before,
.m-trank-vs-block-2 div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 34px;
    width: 34px;
    margin: auto;
    background-image: url("../images/mobile-trank/icons.png");
    background-repeat: no-repeat;
    background-position: center -703px;
}
.m-trank-vs-block-2 div::before {
    background-position: center -760px;
}
.m-trank-sheme {
    margin: 60px 0;
    text-align: center;
}
.tab {
    display: none;
}
.cart-form-block {
    max-width: 800px;
    margin-top: 20px;
    padding: 30px;
    background: #f6f6f6;
}
.form .form-act .input-color {
    border: 1px solid #1082c0;
}
.mobile-bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, .05);
    z-index: 100;
}
.mobile-bottom-panel .mbp-item  {
    padding: 10px 20px;
    font-size: 10px;    
    color: #838383;
}
.mobile-bottom-panel .mbp-item a {
    font-size: 10px;
    color: #838383;
}
.mobile-bottom-panel .mbp-item > .mbp-btn {
    display: block;
    position: relative;
    padding-top: 30px;
    cursor: pointer;
}
.mobile-bottom-panel .mbp-item > .mbp-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 26px;
    width: 32px;
    margin: auto;
    background-image: url("../images/icons-mobile.png");
    background-repeat: no-repeat;
}
.mbp-item.mbp-home > .mbp-btn::before {
    background-position: center -50px;
}
.mbp-item.mbp-services > .mbp-btn::before {
    background-position: center -91px;
}
.mbp-item.mbp-catalog > .mbp-btn::before {
    background-position: center -131px;
}
.mbp-item.mbp-cart > .mbp-btn::before {
    background-position: center -171px;
}
.mbp-item.mbp-cart {
    min-width: 85px;
}
#cart_informer_mobile span {
    position: absolute;
    top: -3px;
    right: -9px;
    display: inline-block;
    height: 20px;
    width: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #0088D2;
    text-align: center;
    border-radius: 50%;
    background: #DBF2FF;
}
#cart_informer_mobile a {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 30px;
}
.mbp-menu-services,
.mbp-menu-catalog {
    display: none;
    position: fixed;
    top: 1500px;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 15px;
    background: #f4f8fb;
    overflow: auto;
    z-index: 90;
}
.mbp-close {
    display: inline-block;
    position: relative;
    top: 15px;
    right: 15px;
    height: 27px;
    width: 27px;
    border: 2px solid #0088d2;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}
.mbp-close::before,
.mbp-close::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 2px;
    background: #0088d2;
    transform: rotate(45deg);
}
.mbp-close::after {
    transform: rotate(-45deg);
}
.mbp-menu-catalog nav > ul ul,
.mbp-menu-catalog nav > ul .menu_item_1 ul {
    display: none;
}
.mbp-menu-services li ul {
    margin: 5px 0 0 20px;
}
.mbp-menu-catalog nav > ul .menu-parent ,
.mbp-menu-catalog nav > ul .menu_item_1 {
    position: relative;
}
.mbp-menu-catalog nav > ul .menu-parent a ,
.mbp-menu-catalog nav > ul .menu_item_1 a {
    display: inline-block;
}
.mbp-menu-catalog nav > ul .menu-parent ul a,
.mbp-menu-catalog nav > ul .menu_item_1 ul a {
    font-weight: normal;
}
.mbp-menu-catalog nav > ul .menu-parent > a::before,
.mbp-menu-catalog nav > ul .menu_item_1 > a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 8px;
    width: 8px;
    border-top: 1px solid #0088d2;
    border-right: 1px solid #0088d2;
    transform: rotate(45deg);
    transition: all .25s;
}
.mbp-menu-catalog nav > ul .menu-parent > a.mp-active::before,
.mbp-menu-catalog nav > ul .menu_item_1 > a.mp-active::before {
    transform: rotate(135deg);
}
.mbp-item .mbp-menu-catalog nav a,
.mbp-item .mbp-menu-services nav a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.mbp-menu-catalog li,
.mbp-menu-services li {
    margin: 15px 0;
    padding-left: 25px;
}
.mobile-bottom-panel .menu_group > ul > li {
    position: relative;
}
.spoiler-parent .spoiler-name {
    position: relative;
    cursor: pointer;
}
.spoiler-parent .spoiler-name::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    height: 8px;
    width: 8px;
    border-top: 1px solid #0088d2;
    border-right: 1px solid #0088d2;
    transform: rotate(45deg);
    transition: all .25s;
}
.spoiler-parent .spoiler-name.sp-active::before {
    transform: rotate(135deg);
}
.spoiler-child {
    display: none;
}
.spoiler-name {
    font-size: 17px;
    font-weight: bold;
    transition: all .25s;
}
.p-f-title {
    margin-bottom: 15px;
}
.p-f-title.sp-active {
    color: #0088d2;
}
.m-top-wrap {
    margin: 20px 0;
}
.m-top-phone {
    padding: 0 15px;
}
.m-top-phone a {
    color: #000;
}
.p-call-center h3 {
    margin-top: 0;
    font-size: 30px;
    text-align: left;
    text-transform: none;
}
.page-color-block {
    position: relative;
    min-height: 350px;
    padding-top: 30px;
    color: #fff;
    background: #0088d2;
}
.page-color-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    margin: auto;
    background: #0088d2;
    z-index: -1;
}
.call-c-top h1 {
    margin-top: 40px;
    font-size: 50px;
    color: #fff;
}
.page-color-block img {
    display: block;
}
.page-color-block .text-right > img {
    margin-left: auto;
}
.call-c-top .btn {
    margin: 20px 0 80px;
}
.call-c-info {
    margin-top: 80px;
}
.call-c-info h2 {
    font-size: 30px;
}
.call-c-i-item {
    position: relative;
    height: 160px;
    padding: 25px 125px 0 25px;
    border-radius: 6px;
    background: #F5F5F5;
    overflow: hidden;
    text-shadow: 1px 1px 2px #f5f5f5;
    z-index: 0;
}
.call-c-i-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 115px;
    width: 127px;
    margin: auto;
    background-image: url("../images/call-center-create/icons-call-center.webp");
    background-repeat: no-repeat;
    z-index: -1;
}
.call-c-i-i-1::before {
    background-position: center -26px;
}
.call-c-i-i-2::before {
    background-position: center -156px;
}
.call-c-i-i-3::before {
    background-position: center -284px;
}
.call-c-i-i-4::before {
    background-position: center -417px;
}
.call-c-i-item::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -20px;
    height: 140px;
    width: 140px;
    margin: auto;
    border-radius: 50%;
    background: #0088d2;
    z-index: -2;
}
.call-c-method {
    margin-top: 80px;
}
.call-c-method h2 {
    font-size: 40px;
}
.call-c-method > div {
    margin-top: 50px;
}
.tab-navigation {
    position: relative;
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 40px;
}
.tab-navigation::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background: #E7E7E7;
    transition: all .25s;
    z-index: -1;
}
.tab-navigation a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 40px;
    padding: 10px 10px 10px 50px;
    color: #303136;
    transition: all .25s;
}
.tab-navigation a:last-child {
    margin-right: 0;
}
.tabs-red .tab-navigation {
    justify-content: center !important;
}
.tabs-red .tab-navigation::after {
	display: none;
}
.tabs-red .tab-navigation a {
	margin: 10px 20px;
	padding: 10px 0;
}
.p-call-center .tab-navigation a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 42px;
    margin: auto;
    background-image: url("../images/call-center-create/icons-call-center.webp");
    background-repeat: no-repeat;
    transition: all .25s;
}
.p-call-center .tab-navigation a:nth-of-type(1)::before {
    background-position: center -1553px;
}
.p-call-center .tab-navigation a.selected:nth-of-type(1)::before,
.p-call-center .tab-navigation a:hover:nth-of-type(1)::before {
    background-position: center -1608px;
}
.p-call-center .tab-navigation a:nth-of-type(2)::before {
    background-position: center -1668px;
}
.p-call-center .tab-navigation a.selected:nth-of-type(2)::before,
.p-call-center .tab-navigation a:hover:nth-of-type(2)::before {
    background-position: center -1729px;
}
.p-call-center .tab-navigation a:nth-of-type(3)::before {
    background-position: center -1788px;
}
.p-call-center .tab-navigation a.selected:nth-of-type(3)::before,
.p-call-center .tab-navigation a:hover:nth-of-type(3)::before {
    background-position: center -1847px;
}
.tab-navigation a.selected,
.tab-navigation a:hover {
    color: #0088d2;
}
.tabs-red .tab-navigation a.selected,
.tabs-red .tab-navigation a:hover {
    color: #EC4322;
}
.tab-navigation a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background: #E7E7E7;
    transition: all .25s;
}
.tab-navigation a.selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background: #0088d2;
}
.tabs-red .tab-navigation a.selected::after {
    background: #EC4322;
}
.call-c-geo {
    margin-top: 50px;
}
.call-c-geo .page-subtitle {
    margin-top: 30px;
}
.call-c-g-list {
    position: relative;
    padding: 10px 0;
}
.call-c-g-list + .call-c-g-list::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #DDDDDD;
}
.call-c-g-list span {
    position: relative;
    display: inline-block;
    padding: 7px 0 7px 30px;
}
.call-c-g-list span::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #0088d2;
}
.call-c-g-img {
    margin-top: 30px;
}
.call-c-activity {
    margin-top: 60px;
}
.call-c-a {
    position: relative;
    padding-top: 110px;
}
.call-c-a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 94px;
    width: 132px;
    margin: auto;
    background-image: url("../images/call-center-create/icons-call-center.webp");
    background-repeat: no-repeat;
}
.call-c-a-1::before {
    background-position: center -561px;
}
.call-c-a-2::before {
    background-position: center -682px;
}
.call-c-a-3::before {
    background-position: center -804px;
}
.call-c-scheme {
    margin-top: 60px;
}
.call-c-s-pre {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}
.call-c-s-content div {
    margin-bottom: 30px;
}
.call-c-s-content span {
    display: block;
    margin-bottom: 10px;
}
.call-c-launch {
    margin-top: 60px;
}
.call-c-launch > .row {
    position: relative;
}
.call-c-launch > .row + .row::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #DDDDDD;
}
.call-c-launch > .row > div {
    margin-bottom: 60px;
}
.call-c-launch .d-flex span {
    padding-right: 40px;
    font-size: 40px;
    color: #0088d2;
}
.call-c-launch .d-flex div {
    padding-right: 40px;
}
.call-c-launch .d-flex {
    align-items: center;
    flex-wrap: nowrap !important;
}
.call-c-l-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.page-i-block-21.call-c-advantage .pib-item {
    padding: 90px 0 30px 0;
}
.page-i-block-21.call-c-advantage .pib-item::before {
    height: 64px;
    width: 64px;
    background-image: url("../images/call-center-create/icons-call-center.webp");
}
.call-c-a-i-6::before {
    background-position: center -920px;
}
.call-c-a-i-2::before {
    background-position: center -997px;
}
.call-c-a-i-3::before {
    background-position: center -1074px;
}
.call-c-a-i-4::before {
    background-position: center -1150px;
}
.call-c-a-i-7::before {
    background-position: center -1226px;
}
.call-c-a-i-5::before {
    background-position: center -1304px;
}
.call-c-a-i-8::before {
    background-position: center -1389px;
}
.call-c-a-i-1::before {
    background-position: center -1473px;
}
.p-wifi .page-color-block {
    margin-bottom: 110px;
}
.p-wifi .page-color-block img {
    margin-bottom: -120px;
}
.wif-cover h2 {
    text-align: left;
}
.wif-cover .row > div {
    margin-bottom: 30px;
}
.wif-c-item {
    position: relative;
    height: 100%;
    padding: 1px 290px 30px 30px;
    border-radius: 6px;
    background: #f5f5f5;
}
.wif-c-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    height: 260px;
    width: 260px;
    margin: auto;
    background-image: url("../images/wi-fi/w1.webp");
    background-repeat: no-repeat;
}
.wif-c-item ul {
    position: relative;
}
.wif-c-item ul > li::before {
    left: 5px !important;
}
.wif-c-i-2::before {
    background-image: url("../images/wi-fi/w2.webp");
}
.wif-c-i-3 {
    padding: 1px 30px 30px 320px;
}
.wif-c-i-3::before {
    left: 30px;
    right: auto;
    background-image: url("../images/wi-fi/w3.webp");
}
.wif-c-i-4 {
    padding: 1px 30px 30px 320px;
}
.wif-c-i-4::before {
    left: 30px;
    right: auto;
    background-image: url("../images/wi-fi/w4.webp");
}
.wif-c-i-5::before {
    background-image: url("../images/wi-fi/w5.webp");
}
.wif-c-i-6 {
    padding: 1px 30px 30px 320px;
}
.wif-c-i-6::before {
    left: 30px;
    right: auto;
    background-image: url("../images/wi-fi/w6.webp");
}
.text-page.static-page .wif-c-item ul > li::before {
    left: 35px;
    background-image: url("../images/wi-fi/icons-wifi.webp");
    background-repeat: no-repeat;
    background-position: center -358px;
}
.wifi-advantag {
    margin: 70px 0 50px;
}
.wifi-advantag h2 {
    margin-bottom: 50px;
}
.wif-a-img {
    position: relative;
    height: 100%;
}
.wif-a-img::before {
    content: "";
    position: absolute;
    top: -40px;
    bottom: 0;
    left: -270px;
    right: 50px;
    margin: auto;
    background-image: url("../images/wi-fi/laptop.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.wif-a-item {
    position: relative;
    height: 100%;
    padding: 65px 0 30px;
}
.wif-a-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    width: 54px;
    margin: auto;
    border: 2px solid #0088d2;
    border-radius: 50%;
    background-image: url("../images/wi-fi/icons-wifi.webp");
    background-repeat: no-repeat;
}
.wif-a-i-1::before {
    background-position: center -18px;
}
.wif-a-i-2::before {
    background-position: center -73px;
}
.wif-a-i-3::before {
    background-position: -3px -128px;
}
.wif-a-i-4::before {
    background-position: -4px -184px;
}
.wif-a-i-5::before {
    background-position: -4px -240px;
}
.wif-a-i-6::before {
    background-position: -3px -297px;
}
.wifi-cats .row > div,
.cats-block-22 > .row > div {
    margin-bottom: 10px;
}
.wifi-cats a,
.cats-block-22 a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.wifi-cats a::before,
.cats-block-22 a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin: auto;
    transition: all .25s;
    background-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
}
.wifi-cats img,
.cats-block-22 img {
    display: block;
    height: 100%;
    width: 100%;
}
.wifi-cats span,
.cats-block-22 span {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}
.wifi-cats a:hover::before,
.cats-block-22 a:hover::before {
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
}
.wifi-cats a:hover span,
.cats-block-22 a:hover span {
    color: #F2F2F2;
}
.wifi-steps .row > div {
    margin-bottom: 70px;
}
.wifi-steps .row > div > div {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0088d2;
    text-transform: uppercase;
}
.wifi-smart {
    padding: 80px 80px 50px 80px;
    border-radius: 6px;
    background: #F4F8FB;
}
.wifi-smart h2 {
    margin-top: 0;
    text-align: left;
    border-radius: 6px;
}
.wif-sm-text {
    position: relative;
    max-width: 510px;
    height: calc(100% - 80px);
}
.wif-sm-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 125px;
    width: 610px;
    margin: auto;
    background-image: url("../images/wi-fi/wifi.webp");
    background-repeat: no-repeat;
}
.wif-sm-items > div {
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
}
.wif-sm-items > div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 35px;
    margin: auto;
    background-image: url("../images/wi-fi/icons-wifi.webp");
    background-repeat: no-repeat;
}
.wif-sm-i-1::before {
    background-position: center -398px;
}
.wif-sm-i-2::before {
    background-position: center -448px;
}
.wif-sm-i-3::before {
    background-position: center -501px;
}
.wif-sm-i-4::before {
    background-position: center -555px;
}
.wif-sm-i-5::before {
    background-position: center -610px;
}
.wif-sm-i-6::before {
    background-position: center -665px;
}
.wif-sm-i-7::before {
    background-position: center -719px;
}
.wif-sm-i-8::before {
    background-position: center -773px;
}
.p-wifi .page-note-21 {
    margin: -30px 0 60px;
    background: #F4F8FB;
}
.p-skud .page-color-block {
    z-index: 1;
}
.p-skud .page-color-block img {
    display: inline-block;
    margin-bottom: -82px;
}
.skud-where {
    position: relative;
    margin-bottom: 70px;
    padding: 30px 0 50px;
    background: #f5f5f5;
    z-index: 0;
}
.skud-where::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    background: #f5f5f5;
    z-index: -1;
}
.skud-where h2 {
    text-align: left;
}
.skud-where .row > div {
    margin-bottom: 30px;
}
.s-whe-item {
    position: relative;
    height: 120px;
    padding: 20px 130px 20px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    background: #fff;
    z-index: 0;
}
.s-whe-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 120px;
    width: 120px;
    background-image: url("../images/skud/icons-skud.webp");
    background-repeat: no-repeat;
    z-index: -1;
}
.s-whe-i-1::before {
    background-position: -2px -30px;
}
.s-whe-i-2::before {
    background-position: -9px -170px;
}
.s-whe-i-3::before {
    background-position: -12px -328px;
}
.s-whe-i-4::before {
    background-position: -9px -478px;
}
.s-whe-i-5::before {
    background-position: -8px -622px;
}
.s-whe-i-6::before {
    background-position: -14px -767px;
}
.s-whe-i-7::before {
    background-position: -8px -934px;
}
.s-whe-i-8::before {
    background-position: -14px -1080px;
}
.skud-preim .pib-item::before,
.skud-keys .pib-item::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    height: 55px;
    width: 55px;
    background-image: url('../images/skud/icons-skud.webp');
    background-repeat: no-repeat;
}
.skud-preim .pib-01::before {
    background-position: center -1231px;
}
.skud-preim .pib-02::before {
    background-position: center -1303px;
}
.skud-preim .pib-03::before {
    background-position: center -1368px;
}
.skud-preim .pib-04::before {
    background-position: center -1511px;
}
.skud-preim .pib-05::before {
    background-position: center -1576px;
}
.skud-preim .pib-06::before {
    background-position: center -1441px;
}
.skud-func {
    position: relative;
    min-height: 335px;
    margin: 30px 0 150px;
    color: #fff;
}
.skud-func::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    background: #d1433c;
    background: linear-gradient(to right, rgba(209,67,60,1) 25%,rgba(140,72,131,1) 50%,rgba(41,118,187,1) 75%);
}
.skud-func h2 {
    color: #fff;
    text-align: left;
}
.skud-func img {
    margin: 30px 0 -110px;
}
.skud-func button {
    margin: 30px 0;
}
.skud-bio {
    position: relative;
    margin: 20px 0 120px;
    padding-top: 60px;
    color: #fff;
    z-index: 0;
}
.skud-bio::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    background: #0088d2;
    z-index: -1;
}
.skud-bio h2 {
    margin: 0;
    color: #fff;
    text-align: left;
}
.skud-bio img {
    border-radius: 6px;
    margin: 50px 0 -60px;
}
.skud-keys .pib-item::before {
    top: 8px;
}
.skud-keys .pib-01::before {
    background-position: center -1644px;
}
.skud-keys .pib-02::before {
    background-position: center -1706px;
}
.skud-keys .pib-03::before {
    background-position: center -1779px;
}
.skud-keys .pib-04::before {
    background-position: center -1835px;
}
.skud-keys .pib-05::before {
    background-position: center -1910px;
}
.skud-keys .pib-06::before {
    background-position: center -1988px;
}
.p-skud .page-f-c-title {
    max-width: 350px;
}
.p-8800 h1 {
    font-size: 42px;
}
.p800-preim {
    margin-top: 90px;
}
.p800-preim .pib-item::before,
.p800-keys .pib-item::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    height: 60px;
    width: 60px;
    background-image: url('../images/8800/icons-8800.webp');
    background-repeat: no-repeat;
}
.p800-preim .pib-01::before {
    background-position: center -29px;
}
.p800-preim .pib-02::before {
    background-position: center -108px;
}
.p800-preim .pib-03::before {
    background-position: center -192px;
}
.p800-preim .pib-04::before {
    background-position: center -272px;
}
.p800-preim .pib-05::before {
    background-position: center -351px;
}
.p800-preim .pib-06::before {
    background-position: center -433px;
}
.p800-c-block,
.p800-c-gift {
    height: 100%;
    padding: 30px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}
.p800-c-block .d-flex {
    padding: 7px 0;
    border-bottom: 1px solid #E2E2E2;
}
.p800-c-block .d-flex > div {
    padding: 0;
}
.p800-c-block .col-4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #0088d2;
    font-weight: 700;
}
.p800-c-block span {
    display: block;
    margin-top: 30px;
}
.p800-c-gift {
    font-size: 20px;
}
.p800-c-gift img {
    display: block;
    margin-top: -60px;
    margin-bottom: 30px;
}
.p-8800 .page-f-c-title {
    max-width: 500px;
    margin-right: 40px;
}
.p800-keys {
    margin-top: 70px;
}
.p800-keys .page-i-block-21-left .pib-item {
    padding: 0 0 25px 100px;
}
.p800-keys .pib-item::before {
    top: 7px;
    left: 30px;
    height: 45px;
    width: 45px;
}
.p800-keys .pib-01::before {
    background-position: center -1339px;
}
.p800-keys .pib-02::before {
    background-position: center -1404px;
}
.p800-keys .pib-03::before {
    background-position: center -1468px;
}
.p800-keys .pib-04::before {
    background-position: center -1531px;
}
.p800-big-img img {
    display: inline-block;
    border-radius: 6px;
}
.page-gray-block-22 > .row > div {
    margin-bottom: 30px;
}
.page-gray-block-22 .p-g-b-22-item {
    position: relative;
    height: 100%;
    padding: 30px;
    border-radius: 6px;
    background: #f5f5f5;
    z-index: 0;
}
.page-gray-block-22 .p-g-b-22-item span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.p800-example .p-g-b-22-item div {
    padding-right: 220px;
}
.p800-example .p-g-b-22-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 200px;
    width: 200px;
    background-image: url('../images/8800/icons-8800.webp');
    background-repeat: no-repeat;
    z-index: -1;
}
.p800-exa-i-1::before {
    background-position: 12px -533px;
}
.p800-exa-i-2::before {
    background-position: center -745px;
}
.p800-exa-i-3::before {
    background-position: center -937px;
}
.p800-exa-i-4::before {
    background-position: center -1126px;
}
.p800-text {
    margin: 50px 0;
}
.radio-reg-top {
    padding: 110px 0;
    z-index: 0;
}
.radio-reg-top::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: 0;
    margin: auto;
    height: 475px;
    width: 990px;
    background-image: url('../images/radio-reg/img-top-radio.webp');
    background-repeat: no-repeat;
    z-index: -1;
}
.radio-reg-top h1 {
    font-size: 48px;
    color: #fff;
}
.radio-reg-required {
    margin: 80px 0 50px;
}
.radio-reg-required .row > div {
    margin-bottom: 30px;
}
.radio-reg-required .row > div > div {
    padding: 30px 30px 5px 30px;
    text-align: center;
    border-radius: 6px;
    background: #f7f7f7;
}
.radio-reg-required .row > div > div > div {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.radio-reg-why {
    margin: 40px 0;
}
.radio-reg-why .pib-item {
    padding-left: 100px;
}
.radio-reg-why .pib-item::before {
    top: 12px;
    left: 5px;
    height: 75px;
    width: 75px;
    background-image: url('../images/radio-reg/sprites-radio.webp');
    background-repeat: no-repeat;
}
.radio-reg-why .pib-01::before {
    background-position: center -26px;
}
.radio-reg-why .pib-02::before {
    background-position: center -122px;
}
.radio-reg-why .pib-03::before {
    background-position: center -215px;
}
.radio-reg-why .pib-04::before {
    background-position: center -312px;
}
.radio-reg-make {
    position: relative;
    margin: 40px 0 100px;
    padding: 40px 0 0;
    text-align: center;
    z-index: 0;
}
.radio-reg-make::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 40px;
    left: -1000px;
    right: -1000px;
    background: #f7f7f7;
    z-index: -1;
}
.radio-reg-make h2 {
    margin-bottom: 30px;
}
.radio-reg-make img {
    display: block;
    margin: 10px auto 0;
}
.radio-reg-i-text {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}
.radio-reg-info .pib-item {
    margin: 50px 0;
    padding-top: 140px;
    text-align: center;
}
.radio-reg-info .pib-item::before {
    right: 0;
    height: 125px;
    width: 125px;
    background-image: url('../images/radio-reg/sprites-radio.webp');
    background-repeat: no-repeat;
}
.radio-reg-info .pib-01::before {
    background-position: center -404px;
}
.radio-reg-info .pib-02::before {
    background-position: center -537px;
}
.radio-reg-info .pib-03::before {
    background-position: center -675px;
}
.radio-reg-info .pib-04::before {
    background-position: center -812px;
}
.radio-reg-i-note {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 25px 25px 325px;
    border-radius: 6px;
    background: #f7f7f7;
}
.radio-reg-i-note::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    margin: auto;
    height: 190px;
    width: 190px;
    background-image: url('../images/radio-reg/sprites-radio.webp');
    background-repeat: no-repeat;
    background-position: center -950px;
}
.radio-reg-price h2 {
    text-align: left;
}
.page-block-bg-grey {
    position: relative;
    padding: 50px 0;
    background: #F2F2F2;
    z-index: 0;
}
.page-block-bg-grey::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    margin: auto;
    background: #F2F2F2;
    z-index: -1;
}
.page-block-bg-color {
    position: relative;
    padding: 50px 0;
    color: #fff;
    background: #0088D2;
    z-index: 0;
}
.p-smart-home .page-block-bg-color {
    z-index: -1;
}
.text-page .page-block-bg-color h2, .text-page .page-block-bg-color h3 {
	color: #fff;
}
.page-block-bg-color::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    margin: auto;
    background: #0088D2;
    z-index: -1;
}
.page-block-bg-head {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.p-smart-home h1 {
    color: #303136;
    font-size: 40px;
}
.smart-h-top-img {
	margin: -200px -100px -100px -100px;
}
.smart-h-top-img img {
    position: relative;
    z-index: -1;
}
.p-smart-home .page-i-block-21 > div {
    margin: 30px 0;
}
.smart-h-top-2 {
    margin-bottom: 230px;
}
.smart-h-top-2 p {
    opacity: .9;
}
.smart-h-top-2 .page-block-bg-head {
    margin-bottom: 50px;
}
.smart-h-top-2 h2 {
    margin-bottom: 30px;
}
.smart-h-top-2-img {
	margin-bottom: -280px;
}
.smart-h-cats-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}
.smart-h-cats-i-1 {
    border-radius: 170px 6px 6px 6px;
}
.smart-h-cats-i-2 {
    border-radius: 6px 170px 6px 6px;
}
.smart-h-cats-item > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    color: #fff;
}
.smart-h-cats-item > div span,
.smart-h-a-item > div span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.smart-h-cats-item img {
    display: block;
}
.smart-h-advant {
    margin-bottom: 50px;
}
.smart-h-a-item {
    margin-bottom: 30px;
    text-align: center;
    border-radius: 6px;
    background: #F5F5F5;
    overflow: hidden;
}
.smart-h-a-item > div {
    min-height: 240px;
    padding: 30px;
}
.smart-h-a-item > div span {
    display: block;
    margin-bottom: 15px;
}
.smart-h-a-item img {
    display: block;
}
.smart-h-logos {
    margin: 50px 0;
}
.smart-h-l-item {
    position: relative;
    padding-top: 80px;
    text-align: center;
}
.smart-h-l-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
	background-image: url("../images/smart-home/icons.webp");
}
.smart-h-l-i-1::before {
    background-position: center -27px;
}
.smart-h-l-i-2::before {
    background-position: center -117px;
}
.smart-h-l-i-3::before {
    background-position: center -210px;
}
.smart-h-l-i-4::before {
    background-position: center -304px;
}
.smart-h-l-i-5::before {
    background-position: center -394px;
}
.smart-h-l-i-6::before {
    background-position: center -484px;
}
.smart-h-form {
    margin: 130px 0 100px;
    padding: 55px 0 40px 60px;
}
.smart-h-form .page-f-c-title {
    max-width: none;
    padding-left: 15px;
    font-size: 44px;
}
.smart-h-form .form-group-inline {
    max-width: 250px;
}
.smart-h-form-img {
    margin: -175px 0 -110px auto;
}
.smart-h-form-img img {
    display: block;
}
.delivery-top {
    min-height: auto;
}
.delivery-top h1 {
    font-size: 48px;
    margin: 0;
    padding: 30px 0 60px;    
    color: #fff;
}
.delivery-top img {
    margin-bottom: -250px;
}
.delivery-info {
    margin-top: 50px;
}
.delivery-info.page-i-block-21 .pib-item::before {
	background-image: url("../images/delivery/icons-delivery.webp");
}
.delivery-info .pib-01::before {
    background-position: center 1px;
}
.delivery-info .pib-02::before {
    background-position: center -99px;
}
.delivery-content strong {
	display: block;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.delivery-c-price {
    display: block;
    margin-top: 15px;
    color: #0088d2;
}
.lan-n-top h1 {
    font-size: 40px;
    color: #303136;
}
.lan-n-top p {
    margin: 20px 0 30px;
}
.lan-n-top .page-block-bg-head {
    margin-bottom: 50px;
}
.lan-n-need .page-block-bg-grey {
    margin-top: -76px;
}
.lan-n-need .page-block-bg-grey::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: -100px;
    margin: auto;
    border-radius: 6px;
    background: #F2F2F2;
    z-index: -1;
}
.lan-n-top-img {
	position: absolute;
	left: -80px;
	right: -80px;
    z-index: 1;
}
.lan-n-need {
    padding-top: 430px;
}
.p-lan-net .pib-item, .page-i-block-21-left .pib-item {
	padding: 0 50px 25px 105px;
}
.p-lan-net .page-i-block-21-left .pib-item::before {
	top: 12px;
	left: 5px;
	height: 75px;
	width: 75px;
	background-image: url('../images/networks/23/icons.webp');
}
.p-lan-net .page-i-block-21-left .pib-01::before {
    background-position: center -30px;
}
.p-lan-net .page-i-block-21-left .pib-02::before {
    background-position: center -119px;
}
.p-lan-net .page-i-block-21-left .pib-03::before {
    background-position: center -209px;
}
.p-lan-net .page-i-block-21-left .pib-04::before {
    background-position: center -308px;
}
.row.align-items-center > div > h2 {
    margin: 0 0 30px;
    text-align: left;
}
.lan-n-form-block {
    margin-top: 100px;
    border-radius: 6px;
    background: #F2F2F2;
}
.lan-n-form-wrap {
    padding: 40px 60px 10px;
}
.lan-n-form > form > div {
    flex-wrap: nowrap !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.lan-n-form .btn-red {
    width: 99%;
}
.lan-n-form-block img {
    display: block;
    margin-top: -70px;
}
.lan-n-form-block .text-sub-title {
    margin: 0 0 15px 0;
}
.lan-n-equip {
    margin-top: 80px;
}
.lan-n-equip a {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #303136;
    transition: color .3s;
}
.lan-n-equip a:hover {
    color: #0088D2;
}
.lan-n-equip a::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	height: 2px;
	width: 20px;
	background: #303136;
	transition: all .3s;
}
.lan-n-equip a::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #303136;
	transform: rotate(45deg);
	transition: all .3s;
}
.lan-n-equip a:hover::before {
    background: #0088D2;
}
.lan-n-equip a:hover::after {
    border-color: #0088D2;
}
.lan-n-e-img {
    margin: 15px 0;
}
.cond-how .pib-item {
    text-align: center;
}
.cond-how .page-i-block-21 .pib-item::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
    right: 0;
	height: 100px;
	width: 110px;
	background-image: url("../images/conditioner/icons.webp");
	background-repeat: no-repeat;
}
.cond-how .page-i-block-21 .pib-item {
	padding: 120px 15px 30px 15px;
}
.cond-how .page-i-block-21 .pib-01::before {
    background-position: center -17px;
}
.cond-how .page-i-block-21 .pib-02::before {
    background-position: center -121px;
}
.cond-how .page-i-block-21 .pib-03::before {
    background-position: center -226px;
}
.cond-how .page-i-block-21 .pib-04::before {
    background-position: center -343px;
}
.cond-where .card-grey-item {
    padding-bottom: 180px;
    text-align: center;
}
.cond-where .card-grey-item::before {
	left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background-position: center bottom;
}
.cond-cgi-1::before {
    background-image: url("../images/conditioner/bg-1.webp");
}
.cond-cgi-2::before {
    background-image: url("../images/conditioner/bg-2.webp");
}
.cond-cgi-3::before {
    background-image: url("../images/conditioner/bg-3.webp");
}
.cond-cgi-4::before {
    background-image: url("../images/conditioner/bg-4.webp");
}
.cond-r-item {
    margin-bottom: 50px;
}
.cond-r-i-title {
    margin-bottom: 15px;
}
.cond-r-i-user {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.cond-r-i-user img {
    margin-right: 10px;
    border-radius: 50%;
}
.cond-r-i-u-name {
    font-size: 14px;
}
.cond-icons-bottom {
    margin-top: 40px;
}
.cond-icons-bottom .pib-item {
    padding-top: 70px;
    text-align: center;
}
.cond-icons-bottom .pib-item::before {
    right: 0;
    height: 55px;
	width: 55px;
	background-image: url("../images/conditioner/icons.webp");
	background-repeat: no-repeat;
}
.cond-icons-bottom .pib-item.cond-i-b-i-1::before {
    background-position: center -459px;
}
.cond-icons-bottom .pib-item.cond-i-b-i-2::before {
    background-position: center -541px;
}
.cond-icons-bottom .pib-item.cond-i-b-i-3::before {
    background-position: center -621px;
}
.cond-icons-bottom .pib-item.cond-i-b-i-4::before {
    background-position: center -700px;
}
.cond-form-block.lan-n-form-block {
    margin: 80px 0 70px;
}
.cond-form-block.lan-n-form-block img {
	display: block;
	margin: 0 0 -70px;
}
.big-color-text {
    font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	font-weight: 700;
    color: #0088D2;
}
.border-r {
    border-radius: 6px;
}
.its-logos img {
    margin: 15px 0;
}
.its-e-i {
    position: relative;
    height: 300px;
}
.its-e-i img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
}
.its-e-i.card-grey-item strong {
    font-size: 20px;
    line-height: 26px;
}
.its-form-block.lan-n-form-block img {
	margin-top: 0;
}
.p-it-service .pib-item {
    text-align: center;
}
.p-it-service .page-i-block-21 .pib-item::before {
    right: 0;
	height: 70px;
	width: 70px;
	background-image: url("../images/it-service/icons.webp");
}
.p-it-service .page-block-bg-head {
	max-width: 635px;
}
.page-i-block-21 .pib-item {
    padding: 90px 15px 30px 15px;
  }
.its-i-b-i-1::before {
    background-position: center -8px;
}
.its-i-b-i-2::before {
    background-position: center -73px;
}
.its-i-b-i-3::before {
    background-position: center -135px;
}
.its-i-b-i-4::before {
    background-position: center -202px;
}
.its-i-b-i-5::before {
    background-position: center -274px;
}
.its-i-b-i-6::before {
    background-position: center -342px;
}
.p-subtitle {
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
}
.p-domophon .page-color-block img {
    max-height: 350px;
    margin-bottom: 7%;
}
.domophon-for {
    margin: 80px 0;
}
.domophon-for .card-grey-item {
    position: relative;
    padding-right: 120px;
    min-height: 190px;
}
.domophon-for .card-grey-item::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    margin: auto;
    height: 120px;
	width: 115px;
	background-image: url("../images/domophon/icons.webp");
}
.domophon-f-i-1::before {
    background-position: -23px -46px;
}
.domophon-f-i-2::before {
    background-position: -23px -170px;
}
.domophon-f-i-3::before {
    background-position: -25px -298px;
}
.domophon-f-i-4::before {
    background-position: -26px -427px;
}
.domophon-f-i-5::before {
    background-position: -26px -561px;
}
.domophon-f-i-6::before {
    background-position: -27px -726px;
}
.domophon-equip a {
    position: relative;
    display: block;
    height: 410px;
    padding: 200px 30px 30px 30px;
    color: #fff;
    opacity: 1;
    border-radius: 6px;
    background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(94,94,94,1) 100%);
    transition: opacity .3s;
}
.domophon-equip a::before {
    content: "";
    position: absolute;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;	
    background-repeat: no-repeat;
}
.domophon-e-i-1::before {
    background-image: url("../images/domophon/equip-01.webp");
    background-position: 30px 0px;
}
.domophon-e-i-2::before {
    background-image: url("../images/domophon/equip-02.webp");
    background-position: 30px 0px;
}
.domophon-e-i-3::before {
    background-image: url("../images/domophon/equip-03.webp");
    background-position: 30px 0px;
}
.domophon-equip a:hover {
    opacity: .8;
}
.domophon-equip a span {
    display: block;
}
.domophon-e-title {
    margin-bottom: 30px;
    max-width: 230px;
    font-size: 24px;
}
.domophon-usage .card-grey-item {
    position: relative;
    padding-right: 150px;
    z-index: 0;
}
.domophon-usage .card-grey-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-color: #EC4322;
    z-index: 1;
}
.domophon-usage .card-grey-item::after {
    position: absolute;
    top: -23px;
    right: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 90px;
    color: #fff;
    z-index: 2;
}
.domophon-u-i-1::after {
    content: "1";
}
.domophon-u-i-2::after {
    content: "2";
}
.domophon-u-i-3::after {
    content: "3";
}
.domophon-u-i-4::after {
    content: "4";
}
.domophon-advant {
    position: relative;
    margin: 50px 0 80px;
    padding: 80px 0;
    color: #fff;
    background-color: #0088D2;
    z-index: 0;
}
.domophon-advant::before,
.domophon-advant::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1500px;
    width: 1500px;
    background-color: #0088D2;
    z-index: -1;
}
.domophon-advant::after {
    left: auto;
    right: -1500px;
}
.domophon-advant h2 {
    color: #fff;
}
.domophon-advant .page-i-block-21 .pib-item {
    padding-top: 110px;
    max-width: 450px;
}
.domophon-advant .page-i-block-21 .pib-item::before {
	height: 100px;
	width: 100px;
	background-image: url("../images/domophon/icons.webp");
}
.domophon-a-i-1::before {
    left: 7px !important;
    background-position: center -857px;
}
.domophon-a-i-2::before {
    left: 10px !important;
    background-position: center -961px;
}
.domophon-a-i-3::before {
    left: -7px !important;
    background-position: center -1067px;
}
.domophon-a-i-4::before {
    left: 7px !important;
    background-position: center -1165px;
}
.domophon-r-i-img {
    min-width: 105px;
}
.domophon-sheme {
    margin: 80px 0;
}
.domophon-sh-i {
    position: relative;
    padding-top: 120px;
    text-align: center;
    font-size: 24px;
}
.domophon-sh-i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
	width: 100px;
	background-image: url("../images/domophon/icons.webp");
}
.domophon-sh-i-1::after,
.domophon-sh-i-2::after {
    content: "";
    position: absolute;
    top: 40px;
    right: -23%;
    margin: auto;
    height: 18px;
	width: 200px;
	background-image: url("../images/domophon/icons.webp");
    background-position: center -18px;

}
.domophon-sh-i-1::before {
    background-position: center -1258px;
}
.domophon-sh-i-2::before {
    background-position: center -1349px;
}
.domophon-sh-i-3::before {
    background-position: center -1439px;
}
.p-domophon .page-form-color-inline form {
    margin-top: 30px;
    margin-left: -15px;
}
.domophon-form-text {
    max-width: 400px;
}
.domophon-form-text .page-f-c-title {
    max-width: none;
}
.service-p-clients {
    text-align: center;
}
.service-p-clients .row > div {
    margin-bottom: 30px;
}
.products-service-block {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 17px;
    background-color: #f0f9fd;
    /*border: 1px solid #dfdfdf;*/
    border-radius: 6px;
}
.products-s-b-title {
    margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}
.products-s-b-btn {
    margin-top: 15px;
}
.products-s-b-btn .btn {
    padding: 10px 35px;
    text-transform: none;
}
.video-h-block,
.service-block {
    margin-top: 70px;
}
.svg-b-item span,
.service-block-subtitle,
.video-h-t-item-title,
.video-h-scheme-item span,
.service-scheme-item span,
.svg-b-item-left-big span {
	display: block;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.svg-b-item {
    position: relative;
    padding-top: 70px;
}
.svg-b-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    width: 55px;
    background-repeat: no-repeat;
}
.video-h-calm .svg-b-item-1::before {
    background-image: url("../images/video-home/svg/i-2-01.svg");
}
.video-h-calm .svg-b-item-2::before {
    background-image: url("../images/video-home/svg/i-2-02.svg");
}
.video-h-calm .svg-b-item-3::before {
    background-image: url("../images/video-home/svg/i-2-03.svg");
}
.video-h-calm .svg-b-item-4::before {
    background-image: url("../images/video-home/svg/i-2-04.svg");
}
.border-gray {
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}
.bg-gray {
    background-color: #F5F5F5;
    border-radius: 6px;
}
.bg-gray-wide {
    position: relative;
    background-color: #F5F5F5;
    z-index: 0;
}
.bg-gray-wide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1500px;
    right: -1500px;
    margin: auto;
    background-color: #F5F5F5;
    z-index: -1;
}
.text-block {
    padding: 30px;
}
.video-h-tarif {
    text-align: center;
}
.video-h-tarif .row > div {
    margin-bottom: 30px;
}
.video-h-tarif .svg-b-item::before {
    top: 30px;
    right: 0;
    margin: auto;
}
.video-h-t-item-1::before {
    background-image: url("../images/video-home/svg/i-tariff-01.svg");
}
.video-h-t-item-2::before {
    background-image: url("../images/video-home/svg/i-tariff-02.svg");
}
.video-h-t-item-3::before {
    background-image: url("../images/video-home/svg/i-tariff-03.svg");
}
.video-h-t-item {
    padding: 100px 30px 30px 30px;
}
.video-h-t-item p {
	max-width: 370px;
	margin: 0 auto 15px;
}
.video-h-t-item-desc,
.video-h-t-item-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0088D2;
    text-transform: uppercase;
}
.video-h-t-item-price {
    font-size: 20px;    
    text-transform: none;
}
.video-h-mobile {
    padding: 40px 90px;
}
.video-h-mobile h2 {
    margin-bottom: 30px;
    text-align: left;
}
.video-h-mobile p {
	max-width: 420px;
}
.video-h-m-img {
    text-align: center;
}
.video-h-scheme-item,
.service-scheme-item {
    position: relative;
    padding-top: 100px;
}
.video-h-scheme-item::before,
.service-scheme-item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    height: 55px;
    width: 55px;
    background-repeat: no-repeat;
    z-index: 1;
}
.video-h-scheme-item::after,
.service-scheme-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 6px;
    background-color: #f5f5f5;
}
.video-h-scheme-item-1::before {
    background-image: url("../images/video-home/svg/i-3-01.svg");
}
.video-h-scheme-item-2::before {
    background-image: url("../images/video-home/svg/i-3-02.svg");
}
.video-h-scheme-item-3::before {
    background-image: url("../images/video-home/svg/i-3-03.svg");
}
.video-h-scheme-item-4::before {
    background-image: url("../images/video-home/svg/i-3-04.svg");
}
.video-h-scheme-item p,
.service-scheme-item p {
	max-width: 200px;
}
.video-h-scheme-item span::before,
.service-scheme-item span::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0px;
	right: -30px;
	margin: auto;
	height: 2px;
	border: none;
	background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #E2E2E2);
	background-size: 16px 2px, 100% 2px;
}
.video-h-scheme-item.video-h-scheme-item-4 span::before,
.service-scheme-item-last span::before {
    display: none;
}
.video-h-why .svg-b-item-1::before {
    background-image: url("../images/video-home/svg/i-4-01.svg");
}
.video-h-why .svg-b-item-2::before {
    background-image: url("../images/video-home/svg/i-4-02.svg");
}
.video-h-why .svg-b-item-3::before {
    background-image: url("../images/video-home/svg/i-4-03.svg");
}
.video-h-why .svg-b-item-4::before {
    background-image: url("../images/video-home/svg/i-4-04.svg");
}
.svg-b-item-left,
.svg-b-item-left-big {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.svg-b-item-left-big {
    display: block;
}
.svg-b-item-left::before,
.svg-b-item-left-big::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    width: 55px;
    background-repeat: no-repeat;
    background-position: left center;
}
.video-h-top-icons .row > div,
.svg-h-top-icons .row > div {
    margin-bottom: 30px;
}
.video-h-top-icons .svg-b-item-1::before {
    background-image: url("../images/video-home/svg/i-top-01.svg");
}
.video-h-top-icons .svg-b-item-2::before {
    background-image: url("../images/video-home/svg/i-top-02.svg");
}
.video-h-top-icons .svg-b-item-3::before {
    background-image: url("../images/video-home/svg/i-top-03.svg");
}
.category-text .faq-page-block {
    margin-top: 50px;
}
.faq-page-block .spoiler-parent .spoiler-name::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
    left: auto;
	height: 22px;
	width: 22px;
    background-image: url("../images/video-home/svg/i-faq.svg");
    border: 0;
	transition: .3s;
    transform: rotate(0);
}
.faq-page-block .spoiler-block {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.faq-page-block .spoiler-parent {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}
.faq-page-block .spoiler-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
    padding-right: 30px;
}
.faq-page-block .spoiler-parent .spoiler-name.sp-active::before {
    fill: #0088D2;
	transform: rotate(180deg);
}
.faq-page-block .spoiler-child {
    margin-top: 20px;
}
.video-b-top-btn-wrap {
    padding-bottom: 50px;
}
.p-video-build h1 {
	margin-top: 40px;
	font-size: 32px;
	color: #fff;
}
.video-b-top-icons {
    margin-top: 30px;
}
.video-b-top-icons .row > div {
    margin-bottom: 30px;
}
.video-b-top-icons .svg-b-item-1::before {
    background-image: url("../images/video-build/svg/i-1-01.svg");
}
.video-b-top-icons .svg-b-item-2::before {
    background-image: url("../images/video-build/svg/i-1-02.svg");
}
.video-b-top-icons .svg-b-item-3::before {
    background-image: url("../images/video-build/svg/i-1-03.svg");
}
.video-b-top-icons .svg-b-item-4::before {
    background-image: url("../images/video-build/svg/i-1-04.svg");
}
.video-b-top-img {
    margin: -100px -200px 0 0;
}
.p-video-build .video-h-t-item p {
	max-width: 320px;
}
.video-b-budget .svg-b-item-1::before {
    background-image: url("../images/video-build/svg/i-2-01.svg");
}
.video-b-budget .svg-b-item-2::before {
    background-image: url("../images/video-build/svg/i-2-02.svg");
}
.video-b-budget .svg-b-item-3::before {
    background-image: url("../images/video-build/svg/i-2-03.svg");
}
.video-b-budget .svg-b-item-4::before {
    background-image: url("../images/video-build/svg/i-2-04.svg");
}
.video-b-reliable {
    padding: 35px;
}
.video-b-r-text {
    padding-left: 40px;
}
.video-b-r-text h2 {
	margin-top: 20px;
    text-align: left;
}
.video-b-r-icons .svg-b-item-1::before {
    background-image: url("../images/video-build/svg/i-3-01.svg");
}
.video-b-r-icons .svg-b-item-2::before {
    background-image: url("../images/video-build/svg/i-3-02.svg");
}
.video-b-r-icons .svg-b-item-3::before {
    background-image: url("../images/video-build/svg/i-3-03.svg");
}
.video-b-r-icons .svg-b-item-4::before {
    background-image: url("../images/video-build/svg/i-3-04.svg");
}
.video-b-reliable .svg-b-item-left-big {
    padding-left: 90px;
}
.video-b-reliable .svg-b-item-left-big::before {
	height: 75px;
	width: 75px;
	background-position: center;
	border-width: 1px;
    border-style: dashed;
    border-color: #c9c9c9;
	border-radius: 6px;
}
.video-b-r-icons > div {
    margin-bottom: 30px;
}
.video-b-r-img {
    text-align: right;
}
.video-b-example {
    margin: 100px 0;
}
.video-b-e-img {
	margin-right: -220px;
}
.video-b-e-img-2 {
	margin: -30px 0;
    text-align: right;
}
.video-b-e-text {
    margin-top: 30px;
}
.bg-color-gr {
    background: linear-gradient(to right, #0357b5 0%,#3192ca 100%);
    color: #fff;
    border-radius: 5px;
}
.video-b-plan {
    margin: 100px 0 70px;
}
.video-b-plan h3 {
    text-align: left;
    color: #fff;
}
.video-b-p-text {
    margin: 50px 0 30px 80px;
}
.video-b-p-img {
    margin-top: -30px;
    text-align: center;
}
.service-sub-title-block {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}
.service-sub-title-block h2 {
    margin-bottom: 20px;
}
.service-color-text {
    color: #0088d2;
}
.sub-title-text {
    font-size: 18px;
}
.ats-h-top-icons .svg-b-item-1::before {
    background-image: url("../images/ip-ats-hotel/svg/i-top-01.svg");
}
.ats-h-top-icons .svg-b-item-2::before {
    background-image: url("../images/ip-ats-hotel/svg/i-top-02.svg");
}
.ats-h-top-icons .svg-b-item-3::before {
    background-image: url("../images/ip-ats-hotel/svg/i-top-03.svg");
}
.ats-h-calm .svg-b-item-1::before {
    background-image: url("../images/ip-ats-hotel/svg/i-1-01.svg");
}
.ats-h-calm .svg-b-item-2::before {
    background-image: url("../images/ip-ats-hotel/svg/i-1-02.svg");
}
.ats-h-calm .svg-b-item {
    max-width: 500px;
}
.ats-h-scheme .service-scheme-item-1::before {
    background-image: url("../images/ip-ats-hotel/svg/i-2-01.svg");
    background-position: center;
}
.ats-h-scheme .service-scheme-item-2::before {
    background-image: url("../images/ip-ats-hotel/svg/i-2-02.svg");
}
.ats-h-scheme .service-scheme-item-3::before {
    background-image: url("../images/ip-ats-hotel/svg/i-2-03.svg");
}
.ats-h-scheme .service-scheme-item-4::before {
    background-image: url("../images/ip-ats-hotel/svg/i-2-04.svg");
}
.ats-h-scheme .service-scheme-item-5::before {
    background-image: url("../images/ip-ats-hotel/svg/i-2-05.svg");
}
.ats-h-resort .video-b-r-icons .svg-b-item-1::before {
	background-image: url("../images/ip-ats-hotel/svg/i-3-01.svg");
}
.ats-h-resort .video-b-r-icons .svg-b-item-2::before {
	background-image: url("../images/ip-ats-hotel/svg/i-3-02.svg");
}
.ats-h-resort .video-b-r-icons .svg-b-item-3::before {
	background-image: url("../images/ip-ats-hotel/svg/i-3-03.svg");
}
.ats-h-works-item {
    display: flex;
}
.ats-h-works-i-img img {
    min-width: 325px;
}
.ats-h-works-i-text {
    padding: 0 30px;
}
.ats-h-experience {
    padding: 30px 0 50px 0;
}
.ats-h-exp-img {
    position: relative;
}
.ats-h-exp-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
    color: #fff;
}
.ats-h-exp-text {
    padding: 15px 20px 30px 20px;
}



.block-text-left {
    text-align: left;
}
.block-text-left h3 {
    margin-bottom: 15px;
    text-align: left;
}
.card-grey-item {
	position: relative;
	min-height: 160px;
    margin-bottom: 30px;
	padding: 25px;
	border-radius: 6px;
	background: #f5f5f5;
	overflow: hidden;
	z-index: 0;
}
.card-grey-item::before {
	content: "";
	position: absolute;
	margin: auto;
	background-repeat: no-repeat;
	z-index: -1;
}
.card-grey-item strong {
	display: block;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.page-btn-wrap {
    margin: 30px 0;
    text-align: center;
}
.bbc-title h1 {
    font-size: 40px;
    color: #303136;
}
.bbc-title p {
	margin: 20px 0 30px;
}
.btn-wa {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    vertical-align: middle;
    background: url('/design/avantag/images/pepsi.webp?2') no-repeat;
    background-position: -21px -2156px;
    background-size: 70px;
}
.btn-in {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    vertical-align: middle;
    background: url('/design/avantag/images/pepsi.webp?3') no-repeat;
    background-position: -21px -2198px;
    background-size: 70px;
}
.cat-products {
    margin-top: 30px;
}
.type-post .side-block .p-filters:first-child {
    padding-top: 0;
} 
.image img {
    position: relative;
    min-height: 2px;
    font-size: 0px;
}
.owl-item.active .image img::before,
.main_products .image img::before,
.image .preview_image img::before {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    bottom: 0;
    left: -32px;
    right: 0;
    width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 50%;
    border: 6px solid #EC4322;
    border-color: #EC4322 transparent #EC4322 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    opacity: 1;
    transition: opacity 2s;
}
.image img.lazy-loaded::before {
    opacity: 0;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-shadow {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
.block-shadow-title,
.block-shadow-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.author-b-photo {
    padding-right: 30px;
}
.author-b-photo img {
    max-width: 130px;
    border-radius: 50%;
    border: 5px solid #ededed;
}
.author-b-name span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}
.author-b-links a {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #A0DEFF;
	border-radius: 50%;
	background-image: url('../images/icons-21.webp');
	background-repeat: no-repeat;
    background-size: 100px;
	vertical-align: middle;
	transition: opacity ease-in-out 0.2s;
}
.author-b-links a:hover {
    opacity: .5;
}
a.abl-fb {
    background-position: center -456px;
}
.page-contact h1,
h1.h1-center {
    font-size: 50px;
    text-align: center;
    color: #303136;
}
.page-contact h2 {
    font-size: 32px;
}
.p-contact-cities {
    text-align: center;
    margin: 60px auto 100px;
    max-width: 1000px;
}
.p-contact-c-c-wrap {
    margin-bottom: 30px;
}
.p-contact-c-c-item {
    margin: 30px 0;
    text-align: left;
}
.p-contact-c-c-item span {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #677178;
}
.p-contact-c-c-item a {
    font-size: 20px;
    color: #000;
}
.page-services h2 {
    margin: 30px 0;
    text-align: left;
}
.services-cat {
    margin-bottom: 30px;
}
.services-cat > div {    
    width: 20%;
    margin-bottom: 30px;
}
.services-icon {
    position: relative;
    display: block;
    height: 225px;
    margin: 0 15px;
    padding-top: 15px;
	font-size: 20px;
	font-weight: 700;
    color: #303136;
    transition: color .3s;
}
.services-icon::after {
    content: "";
	position: absolute;
	bottom: -250px;
	right: -100px;
	height: 200px;
    width: 200px;
    background: #ec4220;
    transition: bottom 3s;
    transform: rotate(-45deg);
    z-index: -2;
}
.services-icon:hover::after {
    bottom: -100px;
}
.services-icon::before {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	height: 165px;
	background-image: url("../images/services-icons.webp?2");
	background-repeat: no-repeat;
    z-index: -1;
}
.services-i-01::before {
    background-position: center -5px;
}
.services-i-02::before {
    background-position: center -177px;
}
.services-i-03::before {
    background-position: center -334px;
}
.services-i-04::before {
    background-position: center -521px;
}
.services-i-05::before {
    background-position: center -690px;
}
.services-i-06::before {
    background-position: center -860px;
}
.services-i-07::before {
    background-position: center -1031px;
}
.services-i-08::before {
    background-position: center -1213px;
}
.services-i-09::before {
    background-position: center -1381px;
}
.services-i-10::before {
    background-position: 5px -1548px;
}
.services-i-11::before {
    background-position: center -1735px;
}
.services-i-12::before {
    background-position: center -1916px;
}
.services-i-13::before {
    background-position: center -2110px;
}
.services-i-14::before {
    background-position: center -2265px;
}
.services-i-15::before {
    background-position: center -2429px;
}
.services-i-16::before {
    background-position: center -2599px;
}
.services-i-17::before {
    background-position: center -2780px;
}
.services-i-18::before {
    background-position: center -2969px;
}
.services-i-19::before {
    background-position: center -3157px;
}
.services-i-20::before {
    background-position: center -3335px;
}
.services-i-21::before {
    background-position: center -3513px;
}
.services-i-22::before {
    background-position: center -3691px;
}
.services-i-23::before {
	background-position: center -3878px;
}
.services-i-24::before {
	background-position: center -4053px;
}
.services-main .services-icon {
    height: 160px;
    margin: 0 0 30px 0;
}
.services-main .services-icon::before {
    bottom: -20px;
    left: auto;
    right: -20px;
    width: 260px;
}
.services-main .card-grey-item {
	padding: 20px;
}
.type-cart .page-wrapper {
    overflow: visible;
}
.form-cart .row > .col-lg-6 .block-shadow {
    height: calc(100% - 30px);
}
.form-cart {
    width: auto;
}
.form-cart .form-group {
    margin-bottom: 15px;
}
.form-cart input {
    width: 100%;
}
.form-cart label span {
    display: block;
    font-size: 14px;
    color: #838383;
}
.form-cart .btn-red {
    max-width: 270px;
}
.order-side-block .btn-gray {
    padding: 8px 20px;
    font-size: 15px;
}
.form-cart #order_comment {
    width: 100%;
    height: 110px;
    margin-bottom: 30px;
}
.form-cart .price-sum {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}
.form-cart .purchases > .row {
    margin-bottom: 5px;
    min-height: 70px;
}
.form-cart .name a {
    color: #000;
}
.form-cart .count span,
.calc-count .count span {
    display: inline-block;
    position: relative;
    width: 40px;
    font-size: 20px;
    text-align: center;
    opacity: .5;
    cursor: pointer;
    transition: all .25s;
}
.form-cart .count span:hover,
.calc-count .count span:hover {
    opacity: 1;
}
.form-cart .count span::before,
.calc-count .count span::before,
.form-cart .remove a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    border: 1px solid #838383;
    border-radius: 50%;
}
.calc-count .count span {
    color: #007fff;
}
.calc-count .count span::before {
    border: 1px solid #007fff;
}
.form-cart .remove a::before {
    border: 1px solid #EC4322;
}
.form-cart .remove {
    text-align: center;
}
.form-cart .remove a {
    position: relative;
    display: inline-block;
    width: 40px;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    color: #EC4322;
    transition: all .25s;
}
.form-cart .purchases > .row:hover .remove a {
    opacity: .5;
}
.form-cart .purchases > .row:hover .remove a:hover {
    opacity: 1;
}
#cart-pay-card span {
    opacity: 0;
    transition: all .25s;
}
.form-cart .error {
    color: #EC4322;
}
.form-cart input.error {
    border: 1px solid #EC4322;
}
.calc_form .block-shadow-title {
    margin-bottom: 20px;
    font-size: 24px;
}
.calc_form .form-group {
    margin-bottom: 30px;
}
.calc_form select.form-control {
    max-width: 300px;
    margin-bottom: 20px;
    padding: 10px 15px;
    height: auto;
    font-size: 16px;
    border: 1px solid #9fdbfb;
    background-color: #fff;
}
.opacity-none {
    opacity: 1 !important;
}
.order-side-block {
    text-align: center;
}
.sticky-block {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.sticky-block:before,
.sticky-block:after {
    content: '';
    display: table;
}
.order-page {
    max-width: 840px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
}
.order-page-top {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
}
.order-page-top::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
    height: 26px;
    width: 36px;
    margin: auto;
    background-image: url("../images/pepsi.webp");
    background-repeat: no-repeat;
    background-position: center -2988px;
    z-index: -1;
}
.order-page-top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 76px;
    width: 76px;
    margin: auto;
    border-radius: 50%;
    background: #4DCB20;
    z-index: -2;
}
.order-page-top h1 {
    font-size: 30px;
    color: #0088D2;
}
.order-page-top div {
    margin: 40px 0 50px;
    text-align: center;
}
.order-page-info {
    margin-top: 50px;
    text-align: center;
}
table.order_info {
    margin: 0 auto;
}
table.order_info td {
    width: 50%;
    padding: 5px 10px;
    text-align: left;
}
table.order_info td:nth-of-type(1) {
    padding: 5px 10px;
    color: #838383;
    text-align: right;
}
.order-page .table tr,
.order-page .table td {
    border: 0;
}
.order-page #purchases {
    position: relative;
}
.order-page #purchases::before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -30px;
    right: -30px;
    margin: auto;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    z-index: -1;
}
table.order-sum {
    margin-top: 30px;
}
table.order-sum td:nth-of-type(2) {
    font-size: 20px;
    color: #0088D2;
    font-weight: bold;
}
#m-top-menu {
    min-width: 120px;
}
header .slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    text-align: left;
    background: transparent;
}
header .slicknav_nav { 
    position: absolute;   
    background: #f4f8fb;
    z-index: 5;
}
header .slicknav_nav a.menu_link { font-size: 18px;   
    color: #000;
}
header .slicknav_btn {
    color: #000;
    text-shadow: none;
    border-radius: 0;
}
header .slicknav_menu .slicknav_menutxt {
    color: #000;
    text-shadow: none;
}
header .slicknav_menu .slicknav_icon {
    padding-top: 1px;
    width: 25px;
}
header .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}
header .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 0;
}
header .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    width: 15px;
}
header .slicknav_menu .slicknav_icon-bar:nth-child(3) {
    display: none;
}
.cart-form-block .form {
    width: auto;
}
.cart-form-block .form input,
.cart-form-block .form textarea {
    width: 100%;
    margin-bottom: 20px;
}
.cart-form-block .form input {
    padding: 8px 10px;
}
.cart-form-block .form .btn-red {
    max-width: 250px;
    margin-top: 30px;
}
.col-custom-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding: 0 15px;
}
form .form_group,
.placeholder_focus_wrap {
    position: relative;
}
.placeholder_focus_wrap .form_placeholder {
    left: 30px;
}
.captcha.form_group {
    display: flex;
    align-items: center !important;
}
.captcha.form_group .secret_number {
    margin-bottom: 20px;
}
.form_placeholder{
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 14px;
    transition: all .25s;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    padding: 0 5px;
    top: -8px;
    cursor: default;
    color: #473912;
}
.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder,
.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder{
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.form_placeholder{
    pointer-events:none;
}
.pform input,
.pform textarea {
    width: 100%;
}
.pform .form-group {
    margin-bottom: 15px;
}
.image-center {
	text-align: center;
	margin: 15px 0;
}
#footer {
    padding: 90px 0 70px;
    color: #fff;
    background: #1E1E1E;
}
#footer a {
    color: #fff;
}
#footer .f-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #bab9b9;
}
#footer .f-menu li {
    margin-bottom: 9px;
}
#footer .f-menu a {
    color: #fff;
    transition: .3s;
}
#footer .f-menu a:hover {
    color: #EC4322;
}
.f-products-total {
    margin-top: 30px;
}
.f-products-total a {
    display: flex;
}
.f-p-total-svg {
    display: inline-block;
    padding-top: 8px;
    text-align: center;
    height: 46px;
    width: 46px;
    border-radius: 30px;
    background-color: #0088D2;
    z-index: 1;
}
.f-p-total-svg svg {
    stroke: #fff;
}
.f-p-total-text {
    display: inline-block;
    margin-left: -30px;
    padding: 13px 20px 10px 45px;
    border-radius: 20px;
    background-color: #000;
    z-index: 0;
}
.f-copyright {
    margin: 30px 0 30px;
    font-size: 14px;
    color: #6C6C6C;
}
.pay-info {
    margin: 20px 0 15px 0;
    text-align: left;
}
.pay-info a {
    color: #000;
}
.f-em a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.f-em .tl-em {
    padding-right: 0;
}
.f-cons button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    background: #000;
    transition: .2s;
}
.f-cons button:hover {
    background: #333;
}
.f-phone {
    position: relative;
    margin-bottom: 20px;
    color: #8B8998;
    font-size: 14px;
    line-height: 19px;
}
.f-phone a {
    position: relative;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.f-soc {
    margin-top: 30px;
}
.f-soc a {
    display: inline-block;
    height: 43px;
    width: 43px;
    transition: .2s;
}
.f-soc a + a {
    margin-left: 15px;
}
.f-soc a:hover {
}
.f-soc span {
    display: inline-block;
    vertical-align: middle;
}
.fix-wa {
    position: fixed;
    bottom: 65px;
    right: 5px;
    z-index: 50;
}
.fix-wa > a {
    display: block;
    height: 43px;
    width: 43px;
    margin-top: 5px;
    opacity: .7;
}
.btn-wa-fix {    
    background: url('../images/pepsi.webp?4') no-repeat;
    background-position: -31px -3081px;
}
.btn-in-fix {
    background: url('../images/pepsi.webp?4') no-repeat;
    background-position: -31px -3141px;
}
#counter {
	margin: 20px auto 0;
	display: inline-block;
}
.burger #left .slicknav_menu {
    background: none;
}
.burger .slicknav_btn {
    border: 0;
}
.c-pointer {
    cursor: pointer;
}
.sb-title.sbt-cat,
.sbt-cat-fixed {
    font-family: "Roboto", sans-serif;
    height: 55px;
    padding: 14px 30px 0 20px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    background: #0088d2;
    transition: all ease-in-out 0.2s;
}
.sb-title.sbt-cat:hover,
.sbt-cat-fixed:hover {
    color: #83fbff;
}
.sb-title.sbt-cat .slicknav_icon {
    display: none;
}
#burger2 {
    position: absolute;
    right: 25px;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.sbt-cat,
.sbt-cat-fixed {
    position: relative;
}
.slicknav_item a:hover,
.slicknav_item  a.selected {
    background: transparent !important;
}
.slicknav_parent::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 11px;
    width: 11px;
    opacity: 0.5;
    background-image: url('../images/pepsi.webp');
    background-repeat:  no-repeat;
    background-position: center -1642px;
}
.sbt-cat .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 4px;
}
.sbt-cat .slicknav_icon {
    transition: all ease-in-out 0.4s;
}
.sbt-cat.m-act .slicknav_icon {
    opacity: 0;
}
.main-cats-block {
    margin-top: 40px;
}
.main-cats-block .row > div {
    margin-bottom: 30px;
}
.mcb-item {
    display: block;
    height: 100%;
    padding: 15px;
    font-size: 20px;
    color: #222;
    text-align: center;
    border-radius: 6px;
    background-color: #F5F5F5;
    transition: all .2s;
}
.mcb-item div {
    padding-bottom: 15px;
}
.mcb-item:hover {
    color: #0088D2;
}
.about-shop {
    font-size: 16px;
}
.mai-type {
    margin: 30px 0;
}
.mai-t-item {
    height: 100%;
    padding: 30px;
    background: #f2f2f2;
}
.mai-t-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0088D2;
    margin-bottom: 15px;
}
.mai-type li {
    color: #0088D2;
}
.mai-type li::before {
    left: 50px !important;
}
.services-list .s-l-item a {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    padding: 20px 15px 20px 100px;
    color: #303136;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(0,0,0,.15);
    transition-duration: .25s;
}
.s-l-item a:hover {
    color: #0088d2;
}
.s-l-item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: inline-block;
    margin: auto;
    height: 50px;
    width: 80px;
    background: url('../images/uslugi-page.webp') no-repeat;
    background-size: 150px;
}
.s-l-i-15 a::before {
    background-position: 2px -62px;
}
.s-l-i-23 a::before {
    background-position: 2px -117px;
}
.s-l-i-20 a::before {
    background-position: 2px -6px;
}
.s-l-i-70 a::before {
    background-position: 2px -702px;
}
.s-l-i-14 a::before {
    background-position: 2px -283px;
}
.s-l-i-69 a::before {
    background-position: 2px -656px;
}
.s-l-i-73 a::before {
    background-position: 2px -914px;
}
.s-l-i-56 a::before {
    background-position: 2px -393px;
}
.s-l-i-18 a::before {
    background-position: 2px -228px;
}
.s-l-i-71 a::before {
    background-position: 2px -755px;
}
.s-l-i-68 a::before {
    background-position: 2px -608px;
}
.s-l-i-66 a::before {
    background-position: 2px -557px;
}
.s-l-i-72 a::before {
    background-position: 2px -862px;
}
.s-l-i-63 a::before {
    background-position: 2px -503px;
}
.s-l-i-22 a::before {
    background-position: 2px -173px;
}
.s-l-i-60 a::before {
    background-position: 2px -448px;
}
.s-l-i-74 a::before {
    background-position: 2px -968px;
}
.s-l-i-75 a::before {
    background-position: 2px -1022px;
}
.services-list-v2 .s-l-item a {
	display: flex;
    align-items: center;
	min-height: 100px;
	padding: 0 15px 0 115px;
    font-size: 14px;
    overflow: hidden;
}
.services-list-v2 .s-l-item a::before {
	content: "";
	position: absolute;
    top: auto;
	bottom: 0;
	left: 0;
	height: 85px;
    width: 105px;
	background-image: url(../images/services-icons.webp);
	background-repeat: no-repeat;
    background-size: 140px;
	z-index: -1;
}
.services-list-v2 .s-l-item a::after {
	content: "";
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
    width: 105px;
    margin: auto;
    background-color: #f5f5f5;
	z-index: -2;
    transition: .5s;
}
.services-list-v2 .s-l-item a:hover::after {
    background-color: #0088d2;
}
.services-list-v2 .s-l-i-15 a::before {
    background-position: center -10px;
}
.services-list-v2 .s-l-i-23 a::before {
    background-position: -13px -94px;
}
.services-list-v2 .s-l-i-20 a::before {
    background-position: center -173px;
}
.services-list-v2 .s-l-i-70 a::before {
    background-position: center -270px;
}
.services-list-v2 .s-l-i-14 a::before {
    background-position: -11px -359px;
}
.services-list-v2 .s-l-i-69 a::before {
    background-position: center -447px;
}
.services-list-v2 .s-l-i-73 a::before {
    background-position: center -535px;
}
.services-list-v2 .s-l-i-56 a::before {
    background-position: center -630px;
}
.services-list-v2 .s-l-i-18 a::before {
    background-position: center -1441px;
}
.services-list-v2 .s-l-i-71 a::before {
    background-position: center -1540px;
}
.services-list-v2 .s-l-i-68 a::before {
    background-position: center -1259px;
}
.services-list-v2 .s-l-i-66 a::before {
    background-position: center -1092px;
}
.services-list-v2 .s-l-i-72 a::before {
    background-position: center -994px;
}
.services-list-v2 .s-l-i-63 a::before {
    background-position: center -1637px;
}
.services-list-v2 .s-l-i-22 a::before {
    background-position: center -716px;
}
.services-list-v2 .s-l-i-60 a::before {
    background-position: center -804px;
}
.services-list-v2 .s-l-i-74 a::before {
    background-position: center -900px;
}
.services-list-v2 .s-l-i-75 a::before {
    background-position: center -1348px;
}
.services-list-v2 .s-l-i-77 a::before {
    background-position: center -1180px;
}
.services-list-v2 .s-l-i-78 a::before {
    background-position: center -1724px;
}
.services-list-v2 .s-l-i-79 a::before {
    background-position: center -1827px;
}
.services-list-v2 .s-l-i-81 a::before {
    background-position: center -1922px;
}
.services-list-v2 .s-l-i-82 a::before {
    background-position: center -2012px;
}
.services-list-v2 .s-l-i-83 a::before {
    background-position: center -2109px;
}
.p-free-vats .va-f-left {
	margin: 30px 30px 0 0;
	max-width: 270px;
}
.top-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #EC4322;
    z-index: 10000;
}
.top-alert a {
    color: #000;
    transition: .3s;
}
.top-alert a:hover {
    color: #fff;
}
.change_pass span {
    border-bottom: 1px dashed;
    cursor: pointer;
}
.modal-dialog {
    max-width: 300px;
}
.modal-dialog form {
    width: 100%;
}
.modal-dialog input:not(.btn),
.modal-dialog textarea,
.new-form input:not(.btn),
.new-form textarea,
.modal-win input:not(.btn),
.modal-win textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    height: auto;
    font-size: 16px;
    border: 1px solid #9fdbfb;
}
.modal-content {
    padding: 15px;
    border-radius: 0 !important;
}
.modal-header {
    border: 0;
}
.modal-header .close {
	margin: -20px -20px 0 0;
	font-size: 50px;
	line-height: 20px;
	font-weight: normal;
}
.modal-title,
.modal-win h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 30px;
}
.btn-red {
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border: 0 !important;
    border-radius: 6px;
    background: #EC4322;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.btn-red:hover {
    color: #fff;
    background-color: #CA3012;
}
.btn-gray {
    display: inline-block;
    padding: 8px 40px;
    font-size: 17px;
    border: 0;
    border-radius: 6px;
    color: #303136;
    background: #e6e6e6;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.btn-gray:hover {
    color: #EC4322;
}
.load-more {
    text-align: center;
}
.btn-red-border,
.btn-blue-border {
    display: inline-block;
    padding: 8px 30px;
    color: #EC4322;
    font-size: 17px;
    text-transform: uppercase;
    border: 2px solid #EC4322;
    border-radius: 6px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.load-more span {
    display: inline-block; 
    padding: 8px 30px;
    color: #244c4c;
    font-size: 17px;
    border: 2px solid #0088d2;
    border-radius: 6px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.btn-red-border {
    padding: 6px 30px;
}
.btn-blue-border {
    color: #0088d2;
    border: 2px solid #0088d2;
    background: #fff;
}
.btn-red-border {
    padding: 6px 30px;
}
.btn-red-border:hover,
.btn-blue-border:hover {
    color: #303136;
    border: 2px solid #303136;
}
.btn-grey-border {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    font-size: 17px;
    color: #303136;
    text-align: center;
    border: 1px solid #dfdfdf;
    background: #fff;
    transition: .2s;
}
.btn-grey-border:hover {
    color: #0088d2;
    border: 1px solid #0088d2;
}
.load-more span:hover {
    color: #EC4322;
    border: 2px solid #EC4322;
}
.category-text .btn-gray {
    margin-top: 30px;
}
.category-text h2:first-of-type {
    font-size: 26px;
}
.text-spoiler {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    transition: .5s;
}
.product .text-spoiler {
    max-height: 800px;
}
.text-spoiler::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 100%);
    z-index: 1;
}
.text-spoiler.text-spoiler-opened::before {
    display: none;
}
.text-spoiler-open {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
.text-spoiler-opened {
    max-height: 8000px !important;
    transition: .5s;
}
.text-spoiler-opened .btn {
    display: none;
}
.ya_map {
    min-height: 400px;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #EC4322;
}
.modal-win {
    position: relative;
    padding: 20px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 500px;
    background: #fff;
}
input.form-control,
select.form-control {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 0;
}
button, input, select, textarea {
    font-family: "Roboto", sans-serif;
    border-radius: 6px;
}
.form-radio {
    margin: 0 30px 20px 0;
}
.form-radio input[type=radio] {
    display: none;
}
.form-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    line-height: 24px;
    user-select: none;
}
.form-radio label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 6px;
    top: 7px;
    border-radius: 50%;
    background: transparent;
    transition: all ease-in-out 0.2s;
}
.form-radio label::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 2px solid #007fff;
    border-radius: 50%;
}
fieldset {
    border: 0;
}
.form-radio input[type=radio]:checked + label::before {
    background: #007fff;
}
.catalog-element-section-property {
    position: relative;
    display: flex;
    justify-content: space-between !important;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    color: #3e3f45;
}
.description .catalog-element-section-property:nth-child(odd) {
    background: #f7f7f7;
}
.catalog-element-section-property .catalog-element-section-property-name {
    max-width: 50%;
    padding: 0 10px 2px 10px;
}
.catalog-element-section-property .catalog-element-section-property-value {
    max-width: 50%;
    padding: 0 10px 2px 10px;
}
.catalog-element-section-property > div {
    display: inline-block;
}
.catalog-element-section-property > div.clearfix {
    display: none;
}
.nowrap {white-space: nowrap;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.col-no-pad {padding: 0;}
.col-no-left-pad {padding-left: 0;}
.col-no-right-pad {padding-right: 0;}
.row-margin > div {margin-bottom: 30px;}
.row-mini-pad {margin-left: -5px; margin-right: -5px;}
.row-mini-pad > div {padding-left: 5px; padding-right: 5px;}
.p-20 {padding: 20px;}
.p-t-4, .pt-40 {padding-top: 40px;}
.p-t-5, .pt-50 {padding-top: 50px;}
.p-t-7, .pt-70 {padding-top: 70px;}
.p-t-9, .pt-90 {padding-top: 90px;}
.p-b-4, .pb-40 {padding-bottom: 40px;}
.p-b-7, .pb-70 {padding-bottom: 70px;}
.m-t-30, .mt-30 {margin-top: 30px;}
.m-t-50, .mt-50 {margin-top: 50px;}
.m-b-4, .mb-40 {margin-bottom: 40px;}
.m-b-10, .mb-10 {margin-bottom: 10px;}
.m-b-15, .mb-15 {margin-bottom: 15px;}
.m-b-30, .mb-30 {margin-bottom: 30px;}
.m-b-50, .mb-50 {margin-bottom: 50px;}
.m-b-60, .mb-60 {margin-bottom: 60px;}
.m-b-70, .mb-70 {margin-bottom: 70px;}
.m-b-80, .mb-80 {margin-bottom: 80px;}
.m-v-3 {margin: 30px 0;}
.h-100-30 {height: calc(100% - 30px);}
.align-self-center {align-self: center !important;}
.flex-grow-1 {flex-grow: 1 !important;}
.hidden-block {
    display: none !important;
    transition: all ease-in-out 0.1s;
}
.slicknav_menu,
.slicknav_menu .sb-title,
.mfp-bottom-bar,
.hidden,
.hidden-lg {
    display: none;
}
.d-flex,
.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
.d-flex-nw,
.d-lg-flex-nw {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.instawall-root47682 {
    min-height: 80px;
    margin: 0 auto;
    margin-right: -30px;
}
.inst-block {
    margin-bottom: 70px;
}
.tabs-mquality {
    margin-top: -22px;
    opacity: 0;
    padding-left: 6px;
}
.spinner {
    margin: 0 auto;
    width: 44px;
    height: 44px;
    position: relative;
}
.cube1, .cube2 {
    background-color: #EC4322;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}
@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    } 50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    } 75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    } 100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}