.content_list_item .ft_html a.read-more {
    display: block;
    margin: 5px 0;
    width: 130px;
    background-color: #ffde00;
    text-align: center;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    margin-top: 15px;
    border-radius: 4px 4px 4px 4px;
}
.h1 {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 12px;
}
.item_price {
    text-align: left;
    display: inline-block;
    position: relative;
    z-index: 1;
    /*box-shadow: 0 0 10px #e3e3e3;*/
    box-shadow: 0 24px 20px 0 rgba(0,0,0,.5);
    background: #fdfdfd;
    vertical-align: top;
    width: 244px;
    margin: 22px -2px 0 -1px;
    padding: 90px 30px 25px 30px;
}
.item_price .heading {
    background: url(https://i.postimg.cc/hvKs5p9R/heading-price.jpg) right top no-repeat #ffde00;
    height: 90px;
    font-size: 30px;
    line-height: 25px;
    padding: 20px 50px 15px 25px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 11px;
}
.item_price dl {
    margin-top: 6px;
    float: left;
    width: 100%;
    padding-top: 7px;
}
.item_price dl dt {
    width: 110px;
    font-size: 14px;
    float: left;
    margin-top: -1px;
    line-height: 16px;
}
.item_price dl dt .txt {
    width: 90px;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    padding-right: 1px;
}
.item_price dl dd .fr {
    /*osition: absolute;*/
    left: -16px;
    bottom: 7px;
    font-size: 14px;
    color: #c8c9d2;
}
.item_price dl dd .price {
    font-size: 28px;
    color: #ed232f;
    font-weight: 600;
    word-spacing: -2px;
    letter-spacing: 0px;
    font-family: 'Russo One', sans-serif;
}
.item_price dl dd .r {
    /*position: absolute;*/
    right: 0;
    bottom: 7px;
    font-size: 14px;
    line-height: 14px;
}
.item_price dl+dl {
    border-top: 1px solid #c6c6c6;
    margin-top: 11px;
}
.clear {
    clear: both;
}
dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.page-nav .menu li:hover > ul {
    display: block;
    box-shadow: 0 9px 10px #2b2b2b;
    background: #fdfdfd;
}
.block-718 {
    padding-top: 25px;
}

.page-row {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 50px;
    overflow: hidden;
}
#services .list li span:first-child {
    position: relative;
    width: 172px;
    margin: 0 auto;
    padding: 17px 0;
    display: block;
}
#services .list li span:first-child:before {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background: url(https://i.postimg.cc/4xDgWkSb/sprite.png) -193px 16px no-repeat #ffde00;
    z-index: 4;
}
#services .list li span img {
    border-radius: 86px;
}
.block-5404 {
    width: 45px;
    height: 45px;
    background-image: url(/upload/009/u904/b/2/ok.png);
    background-size: contain;
    border-radius: 30px;
    margin-top: -2px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 2px;
    box-shadow: 3px 5px 5px 1px rgba(0, 0, 0, 0.29), 0 0px 15px 0 rgb(255, 255, 255), 0 1px 1px -3px rgb(255, 255, 255);
}



$pink: #ff3466;
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400');
body {
  background: #424B54;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden;
}
.tooltip {
  /*position: relative;*/
  background: #ffb400;
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  color: #000;
}
.tooltip:before,
.tooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
}
.tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #ffb400;
  top: -15px;
   transform: translateY(20px);
}
.tooltip:after {
    content: attr(data-tooltip);
    background: #ffb400;
    width: 100%;
    /* height: 100%; */
    font-size: 12px;
    top: -96px;
    left: -10px;
    padding: 10px;
    /* border-radius: 5px; */
    /* letter-spacing: 1px; */
    transform: translateY(20px);
    border-style: dashed;
    border-color: #000000;
    border-width: 1px;
    /* box-shadow: 3px 5px 5px 1px rgba(0, 0, 0, 0.29), 0 0px 15px 0 rgb(255, 255, 255), 0 1px 1px -3px rgb(255, 255, 255); */
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 13px;
}

.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes shake {
  0% { 
    transform: rotate(2deg);
  }
  50% {
   transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}


.page-tabs .tab-link.active {
    border: solid 1px #ffffff;
    border-bottom: solid 2px #fff;
    color: #000;
    background: #ffb400;
}
.content_categories li {
    display: inline-block;
    /* height: 32px; */
    line-height: 32px;
    font-size: 18px;
    padding-left: 20px;
    margin-right: 10px;
    /* background: url(/templates/inthemer/images/icons/folder.png) no-repeat left center; */
    background-color: #FFDE00;
    padding: 0px 10px 0px 10px;
}
.page-breadcrumb ul li {
    float: left;
    font-weight: 600;
}
.page-nav .menu li ul li.active > a:hover {
    color: #000000;
}
.page-nav .menu ul li:hover > a {
    background-color: #ffde00;
    text-decoration: none;
}
.page-nav .menu li ul li.active > a {
    color: #000000;
}
a, a.ajaxlink {
    will-change: all;
    color: #000000;
    transition: background 0.15s linear, color 0.15s linear;
    display: inline-block;
}
a:hover, a.ajaxlink:hover {
    color: #000000;
}
.page-slider .slider-nav-btn {
    position: absolute;
    width: 64px;
    height: 64px;
    cursor: pointer;
    top: 25%;
    margin-top: -32px;
}


.page-widgets .widget .menu li:hover, .page-widgets .widget .menu li.active, .controller_actions_menu .menu li:hover, .controller_actions_menu .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ffde00;
}
.widget .menu .item, .controller_actions_menu .menu .item {
    background: url(/templates/inthemer/images/icons/add.png) no-repeat 10px center;
}
.page-widgets .widget .menu li, .controller_actions_menu .menu li {
    border-bottom: solid 1px #ffde00;
}

a.button20 {
    position: relative;
    height: 20px;
    display: inline-block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-shadow: -2px 2px rgba(255,255,255,.3);
    line-height: 23px;
    padding: .5em 3em .5em .6em;
    background: linear-gradient(#ecc92b, #fce25b);
    box-shadow: 0 0 0 1px #fce25b inset, -1px 0px rgb(220,195,35), -1px 1px rgb(192,167,7), -2px 1px rgb(219,194,34), -2px 2px rgb(191,166,6), -3px 2px rgb(218,193,33), -3px 3px rgb(190,165,5), -4px 3px rgb(217,192,32), -4px 4px rgb(189,164,4), -5px 4px rgb(216,191,31), -5px 5px rgb(188,163,3), -6px 5px rgb(215,190,30), -6px 6px rgb(187,162,2), -7px 6px rgb(214,189,29), -7px 7px rgb(186,161,1), -8px 7px rgb(213,188,28), -8px 8px rgb(185,160,0), -7px 9px 1px rgba(0,0,0,.4), -5px 11px 1px rgba(0,0,0,.2), -1px 13px 4px rgba(0,0,0,.2), 4px 16px 7px rgba(0,0,0,.3);
    transition: .4s;
}
a.button20:active {
  box-shadow: none;
  -webkit-transform: translate(-7px, 8px);
  transform: translate(-7px, 8px);
}
a.button20:after {
  content: "";
  position: absolute;
  top: calc(50% - .6em/2);
  right: .6em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: .37em solid;
  border-top: none;
  border-left: none;
  width: .6em;
  height: .6em;
  box-shadow: inset -2px 2px rgba(255,255,255,.3);
}

.section-main__title {
    font-size: 39px;
    font-family: 'Russo One', sans-serif;
    border-style: solid;
    border-color: #EEAC26;
    border-width: 10px;
    border-top-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-bottom: 30px;
}

.section-main__buttons {
    margin: 0 -15px 55px -15px;
}
.button__name {
    position: relative;
    z-index: 5;
}
.button {
    position: relative;
    display: block;
    width: 200px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffce6a),to(#eeac26));
    background: -webkit-linear-gradient(top,#ffce6a 0,#eeac26 100%);
    background: -o-linear-gradient(top,#ffce6a 0,#eeac26 100%);
    background: linear-gradient(180deg,#ffce6a 0,#eeac26 100%);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 2;
	border-radius: 50px;
}
.button:before {
    content: "";
    background: -webkit-gradient(linear,left top,left bottom,from(#eeac26),to(#ffce6a));
    background: -webkit-linear-gradient(top,#eeac26 0,#ffce6a 100%);
    background: -o-linear-gradient(top,#eeac26 0,#ffce6a 100%);
    background: linear-gradient(180deg,#eeac26 0,#ffce6a 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	border-radius: 50px;
}
.button-outline {
    display: block;
    width: 200px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    border: 3px solid #000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button-next {
    display: block;
    padding: 0;
    width: 20px;
    height: 8px;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.button-next span:nth-child(1) {
    opacity: 1;
}
.button-next span {
    display: block;
    width: 22px;
    height: 10px;
    background: url(https://rus.artduran.ru/assets/template/img/arrow-next.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: .2;
    -webkit-animation: go-next 1.2s linear infinite;
    animation: go-next 1.2s linear infinite;
}
.button-next span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.button-next span:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.advantages__icon {
    display: block;
    margin: 1px 20px 0 0;
    max-width: 112px;
    height: auto;
}

.section-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 8px;
    background: -webkit-gradient(linear,left top,left bottom,from(#eeac26),to(#ffce6a));
    background: -webkit-linear-gradient(top,#eeac26 0,#ffce6a 100%);
    background: -o-linear-gradient(top,#eeac26 0,#ffce6a 100%);
    background: linear-gradient(180deg,#eeac26 0,#ffce6a 100%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.block-button {
    background-color: transparent;
    border: 2px solid;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;

}



@media screen and (max-width: 800px){
  .imgFrame {
    width: 48%;
  }
}

@media screen and (max-width: 510px){
  
}




.catalog {
    float: left;
    width: 100%;
    background: #2587bd;
    border-radius: 5px 5px 3px 3px;
}
.catalog .title {
    position: relative;
    float: left;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #e0e6e9;
    color: #37343f;
    font-size: 24px;
    box-sizing: border-box;
    padding-left: 18px;
    border-radius: 3px 3px 0px 0px;
    text-transform: uppercase;
}
.catalog .menu_cat {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}
.catalog .menu_cat li.active, .catalog .menu_cat li:last-child {
    border-bottom: none;
}
.catalog .menu_cat li {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    padding-left: 22px;
    border-bottom: 1px solid #7badc8;
	display: block;
	z-index: 1;
	margin-left: -20px;
}
.catalog .menu_cat li.active:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: calc(100% + 0px);
    height: 100%;
    background: #e62e04;
}
.catalog .menu_cat li a {
    position: relative;
    z-index: 1;
    color: #fafafa;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}
.catalog .menu_cat li.active:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0px;
    right: -41px;
    border: 23px solid transparent;
    border-left: 18px solid #e62e04;
}
.active_blue {
    background: rgba(0, 0, 0, 0);
}


.item_menu:last-child {
    background: none;
}
.item_menu {
    float: left;
    background: url(http://akbmarshal.ru/core/tpl/user/default/img/separator.png) no-repeat right center;
}
.item_menu ul {
    float: left;
    /*width: 100%;*/
    height: 100%;
	padding-top: 3px;
}
.item_menu ul li {
    float: left;
    /*width: 100%;*/
    height: auto;
    padding: 0px;
    margin: 5px 0px;
	display: block;
}
.item_menu ul li a {
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
    background: url(http://akbmarshal.ru/core/tpl/user/default/img/sep.png) no-repeat 10px center;
}
.item_menu a {
    position: relative;
    float: left;
    display: block;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 55px;
    color: #000;
    font-size: 10px;
	font-weight: 600;
    text-decoration: none;
    line-height: 1.4em;
    text-transform: uppercase;
}
.item_menu ul li a:hover {
    text-decoration: underline;
}


.all_brends {
    position: absolute;
    top: 0px;
    right: -17px;
    background: #2587bd;
    cursor: pointer;
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    padding: 0px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    padding-top: 21px;
    padding-right: 34px;
	height: 60px;
}
.all_brends span {
    display: block;
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
	margin-top: -11px;
}
.all_brends:hover {
    background: #e62e04;
}


