.image-parallax.web-header {
	height: auto;
	min-height: 100vh;
}

.web-header .web-form-main {
	margin: 50px auto 0;
	padding: 0 0 200px;
}

.web-portfolio{
	padding: 90px 0 90px;
	background: #fff;
}

.web-form-main {
	width: 100%;
	max-width: 900px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.web-form-main .form-title {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	padding: 0 0 40px;
	line-height: 65px;
}

.web-form-main .form-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 5px;
	background: #fff;
}

.web-form-main .form-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.web-header .web-form-main .form-block {
	margin: 50px 0 0;
}
.web-form-main .form-block label {
	width: calc(33.333333% - 20px);
	margin: 0 30px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.web-form-main .form-block label:nth-last-child(1), .web-form-main .form-block label:nth-last-child(4) {
	margin: 0;
}
.web-content .web-form-main .form-block label .img img:first-child,
.web-content .web-form-main .form-title{
	display: none;
}
.web-header .web-form-main .form-block label .img img:last-child{
	display: none;
}

.web-form-main .form-block label .img {
	width: 30px;
	text-align: right;
	margin: 0 10px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.web-form-main .form-block .form-element {
	width: calc(100% - 40px);
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	padding: 15px;
	border: none;
}

.web-form-main .form-block .form-element.submit-element {
	background: #00b9b9;	
	border: 1px solid transparent;
}

.web-form-main .form-block .form-element.submit-element:hover {
	background: transparent;
	color: #00b9b9;
	border: 1px solid #00b9b9;
}

.web-form-main .form-block .form-element::-webkit-input-placeholder {color:#fff;}
.web-form-main .form-block .form-element::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.web-form-main .form-block .form-element:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.web-form-main .form-block .form-element:-ms-input-placeholder      {color:#fff;}

.web-header a.mouse {
	margin-bottom: 50px;
}

.web-header .mob-logo {
	max-width: 280px;
}
.web-title {
	position: relative;
	font-weight: 700;
	font-size: 35px;
	color: #566473;
	padding: 0 0 30px;
	text-align: center;
	line-height: 40px;
	margin: 0 0 50px;
}

.web-title:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	background: #566473;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}

.web-title span {
	color: #00b9b9;
}

.web-mode {
	padding: 100px 0;
}

section.web-content .container {
	padding-top: 0;
	padding-bottom: 0;
}


.web-mode .web-action {
	display: table;
	margin: 0 auto 70px;
}

.web-mode .web-action a {
	display: inline-block;
	position: relative;
	font-size: 45px;
	color: #00b9b9;
	line-height: 1;
	padding: 0 2px;
	margin: 0 45px 0 0;
	font-weight: 700;
	float: left;
}

.web-mode .web-action a:hover {
	text-decoration: none;
}

.web-mode .web-action a:nth-last-child(1) {
	margin: 0;
}

.web-mode .web-action a span {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	top: 50%;
	margin-top: -4px;
	width: 34px;
	right: -40px;
}

.web-mode .web-action a span small {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00b9b9;
	margin: 0 5px 0 0;
}

.web-mode .web-action a:focus {
	text-decoration: none;
}

.web-mode .web-action a span small:nth-last-child(1) {
	margin: 0;
}

.web-mode .web-action a:after {
	content: '';
	background: #00b9b9;
	width: 100%;
	height: 4px;
	position: absolute;
	display: block;
	bottom: -5px;
	left: 0;
}

.web-mode .web-action a.active,
.web-mode .web-action a:hover {
	color: #566473;
}

.web-mode .web-action a.active:after,
.web-mode .web-action a:hover:after {
	background: #566473;
}

.web-mode-slider .slider-item {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.web-mode-slider .slider-item {
	display: none !important;
}

.web-mode-slider .slider-item:first-child {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.web-mode-slider.slick-initialized .slider-item {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.web-mode-slider .slider-item .info-block {
	width: 50%;
	padding: 0 100px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.web-mode-slider {
	padding: 0 0 55px;
}
.slick-prev,
.slick-next {
	background: transparent;
	border: 2px solid #566473;
	border-radius: 50px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 32px;
	height: 32px;
}

.slick-prev:hover,
.slick-next:hover {
	border: none;
}
.slick-prev:focus,
.slick-next:focus {
	outline: 0;
	box-shadow: none;
}

.web-mode-slider .slider-item .info-block .img {
	width: 75px;
	height: 75px;
	margin: 0 20px 0 0;
}

.web-mode-slider .slider-item .info-block .description {
	width: calc(100% - 95px);
}

.web-mode-slider .slider-item .info-block .description .title {
	font-size: 18px;
	font-weight: 700;
	color: #252c34;
	margin: 0 0 5px;
	line-height: 1;
}

.web-mode-slider .slider-item .info-block .description .subtitle {
	font-size: 16px;
	color: #566473;
	line-height: 25px;
	margin: 0 0 30px;
}

.web-mode-slider .slider-item .info-block .description .info {
	font-size: 16px;
	color: #566473;
	line-height: 20px;
	position: relative;
	padding: 0 0 0 15px;
	margin: 0;
}

.web-mode-slider .slider-item .info-block .description .info:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #00b9b9;
}

.web-mode-slider .slider-item .info-block .description .info span {
	font-weight: 700;
}

.web-mode-slider .slider-item .img-block {
	width: 50%;
}

.web-mode-slider .slider-item .img-blockx {
	width: 40%;
}

.web-mode-slider .slider-item .img-block img,
.web-mode-slider .slider-item .img-blockx img {
	width: 100%;
}

.web-mode .web-slider-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}

.web-mode .web-slider-nav span,
.web-mode .web-slider-nav small {
	font-size: 14px;
	color: #566473;
	font-weight: 700;
}

.web-mode .web-slider-nav button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	width: 32px;
	height: 32px;
	padding: 0;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 2px solid #566473;
	border-radius: 50%;
}

.web-mode .web-slider-nav button:focus {
	box-shadow: none;
	outline: none;
}

.web-mode .web-slider-nav button:hover {
	border: 2px solid transparent;
}

.web-mode .web-slider-nav button.prev {
	margin: 0 15px 0 0; 
}

.web-mode .web-slider-nav button.next {
	margin: 0 0 0 15px;
}

.web-mode .web-slider-nav small {
	margin: 0 5px;
}

.web-type-technic {
	padding: 90px 0;
}

.web-type-technic .web-tab-nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.web-type-technic .web-tab-nav ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	width: 33.333333%;
	align-items: center;
}

.web-type-technic .web-tab-nav a {
	padding: 15px 40px;
	position: relative;
}

.web-type-technic .web-tab-nav a span {
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 20px;
}

.web-type-technic .web-tab-nav a span .active-img {
	display: none;
}

.web-type-technic .web-tab-nav a small {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #566473;
	display: block;
	text-align: center;
	line-height: 20px;
}

.web-type-technic .web-tab-nav a:hover {
	text-decoration: none;
}

.web-type-technic .web-tab-nav ul li a:focus {
	text-decoration: none;
}


.web-type-technic .web-tab-nav ul li.active a small,
.web-type-technic .web-tab-nav a:hover small {
	color: #0dbdbd;
}
.web-type-technic .web-tab-nav ul li.active a span img,
.web-type-technic .web-tab-nav a:hover span img {
	display: none;
}


.web-type-technic .web-tab-nav ul li.active a span .active-img,
.web-type-technic .web-tab-nav a:hover span .active-img {
	display: block;
}

.web-type-technic .web-tab-nav ul li:nth-child(2) a:after,
.web-type-technic .web-tab-nav ul li:nth-child(2) a:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #566473;
} 

.web-type-technic .web-tab-nav ul li:nth-child(2) a:after {
	right: 0;
}

.web-type-technic .web-tab-nav ul li:nth-child(2) a:before {
	left: 0;
}

.web-type-technic .tab-content {
	margin: 50px 0 0;
}

.web-type-technic .tab-content .repairs-description {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #566477;
	text-align: center;
	padding: 20px;
	border: 1px dashed #1cb8b8;
	background: #dbeef3;
	font-weight: 700;
	margin: 15px 0 0;
}

.web-type-technic .tab-content .repairs-description span {
	text-transform: uppercase;
	font-weight: 700;
	color: #1cb8b8;
}

.web-type-technic .tab-content .order {
	text-align: center;
	font-size: 20px;
	color: #566473;
	font-weight: 700;
	margin: 55px 0 0;
	line-height: 30px;
}

.web-type-technic .tab-content .order a {
	font-size: 20px;
	color: #566473;
	font-weight: 700;
	text-decoration: none;
}

.web-type-technic .tab-content .order a:hover {
	color: #1cb8b8;
}

.web-type-technic .tab-content .order.item {
	margin: 0 0 30px;
}

.master-call {
	padding: 100px 0;
	background: url(../img/master-call-bg.png)center no-repeat;
	background-size: cover;
}

.master-call .web-title {
	color: #fff;
	margin: 0 0 25px;
	font-size: 32px;
}

.master-call .web-title:after {
	background: #fff;
}

.master-call .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.master-call .row [class*='col-'] {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.master-call .info-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;

}

.inner-form .form-element {
	display: block;
	width: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	margin: 0 0 15px;
	font-weight: 700;
	padding: 15px;
}

.inner-form .form-element::-webkit-input-placeholder {color:#fff;}
.inner-form .form-element::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.inner-form .form-element::-moz-placeholder          {color:#fff;}/* Firefox 18- */
.inner-form .form-element::-ms-input-placeholder     {color:#fff;}

.inner-form textarea.form-element {
	text-align: left;
	height: 170px;
}

.inner-form .web-submit {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #00b9b9;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	padding: 13px 15px;
	margin: 40px 0 0;
	border: none;
	box-shadow: none;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.inner-form .web-submit:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.inner-form .web-submit-inv {
	background: #00b9b9;	
	border: 1px solid transparent;
	margin: 20px 0 0;
	color:#fff;
}

.inner-form .web-submit-inv:hover {
    background: transparent;
    color: #00b9b9;
    border: 1px solid #00b9b9;
}

.master-call .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 100%;
	border-radius: 5px;
}

.master-call .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.how-we-work {
	padding: 90px 0;
}

.how-we-worker {
	padding: 30px 0 90px;
}

.how-we-work  .work-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.how-we-work  .work-block .nav-tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.tab_content {
	display: none;
}

.tab_content.active {
	display: block;
	text-align: center;
	min-height: 130px;
}
.tab_content img {
	height: 130px;
	object-fit: cover;
}

.tab_content.active {
	display: block;
}

.how-we-work ul {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 55px 0 0;
	justify-content: space-between;
}

.how-we-work ul li {
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #566473;
	padding: 0 10px;
	position: relative;
}

.how-we-work ul li:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #566473;
	position: absolute;
	display: block;
	top: 50%;
	right: -40px;
}

.how-we-work ul li:nth-last-child(1):after {
	content: none;
}

.how-we-work ul li.active {
	color: #0dbdbd;
}

.web-about-us {
	padding: 90px 0; 
}

.web-about-us .web-title {
	text-align: left;
	margin: 0 0 30px;
}

.web-about-us .web-title:after {
	left: 0;
	margin-left: 0;
}

.web-about-us .description {
	font-size: 16px;
	color: #566473;
}

.web-about-us .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.web-about-us .row [class*='col-'] {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.web-about-us .img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.web-about-us .img img {
    width: 100%;
    /* height: 100%; */
    height: auto !important;
    object-fit: cover;
    margin: auto 0;
}

.order-repair {
	padding: 90px 0;
	background: url(../img/master-call-bg.png)center no-repeat;
	background-size: cover;
}

.order-repair .title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 55px;
}

.bg-31-02 {
	background: url(../img/yurliza/bg-31-02.png) center no-repeat;
	background-size: cover;
}

.bg-31-06 {
	padding: 40px 0;
	background: url(../img/yurliza/bg-06.png) center no-repeat;
	background-size: cover;
}

.bg-31-06 .title {
    margin-top: 46px;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
}

.bg-31-08 {
	padding: 90px 0;
	background: url(../img/yurliza/bg-06.png) center no-repeat;
	background-size: cover;
}

.bg-32-03 {
	background: url(../img/franshize/bg-32-03.png) center no-repeat;
}

.faq {
	padding: 90px 0;
}

.order-repair .inner-form .web-submit {
	margin: 0;
}


.web-reviews {
	padding: 90px 0;
	background: url(../img/web-reviews-bg.png) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.web-reviews .slick-slider .slick-list {
	overflow: visible;
	padding: 0 !important;
}

.web-reviews .web-review-slider .slick-slide {
 	margin: 0 25px;
 	transition: all 0.3s ease;
 	opacity: 0.5;
 	transform: scale(0.8);
}

.web-reviews .web-review-slider .slick-slide.slick-center {
	transform: scale(1);
	opacity: 1;
}

.web-reviews .web-review-slider .slick-list {
	margin: 0 -25px;
}

.web-reviews .web-title {
	color: #fff;
}

.web-reviews .web-title:after {
	background: #fff;
}

.light .web-title {
	color: #fff;
}

.light .web-title:after {
	background: #fff;
}


.web-reviews .slider-block {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.web-reviews .web-review-slider .slider-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	padding: 25px;
}

.web-reviews .web-review-slider .slider-item {
	display: none;
}
.web-reviews .web-review-slider .slider-item:first-child{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.web-reviews .web-review-slider .slider-item .user-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.web-reviews .web-review-slider .slider-item .user-block .info-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 50px);
}

.web-reviews .web-review-slider .slider-item .user-block .rating {
	width: 50px;
}

.web-reviews .web-review-slider .slider-item .user-block .info-block .img {
	width: 95px;
	height: 95px;
	margin: 0 25px 0 0;
}

.web-reviews .web-review-slider .slider-item .user-block .info-block .img img {
	width: 95px;
	height: 95px;
	object-fit: cover;
	border-radius: 5px;
}

.web-reviews .web-review-slider .slider-item .user-block .info-block .description {
	width: calc(100% - 120px);
}

.web-reviews .web-review-slider .slider-item .user-block .info-block .name {
	font-size: 16px;
	color: #484d52;
	font-weight: 700;
	margin: 0;
}

.web-reviews .web-review-slider .slider-item .user-block .info-block .date {
	font-size: 14px;
	color: #484d52;
	margin: 0;
	line-height: 1;
}

.web-reviews .web-review-slider .slider-item .info {
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 24px;
}

.web-reviews .web-slider-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0;
}

.web-reviews .web-slider-nav button {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	object-fit: cover;
}

.web-reviews .web-slider-nav button:hover {
	border: 2px solid transparent;
}

.web-reviews .web-slider-nav button:focus {
	box-shadow: none;
	outline: none;
}

.web-reviews .web-slider-nav button.prev {
	margin: 0 5px 0 0;
}

.web-reviews .web-slider-nav button.next {
	margin: 0 0 0 5px;
}

.web-reviews .web-slider-nav span,
.web-reviews .web-slider-nav small {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.web-reviews .web-slider-nav small {
	margin: 0 5px;
}


/** media **/


@media screen and (max-width: 1199px) {
	.master-call .web-title {
		font-size: 30px;
	}
	.order-repair .title{
		font-size: 30px;
	}
}

@media screen and (max-width: 991px) {
	.order-repair .title {
	    margin: 0 0 20px;
	    text-align: center;
	}
	.web-header .mob-logo{
		max-width: 100%;
	}
	.inner-form .web-submit{
		margin: 0 0 15px;
	}
	.how-we-work ul{
		padding: 0;
	}
	.how-we-work ul li {
		width: calc(100% / 3);
		margin: 0 0 20px;
	}
	.how-we-work ul li br {
		display: none;
	}
	.how-we-work ul li:after {
		content: none;
	}
	.web-mode,
	.master-call,
	.how-we-work,
	.web-reviews,
	.web-about-us,
	.order-repair {
		padding: 50px 0;
	}
	.web-type-technic, .web-portfolio {
		padding: 50px 0;
	}
    .web-mode-slider .slider-item .img-block img {
    	width: 100%;
    	height: auto;
    }

	.web-form-main .form-block label {
		width: 100%;
		margin: 0 0 10px;
	}
	.web-form-main .form-title{
		font-size: 36px;
	}
	.web-mode-slider .slider-item {
		flex-direction: column;
	}
	.web-mode-slider .slider-item .info-block{
		width: 100%;
		padding: 0;
		margin: 0 0 15px;
	}
	.web-mode-slider .slider-item .img-block{
		width: 100%;
	}
} 

@media screen and (max-width: 767px) {
	.order-repair .title {
	    font-size: 19px;
	    line-height: 35px;
	    margin: 0 0 20px;
	}
	.how-we-work ul li {
		font-size: 14px;
		width: 50%;
	}
	.web-reviews .web-review-slider .slider-item .user-block{
		flex-direction: column;
	}
	.web-reviews .web-review-slider .slider-item .user-block .info-block{
		width: 100%;
		margin: 0 0 25px;
	}
	.web-mode .web-action {
		margin: 0 auto 30px;
	}
	.web-mode-slider,
	.web-mode .web-slider-nav{
		padding: 0 0 20px;
	}
	.web-type-technic .web-tab-nav ul{
		flex-direction: column;
		padding: 0;
	}
	.web-type-technic .web-tab-nav ul li:nth-child(2) a:after, 
	.web-type-technic .web-tab-nav ul li:nth-child(2) a:before {
		content: none;
	}
	.web-type-technic .web-tab-nav ul li{
		width: 100%;
	}
	.web-header .web-form-main {
		margin: 0;
		padding: 0 0 105px;
	}
	.web-form-main .form-title {
	    font-size: 21px;
	    line-height: 1.4;
	    padding: 0 0 13px;
	    margin: 10px 0 0;
	}
	.web-form-main .form-block .form-element {
	    padding: 10px 10px;
	}
	.web-header .web-form-main .form-block{
		margin: 20px 0;
	}
	.web-title {
		font-size: 26px;
		padding: 0 0 15px;
		margin: 0 0 20px;
	}
	.web-mode-slider .slider-item .info-block{
		flex-direction: column;
	}
	.web-mode-slider .slider-item .info-block .img{
		margin: 0 0 15px;
	}
	.web-mode-slider .slider-item .info-block .description{
		width: 100%;
	}
	.mob-logo {
	      padding: 10px 10px 0;
	  }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    #main {
        background-attachment: scroll;
    }
} 

.nav-pills{text-align: center}
.nav-pills li{float: none; display: inline-block;}

.nomrgnsec .container {
    padding-top: 0px;
    padding-bottom:60px;
}

.web-tab-nav h4 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

.web-tab-nav p {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.web-tab-nav li {
    padding: 16px;
}

.pd90 {
    padding: 90px 0;
}

.skills-wrap .info-block {
    padding: 30px 20px;
}

.skills-wrap .info-block .description p.title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 8px;
    background: #1cb8b8;
}

.skills-wrap .info-block .description p.subtitle {
    background: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    line-height: 22px;
    font-weight: 400;
}

#franshize .navbar-right {
    width: 400px;
    text-align: right;
}
