/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.card-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 35px;
}

.card-list-block {
	max-width: 300px;
	min-width: 242px;
	width: 100%;
	border: 1px solid #e6eaed;
	border-radius: 4px;
	padding: 24px 20px;
	margin-bottom: 30px;
	-webkit-box-flex: 1;
    -ms-flex: 1;
	flex: 1;
}

.card-list-block:hover {
	border-color: #cdd4da;
	box-shadow:  0px 12px 32px 0px #cdd4da;
	-webkit-box-shadow:  0px 12px 32px 0px #cdd4da;
	-moz-box-shadow:  0px 12px 32px 0px #cdd4da;
}

.card-header {
	color: #21759b;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.card-header a{
	text-decoration:none;
	color: #21759b;
}

.card-header a:hover {
	color: #0f3647;
}

.card-header-2 {
	color: #88919d;
	font-size: 14px;
	margin-bottom: 20px;
}

.card-image {
	margin-bottom: 24px;
}

.card-image img {
	max-width: 100%;
	width: 100%;
	vertical-align: top;
}

.card-table {
	margin-bottom: 24px;
}

.card-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border:0px;
}

.card-table table tr td:first-child {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #88919d;
}

.card-table table tr td:last-child {
	font-size: 14px;
	line-height: 24px;
	color: #0a2c4b;
}

.card-table table tr td {
	width: 50%;
	border:0px;
	padding:0px;
	margin:0px;
}

.card-btn a {
	width: 100%;
	height: 56px;
	border-radius: 4px;
	background-color: #fedd2e;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #231f20;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.card-btn a:hover {
	background-color: #fdce1b;
	color: #231f20;
}








.knopochki {
    margin: 25px 0 0 -2px;
    overflow: hidden;
    padding: 0 0 1px;
}


.knopochki a {
    display: block;
    float: left;
    background: #FFDE33;
    padding: 7px 11px;
    border-radius: 3px;
    color: #424c57;
    margin: 0 0 2px 3px;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 0 0 #d9bc28;
    box-shadow: 1px 1px 0 0 #d9bc28;
    border-bottom: 0px dashed #9da3a9 !important;
}

.knopochki a:hover {
    background: #FFCA13;
    border-bottom: 0px dashed #9da3a9 !important;
    color: #424c57 !important;
}






.site-footer .exchange {
    margin-right: 0px;
    border: 1px solid #4e4e4e;
    padding: 32px 28px;
    border-radius: 5px;
	float:right;
	clear:both;
	background: #323232;
}

.exchange__container {
    display: flex;
}

.site-footer .exchange__container .exchange__item--usd {
    margin-right: 15px;
}

.site-footer .exchange__item--usd {
    padding-left: 20px;
    background: url(usd_new.png) left 2px no-repeat;
}

.site-footer .exchange__label {
margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}

.site-footer .exchange__current-exchange {
    color: #db4b4a;
    font-size: 16px;
    border-bottom: 1px solid #db4b4a;
}

.exchange__current-exchange {
    padding: 0 2px;
    text-align: center;
}

.site-footer .exchange__item--eur {
    padding-left: 20px;
    background: url(euro_new.png) left 2px no-repeat;
}

.site-footer .exchange__label sup {
	top: -0.5em;
    color: #f6ca5c;
    font-size: 12px;
    padding-left: 3px;
}


.site-footer .exchange__container .exchange__item--eur:nth-child(2) {
    margin-right: 15px;
}



/*RECOMEND*/
.recomend_block{
	margin: -34px 0 0 -5px;
}
.recomend{
	line-height:14px;
    text-align: left;
    position: relative;
    color: #fff;
	font-weight: 600;
    margin: 0;
    padding: 10px 10px 10px 50px;
    background: #e61b25;
	border-radius:0px 0px 0px 5px;
	-webkit-border-radius:0px 0px 0px 5px;
	-moz-border-radius:0px 0px 0px 5px;
	display:inline-block;
	white-space:nowrap;
}

.recomend .is{
    position: absolute;
    border-style: solid;
    border-color: transparent;
    top: -5px;
    border-width: 5px 5px 0 0;
    border-right-color: #730d12;
    left: 0;
}
.recomend .tr{
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 7px solid #e61b25;
    border-bottom: 17px solid transparent;
    right: -7px;
}

.recomend:before{
	content: '';
	background-image: url(4_like.png);
    width: 22px;
    height: 20px;
    position: absolute;
    left: 18px;
    top: 5px;
}

/*END*/


.rub { 
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 0px;
    width: 8px;
    height: 0;
	margin-left:5px;
    position:relative;

}
.rub:after{
    box-sizing: border-box;
	line-height: 5px;
	width: 0.4em;
	border-bottom: 2px solid; 
	display: inline-block;
	position:absolute;
	top: 4px;
	content:''; 
}	
table .rub { 
    border-bottom: 1px solid;
    width: 2px;
    height: 0;

}
table .rub:after{
    line-height: 0px;
    border-bottom: 1px solid;
    top: 2px; 
}	


.card-image > p {
display:none;	
}



.hover-7 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
}

.hover-7:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #37D631;
        transform: scaleX(0);
        transform-origin: top left;

        transition: transform 0.3s;
    }

.hover-7:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width : 100%;
        height: 3px;
        background-color: #37D631;
        transform: scaleX(0);
        transform-origin: bottom right;

        transition: transform 0.3s;
    }

.hover-7:hover:before {
            transform: scaleX(1);
        }

.hover-7:hover:after {
     
            transform: scaleX(1);
        }
    





@media only screen and (max-width: 975px) {
#secondary {display:block !important;clear:both;float:none !important;margin:0 auto;width:480px;}
}

@media only screen and (max-width: 550px) {
#secondary {display:block !important;clear:both;float:none !important;margin:0 auto;width:290px;}
}


@media only screen and (max-width: 1090px) {
	.card-list-block {
		max-width: calc(50% - 15px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.card-header,
	.card-header-2,
	.card-image,
	.card-table,
	.card-btn {
		max-width: 352px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
		
}




@media (max-width: 760px) {
	.card-list-block {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}








/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}



.calc__title {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    background: #545e6b;
    padding: 20px 29px 4px
}

.calc__title:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 30px;
    width: 14px;
    height: 21px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAYAAAB2Wd+JAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAF9JREFUOI3tkLENgDAQA+8j9mDFjMKIySRHG5ooCVAg4epdnGw/alaL4ypqDrUAO3OqoToJAbA1dwwyAqSVtFtgW3Vq6yNVg+uDuv6VjV3/b+zoYxvrQmBNwDEJV+A4AUJ4TyIL5in+AAAAAElFTkSuQmCC) center no-repeat
}

.calc__body {
    display: block;
    width: 100%;
    background: #545e6b
}

.calc__content {
    display: block;
    width: 100%;
    padding: 25px 30px 30px
}

.calc__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 18px;
    height: 42px;
    align-items: center;
    margin-top: 40px;
}

.calc__input,
.calc__text {
    display: block;
    font-weight: 400;
    line-height: 26px
}

.calc__wrap:first-child {
    margin-top: 0;
	margin-bottom:32px;
}

.calc__wrap:nth-child(5) {
	margin-bottom:32px;
}

.calc__text {
    width: 100px;
    color: #b6bfc5;
    font-family: "PT Sans", sans-serif;
    font-size: 17px
}

.calc__input,
.calc__result,
.calc__result2 {
    font-family: "Proxima Nova", sans-serif;
    color: #fff
}

.calc__input {
    width: calc(100% - 115px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
    background: 0 0;
    border: 1px solid #b6bfc5;
    border-radius: 4px;
    font-size: 27px;
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 3px
}

.calc__wrapper .noUi-target {
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 3px;
    background: #424c59
}

.noUi-connect {
    background: #45a225;
    height: 9px;
    border-radius: 5px;
    top: -3px
}

.noUi-horizontal .noUi-handle {
    left: -15px;
    top: -14px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    box-shadow: -3px 2px 5px rgba(0, 0, 0, .23);
    border: 0;
    cursor: pointer;
    background: linear-gradient(to bottom, #ffe759, #f9ba48)
}

.noUi-handle:before {
    display: none
}

.noUi-handle:after {
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%
}

.calc__content2 {
    display: block;
    position: relative;
    width: 100%;
    padding: 25px 30px 30px;
    background: #697686
}

.calc__content2::after {
    position: absolute;
    content: "";
    top: -15px;
    left: 30px;
    border: 15px solid transparent;
    border-left-color: #545e6b
}

.calc__result,
.calc__result2 {
    display: block;
    font-size: 37px;
    font-weight: 700;
    line-height: 40px
}

.calc__button,
.calc__result-text {
    display: block;
    font-family: "PT Sans", sans-serif
}

.calc__result-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 16px
}

.calc__button {
    width: 100%;
    background: #56ad39;
    color: #fefffe;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 0;
    transition: all .3s ease-out
}

.calc__button:hover {
    background: #6bca47;
    box-shadow: 14px 14px 10px rgba(108, 200, 69, .3)
}

.calc__button:active {
    background: #56ad39;
    box-shadow: none
}

.calc__wrapper+.gloss__list {
    margin-top: 40px
}

.main__content .calc__result {
    margin-bottom: 0
}

.main__content .calc__text {
    width: auto;
    font-size: 27px
}

.main__content .calc__input {
    width: auto
}

.main__content .calc__content {
    padding: 45px 50px 50px
}

.main__content .calc__content2 {
    padding: 45px 50px 40px
}

.main__content .calc__content2::after {
    left: 50px
}

.main__content .calc__button {
    position: absolute;
    width: 50%;
    top: 50px;
    right: 50px
}

.noUi-connect {
    background: #45a225;
    height: 9px;
    border-radius: 5px;
    top: -3px;
}

.noUi-horizontal .noUi-handle {
    left: -15px;
    top: -14px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    box-shadow: -3px 2px 5px rgba(0,0,0,.23);
    border: 0;
    cursor: pointer;
    background: linear-gradient(to bottom,#ffe759,#f9ba48);
}

.noUi-handle::after {
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}



@media (max-width:750px) {
    .calc__wrapper {
        display: block;
        width: 290px;
        margin-left: auto;
        margin-right: auto
    }
    .main__content .calc__content {
        padding: 15px 15px 30px
    }
    .main__content .calc__text {
        font-size: 17px;
        width: 100%
    }
    .main__content .calc__wrap {
        height: auto;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 30px
    }
    .main__content .calc__wrap:first-child {
        margin-top: 0
    }
    .main__content .calc__input {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .main__content .calc__content2::after {
        left: 15px
    }
    .main__content .calc__content2 {
        padding: 15px
    }
    .main__content .calc__button {
        position: relative;
        top: auto;
        right: auto;
        width: 100%
    }
    .main__content .calc__result {
        margin-bottom: 16px
    }
}





@font-face {
            font-family: PT_Sans;
            src: url(PT_Sans-Web-Regular.ttf);
           }
        @font-face {
            font-family: PT_Sans_Bold;
            src: url(PT_Sans-Web-Bold.ttf);
           }
        @font-face {
            font-family: PT_Sans_Italic;
            src: url(PT_Sans-Web-Italic.ttf);
           }




  
.сzoffs-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
/*
.сzoffs-sort .sort span:first-child {
  font-family: PT_Sans_Bold;
  font-size: 16px;
  color: #3d3d3d;
  border-bottom: initial;
}
*/
.сzoffs-sort .sort span {
  font-family: PT_Sans;
  font-size: 16px;
  color: #5b6ebe;
  margin-right: 15px;
  border-bottom: 1px dashed #5b6ebe;
  cursor: pointer;
}
.сzoffs-sort .compare span {
  font-family: PT_Sans;
  font-size: 16px;
  color: #5b6ebe;
  margin-left: 10px;
}



.сzoffs-new > br {
	display:none;
}
.сzoffs-new {
  margin-bottom: 35px;
  margin-top: 30px; }
.сzoffs-new .item {
	overflow:hidden;
  border: 1px #e1e1e1 solid;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
  padding: 25px 24px;
  margin-top: 30px; }
.item-stroked-1, .item-stroked-2, .item-stroked-3, .item-stroked-4, .item-stroked-5, .item-stroked-6, .item-stroked-7, .item-stroked-8 {
  display: block;
	
}

.сzoffs-new .item:hover {
-webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.24);
box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.24);
}
.show_more_item {
  font-family: PT_Sans_Bold;
  font-size: 14px;
  color: #5b6ebe;
  width: 160px;
  display: block;
  border: 3px solid #5b6ebe;
  padding: 16px 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px auto;
  cursor: pointer;
}
.сzoffs-new .item .item-new {
  display: flex;
  position: relative;
}
.сzoffs-new .item .dop-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebebf2;
  padding: 30px 27px;
  margin-bottom: 40px;
}
.сzoffs-new .item .dop-info ul {
  margin-bottom: initial;
  padding-left: 19px;
}
.сzoffs-new .item .dop-info li {
  padding-bottom: initial;	
  font-family: PT_Sans;
  font-size: 15px;
  color: #9d9da9;
  line-height: 1.6;
}
.сzoffs-new .item hr {
  border-top: 1px solid #5b6ebe;
}
.сzoffs-new .item .turn {
  text-align: center;
  position: relative;
	clear:both;
	margin-top:35px;
}
.сzoffs-new .item .turn p {
  color: #5b6ebe;
  font-size: 15px;
  font-family: PT_Sans;
  padding: 0 30px;
  text-decoration: underline dotted;
  position: absolute;
  top: -11px;
  left: calc(50% - 121px);
  background: #fff;
  cursor: pointer;
}
.сzoffs-new .item .more-info {
  display: none;
  align-items: flex-start;
  margin-top: 30px;
}
.сzoffs-new .item .more-info img {
  margin: 20px 50px;
}
.сzoffs-new .item .more-info p {
  color: #3d3d3d;
  font-size: 15px;
  font-family: PT_Sans;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.сzoffs-new .item .more-info .more-ul {
  display: flex;
  align-items: flex-start;
}
.сzoffs-new .item .more-info .more-ul ul {
  padding-left: 0px;
}
/*.сzoffs-new .item .more-info .more-ul ul:last-child {
  padding-left: 60px;
}*/
.сzoffs-new .item .more-info .more-ul ul li{
  color: #5b6ebe;
  font-family: PT_Sans;
  font-size: 14px;
  text-decoration: underline;
  padding-bottom: 5px;}
.сzoffs-new .item .more-info .more-ul ul li a {
  color: #5b6ebe;
}
.сzoffs-new .item .more-info .more-ul ul li{
    background: url(vniz.png) 0px 2px no-repeat;
    list-style: none;
	padding-left: 30px;
}

.сzoffs-new .item {
  border-top: 1px #ebebf2 solid;
  position: relative;

  margin-top: 30px; }
.сzoffs-new .item .img-label {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}

.сzoffs-new .item .stroke-text {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 -2px;
  background: #e06816;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  padding: 2px 10px 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px; }

.сzoffs-new .item .left {
  margin-right: 24px;
}
.сzoffs-new .item .left .kredit_rating {
  background: #00c853;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;}
.сzoffs-new .item .left .kredit_rating span {
  color: #fff;}
.сzoffs-new .item .left .kredit_rating span:nth-child(2) {
  font-family: 'PT_Sans';
  font-size: 15px;
  line-height: 1.2;}
.сzoffs-new .item .left .kredit_rating span:nth-child(3) {
  font-family: 'PT_Sans_Bold';
  font-size: 30px;}
.сzoffs-new .item .left .kredit_rating img:last-child {
  cursor: pointer;
}
.сzoffs-new .item .left .kredit_method {
  margin-top: 20px;
  background: #f4f4fa;
  padding: 30px 18px;
  height: 374px;
}
.сzoffs-new .item .left .kredit_method .text {
  display: flex;
  align-items: center;
}
.сzoffs-new .item .left .kredit_method .text img {
  margin-right: 15px;
}
.сzoffs-new .item .left .kredit_method .text span {
  font-family: 'PT_Sans_Bold';
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1;
}
.img_methods {
  max-width: 200px;
  margin-top: 25px;
}
.img_methods img {
  margin-bottom: 22px;
}
.img_methods img:nth-child(even) {  
}
.сzoffs-new .item .left .favorites {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 58px 0 33px 0;
}
.сzoffs-new .item .left .favorites img {
  margin-right: 10px;
  cursor: pointer;
}
.сzoffs-new .item .left .favorites span {
  font-family: PT_Sans;
  font-size: 15px;
  color: #5b6ebe;
  cursor: pointer;
  max-width:200px;
}

.сzoffs-new .item .right {
  flex: 1; }
.сzoffs-new .item .right .top-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.сzoffs-new .item .right .refresh-item img {
  margin-right: 12px;
}

.сzoffs-new .item .refresh-item {
	margin-top:15px;
	clear:both;
}
.сzoffs-new .item .refresh-item span {
	margin-left:10px;
  color: #9d9da9;
  font-size: 14px;
  font-family: PT_Sans;
}
.сzoffs-new .item .right .compare img {
  margin-right: 10px;
}
.сzoffs-new .item .right .compare span {
  color: #5b6ebe;
  font-size: 16px;
  font-family: PT_Sans;
}
.сzoffs-new .item .right .title-offer {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebf2;
}
.сzoffs-new .item .right .title-offer .name {
  font-family: 'PT_Sans_Bold';
  font-size: 30px;
  color: #3d3d3d;
}
.сzoffs-new .item .right .title-offer .sname {
  font-family: 'PT_Sans';
  font-size: 20px;
  color: #9d9da9;
}
.сzoffs-new .item .approval-offer {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebf2;
	margin-left:15px;
}

.сzoffs-new .item .approval-slider {width:90%}

.сzoffs-new .item .approval-offer p {
  color: #aeaeae;
  font-size: 15px;
  font-family: PT_Sans;
}
.сzoffs-new .item .approval-offer .slider {
  width: calc(100% - 55px);
  background: #ebebf2;
  height: 12px;
  border-radius: 7px;
  display: block;
  overflow: hidden;
}
.сzoffs-new .item .approval-offer .slider span{
  background: #53f53c center repeat-x;
  border-radius: 7px;
  position: relative;
  height: 12px;
  display: block;
	text-align:left;
}
.сzoffs-new .item .approval-offer .approval-slider .ap-slider, .сzoffs-new .item .k5m-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.сzoffs-new .item .approval-offer .approval-slider p {
  margin-bottom: initial;
}
.сzoffs-new .item .approval-offer .approval-slider .percent {
  font-family: PT_Sans_Bold;
  font-size: 16px;
  color: #5b6ebe;
  margin-left: 9px;
  margin-top: -1px;
	text-align: left;

width: 48px;
}
.сzoffs-new .item .right .k5m-item .k5m {
  font-family: PT_Sans;
  font-size: 16px;
  color: #3d3d3d;
  padding: 12px 29px;
  border: 1px solid #ebebf2;
  margin-top: 18px;
}
.сzoffs-new .item .right .k5m-item .k5m span {
  font-family: PT_Sans_Bold;
  font-size: 16px;
  color: #5b6ebe;
}
.сzoffs-new .item .right .k5m-item img {
  margin-left: 10px;
  margin-top: 18px;
}

.сzoffs-new .item .right .price-info{
  justify-content: baseline;
  display: flex;
  border-bottom: 1px solid #ebebf2;
}
.сzoffs-new .item .right .item-info {
  margin-right: 30px;
}
.сzoffs-new .item .right .item-info img {
  margin-right: 5px;
  margin-bottom: 13px;
}
.сzoffs-new .item .right .item-info span {
  font-family: PT_Sans_Bold;
  font-size: 30px;
  color: #3d3d3d;
}
.сzoffs-new .item .right .item-info span span {
  font-family: PT_Sans;
  font-size: 16px;
  color: #9d9da9;
  margin-left: 6px;
}
.сzoffs-new .item .right .offer-info {
  border-bottom: 1px solid #ebebf2;
  margin-top: 18px;
}
.сzoffs-new .item .right .offer-info .item-i {
  width: 100%;
  justify-content: baseline;
  display: flex;
}
.сzoffs-new .item .right .offer-info .item-i:nth-child(odd) {
  background: #f4f4fa;
}
.сzoffs-new .item .right .offer-info .item-i span {
  font-size: 15px;
  color: #3d3d3d;
  padding: 5px 0;
}
.сzoffs-new .item .right .offer-info .item-i span:first-child {
  font-family: PT_Sans;
  padding-left: 5%;
  width: 50%;
}
.сzoffs-new .item .right .offer-info .item-i span:last-child {
  font-family: PT_Sans_Bold;
  width: 45%;
}
.сzoffs-new .item .right .button {
  margin-top: 28px;
}


.сzoffs-new .item .flag {
  position: absolute;
  top: -4px;
  left: 20px;
  z-index: 1;
  opacity: 0.8;
  display: none; }
.сzoffs-new .item .img {
  border-top: 1px #ebebf2 solid;
  border-left: 1px #ebebf2 solid;
  border-right: 1px #ebebf2 solid;
  padding-right: 15px;
  padding-left: 15px;
  height: 150px;
  display: flex;
  align-items: center;}
.сzoffs-new .item .img a {
  border: none; }
.сzoffs-new .item .img img {
  width:202px;}
.сzoffs-new .item .img a img {
  width: 210px; }
.сzoffs-new .item .info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: 1px #e1e1e1 solid;
  margin-bottom: 20px;
  padding-bottom: 5px; }
.сzoffs-new .item .info-item {
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 10px; }
.сzoffs-new .item .info-item span {
  color: #e99446;
  font-size: 18px; }
.сzoffs-new .item .bottom {
  display: flex;
  justify-content: space-around;
  align-items: center; }
.сzoffs-new .item .readmore {
  order: 2; }
.сzoffs-new .item .readmore a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #aeaeae;
  text-decoration: none; }
.сzoffs-new .item .readmore a:hover, .сzoffs-new .item .readmore a:active, .сzoffs-new .item .readmore a:focus {
  border-bottom: 1px #aeaeae solid; }
.сzoffs-new .item .button {
  order: 3; }
.сzoffs-new .item .reviews {
  order: 1; }
.сzoffs-new .item .reviews .reviews-count {
  color: #9d9da9;
  font-family: PT_Sans;
  font-size: 14px;}

.img_methods {
    max-width: 200px;
    margin-top: 25px;
}
.img_methods img {
    margin-bottom: 22px;
	vertical-align: middle;
}

.rating {
    width: 90px;
    height: 17px;
    background: url(rating-new.png) 0 -17px;
	margin:0 auto;
}

.reviews-count a {
    font-size: 13px !important;
    line-height: 15px;
    color: #9d9da9 !important;
    display: inline-block;
    font-family: PT_Sans !important;
    text-decoration: none !important;
}
.reviews-count {
    color: #9d9da9;
    font-family: PT_Sans;
    font-size: 14px;
}
.reviews-count {
    text-align: right;
}

.rating .stars {
    height: 17px;
    background: url(1_rating-new.png);
}

.сzoffs-new img {
	vertical-align:middle;
}

.сzoffs-new .item .button a {
    display: block;
    background: #61c336;
    font-family: PT_Sans_Bold;
    font-size: 14px;
    color: #FFF;
    padding: 18px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.сzoffs-new .item .button a:focus {
    color: #FFF;
    background: #579639;
    text-decoration: none;
}

.сzoffs-new .item .button a:hover {
    color: #FFF;
    background: #579639;
    text-decoration: none;
}

.сzoffs-new .item .right .k5m-item img {
    margin-left: 10px;
    margin-top: 18px;
}

.k5m-item p {
	margin-bottom:0px !important;
}

.сzoffs-new .item .more-info .more-ul ul li:before {
	display:none;
}


.page-template-default .entry-content {
	max-width:1500px !important;
}



@media(min-width: 768px) and (max-width: 1199px) {
  .сzoffs-new .right .reviews {
    display: none; } }
@media(max-width: 1199px) {
	.img_methods {
    max-width: 100%;
}

	
  .сzoffs-new .item .item-new {
    display: block;
  }
  .сzoffs-new .item .left {
    margin-right: initial;
  }
  .сzoffs-new .item .left .kredit_method {
    height: auto;
  }

}



@media(max-width: 767px) {
	
	.entry-content .offer-view {width:100% !important;}
	
	.сzoffs-new .item .right .title-offer {
		width: 100%;
	}


	.offer-top .title{
		margin:0;
	}
  .сzoffs-new .img {
    padding-bottom: 10px;
    border: none !important; }
  .сzoffs-new .item .info {
    flex-direction: column;
    margin-top: 20px;
    border-bottom: none;
    margin-bottom: 5px; }
  .сzoffs-new .bottom {
    flex-direction: column; }
  .сzoffs-new .bottom .readmore a {
    background: transparent;
    padding: 0;
    color: #999999 !important;
    border-bottom: 1px #999999 solid !important; }
  .сzoffs-new .bottom .readmore a:hover {
    background-color: transparent;
    border-bottom: none !important;
    padding-bottom: 1px; }
  .сzoffs-new .bottom .button {
    margin-top: 20px; }
  .сzoffs-new .bottom .readmore, .сzoffs-new .bottom .button, .сzoffs-new .bottom .reviews {
    order: inherit; }
  .сzoffs-new .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px; }
  .сzoffs-new .item .stroke-text {
    text-align: center;
    width: calc(100% + 4px); }
  .сzoffs-new .item .img {
    margin-right: 0;height: auto; }
  .сzoffs-new .item .info .info-item {
    width: 100% !important; }

  .tabs-conditions .item .blue {
    text-align: center;
  }
  .сzoffs-new .item .dop-info, .сzoffs-new .item .more-info .more-ul, .сzoffs-new .item .right .price-info,
  .сzoffs-new .item .right .approval-offer, .сzoffs-new .item .img, .сzoffs-sort,
  .сzoffs-widget .item, .offer-conditions-block .tabs>label {
    display: block!important;
  }
  .сzoffs-new .item .right .top-offer {
	 display: block!important;
	 margin: 0 auto;
  }
  .сzoffs-sort span {
    display: inline-block;
    margin-bottom: 15px;
  }
  .сzoffs-new .item .right {
    display: flex;
    flex-flow: wrap;
  }
  .сzoffs-new .item .right .offer-info {
    order: 2;    width: 100%; border-bottom: initial;
  }
  .сzoffs-new .item .right .button {
    order: 1;
    width: 100%;
  }
  .сzoffs-new .item .right .offer-info .item-i {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }

  .сzoffs-new .item .right .offer-info .item-i span {
    display: block;
    width: 100%;
    padding-top: 3px;
  }
  .сzoffs-new .item .right .offer-info .item-i span:first-child, .сzoffs-new .item .right .offer-info .item-i span:last-child  {
    width: 100%;
    padding-left: 5%;
  }
  .dop-info {
    margin-top: 30px;
  }
  .tabs-conditions {
    display: block!important;
    text-align: center;
  }
  .tabs-conditions .item, .price-info {
    width: 100%!important;
  }
  .price-info {
    text-align: center;
  }
  .сzoffs-new .item .right .item-info {
    margin-right: initial;
  }
  .сzoffs-new .item .right .button {
    margin-bottom: 10px;
  }
  .сzoffs-new .item .img {
    text-align: center;
  }
  .сzoffs-new .item .right .k5m-item {
    justify-content: initial!important;
  }

  .approval-offer {
    width: 100%;
  }

  .сzoffs-new .item .more-info img, .compare, .kredit_rating, .kredit_method, .favorites, .k5m-item, .email_subscribe, .like-choose, .left_show_mfo {
    display: none!important;
  }
  .reviews-count {
    text-align: center!important;
  }
  .offer-conditions-block .tabs>input:checked+label {
    border-bottom: 1px solid #ebebf2!important;
  }
  .offer-conditions .item p {
    font-size: 17px!important;
  }
  .сzoffs-new .item .img img {
    width: 202px;
    margin: 0 auto;
    display: block;
  }
  .offer-conditions .item {
	  display: block!important;
	}
	.offer-conditions .item p , .offer-conditions .item p:nth-child(even){
	  width: 100%!important;	  
	}
	.offer-conditions .item img {
		width: 21px;
	}
  .сzoffs-new .item .img-label {
    width: 115px;
  }

  .сzoffs-new .item .turn p {
    padding: 0 23px!important;
  }

}








.pos_init {
    position: initial !important;
}

.col-md-3 {
    width: 25%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-md-9 {
    width: 75%;
}

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

.offer-image-sidebar {
  text-align: center;
  padding: 30px;
  border: 1px solid #ebebf2; }
.offer-image-sidebar img {
  margin: 0 auto; }

.block .title {
    color: #fff;
    padding: 15px 0 15px 10%;
    font-family: PT_Sans_Bold;
    font-size: 16px;
    cursor: pointer;
    background-color: #00c853;
}

.block .inner {
    font-size: 15px;
    padding: 20px 15px 30px 15px;
    border: 1px solid #ebebf2;
    display: block;
}

.left_show_mfo {
	padding-left:0px;
}

.offer-view {
	padding-right:0px;
}

.block dl dt {
    float: left;
    font-family: PT_Sans_Bold;
    width: 80px;
}
dd.first {
    border-top: none;
}
.block dl dd {
    padding-left: 80px;
    font-family: PT_Sans;
}

.block dl dt, .block dl dd {
    padding: 5px 0;
}

.check-order li a {
    text-decoration: none;
}
.check-order li a {
    color: #5b6ebe;
}

.check-order p {
    font-family: PT_Sans_Bold;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.offer-conditions-block .tabs {
    width: calc(100% - 1.4px);
    padding: 0px;
    margin: 0 auto;
}

.offer-conditions .item p {
    font-size: 17px!important;
  }
  .offers-new .item .img img {
    width: 202px;
    margin: 0 auto;
    display: block;
  }
 
	
	.offer-conditions .item img {
		width: 21px;
	}

.offer-conditions-block .tabs > input:checked + label {
    color: #3d3d3d;
    border-bottom: 1px solid #fff;
        border-bottom-width: 1px;
    border-width: 1px 1px 1px 1px;
}


.offer-conditions-block .tabs {
  width: calc(100% - 1.4px);
  padding: 0px;
  margin: 0 auto;
}

.offer-conditions-block .tabs>div {
  display: none;
  padding: 20px;
  background: url(tabs.png) no-repeat;
  border: 1px solid #ebebf2;
}
.offer-conditions-block .tabs>div>p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.offer-conditions-block .tabs>input {
  display: none;
  position: absolute;
}
.offer-conditions-block .tabs>label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 14px 16px;
  font-family: PT_Sans_Bold;
  font-size: 16px;
  text-align: center;
  color: #5b6ebe;
  border: 0px solid #ebebf2;
}
.offer-conditions-block .tabs>label:hover {
  cursor: pointer;
}
.offer-conditions-block .tabs>input:checked+label {
  color: #3d3d3d;
  border-bottom: 1px solid #fff;
  border-width: 1px 1px 1px 1px;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
  display: block;
}
@media screen and (max-width: 680px) {

}
@media screen and (max-width: 400px) {
  .offer-conditions-block .tabs>label {
    padding: 15px;
  }
}
.tabs-conditions {
  display: flex;
  margin-top: 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebf2;
}
.tabs-conditions .item {
  width: 33%;
}
.tabs-conditions .item .blue {
  font-family: PT_Sans_Bold;
  font-size: 20px;
  color: #5b6ebe;
}
.tabs-conditions .item p {
  font-size: 16px;
  color: #9d9da9;
  font-family: PT_Sans;
  line-height: 0.7;
}
.tabs-conditions .item span {
  font-family: PT_Sans;
  font-size: 16px;
  color: #3d3d3d;
}
.tabs div ul {

}
.tabs div ul li {
  color: #282828;
  font-size: 16px;
  line-height: 1.49;
}
.tabs div ul li span {
  font-family: PT_Sans_Bold;
}
.shtraf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebebf2;
  padding: 20px ;
  background: #fff;
}
.shtraf img {
  width: 30px;
  margin-right: 20px;
}
.shtraf .shtraf-text span {
  font-family: PT_Sans_Bold;
  margin-bottom: 15px;
  display: block;
}
.shtraf .shtraf-text p {
  font-size: 15px;
  color: #282828!important;
  margin-bottom: 0;
}

.offer-conditions-block {
  border-top: 2px solid #ebebf2;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px; }
.offer-conditions-block .table-responsive {
  margin-bottom: 0; }
.offer-conditions td {
  padding: 10px 31px;
  white-space: nowrap; }
.offer-conditions td {
  text-align: center;}
.offer-conditions .title {
  font-size: 14px;
  color: #808080;
  font-weight: bold;
  margin-bottom: 5px;}
.offer-conditions .name {
  padding-left: 0;
  font-size: 18px;
  color: #4b3636;
  font-weight: bold;
  border-top: 1px #e1e1e1 solid; }
.offer-conditions .number {
  font-size: 18px;
  color: #e99446;
  font-weight: bold;
  border-top: 1px #e1e1e1 solid; }
.offer-conditions tr:first-child td {
  border-top: none !important; }
.offer-conditions .td-button {
  padding-right: 0px; }
@media (max-width: 1199px) {
  .offer-conditions {
    display: block; }
  .offer-conditions tbody, .offer-conditions tr {
    display: block; }
  .offer-conditions tr {
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
    text-align: center; }
  .offer-conditions tr:last-child {
    border-bottom: initial;
    margin-bottom: initial;}
  .offer-conditions td {
    display: inline-block; }
  .offer-conditions .name, .offer-conditions .td-button {
    display: block;
    padding-left: 0px;
    padding-bottom: 0; }
  .offer-conditions .name {
    padding-top: 15px;
    margin-top: 25px; }
  .offer-conditions .number {
    border-top: 0; }
  .offer-conditions tr:first-child .name {
    margin-top: 0;
    padding-top: 0; } }
@media (max-width: 767px) {
  .offer-conditions td {
    display: block;
    padding: 0px 31px;} }

.table-responsive {
  border: none; }

.offer-conditions-block .tabs > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 14px 16px;
    font-family: PT_Sans_Bold;
    font-size: 16px;
    text-align: center;
    color: #5b6ebe;
    border: 0px solid #ebebf2;
}


.offers-widget {
    margin: 70px 0 0;
}

.offers-widget .title {
    font-size: 24px;
    font-family: PT_Sans_Bold;
    margin-bottom: 20px;
    display: block;
}

.offers-widget .item {
    justify-content: space-between;
    align-items: center;
    background: #f4f4fa;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.offers-widget .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers-widget .img {
    margin-right: 15px;
    width: 40px;
}

.offers-widget .name a {
    color: #5b6ebe;
    display: block;
    text-align: left;
}

.offers-widget .name span {
    color: #9d9da9;
    display: block;
    text-align: left;
}

.offers-widget .text {
    margin: 10px 0;
}

.offers-widget .button a {
    display: block;
    font-family: PT_Sans_Bold;
    font-size: 14px;
    color: #5b6ebe;
    border: 2px solid #5b6ebe;
    padding: 10px 29px;
    text-transform: uppercase;
    text-decoration: none;
}


.offers-widget .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers-widget .img {
    margin-right: 15px;
    width: 40px;
}

.offers-widget span {
    color: #9d9da9;
}

.offer-conditions-block .button {
    font-family: PT_Sans_Bold;
    font-size: 14px;
    color: #fff;
    padding: 18px 0;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    display: block;
    background: #61c336;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.offer-top {
	position:relative;
}

.rating-block {
	overflow:hidden;
	position: absolute;
right: 0px;
top: -52px;
}
.offer-top .rating {
	float: right;
clear: both;
}
.offer-top .reviews-count {
	float: right;
clear: both;
}

.offer-conditions .item img {
    margin-right: 17px;
}

.offer-conditions .item {
    display: flex;
}

.offer-conditions .item p {
    width: 55%;
    font-size: 20px;
    color: #3d3d3d !important;
}

.offer-conditions-block .button br {display:none;}

.offers-widget .name br {display:none;}

.offers-widget .text br {display:none;}
.offers-widget .text p {margin:0px !important;}

.offers-widget .button a br {display:none;}

.offers-widget .text b + br {display:inline;}


.tabs-conditions .item .blue {
line-height: 1.2;
}

.offer-conditions .item br {display:none;}

.offer-conditions .item p:nth-child(2n) {
    width: 45%;
}

.tabs label + p {display:none;}


.offers-widget {
  margin: 70px 0 0; }
.offers-widget .title {
  font-size: 24px;
  font-family: PT_Sans_Bold;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
.offers-widget .item {
	display:block !important;
	}
}
.offers-widget .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4fa;
  padding: 5px 20px;
  margin-bottom: 15px; }
.offers-widget .img {
  margin-right: 15px;
  width: 40px;}
.offers-widget .img img {
  max-height: 65px;
  width:100%;
}
.offers-widget .button a{
  display: block;
  font-family: PT_Sans_Bold;
  font-size: 14px;
  color: #5b6ebe;
  border: 2px solid #5b6ebe;
  padding: 10px 29px;
  text-transform: uppercase;
  text-decoration: none;
}
.offers-widget .text {
  margin: 10px 0; }
.offers-widget b {
  color: #282828;
  font-family: PT_Sans_Bold;
  font-size: 16px; }
.offers-widget span {color: #9d9da9;}
.offers-widget .button-all {
  width: 170px;
  margin: 20px auto;
  text-align: center;
}
.offers-widget .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offers-widget .name a {
  color: #5b6ebe;
  display: block;
  text-align: left;
}
.offers-widget .name span {
  color: #9d9da9;
  display: block;
  text-align: left;
}




.block + .block {
  margin-top: 30px; }
aside .block {
	margin-bottom:20px;
}

.aside-menu {
list-style-type: disc	!important;
	padding-left:20px !important;
	margin-left:0px !important;
}

.aside-menu li {
    margin-bottom: 5px;
    color: #5b6ebe;
    border-bottom: 1px solid #ebebf2;
    padding: 2px 0 10px 5px;
	padding-left:0px !important;
}

.block .title {
  color: #fff;
  padding: 15px 0 15px 10%;
  background: url(2_sidebarv_09.png) 93% center no-repeat;
  font-family: PT_Sans_Bold;
  font-size: 16px;
  cursor: pointer;
  background-color: #5b6ebe; }
.block .inner {
  font-size: 15px;  
  border-top: none;
  padding: 20px 15px 30px 15px;
  border: 1px solid #ebebf2;
  display: block; }
.block .inner a {
  color: #5b6ebe;
  font-family: PT_Sans;
  font-size: 15px;
text-decoration:underline !important;
}

.block .inner a:hover {
	text-decoration:none !important;
}


/* sidebar menu */

aside .widget_nav_menu + .widget_nav_menu {
  margin-top: 30px; }
aside .widget_nav_menu {
	margin-bottom:20px;
}

aside .widget_nav_menu ul {
list-style-type: none !important;
	padding-left:20px !important;
	margin-left:0px !important;
}


aside .widget_nav_menu li:before {
	content: "\f0da" !important;
	display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
	font-size:12px !important;
	left: -15px;
    top: 9px;
	color:#FFDE00 !important;
}

aside .widget_nav_menu li {
    margin-bottom: 5px;
    color: #5b6ebe;
    border-bottom: 1px solid #ebebf2;
    padding: 2px 0 10px 5px;
	padding-left:0px !important;
	position:relative;
}





aside .widget_nav_menu .widget-header {
	font-weight:normal !important;
	margin:0px !important;
  color: #fff;
  padding: 15px 0 15px 10%;
  background: url(2_sidebarv_09.png) 93% center no-repeat;
  font-family: PT_Sans_Bold;
  font-size: 16px;
  cursor: pointer;
  background-color: #5b6ebe; }
aside .widget_nav_menu > div:last-child {
  font-size: 15px;  
  border-top: none;
  padding: 20px 15px 30px 15px;
	padding-bottom: 15px;
  border: 1px solid #ebebf2;
  display: block; }
aside .widget_nav_menu a {
  color: #5b6ebe;
  font-family: PT_Sans;
  font-size: 15px;
text-decoration:underline !important;
}

aside .widget_nav_menu a:hover {
	text-decoration:none !important;
}

/* sidebar menu */




.catalog-item-left {
    float: left;
    width: 185px;
    text-align: center;
}

.catalog-item-left p {
margin:0px !important;
}

.catalog-item-right p {
margin:0px !important;
}

.catalog-item__logo {
	padding-bottom:10px;
    margin: 0 0 19px;
    height: auto;
    text-align: center;
    line-height: 100px;
}

.catalog-item__logo img {
    display: inline-block;
    vertical-align: middle;
}

.catalog-item__title {
	margin-left:15px;
}

.catalog-item__rating {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-left: 2px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.catalog-item__rating i._active {
    color: #ffcc00;
}

.catalog-item__rating i {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    font-size: 19px;
    color: #dbdbdb;
}

.icon-star::before {
content: "\f005";
}

.icon-star {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 2em;
}


.catalog-item__rating__link {
    display: inline-block;
    margin-bottom: 17px;
    text-align: center;
    font: 14px/16px Roboto;
	font-family: Roboto;
    color: #13b9cf !important;
    text-decoration: underline;
}


.catalog-item__btns .btn {
background:#FFDE00;
	color:#000000;
	border-radius: 4px;
	text-transform:uppercase;
	margin-bottom: 5px;
	padding-top: 10px;
padding-bottom: 10px;
font-weight: 600;
}

.catalog-item__btns a + a {
    margin-top: 15px;
}

.catalog-item__btns a {
    min-width: 100%;
}

.head-favorite {
    display: block;
}

.ic {
    display: inline-block;
    vertical-align: middle;
    background-image: url(44_sprite.png);
    background-repeat: no-repeat;
}

.ic-star {
    width: 19px;
    height: 19px;
    background-position: -64px -20px;
}

.ic-coins {
    width: 19px;
    height: 19px;
    background-position: -100px 0;
}

.ic-calendar {
    width: 19px;
    height: 19px;
    background-position: -80px 0;
}

.ic-percent {
    width: 19px;
    height: 19px;
    background-position: -120px 0;
}

.ic-bad-ch {
    width: 19px;
    height: 19px;
    background-position: -199px -21px;
}

.ic-renewal {
    width: 19px;
    height: 19px;
    background-position: -156px -21px;
}

.ic-identification {
    width: 19px;
    height: 19px;
    background-position: -116px -21px;
}

.ic-user {
    width: 19px;
    height: 19px;
    background-position: 0 0;
}

.ic-hourglass {
    width: 19px;
    height: 19px;
    background-position: -140px 0;
}

.ic-approval {
    width: 19px;
    height: 19px;
    background-position: -220px -21px;
}

.ic-rating {
    width: 19px;
    height: 19px;
    background-position: -177px -21px;
}

.ic-docs {
    width: 19px;
    height: 19px;
    background-position: -136px -21px;
}

.ic-method {
    width: 19px;
    height: 19px;
    background-position: -93px -21px;
}


.head-favorite {color: #13b9cf !important;margin-top:5px;}
.head-favorite span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    border-bottom: 1px dashed #13b9cf;
    font: 14px/16px Roboto;
	font-family: Roboto;
    color: #13b9cf;
}
.head-favorite span:hover {
border-bottom:0px;
}

.head-favorite:hover span {
border-bottom:0px;
}



.catalog-item-right {
    float: right;
    width: 69%;
}

.catalog-item__title {
    margin-bottom: 24px;
    font: 26px/22px Roboto;
	font-family: Roboto;
    color: #1b1e23;
}

.catalog-item__props ul {
    float: left;
    width: 100%;
	list-style:none !important;
		margin-left:15px !important;
	margin-top:0px !important;
}

.catalog-item__props ul li:before {
	display:none !important;
}

.catalog-item__props ul li {
    position: relative;
    margin: 0 0 18px;
    padding: 0 10px 0 40px;
    float: left;
    width: 50%;
    font: 14px/17px Roboto;
	font-family: Roboto;
    color: #848484;
}
.catalog-item__props li b {
	color: #1b1e23;
	font-weight:normal;
}
.catalog-item__props li .ic {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 850px){
.catalog-item-right {
		padding-left: 40px;
	}
	.catalog-item__props ul li {
		width: 100%;
	}	
}

@media (max-width: 750px){
	.catalog-item-wrap {
		padding: 20px;
	}
	.catalog-item-left,
	.catalog-item-right {
		float: none;
		padding-left: 0;
		width: 100%;
		text-align: left;
	}
	.catalog-item-left {
		text-align: center;
	}
	.catalog-item-right {
		margin-top: 20px;
	}
	.catalog-item__props ul li {
		width: 100%;
	}
	.catalog-item-descr {
		padding: 9px;
		height: auto;
	}
	.catalog-item__logo,
	.catalog-item__rating,
	.catalog-item__rating__link {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
		width: auto;
	}
	.catalog-item__btns {
		display: table;
		margin: 15px auto;
	}
}

.сzoffs-new .more-info p {
	margin-bottom:0px !important;
}
.more-ul ul {
	margin-bottom:0px !important;
}

.сzoffs-new .item .turn {margin-top:15px !important;}


.catalog-item__title p {display:none;}

.catalog-item__title .card-header-2 {display:inline-block;float:right;padding-right:10px;}

.catalog-item__btns .btn:hover {
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.55) !important;
-moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.55) !important;
box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.55) !important;
}
	
.catalog-item__props ul {margin-bottom:5px !important;}



@media only screen and (max-width: 1200px) {
	.left_show_mfo {width:265px !important;}
	.offer-view {width:calc(100% - 300px) !important;}
}

@media only screen and (max-width: 842px) {
	.left_show_mfo {display:block !important;width:350px !important;margin:0 auto;float:none !important;clear:both;margin-bottom:25px;}
	.left_show_mfo .hidden-xs {display:block !important;}
	.offer-view {width:95% !important;float:none !important;margin:0 auto;}
}

@media only screen and (max-width: 550px) {
	.left_show_mfo {width:290px !important;margin:0 auto;float:none !important;clear:both;margin-bottom:25px;}

}

.breadcrumb {padding-left:30px;}
.entry-title {
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
.breadcrumb {padding-left:0px;}
	.entry-title {
    padding-left: 0px !important;
}
}


@media only screen and (min-width: 975px) and (max-width: 1188px) {
	.catalog-item-right {
		width: 100%;
clear: both;
	}
	.approval-offer {width:100%;}
	.catalog-item__title .card-header-2 {margin-top:10px;clear: both;
width: 100%;
text-align: left;
display: block;
float: none;
margin-left: 0px;
margin-right: auto;}
	.catalog-item__title {margin-top:25px;text-align:left;}
	.catalog-item-left {
		width: 250px;
float: none;
margin: 0 auto;
	}
}



@media only screen and (max-width: 992px) {
.footer-navigation {
	display:block !important;	
}
}



.divh1 {
	width:calc(33% - 20px);
	margin-right:20px;
	float:right;
	max-width:185px;
}

.header-html-2 > .divh1:nth-child(1)
{
	margin-right:0px;
	width:33%;
	max-width:180px;
}

.header-html-2 > .divh1:nth-child(2)
{
max-width:165px;
}

.divh1_img {
	
	width:52px;
	float:left;
	text-align:left;
}

.divh1_img img {
	width:44px;
}

.divh1_str {
	float:right;
	width:calc(100% - 55px);
	font-size:13px;
	color:#000000;
	line-height: 1.3;
vertical-align: middle;
padding-top: 5px;
}

.header-html-2 {padding-right:0px;}


@media only screen and (max-width: 1186px) {
	.divh1 {display:none;}
}


@media only screen and (max-width: 800px) {
	.divh1 {display:block;}
}




@media only screen and (max-width: 690px) {
	.divh1 {display:none;}
}


@media screen and (max-width: 479px) {
	h1 {font-size:28px !important;}
	h2 {font-size:24px !important;}
}
