@import url('https://fonts.googleapis.com/css?family=Rubik:300&display=swap');
/* stylelint-disable selector-list-comma-newline-after, property-no-vendor-prefix */

/*
 * Globals
 */
body {
	padding-top:122px;	
	font-family:'Rubik', sans-serif;
	color:#3A3D43;
	background-color:#052f5e;
	/*background: url("/img/filter-bg.gif") repeat scroll 0 0; */
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top:0;
	font-family:'Rubik', sans-serif;
	font-weight:400;
	color:#334150;
}
h1, .h1 {
	margin-top:0;
	font-family:'Rubik', sans-serif;
	font-weight:400;
	font-size:50px;
	color:#334150;
	text-align:right; 
}
p a {
	text-decoration:underline;
}
p {
	font-family:'Rubik', sans-serif;
	font-weight:200;	
	font-size:16px;
	line-height:26pt;
}
#mainCol ul {
	font-family:'Rubik', sans-serif;
	font-weight:200;	
	font-size:16px;
	line-height:26pt;
}
p a:hover, p a:hover {
	text-decoration:none;
}
.navbar-header {
}
.container {
	background-color:#fff;
	color:#334150;

}
#mainCol {
	box-shadow:inset 2px 0 40px 8px rgba(0, 0, 0, .06);
}
.col-md-9 {
	padding:0 30px;
}
.screen {
    max-width: 100%;
    height: auto;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
	  width:1170px;
	  background-color:#fff;
	  color:#334150;
  }
}
@media (min-width: 992px) {
  .container {
	  background-color:#fff;
	  color:#334150;
  }
}
@media (min-width: 768px) {
  .container {
	  background-color:#fff;
	  color:#334150;
  }
 
}
/*
 * Masthead for nav
 */
.blog-masthead {
	background-color:#428bca;
	-webkit-box-shadow:inset 0 -2px 5px rgba(0, 0, 0, .1);
	box-shadow:inset 0 -2px 5px rgba(0, 0, 0, .1);
}
/* Nav links */
.blog-nav-item {
	position:relative;
	display:inline-block;
	padding:10px;
	font-weight:500;
	color:#cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
	color:#fff;
	text-decoration:none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
	color:#fff;
}
.blog-nav .active:after {
	position:absolute;
	bottom:0;
	left:50%;
	width:0;
	height:0;
	margin-left:-5px;
	vertical-align:middle;
	content:" ";
	border-right:5px solid transparent;
	border-bottom:5px solid;
	border-left:5px solid transparent;
}

.navbar {
	min-height:122px;
}
.navbar-brand {
	min-height:122px;
	padding:16px 35px;
}
.navbar-default {
	background-color:transparent;
	border-color:transparent;
}
.nav-title {
	font-family:'Rubik', sans-serif;
	line-height:30px;	
	font-size:18pt;
	color:#6b758b;
	font-weight:100;
	padding:30px 30px 10px 145px;
}
.nav-phone {
	font-size:18pt;
	color:#485663;
	font-weight:400;
}
.nav-callme a {
	font-size:10pt;
	color:#0074f7;
	text-decoration:none;
	text-align:right;
	border-bottom:1px dashed #0074f7;
}
.nav-callme a:hover {
	border-bottom:0px dashed #0074f7;
}
.linkcopy {
	font-size:10pt;
	color:#0074f7;
	text-decoration:none;
	text-align:right;
	border-bottom:1px solid #0074f7;
}
.linkcopy:hover {
	border-bottom:0px solid #0074f7;
}
.navbar-right {
	margin:30px 10px 30px 25px;
}
.navbar-rightleft {
	margin:32px 10px 30px 15px;
	line-height:30px;	
}
.order-top {
	font-size:10pt;
	font-family:'Rubik', sans-serif;
	font-weight:400;	
	display:block;
	width:180px;
	height:48px;
	line-height:44px;
	background-color:#ffa800;
	border-radius:6px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
a.order-top:hover, a.order-top:focus {
	text-decoration:underline;
	color:#fff;
}
.nav-stacked a {
	font-size:12pt;
	font-family:'Rubik', sans-serif;
	color:#334150;
	line-height:40px;
	font-weight:500;	
}
.nav-stacked > li > a:hover {
    text-decoration:none;
    background-color:#ffa800;
	color:#fff;
}
/*
 * Blog name and description
 */
.blog-header {
	padding-top:20px;
	padding-bottom:20px;
}
.blog-title {
	font-family:'Rubik', sans-serif;
	font-size:46pt;
	font-weight:900;
	color:#fff;
	text-align:left;
	line-height:60px;
	padding:20px 30px;
}
.blog-description {
	text-align:left;
	font-size:20px;
	color:#fff;
	margin:30px;	
}
/*
 * Main column and sidebar layout
 */
.blog-main {
	font-size:18px;
	line-height:1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
	padding:15px;
	margin:0 -15px 15px;
}
.sidebar-module-inset {
	padding:15px;
	background-color:#f5f5f5;
	border-radius:4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
	margin-bottom:0;
}
/* Pagination */
.pager {
	margin-bottom:60px;
	text-align:left;
}
.pager > li > a {
	width:140px;
	padding:10px 20px;
	text-align:center;
	border-radius:30px;
}
/*
 * Blog posts
 */
.blog-post {
	margin-bottom:60px;
}
.blog-post-title {
	margin-bottom:5px;
	font-size:40px;
}
.blog-post-meta {
	margin-bottom:20px;
	color:#999;
}
/*
 * Footer
 */
.blog-footer {
	height:180px;
	padding:30px 0 30px 0;
	color:#3A3D43;
	text-align:center;
	background-color:#f9f9f9;
	border-top:1px solid #e5e5e5;
}
.blog-footer p:last-child {
	margin-bottom:0;
}
/*----------------------------------------------------------------------------------------
                        FORM STYLES
-----------------------------------------------------------------------------------------*/
form {
 /*   border-top: 1px solid rgba(0, 0, 0, 0.07); */
}
.form-group {
    margin:0;
}
.form-group .btn {
    border-radius:0;
    font-size:inherit;
    padding:20px;
}
.form-group input,
.input-group input,
.form-group textarea,
button {
    color:#222;
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    border:0;
    border-radius:0;
}
.form-group.select-group select::-ms-expand {
    display:none;
}
.form-group.select-group select {
    border-radius:0;
    border:none;
    outline:none;
    box-shadow:none;
    display:inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    cursor:pointer;
}
.form-group.select-group {
    position:relative
}
.form-group.select-group:before {
    content:'';
    position:absolute;
    bottom:53%;
    right:8px;
    width:0;
    height:0;
    border-style:solid;
    border-width:0 4px 4px 4px;
    border-color:transparent transparent #888 transparent;
}

.form-group.select-group:hover:before {
    border-color:transparent transparent #444 transparent;
}

.form-group.select-group:after {
    content:'';
    position:absolute;
    top:53%;
    right:8px;
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 4px 0 4px;
    border-color:#888 transparent transparent transparent;
}

.form-group.select-group:hover:after {
    border-color:#444 transparent transparent transparent;
}

.form-group.select-group:before,
.form-group.select-group:after {
    -webkit-transition:all 0.25s ease-in;
    transition:all 0.25s ease-in;
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
    box-shadow:none;
    -webkit-transition:none;
    transition:none;

    outline:0;
}

.placeholdersjs,
option[disabled] {
    color:#aaa !important;
}

input.form-control,
select.form-control,
.form-group.select-group select,
.input-group input:focus,
.form-group input:focus,
textarea.form-control {
	border:1px solid rgba(0, 0, 0, 0.07);
	padding:10px 15px 10px 10px;
	line-height:1.6;
	font-size:inherit;
	font-weight:normal;
	height:auto;
	width:100%;
	background:none;
	color:inherit;
}

textarea.form-control {
    resize:none;
    border:1px solid rgba(0, 0, 0, 0.07);
}

form button {
    margin-top:20px;
}

form label {
    display:block;
    font-size:14px;
    font-weight:normal;
    position:relative;
    margin:0;
}

form label.error {
    background:#e44646;
    color:#fff;
    padding:5px 10px;
}

form label.valid {
    display:none !important;
}

.dark-bg form,
.dark-bg form .form-control {
    border-color:rgba(255, 255, 255, 0.2);
}

.form-container {
    background:#fff;
    padding:20px;
    border-radius:3px;
}

.dark-bg .form-container {
    background:#252830;
}

.form-container form {
    margin:0 0 40px 0;
}

.form-container .title,
.form-container p,
.form-container small {
    margin:0 0 40px 0;
}

.form-container *:last-child {
    margin-bottom:0;
}

form.line-form {
    border:none;
}

form.line-form input,
form.line-form input:focus,
form.line-form select.form-control,
form.line-form select.form-control:focus {
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    color:#555;
}

form.line-form select.form-control,
form.line-form select.form-control:focus {
    height:69px;
}

form.line-form .form-control {
    background:#fff;
    padding:20px 25px;
    border-right:none;
    border-left:none;
}

form.line-form > div:first-child .form-control {
    border-radius:3px 0 0 3px;
    border-left:1px solid #eee;
}

form.line-form button,
form.line-form button:hover,
form.line-form button:focus {
    height:69px;
    font-size:inherit;
    line-height:24px;
    padding:20px 25px;
    border-radius:0 3px 3px 0;
    border-left:none;
    overflow:hidden;
    margin:0;
}

form.line-form button .icon {
    font-size:24px;
}

form.line-form button.btn-primary-white,
form.line-form button.btn-primary-white:hover,
form.line-form button.btn-primary-white:focus,
form.line-form button.btn-primary-white:active {
    border:1px solid #eee;
    border-left:none;
}

form.line-form label.error {
    margin:10px 0 0 0;
    display:inline-block;
    padding:10px 20px;
}

form.line-form.two-fields .form-group {
    float:left;
    width:40%;
}

form.line-form.five-fields .form-group {
    float:left;
    width:16.66%;
}

form.line-form .form-control {
    border-left:1px solid #eee;
}

form.line-form .input-daterange input:last-child,
form.line-form .input-daterange input:first-child {
    border-radius:0;
}

form.line-form.two-fields button {
    float:left;
    width:20%;
}

form.line-form.five-fields button {
    float:left;
    width:16.66%;
}

.dark-bg form.line-form .form-control {
    border-color:#eee;
}
.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
}
 
.popup_bg {
	background:rgba(0,0,0,0.8);
	position:absolute;
	z-index:9998;
	height:100%;
	width:100%;
}

.formpopup {
	position: relative;
	margin:4px auto;
	z-index:9999;
	width:400px;
	padding:20px 20px 100px 20px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:20px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}
 
.formpopup input {
	width:96%;
	padding:5px 2%;
	margin:10px 0;
	border-radius:4px;
}
.modal-content {
    border-radius:0px;
    border:0px;
}

.modal.small-modal > .modal-dialog,
.modal.small-modal .modal-content {
    width:400px;
}

.modal.small-modal > .modal-dialog {
    margin-top:140px;
}
.mobphone {
	display:none;
}
@media (max-width: 767px) {
    form.line-form.two-fields .form-group,
    form.line-form.two-fields button,
    form.line-form.five-fields .form-group,
    form.line-form.five-fields button {
        float:none;
        width:100%;
        border-radius:0;
    }
 .blog-title {
	font-size: 32pt;
	}	
    form.line-form.two-fields .form-group input,
    form.line-form.five-fields .form-group input {
        border:none;
    }
    form.line-form.two-fields .form-group:first-child input,
    form.line-form.five-fields .form-group:first-child input {
        border-bottom:1px solid #eee;
        border-right:none;
        border-radius:0;
    }
	#sidebar {
		display:none;
	}
	.navbar-brand {
		padding:16px 20px;
	}	
	.navbar-brand img {
		height:30%;
	}
	.nav-title {
		font-size:10pt;
		padding:15px 15px 10px 0px;
		line-height: 20px;
	}
	.mobphone {
		display:block;
	}	
}
.panel-default > .panel-heading {
	background-color:#ffa800;

}
.panel-heading h2 {
	color:#fff;
	text-align:center;
}


/*  ----------------------------------------------------------
[Buttons]
----------------------------------------------------------  */

.btn-default {
    display: block;
    background: #ffce33;
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

.btn-callback {
    width: 167px;
    height: 32px;
    line-height: 32px;
}

.btn-order {
    width: 199px;
    height: 38px;
    line-height: 38px;
    margin-top: 28px;
}

.btn-form {
    width: 166px;
    height: 38px;
    border: 0;
    outline: none;
}

.btn-compare {
    width: 187px;
    height: 38px;
    margin: 0 auto;
    line-height: 38px;
}

.btn-lg {
    display: block;
    float: left;
    height: 60px;
    font-family:'Rubik', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.btn-black {
    width: 35%;
    background: #29292a;
    color: #fff;
}

.btn-yellow {
    width: 65%;
    background: #ffce33;
    color: #161616;
}

.btn-contact {
    width: 166px;
    height: 38px;
    line-height: 38px;
    border: 0;
    outline: none;
}


/*  ----------------------------------------------------------
[Forms]
----------------------------------------------------------  */

.form-default {
    height: auto;
    overflow: hidden;
}

.form-default input[type="text"] {
    display: block;
	border: 1px solid rgba(0, 0, 0, 0.07);
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-default input[type="text"]::-webkit-input-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"]::-moz-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"]:-moz-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"]:-ms-input-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-default input[type="text"] {
    width: 265px;
    margin-bottom: 15px;
}

.form-default .btn-form {
    margin-top: 25px;
}

/*  ----------------------------------------------------------
[Forms Util]
----------------------------------------------------------  */

.form-util {
    height: auto;
    overflow: hidden;
}

.form-util input[type="text"] {
    border: 0;
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-util input[type="text"]::-webkit-input-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"]::-moz-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"]:-moz-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"]:-ms-input-placeholder {
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
}

.form-util input[type="text"] {
    width: 265px;
    margin-bottom: 10px;
}

.form-util .btn-form {
    margin-top: 10px;
}
.btn-util {
    background: #ffce33;
    font-family:'Rubik', sans-serif;
    font-size: 14px;
    color: #161616;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

/*  ----------------------------------------------------------
[Modal]
----------------------------------------------------------  */

.modal {
    width:400px;
    height:484px;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-250px;
    display:none;
    opacity:0;
    padding:70px;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    z-index:9999;
}
.modal2 {
    width:400px;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-250px;
    display:none;
    opacity:0;
    padding:20px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;	
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    z-index:9999;
}
.modal3 {
	width:400px;
	background:#fff;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-250px;
	display:none;
	opacity:0;
	padding:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	z-index:9999;	
}
.send-ok {
    width: 400px;
    height: 150px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    padding: 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
}

.modal span, .send-ok span, .modalsale span, .modal2 span {
    display: block;
    font-family: "Rubik";
}

.modal .text-lg, .modalsale .text-lg, .modal2 .text-lg {
    font-size: 41px;
    color: #24221e;
}

.send-ok .text-lg {
    font-size: 41px;
    color: #24221e;
    line-height: 40px;
    margin-bottom: 15px;
}

.modal .text-md, .modalsale .text-md, .modal2 .text-md, .send-ok .text-md {
    font-size: 16px;
    color: #161616;
}

.modal .text-sm, .modalsale .text-sm, .modal2 .text-sm, .send-ok .text-sm {
    font-size: 12px;
    color: #656565;
    margin-top: -110px;
}
.modal .text-sm, .modalsale .text-sm, .modal2 .text-sm, .send-ok .text-smm {
    font-size: 12px;
    color: #656565;
    margin-top: 10px;
}

.modal .form-default, .modalsale .form-default, .modal2 .form-default {
    margin-top: 25px;
}

.modal .form-default input[type="text"] {
    border: 1px solid #B0B0B0;
}
.modalsale .form-default input[type="text"] {
    border: 1px solid #B0B0B0;
}
.modalsale .form-default textarea[type="text"] {
    border: 1px solid #B0B0B0;
}
.modal .modal-close, .modal2 .modal-close, .modalsale .modal-close, .send-ok .modal-close {
    display: block;
    background: #ffa800 url(/img/modal-close.png) no-repeat center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;	
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;	
}

#overlay {
    z-index: 9998;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.jcarousel img {
    /*max-height: 100px;*/
    display: block;
    max-width: 100%;
    height: auto !important;
    max-height: 110px;
}

* {}

.how-work-mob {
    display: none;
}

@media (max-width: 1024px) and (min-width: 769px) {

.header-center .text-md {
    font-size: 44px;
    padding-top: 25px;
}
.header-center .text-lg {
    font-size: 63px;
}
.header-center .text-sm {
    font-size: 26px;
    margin-top: 10px;
}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.main-nav{
		display: none;
	}
	.header-logo{
		margin-left: 0;
	}
    html .how-work-mob .figure{
            text-align: center;
        }
    html .how-work-mob .tablet{
		display: block;
          margin: auto auto;
		margin-top: -265px;
		width: 640px;
    }
      html .how-work-mob .mob{
        display: none;
      }
    .how-work-mob {
		display: block;
}	
	html .compare-table .heading .col{
		width: 200px;
	}
	html .compare-table .col{
		width: 220px;
	}
	html .compare-table, html div.scrollableArea{
	    width: 1015px !important;
	}
    html .modify-table td.value.center{
            width: 685px;
    }
	html .modify-table, html .modify-wrapper .scrollableArea{
	    width: 990px !important;
	}
	html .modify-table .heading .dark, .modify-table td.title{
		    width: 270px;
	}
	.modify-table .heading th, .modify-table td{
		    width: 90px;
	}
}
@media (max-width: 768px) and (min-width: 567px) {
    html .header-logo {
        margin: 0;
        float: left;
        margin-top: 10px;
    }
.modal2	.text-lg {
    font-size: 30px;
}
.modal3	h3 {
    font-size: 18px;
}	
	.banner-s {
		display: none;
	}
	.banner-k {
		display: block;
		width: 100%;
		margin: 10px auto;
	}		
    html .header-top{
    	padding-top: 0;
    }
    html .header-top{
        min-height: 50px;
    }
    html .header-center{
    	    margin-top:50px;
    }
    html .header-contact .contact-group, html .header-contact .contact-phone {
        margin-right: 0;
    }
    html .header-contact .contact-phone {
        width: 195px;
        margin-bottom: 0;
    }
    html .header-logo, html .header-contact, html .header-callback{
        width: 33%;
    }
    html .header-contact{
        float: left;
        margin-top: 0;
        padding-top: 0;
    }
    html .header-callback{
        float: left;
        margin: 5px 0 0 0;
    }
    html .how-work-mob .figure img {
        max-width: 85%;
        margin: auto;
        margin-top: -260px;
    }
    html .how-work-mob {
        display: block;
        text-align: center;
    }
    html .main-nav {
        display: none;
        float: left;
    }
    .mob {
        display: none;
    }
    .tablet {
        display: block;
    }
    html .hidden-xs {
        display: none !important;
    }
    html .header-center .text-sm {
    font-size: 24px;
    margin-top: 10px;
}
 html .modal,  html .modal2, html .modalsale{
    padding: 10px 20px;

}
html .modal .form-default input[type="text"]{
    float: left;
    width: 59%;
    margin-right: 1%;
}
html .modalsale .form-default input[type="text"]{
    float: left;
    width: 59%;
    margin-right: 1%;
}
html .form-default .btn-form{
    float: left;
    width: 40%;
    margin: 0;
}
html .modal .modal-close, html .modal2 .modal-close, html .modalsale .modal-close{
     top: 0px;
}
}
@media (max-width: 490px) and (min-width: 480px) {
.modal2	.text-lg {
    font-size: 30px;
	}
.modal3	h3 {
    font-size: 18px;
}		
    html .header-callback{
    width: 50%;
    margin-top: -35px;
    }
    html .header-contact{
    width: 50%;
    margin: 0;
    padding: 0;
    }
    html .header-logo{
    width: 50%;
    }
    html .header-top{
    padding-top: 6px;
    }
    html .header-center {
    margin-top: 73px;
}
}

@media (max-width: 567px) and (min-width: 400px) {
.modal2	.text-lg {
    font-size: 30px;
}
.modal3	h3 {
    font-size: 18px;
}		
    html .main-nav {
        display: none;
    }
    html .header-logo{
            float: left;
    }
    html .btn-callback{
            margin: 0;
    }

    html .header-center{
            margin-top: 120px;
    }
    html .hidden-xs {
        display: none !important;
    }
    html .header-center .text-sm{
        font-size: 20px;
        margin-top: 15px;
    }
 html .modal,  html .modal2, html .modalsale{
    padding: 10px 20px;

}	
    .mob, .how-work-mob {
        display: block;
            max-width: 300px;
    margin: auto;
    margin-top: -245px;
    }
    .tablet {
        display: none;
    }
    .form-default .btn-form{
            width: 220px;
    }
	.banner-s {
		display: none;
	}
	.banner-k {
		display: block;
		width: 100%;
		margin: 10px auto;
	}
    .modal2{
    width: 320px;
    margin-left: -160px;
    padding: 50px;
    text-align: center;
    }
	.modal3 {
	width:320px;
	margin-top:-250px;
	margin-left:-160px;
	display:none;
	opacity:0;
	padding:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	z-index:9999;	
}
.formpopup {
	position: relative;
	margin:4px auto;
	z-index:9999;
	width:320px;
	padding:10px 10px 50px 10px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:20px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}
.formpopup input {
	width:96%;
	padding:3px 2%;
	margin:5px 0;
	border-radius:4px;
}	
.btn-lg {
	display:block;
	float:left;
	height:30px;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding:0px;
}
}

@media (max-width: 400px) {
.modal2	.text-lg {
    font-size: 30px;
}
.modal3	h3 {
    font-size: 18px;
}		
	.hidden-xs {
        display: none !important;
    }
    html .main-nav {
        display: none;
    }
    html .header-logo .slogan, .header-logo img {
        float: none;
    }
    html .header-logo {
        margin: 0;
        width: 105px;
        text-align: right;
        float: left;
    }
    html .header-contact {
        width: 180px;
        margin: 0;
        padding: 0;
    }
    html .header-contact .contact-phone span, .header-contact .contact-group span {
        text-align: right;
    }
    html .header-contact .contact-phone, .header-contact .contact-group {
        margin: 0;
        text-align: right;
        width: 100%;
    }
    html .header-top {
        padding-top: 8px;
    }
 html .modal, html .modal2, html .modalsale{
    padding: 10px 20px;

}	
    /*html .btn-callback {
        margin: 0;
        margin-top: -45px;
    }*/
    html .header-callback{
    	    margin: 0;
    }
    html .header-center {
        margin-top: 98px;
    }
    html .header-center .text-sm {
        font-size: 16px;
    }
    html .feature .item .title {
        height: 150px;
    }
    html .setting .item a {
        max-width: 100%;
    }
    html .setting .item .title:before {
        padding-bottom: 0px;
    }
    html .how-work-mob .figure img {
    max-width: 85%;
    margin: auto;
    margin-top: -237px;
    }
    html .how-work-mob {
    display: block;
    text-align: center;
    }
    .mob {
    display: block;
    }
    .tablet {
    display: none;
    }
    .header-center .text-md {
    padding-top: 20px;
    }
    html .form-default .btn-form, html .advice .form-default input[type="text"], html .dealer .form-default input[type="text"] {
    width: 100%;
    }
    .btn-contact, .contact .form-default input[type="text"]{
    width: 190px;
    }
    .btn-callback{
    width: 150px;
    }
    .modal{
    width: 320px;
    margin-left: -160px;
    padding: 50px;
    text-align: center;
    }
    .modal2{
    width: 320px;
    margin-left: -160px;
    padding: 50px;
    text-align: center;
    }
.modal3 {
	width:320px;
	margin-top:-250px;
	margin-left:-160px;
	display:none;
	opacity:0;
	padding:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	z-index:9999;	
}	
    html .modal .modal-close, html .modal2 .modal-close {
            top: 0;
    }
.formpopup {
	position: relative;
	margin:4px auto;
	z-index:9999;
	width:320px;
	padding:10px 10px 50px 10px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:20px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}
.formpopup input {
	width:96%;
	padding:3px 2%;
	margin:5px 0;
	border-radius:4px;
}
.btn-lg {
    display:block;
	float:left;
	height:30px;
	font-family:'Rubik', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding:0px;
}			
}

.highslide img{
    max-width: 264px;
    height: auto;
}

#month{
    display: inline;
}
#year{
    display: inline;
}
.block_clients {
	width:1300px;
	float:left;
}
input[type='checkbox'] {
    display: none;
}
label {
    position: relative;
    width: 100px;
    padding: 8px;
}
input[type='checkbox']:checked + label::after { 
    content: attr(data-title);
    position: absolute;
	left: -37%;
	top: -40%;
	z-index: 1;
	width: 265px;
    background-color: rgba(255, 250, 205, 0.9);
    border: 1px solid orange;
    padding: 5px;
}
.block_preim
{
	width:1200px;
	text-align: center;
}
.block_preim_row1{
	width:19%;
	float:left;
	height:250px;
	text-align:center;
}
.block_preim_row2{
	width:19%;
	float:left;
	margin-top:60px;
}
#amoforms_action_btn {
	width:167px!important;
    height:32px!important;
    line-height:32px!important;
	padding:0px 15px!important;
	font-size:14px!important;
	font-family:"PT Sans"!important;

}
.text-link {
    font-family:"PT Sans";
    font-size:14px;
    color:#319fff;
    text-align:left;
    text-indent:20px;
	text-decoration:underline;
}
.text-link:hover {
	text-decoration:none;
}
    .swiper-container {
      width:100%;
      height:500px;
    }
    .swiper-slide {
      width:400px;
      height:100%;		
      text-align:center;
      font-size:18px;
      background:#fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide img {
	max-width:400px;
	max-height:500px;
	}
.video-responsive {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}