@font-face {
	font-family: 'lenovoOne';
	font-style: normal;
	font-weight: 400;
	src: local('lenovoOne'), url('/assets/templates/m/fonts/lenovoOne-400.woff2') format('woff2'), url('/assets/templates/m/fonts/lenovoOne-400.woff') format('woff'), url('/assets/templates/m/fonts/lenovoOne-400.ttf') format('ttf'), url('/assets/templates/m/fonts/lenovoOne-400.eot') format('eot');
	font-display: fallback;
}

@font-face {
	font-family: 'lenovoOne';
	font-style: normal;
	font-weight: 700;
	src: local('lenovoOne'), url('/assets/templates/m/fonts/lenovoOne-700.woff2') format('woff2'), url('/assets/templates/m/fonts/lenovoOne-700.woff') format('woff'), url('/assets/templates/m/fonts/lenovoOne-700.ttf') format('ttf'), url('/assets/templates/m/fonts/lenovoOne-700.eot') format('eot');
	font-display: fallback;
}

    /*кнопка звонка*/
@font-face {
    font-family: 'FontAwesome';
    src: url('/assets/templates/m/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('/assets/templates/m/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/assets/templates/m/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/assets/templates/m/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/assets/templates/m/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/assets/templates/m/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}


.callback-bt {
        background:#e62d20;
        border:2px solid #e62d20;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 7%;
        bottom: 16%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#e62d20;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 0 rgba(253, 56, 74,0.2),0 0 0 0 rgba(253, 56, 74,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 15px rgba(253, 56, 74,0.2),0 0 0 0 rgba(253, 56, 74,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 30px rgba(253, 56, 74,0),0 0 0 26.7px rgba(253, 56, 74,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 30px rgba(253, 56, 74,0),0 0 0 40px rgba(253, 56, 74,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 0 rgba(253, 56, 74,0.2),0 0 0 0 rgba(253, 56, 74,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 15px rgba(253, 56, 74,0.2),0 0 0 0 rgba(253, 56, 74,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 30px rgba(253, 56, 74,0),0 0 0 26.7px rgba(253, 56, 74,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(253, 56, 74,0.3),0 0 0 30px rgba(253, 56, 74,0),0 0 0 40px rgba(253, 56, 74,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
    content: "\f095";
}
/* конец кнопки звонка */

.bg-grey {
	background-color: #363636 !important
}

.bg-sand {
	background-color: #f7f7f7
}

body {
	padding: 20px 0 0 0;
	-webkit-font-smoothing: antialiased
}
.ui.segments .segment, .ui.segment{
    font-size: 1.1rem!important;
}
.link.step{
    cursor: default!important;
}
footer{
     padding-bottom: 50px;
}
.title-2 {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1.28571429em;
	margin: calc(2rem - 0.14285714em) 0em 1rem;
	font-weight: bold;
	padding: 0em
}

.title-3 {
	font-size: 1.28571429rem;
	margin: calc(2rem - 0.14285714em) 0em 1rem
}

.z-header-phone {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #17468f
}

.z-white {
	color: #fff
}

.z-grey {
	color: #999
}

.z-true-grey {
	color: #999 !important
}

.z-light-grey {
	color: #ddd
}

.z-dark-grey {
	color: #666
}

.z-dark-grey-bold {
	color: #666;
	font-weight: 700;
}

.z-blue {
	color: #17468f
}

.z-block10 {
	width: auto;
	height: 10px
}

.z-block20 {
	width: auto;
	height: 10px
}

.z-header-phone {
	white-space: nowrap;
	margin-top: 13px;
}

.z-nowrap {
	white-space: nowrap
}

.z-border-top {
	border-top: 1px solid #dddede
}

.ui.vertical.menu {
	margin-top: -15px !important;
	width: 100%
}

.z-menu {
	width: 100%
}

.lenovo-400-font {
	font-family: "lenovoOne", Arial, sans-serif
}

.lenovo-400-font-uppercase {
	font-family: "lenovoOne", Arial, sans-serif;
	text-transform: uppercase
}

.lenovo-700-font {
	font-family: "lenovoOne", Arial, sans-serif;
	font-weight: 700
}

.lenovo-700-font-uppercase {
	font-family: "lenovoOne", Arial, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important
}

.secondary.pointing.z-menu,
.secondary.pointing.z-menu>a,
.secondary.pointing.z-menu span,
.secondary.pointing.z-menu>.right.menu>a {
	font-family: "lenovoOne", Arial, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important
}

.z-tiny {
	font-size: 0.82em
}

.z-no-link {
	text-decoration: none;
	cursor: default
}

.z-no-link:hover {
	text-decoration: none
}

.z-no-link:focus {
	text-decoration: none
}

.z-no-link:visited {
	text-decoration: none
}

.pay{
   
    display: inline-block;vertical-align: middle;
}
.pay--visa{
    background: url('../img/icon-visa.svg');
    width: 49px;
    height: 16px;

}
.pay--master{
   background: url('../img/icon-mastercard.svg');
    width: 42px;
    height: 25px;
}

.pay--maestro{
   background: url(../img/maestro.svg)no-repeat -1px -1px;
    width: 42px;
    height: 25px;
    background-size: 44px;

}

.advantages{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style:none;
    padding: 0;    margin: 34px 0 10px;
}
.advantages__item{
        width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
}

.advantages__item img{
    max-width: 100px;
}
.advantages__item p{
    color:#fff;
    font-family: "lenovoOne", Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-top: 15px;
    font-size: 17px;
}
li.advantages__item.list_stile_n {
    text-align: center;
}
.soc-icon{
    
}
.content.center.aligned {
    font-size: 16px !important;
    padding: 14px 2px !important;
}

button.ui.green.button.btn-soc {
    padding: 0 13px;
    height: 36px;
}

.soc-icon__item{
    display: inline-block;
    width: 35px;
    height: 35px;
       border: 1px solid #305a9b;
    border-radius:50%;
    text-align: center;
}
.soc-icon__item > i{
    margin: 0;padding: 0;
    vertical-align: middle;font-size: 19px;
    line-height: 29px;
    color: #17468f;
}
.footer .z-header-phone {
	font-size: 1.39em
}
footer{
        box-shadow: 0 0 6px #ccc;
}
.z-footer-adress-fix {
	font-size: 0.7em
}

.z-social a i {
	color: #363636;
	font-size: 2em
}

.z-social a:hover i {
	color: #1428a0
}

.z-gotop {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 12px;
	min-width: 10px;
	color: #363636;
	cursor: pointer
}

.z-gotop:after {
	position: absolute;
	top: 6px;
	right: 0;
	width: 10px;
	height: 6px;
	margin: -1px 0 1px 10px;
	background-image: url(../img/gotop.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: ''
}

.z-right-arrow:after {
	display: inline-block;
	position: relative;
	top: 0;
	width: 7px;
	height: 11px;
	margin-left: 9px;
	background-image: url(../img/right-arrow.svg);
	background-size: 7px 11px;
	content: ''
}

.z-copy {
 font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
}


.lenovo-link {
	color: #363636;
	text-decoration: none;
	position: relative
}

.lenovo-link {
	color: #363636;
	text-decoration: none;
	cursor: pointer
}

.lenovo-link:hover {
	color: #1428a0
}

.lenovo-link:hover:after {
	display: inline-block;
	position: absolute;
	top: 5px;
	width: 7px;
	height: 11px;
	margin-left: 9px;
	background-image: url(../img/right-arrow-hover.svg);
	background-size: 7px 11px;
	content: ''
}

.z-content p,
.z-content li {
	font-size: 0.9em
}

.z-hidden-content {
	display: none
}

.z-show-content {}

.z-topbg {
	background: url("../img/topbg.jpg") 50% 50% no-repeat;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 65px
}
.z-topbg .green.button{
    margin: 8.5px 0;
}
.z-topbg ul{
    list-style-type: disc;
    text-align: left;
}
.z-brand {
	border: none;
	font-size: 0.8em
}

.z-brand::before {
	border-right: 1px solid #1b1c1d
}

.ui.secondary.pointing.menu .active.item {
	background-color: transparent;
	box-shadow: none;
	border-color: #ca2c2c;
	font-weight: 700;
	color: #ca2c2c;
}

.ui.secondary.pointing.menu .item:hover {
	background-color: transparent;
	box-shadow: none;
	border-color: #ca2c2c;
	font-weight: 700;
	color: #17468f
}

#z-remont {
	background-color: transparent;
	box-shadow: none;
	border-color: #17468f;
	font-weight: 700;
	color: #17468f
}

.ui.collapsible.menu {
	display: inline
}

.breadcrumb ul{
    list-style: none;    display: inline-block;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li{
    display: inline-block;
}
@media screen and (max-width:768px) {
	.ui.collapsible.menu {
		display: block
	}
}

.ui.collapsible.menu .header .button {
	margin: 0.5em;
	display: none
}

@media screen and (max-width:768px) {
	.ui.collapsible.menu .header .button {
		display: block
	}
}

@media screen and (max-width:768px) {
	.ui.collapsible.menu .content {
		display: none
	}
}

@media screen and (max-width:768px) {
	.ui.collapsible.menu .content .item,
	.ui.collapsible.menu .content .menu {
		display: block;
		float: none;
		clear: both
	}
}

.description.view {
	margin: 60px 1%
}

.ui.inverted.menu.mnav-mobile-container span.item::before {
	background-color: #1b1c1d
}

.ui.vertical.menu.z-menu div.right.menu .item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(34, 36, 38, .1)
}

.z-warrantybg {
	background: url("../img/digital-warranty-bg-1.jpg") 50% 50% no-repeat;
	background-size: cover;
	min-height: 250px;
	margin: 40px 0
}

.z-red {
	color: #ca3030
}
 .ui.inverted.form .z-label-fix{
    	color:#111;
}
.z-label-fix {
	font-size: 0.85em !important;
	padding-bottom: 10px;

	
}

.ewarranty-results {
	color: #21ba45
}

.ewarranty-errors {
	color: #ca3030
}

div[itemprop="address"] {
	font-family: "lenovoOne", Arial, sans-serif
}

.column-wrap {
	display: inline-block;
	text-align: left
}

footer .equal .column {
	text-align: center
}


.footer-copy{
        margin: 30px 0 20px;
        text-align: center;
}
.confidentiality{
        color: rgba(0, 0, 0, 0.87);
}
.ewarranty-more {
	display: inline-block;
	background: #21ba45;
	padding: 5px 10px;
	font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	font-size: 13px
}

.ui.select-card {
	min-height: 232px
}

.logo {
	display: inline-block
}

.dropdown-wrap {
	position: absolute;
	top: 100%;
	z-index: 1;
	display: none !important;
	justify-content: center;
	z-index: 900
}

.dropdown-wrap .item:before {
	display: none
}

.maxnav-container .ui.menu.dropdown-wrap .item:hover {
	background: none
}
.nav{
}
.nav--fixed{
        position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    margin-top: -15px;
    z-index: 100;
}

.dropdown-wrap.active {
	display: flex !important
}

.dropdown__pic {
	position: relative;
	height: 170px
}

.dropdown__img {
	max-width: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.dropdown__item {
	flex-direction: column;
	text-align: center
}

.dropdown__pic {
	width: 100%
}

@media (max-width:992px) {
	.ui.secondary.pointing.menu {
		display: none
	}
	
}

.slide-column {
	align-items: center;
	display: flex !important;

}

.slide-circle {
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
   max-width: 400px!important;
    max-height: 400px!important;
}

.slide-circle:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	border:2px solid #ca2c2c;
	border-radius: 50%
}
.pricing-title {
    color: #21ba45;
    font-size: 35px;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
    font-family: "hpOne", Arial, sans-serif !important;
    margin-bottom: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.label {
	position: absolute;
	width: 146px;
	height: 90px;
	text-align: center;
	background-image: url(../img/label.png);
	background-repeat: no-repeat;
	background-size: 119px;
	background-position: center top;
	z-index: 90;
	top: 14%;
	left: 14%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px
}
.pricing-title span {
    color: #fff;
    font-size: 19px;
    vertical-align: top;
    line-height: 19px;
}
.pricing-title>div {
    padding: 5px;
}
.slide-circle img {
	max-width: 75%;
	max-height: 85%
}

.circle-inner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.slide-advantage .column {
	display: flex!important;
	align-items: center
}

.slide-advantage p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.btn-submit {
	background: #17468f;
	color: #fff;
	border: 1px solid #17468f;
	border-radius: 0 3px 3px 0;
	text-align: center
}
.slide-counter{
    color:#fff;
    background-color: #ca2c2c;
    font-size: 17px;
    margin-top: auto;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
.slide-counter span{
    color: #21ba45;
    font-size: 20px;
    font-weight: 600;
}
#search {
	background-color: #fafafa
}

.city-select {
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	font-family: "lenovoOne", Arial, sans-serif !important;
	color: rgb(28, 31, 38);
	margin-bottom: 10px;
}

.gl-wrap {
	position: absolute;
	background: #fff;
	z-index: 90;
	box-shadow: 0 0 9px rgba(0, 0, 0, .5);
	border-radius: 5px;
	left: 0;
	top: calc(100%+8px)
}

.gl-wrap .ui.dropdown .menu>.item {
	width: 100%
}

.gl-current-select span {
	color: #ca2c2c;
}

.search-input .action.input {
	width: 100%
}

.btn-call {
background-color: #fff;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    padding: 6px 11px;
    font-family: "lenovoOne", Arial, sans-serif;
    font-size: 17px;
    /* border-radius: 4px; */
    cursor: pointer;
    display: inline-block;
    position: relative;
    outline: none;
    font-size: 14px;
    margin: 10px 0;
}

.btn-call:active {
	top: 2px;
	outline: none
}

.btn-call svg {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle
}

.btn-call path {
	fill: #000
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.header-btn {
	text-align: center
}

.lssocial--hidden{
    	transform: translate3d(0, 20px, 0);
	opacity: 0;
	height: 0
}
.lssocial {
	position: relative;

}

.lssocial__title,
.call-form__title {
	color: #fff;
	font-family: "lenovoOne", Arial, sans-serif;
	font-size: 16px;
	display: block;
	margin-bottom: 10px
}

.call-form {
	width: 100%;
	font-size: 0;
	justify-content: center;
	margin: 0 auto
}
.call-form__group{
    display: inline-block;
    position: relative;
    padding: 13px 0 0 ;
}

.call-form__input,
.call-form__btn {
	height: 36px;
	font-size: 15px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d5;
	outline: none;
	margin-bottom: 7px
}

.call-form__input {
	padding-left: 15px;
	border-radius: 3px;
	width: 220px
}

.call-form__btn {
	width: 154px;
	border-radius: 0 3px 3px 0
}

.call-form__btn {
    background: rgba(230, 0, 18, 0.6);
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    border: transparent;
}

.call-form__btn:hover {
	background: rgba(230, 0, 18, 0.8)
}

.call-form--sell {
	position: relative;
	transform: translate3d(0, 20px, 0);
	opacity: 0;
	height: 0
}

.anim {
	display: block;
	opacity: 1!important;
	transform: translate3d(0, 0px, 0);
	transition: transform .5s ease, opacity .3s ease-in;
	height: auto !important
}

.short {
	height: 290px;
	overflow: hidden
}

.btn-more-show {
	border-radius: 3px;
	margin-top: 10px
}

.footer-fixed {
	position: fixed;
	font-family: "lenovoOne", Arial, sans-serif;
	width: 100%;
	display: none;
	padding: 10px 0;
	z-index: 9999;
	bottom: 0
}

.footer-fixed__form {
	font-size: 0
}

.footer-fixed__input {
	display: inline-block;
	font-size: 14px;
	border: none;
	background: #fff;
	outline: none;
	padding-left: 10px;
	height: 27px
}

.footer-fixed__input[name=name] {
	border-radius: 3px 0 0 3px;
	border: none;
	border-right: 1px solid #ccc
}

.footer-fixed__title {
	color: #fff;
	font-size: 18px
}

.footer-fixed__btn {
	font-size: 14px;
	height: 27px;
	border: none;
	padding: 0 10px;
	color: #fff;
	padding: 0 15px;
	background: #ca2c2c;
	border-radius: 0 3px 3px 0;
	vertical-align: top
}

.ui.steps .step:after {
	right: -1px
}

.table {
	width: 100%;
	font-size: 1.2rem;
	font-family: "lenovoOne", Arial, sans-serif;
	user-select: none
}

.table thead {
	color: #fff
}

.table thead th:first-child {
	text-align: left
}

.table thead th:not(:first-child) {
	text-align: center
}

.table thead th,
.table td {
	padding: 12px 15px
}

.table th,
.table td {
	border: 5px solid #fff
}

.table td {
	background: #f6f6f6
}

.table tr td:not(:first-child) {
	text-align: center
}

.table tr td:last-of-type {
	padding: 0 6px
}

.btn-price-nope {
	width: 100%;
	background: #ccc;
	color: #fff;
	padding: 10px 0;
	border: none;
	font-size: 1.2rem;
	font-family: "lenovoOne", Arial, sans-serif;
	border-right: 7px solid #fff;
	border-left: 7px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	font-weight: bold
}

.price-link {
	display: inline-block;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2em;
	color: rgb(0, 0, 0);
	border-bottom: 1px dotted rgba(0, 0, 0, .6);
	font-size: 1.2rem
}

.btn-price {

    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
}
.btn-price:active{
    box-shadow:none;
    transform:translateY(1px);
}
.btn-price--blue{
    box-shadow: 0 2px 0px #0e2d5d;
    background: #17468f;
}
.btn-price--red{
    box-shadow: 0 2px 0px #963232;
    background: #ca2c2c;
}
.btn-price:active:focus{
    border:none;
    outline:none;
}

.price-icon {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px
}

.order-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: url('../img/order-icon.png')no-repeat center
}

.card__image {
	position: absolute;
	max-width: 90%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 145px
}

.card__link {
	display: block;
	position: relative;
	height: 165px
}

.btn-more-custom {
	display: block!important;
	width: 205px;
	margin: 20px auto 0;
	display: block;
	
}

.btn-more-custom:hover {
	box-shadow: 2px 3px 6.96px 1.04px rgba(0, 0, 0, 0.15)
}

.map-wrapper {
	margin: 40px 0
}

.city-list {
	max-height: 453px;
	overflow-y: scroll;
	border-radius: 4px;
	min-width: 210px
}

.city-list .item {
	padding-left: 15px
}

.map-wrapper .ui.grid .twelve {
	padding-left: 0
}

.map-wrapper .ui.grid .four {
	padding-right: 2px
}

.map .ui.inverted.segment {
	margin-bottom: 7px
}

.city-list .header {
	padding: 10px 20px
}

.btn-up {
	position: fixed;
	bottom: 6%;
	right: 2%;
	font-size: 3rem;
	color: #ca2c2c;
	cursor: pointer
}

.btn-up,
.btn-up:active,
.btn-up:hover {
	border: none;
	outline: none
}


#pdopage {
	margin: 40px 0
}

.table-wrap {
	margin: 40px 0
}

.title-2.header.ui,
.title-2 {
	font-size: 1.71428571rem
}

.dropdown-wrap .card {
	transition: .3s all
}

.ui.card.select-card {
	min-height: 253px
}

.hidden-content {
	display: none
}

.read-hidden {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	float: right
}

.read-hidden:hover {
	color: #fff;
	text-decoration: underline
}

.hidden-content .icon {
	float: right;
	font-size: 1.3rem;
	cursor: pointer
}

.read-row {
	overflow: hidden
}
.another-models{
    overflow: hidden;
}
.another-models__block {
	position: relative;
	width: 100%;
	height: 200px
	
}

.another-models__pic {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 160px;
	max-width: 200px;
	width: auto!important
}

.popular-model-description {
	text-align: center
}

.map-wrapper {
	font-size: 16px;
	font-family: "lenovoOne", Arial, sans-serif !important
}

.city-item .header:before {
	content: "\f278";
	font-family: 'Icons';
	display: inline-block;
	margin-right: 5px
}

.city-item a{
    display: block;
}
.map-wrapper .four>.ui.inverted.segment {
	padding: 0
}


.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
    line-height: 50px;
    z-index: 10;
}

.owl-prev:active,.owl-next:active{
        box-shadow: 0 0 13px #ccc;
}
.owl-prev {
	left: -33px
}

.owl-next {
	right: -33px
}
.owl-nav i{
    color:#17468f;
}
i.angle.double.icon {
	color: #17468f;
	font-size: 60px;
	line-height: 60px;
	margin-top: -30px
}

.ui.four.steps {
	margin: 3px 0
}

.image>img {
	max-width: 99%;
	margin: 0 auto
}

.dropdown-wrap .select-card ,.ui.card.select-card{
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity
}

.dropdown-wrap .select-card:hover,.ui.card.select-card:hover {
	webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.dropdown-wrap .select-card:hover:before,.ui.card.select-card:hover:before{
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}
.ui.card.select-card:before{
    transition:transform .3s;
}
.dropdown-wrap .select-card:before,.ui.card.select-card:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 50%;
	margin-left: -45%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%)
}

.map__address,
.map__phone {
	white-space: nowrap
}

.city-list__select {
	width: 100%;
	height: 35px;
	border-radius: 10px;
	padding-left: 15px;
	outline: none
}

.city-list__select {
	display: none
}
.foot-base{
    text-align: left;
}
.foot-serv{
    text-align: center;
}
.foot-dscrp{
    text-align: right;
}
.foot-dscrp .column.right.aligned{
    text-align: right;
}
#warranty-form{
    border:1px solid #ccc;
}


.ui.basic.modal{
    max-width: 400px;
    
}


.z-dropdown--active{
   display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.map__info{
    display: none;
}

a > .home.icon{
    color:#000;
}
.breadcrumb  li{
    display: inline-block;
}














    /*-----------------------------------------Reviews Style-----------------------------------------*/
    .review-form{
        margin-top: 20px;
    }
    .rev-form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    
    .form-group{
        display: flex;
        justify-content: space-between;
       flex: 1 1 300px;
        flex-direction:column;
    }
    
    .rev-form__input{
        max-width: 300px;
        width:100%;
        height: 30px;
        border: 1px solid #dedede;
        padding-left: 10px;
         margin-bottom: 10px;
    }
    .rev-form__btn{
        height: 33px;
        margin-top: 10px;
        background: #ca2c2c;
        color: #fff;
        cursor:pointer;
        border: none; 
    }
    
    .rev-form__text{
        resize:none;
        margin-top:10px;
        padding:10px;
            border: 1px solid #dedede;
    }
    .rev-header{
        display: flex;
        justify-content: space-between;
                flex-wrap:wrap;
    }
    
    .rating .star{
            font-size: 21px;
            color:rgb(23, 70, 143);
    }
    
    
    
    .star-rating__input{
        display:none;
    }
    
    .star-rating__ico{
        display:inline-block;
        width:20px;
        position: relative;
        cursor:pointer;
        z-index: 99;
        height:20px;
    }
    .star-rating__ico:after{
        content: "\f006";
        font-family: Icons;
        font-size: 21px;
        color: rgb(23, 70, 143);
        transition:.3s all;
    }
    .star-rating__ico.active:after{
         content: "\f005";
        color:#17468f;

    }
    
    .headreview{
        display: flex;
        justify-content: space-between;
    }
    .leftname{
        display: flex;
    }
    .rightdate{
        margin-bottom: 10px;
    }
    @media(max-width:425px){
        .headreview{
            flex-wrap: wrap;
        }
    }
    .stars {
      padding-left: 10px;
    }
    .stars .star {
      float: left;
    }
    .stars .star polygon {
      fill: #d8d8d8;
    }
    .stars[data-stars] .star polygon {
      fill: #17468f;
    }
    .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
      fill: #d8d8d8;
    }
    .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
      fill: #d8d8d8;
    }
    .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
      fill: #d8d8d8;
    }
    .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
      fill: #d8d8d8;
    }
    .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
      fill: #d8d8d8;
    }
/*---------------------------------------------Reviews Style---------------------------------------------------*/

/*-----------------------------------------------------Pagination Style-------------------------------------------------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;

}
ul.pagination{
      margin: 20px 0;
}
div.pagination{
      width: 100%;
  text-align: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #E21A1A;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #F25151;
  border-color: #EE5959;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/* ------------------- Blue Paging  ---------------- */
.pagination.blue > li > a,
.pagination.blue > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #17468f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination.blue > .active > a,
.pagination.blue > .active > span,
.pagination.blue > .active > a:hover,
.pagination.blue > .active > span:hover,
.pagination.blue > .active > a:focus,
.pagination.blue > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color:#17468f;
  border-color:#17468f;
}

/*-----------------------------------------------------Pagination Style-------------------------------------------------------------------------*/


















/*---------------------------------------------------- brandstyle-----------------------------------------------------------------------------*/
.lenovo .dropdown-wrap .item:hover .dropdown__dscrp {
	background: #ca2c2c;
	color: #fff;
}
/* .lenovo .dropdown__dscrp{
    color:#ca2c2c;
} */
.lenovo .dropdown-wrap .item:hover>.card {
	box-shadow: 0 7px 10px 0 rgb(176, 177, 178);
	transform: translateY(-2px)
}

/* .lenovo .ui.card,
.ui.cards > .card {
        box-shadow: 0 1px 3px 0 #0a0a0ab3, 0px 0 0 1px #d4d4d4;
} */

.lenovo .ui.card>.content {
	border-top: 1px solid #adacac;
}

.lenovo .main-content .ui.segment {
	border: 1px solid rgba(23, 70, 143, 0.53);
	box-shadow: 0 1px 2px 0 rgb(23, 70, 143)
}

.lenovo .link.step {
	border-right: 1px solid rgb(23, 70, 143)
}

.lenovo .ui.four.steps {
	border: 1px solid rgb(23, 70, 143)
}

.lenovo .ui.steps .step:after {
	border-color: rgb(23, 70, 143)
}

.lenovo .btn-more-custom {
	background: #ca2c2c;
	width: 100%;
    max-width: 240px;
    margin-top: 20px;
}

.lenovo .table thead {
	background: #ca2c2c;
}

.lenovo .footer-fixed,
.lenovo .btn-price-nope {
	background: #ca2c2c;
}



.lenovo .footer-fixed{
    	box-shadow: inset 0 3px 2px #ffffff38;
        background: #000000d4;
}

.lenovo .btn-call path {
	fill: #ca2c2c;
}

.lenovo .ui.inverted.segment {
	background: #fff
}

.ui.inverted.list .item .header {
	color: rgba(0, 0, 0, 0.87)
}

.lenovo .city-list {
	border: 3px solid  #ca2c2c;
}

.lenovo .item.active {
	background:  #ca2c2c;
}

.lenovo .ui.inverted.list .item.active .header {
	color: #fff
}

.item.city-item:hover {
	background: #ca2c2c;
	cursor: pointer
}

.item.city-item:hover .header {
	color: #fff!important
}

.lenovo .map .ui.inverted.segment {
	background: #ca2c2c;
}

.map .header {}

.lenovo .map .ui.inverted.segment .header {
	color: #fff;
	font-size: 17px;
	text-align: center
}

.ui.inverted.segment .header {
	font-family: "lenovoOne", Arial, sans-serif !important;
	font-size: 17px
}

.lenovo .item.city-item {
	border-color: rgba(23, 70, 143, 0.22)!important
}

.item.city-item {
	box-shadow: 0 2px 3px #00045
}

body .ui.inverted::-webkit-scrollbar-track {
	background: rgba(189, 0, 0, 0.74);
}



.search-model-wrap{
    max-width: 310px;
    margin: 0 auto 50px;
}
.search-model-wrap .menu{
    width: 100%!important;
}
.search-model-wrap .message{
    max-width:309px;
}
.search-model-wrap .dropdown.search{
        border: 2px solid #ca2c2c!important;
}

.search-model-wrap .default.text{
    color:#000!important;
}
.companies__list{
  flex-wrap: wrap;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}


.companies__img-wrap {
    flex: 1 0 170px;
    padding: 15px 20px;
    justify-content: center;
    display: flex;
    align-items: center;    max-width: 200px;
}
.companies__img-wrap:hover > img{
    filter: grayscale(0);
}

img.companies__img {
    max-width:100%;
    transition:.8s filter;
        filter: grayscale(1);
}


.search-model-wrap .item a{
    display: block;
}
.search-model-message{
    font-size: 15px;
    white-space: normal;
    color: #111;
    text-align: center;
    line-height: normal;

}

.search-model-btn{
    margin: 10px auto;
    width: 135px;
    display: block;

}
.article-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.article{
    box-shadow: 0 0 5px #ccc;
    margin: 20px;
    padding: 20px;
    border-radius: 4px;
    flex:1 1 300px;
    max-width:300px;
}

.article__title{
    font-size: 1.5rem;
    margin-bottom: 15px;
}

a.article__btn {
    background: #17468f;
    color: #fff;
    padding: 8px 15px;
    box-shadow: 0 5px 10px #ccc;    display: inline-block;
}
.lssocial-wrap{
   display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 35px;
    padding: 10px 0;
}

.lssocial-title{
        font-size: 15px;
    margin-bottom: 11px;
}


.btn-red{
    border: none;
    outline: none;
    background:#ca2c2c;
    color: #fff;
    padding: 9px 13px;
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 6.96px 1.04px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 2px 3px 6.96px 1.04px rgba(0, 0, 0, 0.15); 
box-shadow: 2px 3px 6.96px 1.04px rgba(0, 0, 0, 0.15);

}


.gl-current-select {
  color: #000000;
    cursor: pointer;
}

.btn-yes {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #00F;
}

.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #F00;
    border-bottom: 1px dotted #005a99;
}

.gl-default {
	width: 400px;
   padding: 13px 24px;
    text-align: center;
	display: block;
}

.gl-change-select {
    width: 400px;
    padding: 30px;
    display: block;
}

.gl-change-list {
	list-style: none;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	/*margin: 25px 0 0 0;*/
}

.gl-change-list li {
	float: left;
	width: 50%;
	padding: 0px 0px 0 0;
	margin: 0 0 0px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-align:left;
}

.gl-change-list span {
	color: #272727;
	cursor: pointer;
	font-weight:normal;
	text-decoration: underline;
}

.gl-default h5, .gl-change-select h5 {
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	color: #636363;
}

/* fix select2 */
.select2-dropdown.select2-dropdown--below {
	z-index: 10001;
}
/*
span.gl-select2-container span.select2-container.select2-container--default.select2-container--open {
	top: inherit!important;
	left: inherit!important;
}*/



li.item a{
    font-size: 16px;
    color: #171717;
}



.mobile-menu {
    margin-top: 13px;
}

#site-search-results {
	display:none;
	position:absolute;
	top:79px;
	width:600px;
	padding:15px;
	text-align:left;
	background:#F7F7F7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:         2px 3px 9px -2px rgba(50, 50, 50, 0.55);
	-webkit-box-shadow: 2px 3px 9px -2px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    2px 3px 9px -2px rgba(50, 50, 50, 0.55);
	z-index: 100;
}

.check-status{
        display:flex;
        flex-direction:column;
        max-width:170.25px;
        margin:0 auto;
        position: relative;
        z-index: 10;
}
.check-status-warn-modal{
    position: absolute;
    width: 100%;
    left: 50%;
    background: #ff7272;
    z-index: 100;
    font-size: 11px;
    color: #fff;
    top: -13px;
     animation:appear .2s ease-in forwards;   
}

.check-status-warn-modal:after {
    content: "";
    /* width: 10px; */
    /* height: 10px; */
    display: block;
    /* background: #ccc; */
    position: absolute;
    top: 100%;
    left: calc(50% - 6px);
    border: 6px solid transparent;
    border-top: 6px solid #ff7272;
}

@keyframes appear{
    from{
        transform:translateY(-20px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}

.check-status__btn{
     transition:.5s transform;
}
.check-status--open .check-status__btn{
    transform:translateY(43px);
    z-index: 10;
}

.check-status input{
      border: 1px solid #ccc;
    padding: 0px 10px;
    height: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.check-status-warning{
    position: absolute;
    top: 31px;bottom: 0;left: 0;right: 0;
    text-align: center;
    z-index: -10;
    font-size: 17px;
    display: none;
}
.check-status-warning__close{
    position: absolute;
    z-index: 15;
    cursor:pointer;
    top: 60%;
    right: 0;
    font-size: 12px;
}
.check-status-warning--loading{
    color:#fff;
}
.check-status-warning--loading:after{
        content: '';
    width: 100%;
    height: 109%;
    background: #fff url(https://helpyouchoose.org/content/default/includes/themes/HYC-Responsive/images/loading.gif)no-repeat 50%/contain;
    position: absolute;
    top: 0;
    left: 0;
}
.sisea-search-form{
    margin: 5px 0 0;
    display: inline-block;
}
.sisea-search__btn{
    background: transparent;
    border:none;
    color:#ca2c2c;
    outline:none;
    position: absolute;
    right:0px;
    top: 4px;
}
.sisea-search__wrapper{
    position: relative;
}
.sisea-search__wrapper input[type=text]{
    border:none;
    border-bottom:1px solid #ca2c2c; 
        padding: 4px 6px;
        color:#ca2c2c;
        max-width: 155px;
}
.sisea-search__wrapper input:active,.sisea-search__wrapper input:focus{
  /*   border:none; */
    outline:none;
}
.sisea-search__wrapper input[type=text]::-webkit-input-placeholder{
    color:#ca2c2c;
}
.sisea-search__wrapper input[type=text]::-moz-placeholder{
    color:#ca2c2c;
}
.sisea-search__wrapper input[type=text]:-ms-input-placeholder{
    color:#ca2c2c;
}
.sisea-search__wrapper input[type=text]::placeholder{
    color:#ca2c2c;
}

.delivery{
    font-family: "lenovoOne", Arial, sans-serif !important;
    display:flex;
    flex-wrap:wrap;
    position: relative;

}
.delivery__map{
    
    box-shadow:0 0 10px #ccc;
      width: 100%;
    height: 500px;
}
#delivery-map{
    width: 100%;
    height: 500px;
}
.delivery__form{
    width: 30%;
    position: absolute;
    z-index: 10;
    background: #fff;
    top: 10px;left: 20px;
    box-shadow: 0 0 10rem #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    min-width:320px;
    max-width: 425px;
     box-shadow:
        0 0 5px #ccc,
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px #fff, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px #fff, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
}
.delivery__form.delivery__form--sending:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5) url('../img/preloader-calling.gif')no-repeat 50%/80px;
}
.delivery__field{
    margin-bottom:10px;
    width: 100%;
}

.delivery__field--row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    justify-content: space-between;
}
.delivery__infield{
        -webkit-box-flex: 1;
    -ms-flex: 1 1 130px;
    flex: 1 1 130px;
}
.delivery__infield + .delivery__infield{
    margin-left: 10px;
}
.delivery__field label{
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}
.delivery__field input{
        height: 28px;
    border: 1px solid #d8d8d8;
    padding: 5px;
    color: #666;
    width: 100%;
}

.delivery__field input:focus,.delivery__field input:active{
     border: 1px solid #fee133;
  outline: none;
}

.delivery__options{
    text-align: center;
  
        flex-direction: column;
        width: 100%;
}

.delivery__check{
    display:flex;
        margin: 13px 0;
        -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-around;
}


.check__group input{
    display: none;
}
.check__group--noactive{
    opacity:0.4;
    position: relative;
}
.check__group--noactive:hover .delivery__warning{
    display: block;
}
.check__group label{
    width: 15px;
    vertical-align: middle;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 1px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.check__group  span{
    vertical-align: middle;
}
.check__group input:checked + label:after {
        content: "\e800";
    font-family: Checkbox;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -1px;
    left: -1px;
    line-height: 15px;


}


.delivery__warning{
        position: absolute;
    width: 233px;
    font-size: 0.75rem;
    top: 1.3125rem;
    color: red;
    display: none;
}

.delivery__organize{
    
}
.delivery__organize input{
    height: 28px;
    padding-left: 10px;
    border:1px solid #ccc;
    width: 100px;
    
}
.delivery__organize select{
    height: 28px;
      border:1px solid #ccc;
          margin-left: -5px;
          cursor:pointer;
}
.delivery__date{
    border-radius:20px 0 0 20px;
    cursor:pointer;
}

.delivery__organize select:focus ,.delivery__date:focus{
    outline:none;
}
.delivery__select{
    border-radius: 0 20px 20px 0;
}
.delivery__btn{
    background: #fee133;
    border: none;
    color: #323232;
    font-size: 14px;
    padding: 10px 15px;
    margin-top:10px;
    margin: 0 auto;
}
.delivery__result,.organize-title{
    margin-bottom: 10px;
}
.delivery__send{
    margin-top: 10px;
}

.delivery__courier--hidden{
    display: none;
}

.delivery__organize--hidden{
    display: none;
}

.mobile-menu__item a {
    padding: 10px 10px;
    color: #000;
    display: block;
}

.red{
    border:1px solid #f100007a!important
}
.delivery__form-alert,.delivery__form-alert--undefined{
    color:#ff0000c9;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    left: 0;
}




.delivery__send--clear{
       color: #ccc;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    margin-top: 10px;
    font-size: 11px;
    cursor:pointer;
    display: inline-block;
}
  .delivery__send--clear:hover{
       color: #ccc;
  }
#delivery-result{
    display: block;
}
input:disabled {
    background: #f7f6f4;
}




.overlay-city {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
 .video-wrap{
        background:url('/assets/templates/m/video/video_poster.jpg') no-repeat center/contain;
        width:50%;
        height:300px;
        min-width:290px;
        display:block;
        position:relative;
        margin:0 auto;
    }
    .video-wrap--play{
         background:none;
    }
    
    video{
    width:100%;
    height:100%;
        
    }
    .btn-play{
        background:url('/assets/templates/m/video/play-button.svg')no-repeat center/contain;
        width: 80px;
        height: 80px;
        position:absolute;
        top:0;left:0;
        right:0;
        bottom:0;
        border:none;
        z-index:10;
        outline:none;
        cursor:pointer;
        margin:auto;
        transition:.6s all;
    }
   .video-wrap:hover .btn-play{
        transform:scale3d(1.1,1.1,1.1);
    }
    .video-wrap--play .btn-play{
        transform:scale3d(0,0,0);
        
    }


.status-modal{
   visibility: hidden;
    text-align: center;
    position: fixed;
   top: 50%;
   left: 50%;transform-origin: 0 0;
   transform:translate(-50%,-50%);
    width: 464px;
    z-index: 1000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 0;
        box-shadow: 0 0 10px #000;
    /* overflow: hidden; */
    border-radius: 6px;
    font-family: "lenovoOne", Arial, sans-serif !important;
}
.status-modal--open{
    visibility: visible;
 animation:appear .2s linear forwards;
}
.status-modal__result {
    font-size: 21px;
    margin-bottom: 15px;
    display: none;
}
.status-modal__error{
    position: absolute;
    color:red;
    display: none;
    top: 0;
}
@keyframes appear{
  from{
    transform:scale(.6) translate(-50%,-50%);
  }
  to{
    opacity:1;
    transform:scale(1) translate(-50%,-50%);
  }
}

.spinner {

  width: 70px;
  margin:0 auto;
}

.spinner > div {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.status-modal__pic{
    background: url(sign-check-icon.png)no-repeat 50%/contain;
    width: 100px;
    height: 100px;
    top: -82px;
    left: 39%;
    margin: 0 auto;
}

.status-modal input{
    height: 45px;
    border-radius: 1px;
    border: none;
    font-size: 20px;
    width: 220px;
    text-align: center;
    background: #eef2f7;
    margin-right: 11px;
   box-shadow: 0 0 6px #0000002e;
}
.status-modal input::placeholder{
    color: #000000d6;
    font-family: "lenovoOne", Arial, sans-serif;
}
.status-modal button{
       box-shadow: 0 0 6px #00000073;
    height: 45px;
    background: #2ecc71;
    border: none;
    border: none;
    font-weight: bold;
    color: #ffffff;
    border-radius: 1px;
    width: 88px;font-family: "lenovoOne", Arial, sans-serif;
    cursor:pointer;
    transition:.2s box-shadow, background linear;
}

.status-modal button:hover,.status-modal button:focus{
              box-shadow: 0 0 10px #00000073;
              background: #2bb566;

}

.status-modal button:active,.status-modal button:hover{
    border:none;
    outline:none;
}
.status-modal__row{
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.status-modal__close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    background: #ffffff;
    right: -11px;
    border: 5px solid #424242;
    border-radius: 50%;
    cursor:pointer;
}

.status-modal-overlay{
    position: fixed;
    top: 0;bottom: 0;left: 0;right: 0;
    width: 100%;height: 100%;
    background: #000000bd;
    z-index: 99999;
    display: none;
}

.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: -webkit-linear-gradient(top, white, black);
  background: -o-linear-gradient(top, white, black);
  background: linear-gradient(to bottom, white, black);
}

.quiz {
  margin: 40px 0;
  font-family: "LgOne", Arial, sans-serif;
  overflow: hidden;
}

.quiz__title--two {
  font-size: 18px;
}

.quiz__title--three {
  font-size: 15px;
}

.main-content .quiz {
  margin: 0;
}

.quize__more-info {
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #969494;
  margin: 6px auto;
  cursor: pointer;
  padding: 0;
  color: #969494;
  font-size: 11px;
}

.quiz__header {
  text-align: center;
}

.quiz__sub-title {
  font-size: 1.3rem;
  margin: 10px 0 30px;
}

.quiz-start {
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin: 5px 0;
}

.quiz__btn--red {
  background: #c32b2b;
  -webkit-box-shadow: 3px 3px 1px #942222;
  box-shadow: 3px 3px 1px #942222;
}

.quiz__btn--red:active {
  position: relative;
  top: 2px;
  box-shadow: 0px 0px 1px #942222;
}

.quiz__tools {
  display: none;
}

.quiz-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 0;
}

.map-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.map-list {
    cursor: pointer;
    padding: 7px 7px;
    border: 1px solid #000;
    border-radius: 7px;
    display: inline-table;
    width: 30%;
    text-align: center;
    margin-top: 15px;
}
.map-brand {
    transition: .5s;
    list-style: none;
    max-height: 0;
    overflow: auto;
    margin: 0;
    padding: 0;
}
.map-brand.active {
    padding: 0;
    text-align: center;
    transition: .5s;
    max-height: 300px;
}
.map-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.quiz-type-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
  height: auto;
  padding: 20px;
  text-align: center;
  border: 2px solid #353637;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s transform;
  -o-transition: .4s transform;
  transition: .4s transform;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 30px;
}

.quiz-type-list__item:hover,
.quiz-type-list__item--active {
  background: #c43c3c;
  border: 2px solid #0000;
}

.quiz-type-list__item:hover img,
.quiz-type-list__item--active img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.quiz-type-list__name {
  position: absolute;
  top: 107%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 17px;
  left: 0;
}

.quiz__name-type {
  text-align: center;
  font-size: 18px;
}

#quiz-model-list {
  margin: 20px auto;
  width: 100%;
  max-width: 370px;
  border: 2px solid #2f2f2f;
  display: block;
  border-radius: 7px;
  font-size: 17px;
  padding-left: 15px;
  color: #212121;
  height: 49px;
  text-align: center;
  background: #fff;
}

.repair-item {
  font-size: 15px;
  background: #c43c3c;
  display: inline-block;
  font-weight: 300;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  position: relative;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  margin: 14px 14px 14px 0;
  -webkit-box-shadow: 1px 1px 2px #257769;
  box-shadow: 1px 1px 2px #257769;
}

.answr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.answr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  background: #ffffff;
  color: #fff;
  max-width: 250px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  border: none;
  text-align: center;
  margin: 7px 24px;
  cursor: pointer;
  font-family: "LgOne", Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: 0 2px 5px #6c6f6e;
  box-shadow: 0 2px 5px #6c6f6e;
}

.answr__item[data-key='no'] {
  background: #e64d4d;
  color: #fff;
}

.answr__item[data-key='yes'] {
  background: #21ba45;
}

.answr__item[data-key='another'] {
  background: #2187ba;
}

.answr__item[data-key^='option-id'] {
  height: auto;
}

.answr__item[data-key^='option-id-1'] {
  background: #4abcad;
}

.answr__item[data-key^='option-id-2'],
.q-bool[data-key^='another'] {
  background: #2187ba;
}

.answr__item[data-key^='option-id-3'] {
  background: #f8b732;
}

.answr__item[data-key^='option-id-4'] {
  background: #21ba45;
}

div.question {
  background: #ffffff;
  font-size: 18px;
  width: 98%;
  max-width: 880px;
  margin: 10px auto;
  min-height: 198px;
  line-height: 1.4;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  color: #364356;
  opacity: 0;
  border-radius: 13px;
  position: relative;
  -webkit-animation: show .4s forwards;
  animation: show .4s forwards;
  -webkit-transform: translate3d(0px, 30px, 0px);
  transform: translate3d(0px, 30px, 0px);
  -webkit-box-shadow: 0 1px 6px #8a8989;
  box-shadow: 0 1px 6px #8a8989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "LgOne", Arial, sans-serif !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.question ol,
.question ul,
.quiz-modal ul {
  text-align: left;
}

.question ul {
  list-style: none;
}

@-webkit-keyframes show {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
  }
}

@keyframes show {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
  }
}

.quiz-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
  z-index: 999;
}

.quiz-modal__pic {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz-modal {
  position: fixed;
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10000;
  background: #fff;
  -webkit-box-shadow: 3px 1px 5px #ccc;
  box-shadow: 3px 1px 5px #ccc;
  border-radius: 5px;
  padding: 30px 28px;
  font-size: 18px;
  font-family: "LgOne", Arial, sans-serif !important;
}

.current-city {
  display: inline-block;
  position: relative;
  top: -6px;
}

span.quiz-close-icon {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzJweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTI4Ljk0MSwzMS43ODZMMC42MTMsNjAuMTE0Yy0wLjc4NywwLjc4Ny0wLjc4NywyLjA2MiwwLDIuODQ5YzAuMzkzLDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OSAgIGMwLjUxNiwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTlsMjguNTQxLTI4LjU0MWwyOC41NDEsMjguNTQxYzAuMzk0LDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OWMwLjUxNSwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTkgICBjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OUwzNS4wNjQsMzEuNzg2TDYzLjQxLDMuNDM4YzAuNzg3LTAuNzg3LDAuNzg3LTIuMDYyLDAtMi44NDljLTAuNzg3LTAuNzg2LTIuMDYyLTAuNzg2LTIuODQ4LDAgICBMMzIuMDAzLDI5LjE1TDMuNDQxLDAuNTljLTAuNzg3LTAuNzg2LTIuMDYxLTAuNzg2LTIuODQ4LDBjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDlMMjguOTQxLDMxLjc4NnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  background-position: center;
  height: 35px;
  background-size: 15px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}

.quiz-modal ul li {
  margin-bottom: 10px;
}

.quiz-modal--delivery {
  max-width: 550px;
}

.quiz-modal p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.quiz-modal .quiz-close {
  color: #fff;
  padding: 11px 20px;
  border: none;
  font-size: 19px;
  min-width: 150px;
  border-radius: 32px;
}

.quiz-modal button:focus {
  outline: none;
}

.quiz-modal button.success {
  background: #34bd25;
  box-shadow: 2px 2px 3px #1c7312;
}

.quiz-modal button.fail {
  background: #e25446;
  box-shadow: 2px 2px 2px #a0271b;
}

.quiz-modal__pic--success {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ny40MTkgNTY3LjQxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTY3LjQxOSA1NjcuNDE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPGcgaWQ9Imdyb3VwLTJzdmciPgoJCQk8cGF0aCBpZD0icGF0aC0xXzEwXyIgZD0iTTQwOS45MywyMDkuMjk3YzAsMTguMDU2LTE0LjYyNywzMi42OTItMzIuNjgzLDMyLjY5MmMtMTguMDQ3LDAtMzIuNjgzLTE0LjYzNi0zMi42ODMtMzIuNjkyICAgICBzMTQuNjM2LTMyLjY4MywzMi42ODMtMzIuNjgzQzM5NS4zMDMsMTc2LjYxNCw0MDkuOTMsMTkxLjI0MSw0MDkuOTMsMjA5LjI5N3oiIGZpbGw9IiMzNGJkMjUiLz4KCQkJPHBhdGggaWQ9InBhdGgtMl8xMF8iIGQ9Ik0yMjIuMDExLDIwOS4yOTdjMCwxOC4wNTYtMTQuNjM2LDMyLjY5Mi0zMi42ODMsMzIuNjkycy0zMi42ODMtMTQuNjM2LTMyLjY4My0zMi42OTIgICAgIHMxNC42MzYtMzIuNjgzLDMyLjY4My0zMi42ODNTMjIyLjAxMSwxOTEuMjQxLDIyMi4wMTEsMjA5LjI5N3oiIGZpbGw9IiMzNGJkMjUiLz4KCQkJPHBhdGggaWQ9InBhdGgtM18xMF8iIGQ9Ik0zMDguNzAyLDQ1MS40NjZoLTQ1LjM4OGMtNTcuNDgzLDAtMTA0LjI1My00Ni4yMDUtMTA0LjI1My0xMDMuMDE0YzAtNy40NDMsNi4wMzQtMTMuNDY4LDEzLjQ2OC0xMy40NjggICAgIGM3LjQzNCwwLDEzLjQ2OCw2LjAyNSwxMy40NjgsMTMuNDY4YzAsNDIuNjU5LDMzLjk1OCw3Ni4wNzgsNzcuMzE3LDc2LjA3OGg0NS4zODhjNDMuMzU5LDAsNzcuMzE3LTMyLjg2Myw3Ny4zMTctNzQuODIxICAgICBjMC03LjQ0Myw2LjAzNC0xMy40NjgsMTMuNDY4LTEzLjQ2OGM3LjQ0MywwLDEzLjQ2OCw2LjAyNSwxMy40NjgsMTMuNDY4QzQxMi45NTYsNDA2Ljc2OSwzNjcuMTYzLDQ1MS40NjYsMzA4LjcwMiw0NTEuNDY2eiIgZmlsbD0iIzM0YmQyNSIvPgoJCQk8cGF0aCBpZD0icGF0aC00XzEwXyIgZD0iTTI4My43MTQsNTY3LjQxOWMtMTU2LjQwMywwLTI4My42NDItMTI3LjI3NS0yODMuNjQyLTI4My43MTRDMC4wNzIsMTI3LjI3NSwxMjcuMzExLDAsMjgzLjcxNCwwICAgICBjMTU2LjM5NCwwLDI4My42MzMsMTI3LjI3NSwyODMuNjMzLDI4My43MDVDNTY3LjM0Nyw0NDAuMTQzLDQ0MC4xMDgsNTY3LjQxOSwyODMuNzE0LDU2Ny40MTl6IE0yODMuNzE0LDI2Ljk0NiAgICAgYy0xNDEuNTUyLDAtMjU2LjcwNSwxMTUuMTgxLTI1Ni43MDUsMjU2Ljc1OWMwLDE0MS41ODgsMTE1LjE1NCwyNTYuNzY4LDI1Ni43MDUsMjU2Ljc2OCAgICAgYzE0MS41NDMsMCwyNTYuNjk2LTExNS4xODEsMjU2LjY5Ni0yNTYuNzY4QzU0MC40MSwxNDIuMTI2LDQyNS4yNTcsMjYuOTQ2LDI4My43MTQsMjYuOTQ2eiIgZmlsbD0iIzM0YmQyNSIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.quiz-modal__pic--error {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ny40MTkgNTY3LjQxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTY3LjQxOSA1NjcuNDE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4Ij4KPGc+Cgk8Zz4KCQk8ZyBpZD0iZ3JvdXAtM3N2ZyI+CgkJCTxwYXRoIGlkPSJwYXRoLTFfMjFfIiBkPSJNNDA5LjkzLDIwOS4yOTdjMCwxOC4wNTYtMTQuNjI3LDMyLjY5Mi0zMi42ODMsMzIuNjkyYy0xOC4wNDcsMC0zMi42ODMtMTQuNjM2LTMyLjY4My0zMi42OTIgICAgIHMxNC42MzYtMzIuNjgzLDMyLjY4My0zMi42ODNDMzk1LjMwMywxNzYuNjE0LDQwOS45MywxOTEuMjQxLDQwOS45MywyMDkuMjk3eiIgZmlsbD0iI2UyNTQ0NiIvPgoJCQk8cGF0aCBpZD0icGF0aC0yXzIxXyIgZD0iTTIyMi4wMTEsMjA5LjI5N2MwLDE4LjA1Ni0xNC42MzYsMzIuNjkyLTMyLjY4MywzMi42OTJzLTMyLjY4My0xNC42MzYtMzIuNjgzLTMyLjY5MiAgICAgczE0LjYzNi0zMi42ODMsMzIuNjgzLTMyLjY4M1MyMjIuMDExLDE5MS4yNDEsMjIyLjAxMSwyMDkuMjk3eiIgZmlsbD0iI2UyNTQ0NiIvPgoJCQk8cGF0aCBpZD0icGF0aC0zXzIxXyIgZD0iTTE3Mi41MzgsNDUzLjYyMWMtNy40MzQsMC0xMy40NjgtNi4wMjUtMTMuNDY4LTEzLjQ2OGMwLTU4LjEzOCw0Ni43NjItMTA1LjQzOSwxMDQuMjQ1LTEwNS40MzloNDUuMzk3ICAgICBjNTcuNDgzLDAsMTA0LjI0NSw0Ny4wNCwxMDQuMjQ1LDEwNC44NTVjMCw3LjQ0My02LjAyNSwxMy40NzctMTMuNDY4LDEzLjQ3N2MtNy40MzUsMC0xMy40NTktNi4wMzQtMTMuNDU5LTEzLjQ3NyAgICAgYzAtNDIuOTU1LTM0LjY4NS03Ny45MS03Ny4zMTctNzcuOTFoLTQ1LjM5N2MtNDIuNjMyLDAtNzcuMzA4LDM1LjIwNi03Ny4zMDgsNzguNDkzICAgICBDMTg2LjAwNiw0NDcuNTk2LDE3OS45NzIsNDUzLjYyMSwxNzIuNTM4LDQ1My42MjF6IiBmaWxsPSIjZTI1NDQ2Ii8+CgkJCTxwYXRoIGlkPSJwYXRoLTRfMjFfIiBkPSJNMjgzLjcxNCw1NjcuNDE5Yy0xNTYuNDAzLDAtMjgzLjY0Mi0xMjcuMjc1LTI4My42NDItMjgzLjcxNEMwLjA3MiwxMjcuMjc1LDEyNy4zMTEsMCwyODMuNzE0LDAgICAgIGMxNTYuMzk0LDAsMjgzLjYzMywxMjcuMjc1LDI4My42MzMsMjgzLjcwNUM1NjcuMzQ3LDQ0MC4xNDMsNDQwLjEwOCw1NjcuNDE5LDI4My43MTQsNTY3LjQxOXogTTI4My43MTQsMjYuOTQ2ICAgICBjLTE0MS41NTIsMC0yNTYuNzA1LDExNS4xODEtMjU2LjcwNSwyNTYuNzU5YzAsMTQxLjU4OCwxMTUuMTU0LDI1Ni43NjgsMjU2LjcwNSwyNTYuNzY4ICAgICBjMTQxLjU0MywwLDI1Ni42OTYtMTE1LjE4MSwyNTYuNjk2LTI1Ni43NjhDNTQwLjQxLDE0Mi4xMjYsNDI1LjI1NywyNi45NDYsMjgzLjcxNCwyNi45NDZ6IiBmaWxsPSIjZTI1NDQ2Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.politics ,.politics a{
    color:#fff;/*   21.05.19  */
    font-size: 10px;
    text-align: center;
}
.politics a{
    border-bottom:1px solid #fff;
}

.ui.modal>.actions {
    display: flex;
    justify-content: center;
}

.ui.form .field {
    margin: 0 0 2em;
}

.politics{
    padding-bottom: 25px;
}
.modal .politics{
    color:#000 !important;
}

.quiz-close {
  cursor: pointer;
}

.quiz-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quiz-delivery button {
  background: #c20032;
  color: #fff;
  border: none;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  line-height: 37px;
  border-bottom: 2px solid #1b3154;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  margin: 10px;
}

.quiz-delivery a {
  background: #21ba45;
  color: #fff;
  border: none;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 40px;
  border-bottom: 2px solid #1e8035;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  display: inline-block;
}

.quiz-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
  flex-wrap: wrap;
}

.quiz-help-call {
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  border-radius: 7px;
  color: #da3200;
  background: transparent;
  border: none;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.quiz-help-back {
  cursor: pointer;
  color: #000;
  background: transparent;
  border: none;
  padding: 0;
}



/*------------------------------------------------Media query------------------------------------------------------------------------*/

@media (max-width:992px) {
    footer{
        padding-bottom: 0;
    }
	.footer-fixed {
		display: none!important
	}
	.table__time,
	.table__garant {
		display: none
	}
	.z-topbg .ui.two.doubling {
		flex-direction: column-reverse;
		align-items: center
	}
	.btn-up {
		bottom: 1%
	}
	
	
	.ui.menu.dropdown-wrap{
	   display: none!important;
	}

    .foot-dscrp{
        text-align: left;
    }
	.foot-serv{
	    text-align: left;
	}
}

@media (max-width:665px) {
	.price-icon,
	.order-icon {
		display: none
	}
	.btn-price {
		background: #17468f;
		padding: 8px;
		color: #fff
	}
	.price-link{
	    font-size: 1rem;
	    border:none;
	    text-decoration: underline;
	}
	.delivery{
	    overflow: hidden;
	}
	.delivery__form{
	    position: static;
	    margin:20px auto;
	    width: 95%;
	    min-width:auto;
	}
	.delivery__map{
	    height: 200px;
	}
	
}

@media (max-width:365px) {
	.table {
		font-size: 1rem
	}
	.table th,
	.table td {
		border: 1px solid #fff
	}
	.table thead th,
	.table td {
		padding: 6px 3px
	}
	.delivery__infield + .delivery__infield{
	    margin:10px 0;
	}
	.delivery__infield{
	    flex-basis:100%
	}
	.delivery__form-alert{
	    font-size: 12px;
	}
}

@media (max-width:553px) {
	.ui.horizontal.divider {
		white-space: normal
	}
}

@media (max-width:415px) {
	.z-header-phone .z-no-link,.z-header-phone a {
		font-size: 18px
	}
	.z-header-phone+.z-dark-grey {
		font-size: 11px
	}
	.gl-wrap .gl-default {
		width: 100%
	}
}

@media (max-width:430px) {
	.call-form__btn {
		width: 220px
	}
	.call-form__input {
		padding-left: 0;
		text-align: center
	}
	.video-wrap{
	    margin-top: -30px;
	}
}
@media (min-width:768px) {
    .nav{
        position: relative!important;
    }
    
}

@media (max-width:768px) {
    .slide-circle {    display: none;  }
    .main-content .quiz {
        margin: 40px -27px 40px -27px;
    }
    .quiz__theme-title {
        text-align: center;
    }
	.map-wrapper .ui.grid .twelve {
		padding-left: 1rem
	}
	.map-wrapper .ui.grid .four {
		padding-right: 1rem
	}
	.geoposition {
		position: absolute!important;
		top: 0;
		left: 0;
		width: 100%
	}
	body {
		margin-top: 30px
	}
	.z-header-phone+.z-dark-grey,
	.z-header-phone {
		text-align: right
	}
	.map__dscrp {
		display: none
	}
	.city-list {
		display: none
	}
	.city-list__select {
		display: block
	}
	
	.advantages{
	    display: inline-block;
	}
	.advantages__item{
	    width: 100%;
	    margin-bottom: 20px;
	    display:flex;
	    align-items:center;
	}
	.advantages__item img{
	   max-width:50px;
	   margin-right: 20px;
	}
	.column.foot-dscrp{
	    order:-1;
	}
	.footer-container,.foot-dscrp,.foot-dscrp .column   > *{
	    
	    text-align: center!important;
	}
	
	.pay-all{
	        margin: 0 0 20px;
	}
	.sisea-search-form{
	    display: none;
	}
	.video-wrap{
	    width: 95%;
	}
  .quiz-type-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
  }
  .quiz-type-list__item {
    margin: 15px;
  }
  .quiz-type-list__item {
    overflow: visible;
    margin: 15px 15px 40px 15px;
    cursor: default;
  }
  span.quiz-type-list__name {
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    top: 105%;
    opacity: 1;
    color: #000;
    color: #000;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .quiz-type-list {
    margin: 10px 0 40px;
  }
  .quiz__title--one {
    font-size: 20px;
  }
  .quiz__title--two {
    font-size: 16px;
  }
  .quiz__title--three {
    font-size: 13px;
  }
}

@media(max-width:767px) {
	.z-mobile-text-center {
		text-align: center
	}
	.z-mobile-text-left {
		text-align: left
	}
	.z-mobile-text-right {
		text-align: right
	}
	.z-mobile-align-center {
		margin: 0 auto
	}
	.z-mobile-font-adjust {
		font-size: 75%
	}
	.z-menu.mnav-mobile-container {
		display: flex
	}
	.z-menu.mnav-desktop-container {
		display: none
	}
	.link.step{
	    border-right:none!important;
	}
	.z-topbg{
	        background: url(../img/topbg-min1.jpg) no-repeat 50% 50%/cover;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.z-tablet-text-center {
		text-align: center
	}
	.z-tablet-text-left {
		text-align: left
	}
	.z-tablet-text-right {
		text-align: right
	}
	.z-tablet-align-center {
		margin: 0 auto
	}
	.z-tablet-font-adjust {
		font-size: 0.80rem !important
	}
	.link.step .content .title {
		text-align: center
	}
	.link.step>i.icon {
		display: none !important
	}
	.z-step-icon {
		display: block !important;
		font-size: 2em !important;
		margin: 0.2em 1.3em 0.1em 1.3em !important
	}
	.z-menu.mnav-mobile-container {
		display: flex
	}
	.z-menu.mnav-desktop-container {
		display: none
	}
	
	.foot-dscrp{
	    order:0;
	}
	.foot-pay{
	    order:1;
	}
	
	
}
@media(min-width:992px){
    .mobile-menu{
        display: none!important;
    }
  .quiz-type-list__item {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }    
}
@media(min-width:992px) and (max-width:1199px) {
	.z-laptop-text-center {
		text-align: center
	}
	.z-laptop-text-left {
		text-align: left
	}
	.z-laptop-text-right {
		text-align: right
	}
	.z-laptop-align-center {
		margin: 0 auto
	}
	.z-laptop-font-adjust {
		font-size: 0.94rem
	}
	.z-menu.mnav-mobile-container {
		display: none
	}
	.z-menu.mnav-desktop-container {
		display: flex
	}
	.secondary.pointing.z-menu,
	.secondary.pointing.z-menu>a,
	.secondary.pointing.z-menu span {
		font-size: 0.94rem;
		white-space: nowrap
	}
}

@media(min-width:1200px) {
	.z-computer-text-center {
		text-align: center
	}
	.z-computer-text-left {
		text-align: left
	}
	.z-computer-text-right {
		text-align: right
	}
	.z-computer-align-center {
		margin: 0 auto
	}
	.z-computer-font-adjust {
		font-size: 90%
	}
	.z-menu.mnav-mobile-container {
		display: none
	}
	.z-menu.mnav-desktop-container {
		display: flex
	}
}

@media(max-width:476px) {
	.z-ultramobile-font-adjust {
		font-size: 75%
	}
	.z-header-fix-320 {
		font-size: 1em !important
	}
	ymaps[id^="ymaps"] {
		height: 300px !important
	}
  .quiz-delivery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .quiz-modal {
    padding: 30px 14px;
    font-size: 16px;
    width: 95%;
  }
  .question {
    font-size: 18px;
    padding: 15px 10px;
  }
  .quiz-help {
    justify-content: center;
  }
  .quiz-help-back {
    min-width: 121px;
    border: 1px solid #6f6f6f;
    border-radius: 11px;
    padding: 8px;
    margin-bottom: 10px;
  }
  .quiz-type-list__item {
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }

}
@media(max-width:360px) {
    .advantages__item img{
        margin-right: 15px;
    }
    .advantages__item p{
        font-size: 12px;
    }
  .quiz-type-list__item {
    margin: 10px 10px 40px 10px;
  }    
}

.admin-button-edit {
    position: fixed;
    top: 1%;
    right: 1%;
    font-size: 15px;
    z-index: 9999;
    outline: 0;
    border: 0 solid #0f0f0f;
    background-color: #32ab9a;
    color: #fff;
    padding: 5px 15px;
    -webkit-box-shadow: 0 4px 0 0 #2f8478;
    box-shadow: 0 4px 0 0 #2f8478;
    cursor: pointer;
}

.admin-button-edit:hover {
    background-color: #4bbdad;
}

.admin-button-edit:active {
    -webkit-box-shadow: 0 2px 0 0 #2f8478;
    box-shadow: 0 2px 0 0 #2f8478;
    transform: translateY(2px);
}
.info-text {
    font-size: 11px;
    padding: 0 0 0 10px;
    text-align: center;
}
.list_stile_n {
    list-style: none;
}
button {
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}
.mnav-desktop-container {
    display: flex;
    justify-content: space-between;
} 
@media (max-width: 1140px) {
    .ui.secondary.pointing.menu .item{
        padding: 4px !important;
    }
}
@media (max-width: 991px) {
    .mnav-desktop-container{
        flex-flow: column;
    }
}
@media only screen and (max-width: 767px)    {
    .column.right.aligned {
        text-align: center !important;
    }
}
@media (max-width:460px) {
  .table {
    font-size: 1rem
  }
  .table th,
  .table td {
    border: 1px solid #fff
  }
  .table thead th,
  .table td {
    padding: 6px 0px
  }
  .delivery__infield+.delivery__infield {
    margin: 10px 0;
  }
  .delivery__infield {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
  .delivery__form-alert {
    font-size: 12px;
  }
  .btn-price {
    padding: 4px;
    font-size: 14px !important;
  }
}
@media (max-width:560px) {
  .advantages__item p {
    text-align: left;
  }
}