body, html, ul {
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Roboto', sans-serif;
}

#header .info {
    color: #fff;
    margin-left: auto;
}

#header .info a {
    color: inherit;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    text-align: right;
}

#header .info span {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    margin-bottom: 5px;
    text-align: right;
}

body, html {
    min-width: 960px;
    background: #f3f4f6;
}

html {
    background: #1C242F;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

/*
||||||||||||||||||||||||||||||
          TOOLS
||||||||||||||||||||||||||||||
*/
a {
    text-decoration: none;
    color: #000;
}

section {
    margin-top: 35px;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}


.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.more {
    margin: 15px 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: inset 0 0 1px 0 #A1A1A1;
    cursor: pointer;
}

.more span {
    display: block;
    padding: 15px;
    text-align: center;
}

.trinagle {
    border: 20px solid transparent;
    border-top: 20px solid white;
}

#menu ul li a,
#hero .text .button a,
#products .block,
#products .block .price,
#online .form form #button,
#models .block a {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

#advantages .advantages ul li,
#menu ul li a .line,
#price ul li .arrow,
#price ul li .name,
#price ul li .price {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

/*
||||||||||||||||||||||||||||||
            HEADER
||||||||||||||||||||||||||||||
*/
#header {
    height: 50px;
    width: 100%;
    margin: 0;
    z-index: 999;
    background-color: var(--secondary-color);
    /* background-image:url('/img/pattern-2.png'); */
    box-shadow: 0 0 2px
    rgba(0,0,0,0.5);
    font-weight: bold;
}

#header .home {
    height: 50px;
    width: 50px;
    background: url(../img/home.png) 50% 50% no-repeat;
    background-color: rgba(255, 255, 255, 0.1);
}

#header .home:hover {
    background-color: #2096D0;
}

#header .home a {
    display: block;
    width: 100%;
    height: 100%;
}

#header .logo {
    margin: 5px;
    height: 40px;
    width: 120px;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#header .nav ul li {
    display: inline-block;
}

#header .nav ul li a {
    color: #fff ;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0 25px;
    line-height: 50px;
    font-weight: 400;
    font-size: 12px;
    transition-property: background-color, color;
    transition: 0.3s;
}

#header .nav ul li.active a {
    background-color: var(--main-color);
    filter: saturate(0.6);
}

#header .nav ul li a:hover {
    background-color: var(--main-color);
    filter: saturate(0.6);
}
/*
#header .time {
    color: #FFF;
    background-color: #2FA3DB;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 20px;
    line-height: 45px;
    height: 50px;
}
*/

#header .city .delivery_list {
    padding: 0 15px 0 25px;
    line-height: 50px;
    font-size: 12px;
    height: 50px;
    width: auto;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

#header .city:hover {
    background-color: rgba(221, 228, 237, 0.2);
}

#header .city .delivery_list.active {
    background-color: #375174;
}

.delivery_block {
    width: 80px;
    color: #8c8c8c;
    font-size: 11px;
}

.delivery_block .delivery_list {
    padding: 3px 6px 0 6px;
    height: 22px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 20px 0 0;
    color: #ed4226;
    border: 1px solid #efefef;
    width: 237px;
    z-index: 11;
    background: #fcfcfc;
}

.delivery_list #btn {
    background: url(dropdown.png);
    width: 17px;
    height: 18px;
    float: right;
}

.delivery_list span a {
    color: #FFF;
}

.delivery_list span {
    display: inline;
}

.delivery_list .trin {
    font-weight: bold;
    margin: 0 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    display: inline;
}

.delivery_block ul.cities_list {
    margin-top: 50px;
    z-index: 10;
    background: #375174;
    box-shadow: 0px 1px 0 1px #41ADE2;
    position: absolute;
    padding: 0;
    display: none;
}

ul.cities_list li {
    list-style-type: none;
}

ul.cities_list li a {
    display: block;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
}

ul.cities_list li:hover {
    cursor: pointer;
    background: #fff;
}

ul.cities_list li:hover a {
    color: #000;
}

.delivery_block .delivery_text {
    padding: 3px 5px;
    margin: 5px 0 0 3px;
}

#header .tel.right {
	margin-left:auto;
}

#header .tel a {
    
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: right;
}

#header .tel .time {
    display: none;
    color: #eee;
    font-weight: 400;
    font-size: 14px;
    float: right;
}

.menu_mobile {
    display: none;
}

#fault .info .price {
    text-align: center;
    float: left;
    display: block;
    text-transform: uppercase;
    background-color: #494949;
    color: #FFF;
    font-size: 15px;
    padding: 10px 30px;
}

.hero-price {
    width: 130px;
    text-align: center;
    float: left;
    display: block;
    text-transform: uppercase;
    background-color: #494949;
    color: #FFF;
    font-size: 14px;
    padding: 10px 30px;
}

/*
||||||||||||||||||||||||||||||
            MENU
||||||||||||||||||||||||||||||
*/
#menu {
    height: 36px;
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
    
    font-weight: normal;
}

#menu ul {
    list-style-type: none;
    opacity: 0;
}

#menu ul li {
    display: inline-block;
}

#menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    padding: 0 20px;
    color: #939393;
}

#menu ul li a .line {
    margin-top: -1px;
    height: 3px;
    background-color: #FFF;
}

#menu ul li.active a, #menu ul li a:hover {
    color: #000000;
}

#menu ul li.active a .line, #menu ul li a:hover .line {
    height: 3px;
    background-color: #2D5281;
}

#menu ul li.sub {
    float: right;
}

#menu ul li.sub i {
    padding: 10px;
    cursor: pointer;
}

#menu ul li.sub i.active {
    background: #EAEFFF;
}

#menu ul li.sub ul {
    display: none;
    position: absolute;
    background: #EAEFFF;
    margin-left: -10px;
    padding: 5px;
    z-index: 9999;
}

#menu ul li.sub ul li {
    display: block;
    float: none;
}

#menu .sub a {
    margin-top: 0;
    padding: 5px 20px;
}

#menu .sub a:hover {
    background: #FFF;
}

#menu .sub .line {
    display: none;
}

/*
||||||||||||||||||||||||||||||
         BREADCRUMBS
||||||||||||||||||||||||||||||
*/
#breadcrumbs {
    margin-top: 30px;
    font-size: 13px;
    
    color: #C5C5C5;
}

#breadcrumbs a {
    color: #7B7B7B;
    padding: 0 10px;
}

#breadcrumbs a:hover {
    text-decoration: underline;
    color: #19ABF2;
}

#breadcrumbs a:first-child {
    padding-left: 20px;
}

#breadcrumbs span {
    padding: 0 10px;
}

#breadcrumbs + section {
    margin-top: 20px;
}

/*
||||||||||||||||||||||||||||||
            HERO
||||||||||||||||||||||||||||||
*/
#hero
{
    margin-bottom:25px;
}

#hero .image {
    display: inline-block;
    width: 50%;
    background-color: #1a1a1a;
}

#hero .text {
    display: inline-block;
    width: 50%;
}

#hero .text h1 {
    
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 60px;
    padding-top: 14px;
    color: #FFF;
}

#hero .text p {
    
    font-weight: normal;
    font-size: 14px;
    padding: 0 60px;
    color: rgba(255, 255, 255, 0.8);
}

#hero .price {
    
    font-weight: normal;
    font-size: 14px;
    margin: 8px -30px;
    color: #FFF;
    text-transform: uppercase;
}

#hero .text .button {
    padding: 0 60px 0 60px;
    height: 75px;
}

#hero .text .button.left {
    padding-right: 0;
}

#hero .text .button a {
    font-weight: normal;
    /*text-transform: uppercase;*/
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    text-align: center;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}

#hero .text .button a:hover {
    color: #FFF;
}

/*
||||||||||||||||||||||||||||||
            HERO
||||||||||||||||||||||||||||||
*/
#advantages-more .advantage {
    margin-bottom: 40px;
}

#advantages-more .image {
    display: inline-block;
    width: 50%;
    height: 170px;
    background-color: #1a1a1a;
}

#advantages-more .text {
    display: inline-block;
    width: 50%;
    height: 170px;
}

#advantages-more .text h1 {
    
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 60px;
    padding-top: 20px;
    color: #FFF;
}

#advantages-more .text p {
    
    font-weight: normal;
    font-size: 14px;
    padding: 0 60px;
    color: rgba(255, 255, 255, 0.8);
}

#advantages-more .price {
    
    font-weight: normal;
    font-size: 14px;
    margin: 8px -30px;
    color: #FFF;
    text-transform: uppercase;
}

#advantages-more .text .button {
    padding: 0 60px;
    height: 75px;
    width: 180px;
}

#advantages-more .text .button div {
    height: 100%;
    background: #f3f4f6;
}

#advantages-more .text .button a {
    
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 10px 30px;
    background-color: #FFF;
    color: #000;
}

#advantages-more .text .button a:hover {
    color: #FFF;
}

/*
||||||||||||||||||||||||||||||
       PROMO
||||||||||||||||||||||||||||||
*/
#promo a {
    min-height: 100px;
    width: 100%;
    display: block;
    padding: 30px 265px;
    box-sizing: border-box;
    
    font-size: 26px;
    margin-bottom:25px;
}

/*
||||||||||||||||||||||||||||||
       MODEL
||||||||||||||||||||||||||||||
*/
#model .info {
    
    font-weight: normal;
    background-color: #FFF;
}

#model .info img {
    padding: 20px;
    float: left;
    max-width:168px;
}

#model .info h1 {
    font-size: 17px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

#model .info h1 span {
    color: #8C8C8C;
}

#model .info h1 {
    color: #000;
}

#model .info .description {
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

#model .info .description p {
    padding: 0;
    margin-right:15px;
}

#model .info .price {
    width: 130px;
    text-align: center;
    float: left;
    display: block;
    text-transform: uppercase;
    background-color: #494949;
    color: #FFF;
    
    font-size: 15px;
    padding: 10px 30px;
}

#model .info .button {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

#model .info .button a {
    padding: 10px 20px;
    display: block;
    color: #FFF;
    background-color: #0094f2;
    font-size: 15px;
    /*text-transform: uppercase;*/
    cursor: pointer;
    transition: all 0.4s;
}

/*
||||||||||||||||||||||||||||||
       SERVICE
||||||||||||||||||||||||||||||
*/
#service .info {
    width: 100%;
    font-weight: normal;
    background-color: #FFF;
    position: relative;
}

#service .info .img {
    width: 240px;
    height: 100px;
    float: left;
    margin-right: 40px;
}

#service .info .text {
    margin-left: 275px;
}

#service .info h1 {
    font-size: 17px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

#service .info h1 span {
    color: #8C8C8C;
}

#service .info .description {
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

#service .info .description p {
    padding: 0;
}

#service .info .price {
    text-align: left;
    float: left;
    display: block;
    text-transform: uppercase;
    color: #FFF;
    
    font-size: 15px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

#service .info .button {
    float: left;
}

#service .info .button a {
    padding: 10px 20px;
    display: block;
    color: #FFF;
    
    font-size: 15px;
    cursor: pointer;
}

/*
||||||||||||||||||||||||||||||
       FAULT
||||||||||||||||||||||||||||||
*/
#fault .info {
    width: 100%;
    
    font-weight: normal;
    background-color: #FFF;
    position: relative;
}

#fault .info .img {
    width: 240px;
    height: 100px;
    float: left;
    margin-right: 40px;
}

#fault .info .text {
    margin-left: 275px;
}

#fault .info h1 {
    font-size: 17px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin-top:0;
}

#fault .info h1 span {
    color: #8C8C8C;
}

#fault .info .description {
    color: #A1A1A1;
    font-size: 15px;
    line-height: 20px;
}

#fault .info .description p {
    padding: 0;
}

#fault .info .button {
    float: left;
    margin-bottom: 20px;
}

#fault .info .button a {
    padding: 10px 20px;
    display: block;
    color: #FFF;
    
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

/*
||||||||||||||||||||||||||||||
       ADVANTAGES
||||||||||||||||||||||||||||||
*/
#advantages {
    
    font-weight: normal;
}

#advantages .advantages {
    background-color: #FFF;
}

#advantages .advantages ul {
    display: table;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#advantages .advantages ul li {
    background: url(/public/img/icons/advantages.png) 15px 50% no-repeat;
    display: inline-table;
    float: left;
    width: 25%;
}

#advantages .advantages ul li span {
    padding: 15px 15px 15px 55px;
    display: block;
    color: #3C3C3C;
    text-transform: uppercase;
    font-size: 12px;
}

#advantages .advantages ul li:hover span {
    color: #FFF;
}

/*
||||||||||||||||||||||||||||||
         PRODUCTS
||||||||||||||||||||||||||||||
*/
#products {
    
    font-weight: normal;
}

#products .block.last-line {
    margin-bottom: 0;
}

#products .block-cap {
    margin-right: 0;
    background: #c5c7c6 url(../img/cap.jpg) no-repeat right;
    background-size: 66%;
    /*box-shadow: inset 0 0 0 10px #cdcdcb;*/
    margin-bottom: 0;
    float: left;
    text-align: left;
    font-size: 13px;
}

#products .block-cap ul {
    list-style-type: none;
    color: #FFF;
    padding: 30px 220px 30px 40px;
    height: 100%;
}

#products .block-cap ul li {
    margin: 25px 0;
    clear: both;
}

#products .block-cap ul li .fa {
    float: left;
    padding-right: 10px;
    min-width: 25%;
    text-align: center;
}

#products .block:hover {
    /*background-color: #EAEFFF;*/
    box-shadow: 0 0 0 5px #E4E7EA;
}

#products .block a {
    text-decoration: none;
    color: #000;
    display: block;
}

#products .block img {
    margin: 20px auto 0 auto;
    min-height: 100px;
    height: 142px;
    width: 180px;
    object-fit: contain;
}

#products .block h2 {
    font-size: 14px;
    /* text-align: left; */
    padding: 0 20px;
    text-transform: uppercase;
}

#products .block p {
    font-size: 13px;
    color: #797979;
    text-align: left;
    padding: 0 20px 0 20px;
    margin-bottom: 23px;
}

#products .block:hover .price {
    background-color: #E4E7EA;
    color: #000;
    
}

/*
||||||||||||||||||||||||||||||
       SEO TEXT
||||||||||||||||||||||||||||||
*/
#text {
    
    font-weight: normal;
}

#text .text {
    background-color: #FFF;
    padding: 4px 25px 25px;
}

#text h2 {
    font-size: 1.1em;
}

#text h3 {
    font-size: 1em;
}

#text .text p strong {
    
    font-weight: normal;
}

#text .text p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

#text .text ul, #text .text ol {
    color: #000;
    padding: 10px 40px;
}

#text .text ul li, #text .text ol li {
    padding: 4px;
    font-size: 14px;
}

@media screen and  (max-width:720px ){
}

/*
||||||||||||||||||||||||||||||
       ONLINE FORM
||||||||||||||||||||||||||||||
*/
#online {
    
    font-weight: normal;
    margin-top:25px;
    margin-bottom:25px;
}

#online .text {
    width: 25%;
}

#online .text p {
    font-size: 14px;
    color: #474747;
}

#online .text h3 {
    
    font-weight: bold;
    text-transform: uppercase;
}

#online .form {
    width: 50%;
}

#online .form form {
    margin: 20px 40px;
    padding: 0 40px;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    
    font-weight: normal;
}

#online .form form #problem {
    width: 95%;
    height: 48px;
    padding: 1% 2%;
    margin-bottom: 10px;
    
    font-weight: normal;
    resize: vertical;
    border: 1px solid #CFCFCF;
}

#online .form form #phone {
    padding: 2%;
    width: 60%;
    
    font-weight: normal;
    border: 1px solid #CFCFCF;
}

#online .form form #button {
    padding: 2%;
    margin-left: 2px;
    width: 33%;
    font-weight: normal;
    color: #FFF;
    background-color: var(--main-color);
    border: none;
}

#online .form form #button:hover {
    background-color: #0057f9;
    cursor: pointer;
}

#online .call {
    width: 25%;
}

#online .call p {
    font-size: 14px;
    color: #474747;
}

#online .call h3 {
    
    font-weight: bold;
    text-transform: uppercase;
}

/*
/* 
||||||||||||||||||||||||||||||
       ORDER FORM
||||||||||||||||||||||||||||||
*/
.order {
    
    font-weight: normal;
}

.order p {
    font-size: 15px;
    text-align: center;
}

.order .form {
    width: 100%;
}

.order .form form {
    margin: 20px 40px;
    padding: 0 40px;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    
    font-weight: normal;
}

.order .form form #textarea {
    width: 95%;
    height: 40px;
    padding: 1% 2%;
    margin-bottom: 10px;
    
    font-weight: normal;
    resize: vertical;
    border: 1px solid #CFCFCF;
}

.order .form form #textinput {
    padding: 2%;
    width: 60%;
    
    font-weight: normal;
    border: 1px solid #CFCFCF;
}

.order .form form #button {
    padding: 2%;
    margin-left: 2px;
    width: 33%;
    
    font-weight: normal;
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
}

.order .form form #button:hover {
    background-color: #FFF;
    color: #000;
    border: 1px solid #D3D3D3;
    cursor: pointer;
}

/*
||||||||||||||||||||||||||||||
          FOOTER
||||||||||||||||||||||||||||||
*/
#footer {
    
    font-weight: normal;
    background-color: #1c242f;
    padding: 40px 0;
}

#mobile_footer {
    
    font-weight: normal;
    background-color: #1c242f;
    padding: 40px 0;
}

#footer .list {
    width: 27%;
    vertical-align: top;
    display: inline-block;
    color: #FFF;
}

#footer .list a {
    color: #FFF;
}

#footer .list h3, #footer .list p, #footer .list ul {
    padding-right: 20px;
    font-size: 17px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

#footer .list p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.6);
}

#footer .products {
    width: 69%;
    padding-left: 3%;
    vertical-align: top;
    display: inline-block;
    box-shadow: inset 4px 0 0 0 rgba(255, 255, 255, 0.1);
}

#footer .products ul li {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    height: 100%;
}

#footer .products ul li:nth-child(-n+4) {
    margin: 0 0px 0 0;
}

#footer .products ul li:hover {
    background-color: #FFF;
}

#footer .products ul li a {
    color: #f1f1f1;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    min-height: 41px;
}

#footer .products ul li:hover a {
    color: #010101;
}

#footer .list .home-icon {
    background: url(/public/img/icons/home-big.png) rgba(255, 255, 255, 0.1) center center no-repeat;
    height: 54px;
    width: 54px;
    margin: 0 20px 0 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

#footer .list .list-icon {
    background: url(/public/img/icons/list-big.png) rgba(255, 255, 255, 0.1) center center no-repeat;
    height: 54px;
    width: 54px;
    margin: 10px 20px 0 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

#footer .list .list-a {
    margin: 15px 20px 0 20px;
}

#footer .list .list-a a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

#footer .list .list-a a:hover {
    color: rgba(255, 255, 255, 0.9);
}

/*
||||||||||||||||||||||||||||||
          Headings
||||||||||||||||||||||||||||||
*/
#heading {
    
    font-weight: normal;
    font-size: 14px;
}

#heading h2 {
    border-bottom: 1px solid #DFDFDF;
}

#heading h2 span {
    background-color: #f3f4f6;
    padding: 0 5px;
    position: absolute;
    line-height: 0px;
    height: 18px;
    margin-left: 20px;
    
    font-weight: normal;
}
/*
||||||||||||||||||||||||||||||
          Models
||||||||||||||||||||||||||||||
*/
#models {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
	text-align: center;
}

#models .block {
    display: inline-block;
    background-color: #FFF;
    width: 18%;
    margin-right: 2.5%;
    margin-top: 10px;
    border-radius: 4px;
    transition: 0.3s;
}

#models .block a {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
}

#models .block a img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

/*#models .block a:hover {*/
/*box-shadow: inset 0 0 0px 5px #C7C7C7;*/
/*}*/
#models .block:hover {
    box-shadow: inset 0 0 0 2px #ccc;
}

#models .block:nth-child(5n) {
    margin: 0;
    margin-top:10px;
}

#models .block .brand {
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    padding: 0 5px 5px;
}

#models .block .model {
    padding-top: 5px;
    text-transform: uppercase;
    color: #9B9B9B;
}


/*
||||||||||||||||||||||||||||||
          Anchor
||||||||||||||||||||||||||||||
*/
#anchors ul {
    
    font-weight: normal;
    font-size: 14px;
    background-color: #F0F0F0;
    padding: 5px 0 0 5px;
}

#anchors ul li {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    margin: 0 5px 5px 0;
}

#anchors ul li:hover {
    display: inline-block;
    background-color: #000;
}

#anchors ul li:hover a {
    color: #FFF;
}

#anchors ul li a {
    color: #000;
    padding: 15px;
    letter-spacing: 0.5px;
    display: block;
}

/*
||||||||||||||||||||||||||||||
          Price
||||||||||||||||||||||||||||||
*/
#price {
    
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 25px;
    margin-top: 25px;
}

#price .price-bg {
    background-color: #efefef;
    display: inline-block;
    width: 100%;
}

#price ul {
    list-style: none;
    /* surPRISE MOTHERF**R
    padding: 3px 3px 0 3px;
    border: 8px solid #D0D0D0;
    */
}

#price ul li {
    height: 36px;
    margin-bottom: 3px;
}

#price ul li .arrow {
    height: 36px;
    width: 36px;
    float: left;
    background-color: #d0d0d0;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

#price ul li .arrow i {
    line-height: 36px;
}

#price ul li:hover .arrow {
    background-color: #000;
    width: 36px;
}

#price ul li .name {
    height: 36px;
    line-height: 36px;
    width: 80%;
    background-color: #FFF;
    float: left;
}

#price ul li:hover .name {
    background-color: #363636;
    color: #FFF;
}

#price ul li .name span {
    padding-left: 20px;
}

#price ul li .price {
    height: 36px;
    line-height: 36px;
    width: 20%;
    background-color: var(--main-color);
    float: left;
    color: #FFF;
    text-align: center;
}

#price ul li:hover .price {
    background-color: var(--main-color);
}

#price .container .price-bg-padding
{
    padding-top:100px;
}

/*
||||||||||||||||||||||||||||||
       FAULTS
||||||||||||||||||||||||||||||
*/
#faults {
    
    font-weight: normal;
}

#faults .faults {
}

#faults .faults ul {
    display: table;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#faults .faults ul li {
    background: url(../img/faults.png) 15px 50% no-repeat;
    display: inline-table;
    width: 24.2%;
    min-height: 70px;
    margin: 0 1% 1% 0;
    box-shadow: inset 0 0 0 3px #F2F2F2;
    background-color: #FFF;
}

#faults .faults ul li:nth-child(4n) {
    margin-right: 0;
}

#faults .faults ul li a {
    padding: 15px 15px 15px 50px;
    display: block;
    color: #3C3C3C;
    font-size: 15px;
}

#faults .faults ul li:hover a {
    color: #FFF;
}

/* 
||||||||||||||||||||||||||||||
       CUSTOM LINKS
||||||||||||||||||||||||||||||
*/
#custom {
    
    font-weight: normal;
}

#custom .custom {
    width: 100%;
}

#custom .custom ul {
    display: table;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#custom .custom ul li {
    background: url(../img/faults.png) 15px 50% no-repeat;
    display: inline-table;
    width: 24.2%;
    margin: 0 1% 1% 0;
    box-shadow: inset 0 0 0 3px #F2F2F2;
    background-color: #FFF;
}

#custom .custom ul li:nth-child(4n) {
    margin-right: 0;
}

#custom .custom ul li a {
    padding: 15px 15px 15px 50px;
    display: block;
    color: #3C3C3C;
    font-size: 15px;
}

#custom .custom ul li:hover a {
    color: #FFF;
}

/*
||||||||||||||||||||||||||||||
       CONTACT BRACNHES
||||||||||||||||||||||||||||||
*/

.branches {
    margin-top: 20px;
}

.branches .branch {
    display: block;
    float: left;
    width: 19%;
    text-align: center;
    background-color: #EDECEC;
    min-height: 130px;
	margin-bottom:1%;
    height: auto;
}

.branch:not(:first-child),
.branch:not(:nth-child(1)) {
    margin-left: 1%;
}

.branch:nth-child(6){
	margin-left: 0;
}

.branches .branch h2 {
    height: 25px;
    font-size: 18px;
}

.branches .branch p {
    margin: 5px 0 5px 0;
}

.branches .branch p.phone {
    font-weight: bold;
}

.footer-contacts {
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 5px 20px;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 10px 20px 10px;
    border-bottom: solid 2px #323943;
    width: 440px;
    box-sizing: content-box;
    display:none;
}

.footer-contacts-text {
    float: left;
    position: relative;
    display: block;
    max-width: 380px;
    margin: 0 19px 0 0;
}

.footer-contacts-text h2 {
    font-size: 16px;
    margin-bottom: -25px;
    color: #0066bc;
}

.footer-contacts-text p {
    margin-bottom: 0;
    line-height: 1.7;
}

.footer-contacts-map {
    position: relative;
    float: left;
    color: #25aeed;
    width: 130px;
    height: 100px;
}

.external-reference,
.footer-contacts-text a {
    margin: 5px 0 10px;
    font-weight: bold;
    width: auto;
    text-decoration: none;
    color: #41ADE2;
    cursor: pointer;
    -webkit-transition: color 0.17s;
    -moz-transition: color 0.17s;
    -ms-transition: color 0.17s;
    -o-transition: color 0.17s;
    transition: color 0.17s;
}

.external-reference:hover,
.footer-contacts-text a:hover {
    color: #8cdaff;
    text-decoration: underline;
}

#footer-regions-contacts {
    background: #1c242f;
}

/*
||||||||||||||||||||||||||||||
       MODAL CALL
||||||||||||||||||||||||||||||
*/
.modal-call {
    position: fixed;
    display: none;
    width: 100vw;
    height: 110vh;
    
    font-weight: normal;
    top: 0;
    background: rgba(51, 51, 51, 0.91);
    z-index: 9999;
}

.modal-call--open {
    display: block;
    margin-top:0px;
}

.modal-call .text {
    padding: 0 9%;
    width: 100%;
    box-sizing: border-box;
}

.modal-call .text p {
    font-size: 14px;
    color: #fff;
}

.modal-call .text h3 {
    
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
}

.modal-call .form {
    width: 100%;
}

.modal-call .form form {
    margin: 0 9%;
    
    font-weight: normal;
}

.modal-call .form form #problem {
    width: 95%;
    height: 48px;
    padding: 1% 2%;
    margin-bottom: 10px;
    
    font-weight: normal;
    resize: vertical;
    border: 1px solid #CFCFCF;
}

.modal-call .form form #phone {
    padding: 2%;
    width: 65%;
    margin: 10px 0;
    
    font-weight: normal;
    border: 1px solid white;
    box-sizing: border-box;
}

.modal-call .form form #name {
    padding: 2%;
    width: 100%;
    
    font-weight: normal;
    border: 1px solid white;
    box-sizing: border-box;
}

.modal-call .form form #button {
    padding: 2%;
    margin-left: 15px;
    width: 30%;
    
    font-weight: normal;
    color: #FFF;
    background-color: #1C242F;
    border: 1px solid #000;
}

.modal-call .form form #button:hover {
    background-color: #41ade2;
    border: 1px solid #FFF;
    cursor: pointer;
}

.modal-call .call {
    width: 25%;
}

.modal-call .call p {
    font-size: 14px;
    color: #474747;
}

.modal-call .call h3 {
    
    font-weight: bold;
    text-transform: uppercase;
}

.body--over {
    position: fixed;
    width: 100%;
}

.mob-body {
    position: relative;
    width: 480px;
    background: var(--main-color);
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
}


.bg-hover-special #price ul li:hover .price {
    background: var(--main-color);
    filter: saturate(0.6);
}

.mob-body .container {
    min-width: 480px;
    padding: 10px 0 30px;
}

.mod-body__closer {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;

}

.mod-body__closer span {
    display: block;
    width: 2px;
    height: 15px;
    background: rgba(51, 51, 51, 0.91);
    border-radius: 0 50%;
}

.mod-body__closer span:first-child {
    transform: rotate(45deg) translateX(12px) translateY(-5px);
}

.mod-body__closer span:last-child {
    transform: rotate(-45deg) translateX(15px) translateY(1px);
}
.policy-content {
    padding: 0 15px;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content p {
    width: 100%;
}
.policy-content h1 {
    font-size: 1.3em;
}
.policy-content h2 {
    font-size: 1.2em;
}
.policy-content p {
    margin: 10px 0;
}
.policy-content ul {
    margin-left: 43px;
}
#policy + #online {
    display: none;
}
#footer a.policy-link {
    display: block;
    max-width: 200px;
    float: right;
    margin: 15px 20px 0 0;
    text-align: right;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}
.form-note {
    max-width: 680px;
    margin-top: -20px;
    color: #b1b1b1;
    font-size: 13px;
    line-height: 21px;
}
.form-note p {
    margin-left: 20px;

}
.form-note a {
    color: #b1b1b1;
    text-decoration: underline;
}
.mob-body .form-note {
    color: rgba(255, 255, 255, 0.5);
}

.mob-body .form-note a {
    color: rgba(255, 255, 255, 0.6);
}

.form .form-note {
    max-width: 100%;
    margin-top: 0;
}
.form .form-note p {
    margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body, html {
        min-width: 768px;
        background: #f3f4f6;
    }

    #text .text {
        padding: 0px!important;
    }

    #footer {
        display: none;
    }

    .home {
        display: none;
    }

    .menu_mobile {
        display: none;
    }

    .time {
        display: none;
    }
	
	#header .tel a {
		margin-top: 0;
		line-height: 50px;
		padding: 0 20px;
	}

    #hero {
        margin-top: 20px;
    }

    #hero .text.text-right {
        text-align: left;
    }

    #hero .text h1 {
        padding: 15px;
        margin-bottom: 0;
        text-align: center;
    }

    #hero .text p {
        margin-top: 0;
        padding: 15px 10px 15px 10px;
        text-align: center;
    }

    #hero .text .button {
        padding: 0;
        height: auto;
        margin: 0 auto;
        padding-left: 15px;
    }

    #hero .text .button.right {
        float: none;
    }

    #products .block {
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #products .block:nth-child(odd) {
        margin-right: 29px;
    }

    #products .block-cap {
        width: 100% !important;
        height: auto !important;
        background: #1c242f;
    }

    #products .block-cap ul {
        width: 205px;
        margin: 0 auto;
        padding: 0;
    }

    #products .block-cap ul li {
        font-size: 14px;
    }

    #online {
        margin-top: 20px;
    }

    #online .text {
        width: 90%;
        padding: 0 15px;
        text-align: left;

    }

    #online .form {
        width: 100%;
    }

    #online .form form {
        border: none;
    }

    #online .form form #phone {
        padding: 7px 2% 9px 2%;
    }

    #online .form form #button {
        padding: 7px 2% 9px 2%;
    }

    #online .call {
        width: 90%;
        max-width: 320px;
        padding: 0 15px;
    }

    #online .form form {
        margin: 0;
        padding: 0 15px;
    }

    #promo {
        margin-top: 25px;
    }

    #promo a {
        min-height: auto;
        padding: 0 15px;
        background: none !important;
        font-size: 24px;
        text-align: center;
    }

    #advantages {
        margin-top: 25px;
    }

    #advantages .advantages ul li a {
        padding: 15px 0 15px 45px;
    }

    #heading h2 {
        border-bottom: none;
        text-align: center;
    }

    #heading h2 span {
        position: static;
        margin-left: 0;
    }

    #models .block {
        width: 18%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #models .block {
        margin-right: 19px;
    }

    #models .block:last-child {
        margin-right: 0;
    }

    #price {
        padding: 0;
    }

    #price ul {
        margin: 0;
    }

    #price ul li .name {
        width: 75%;
    }

    #price ul li .price {
        width: 25%;
    }

    #price ul li .name span {
        padding-left: 20px;
    }

    #online .container {
        display: flex;
        flex-flow: wrap;
    }

    #price .price-bg {
        background-position: 0 0 !important;
    }

    #faults .faults ul li {
        width: 50%;
        margin: 0 0 1% 0;
    }

    #custom .custom ul li {
        width: 50%;
        margin: 0 0 1% 0;
    }

    #models .block a {
        padding: 0 0 5px 10px;
    }

    #text .text {
        padding: 15px;
    }

    #text .text div {
        width: 100% !important;
    }

    #text .text h3 + div + div {
        margin-left: 0 !important;
    }

    #text .text .clear + h3 {
        margin: 50px 0 30px 0;
        text-align: center;
    }

    .branch {
        margin-bottom: 15px;
    }

    .branch:not(:first-child),
    .branch:not(:nth-child(1)) {
        margin-left: 0;
    }

    #anchors {
        text-align: center;
    }

    #advantages-more .text h1 {
        padding: 0 15px;
    }

    #advantages-more .text p {
        padding: 0 15px;

    }

    #fault {
        margin-top: 0;
    }

    #fault .info h1 {
        font-size: 16px;
    }

    #advantages-more .text h1 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    #header .logo {
        display: none;
    }

    #header .menu_mobile {
        float: right;
    }
} 

.call_out_b {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .call_out_b {
        display: block;
        position: fixed;
        z-index: 999;
        bottom: 10px;
        right: 10px;
    }

    /* #online .container .call {
        order: 1;
    }

    #online .container .text {
        order: 2;
    }

    #online .container .form {
        order: 3;
    }

    #online .container .clear {
        order: 4;
    } */

    #anchors_ul {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    
    #anchors .container {
        padding: 0px !important;
    }

    #hero .text .button a {
        line-height: 200%;
        font-size: 16px;
    }
    body, html {
        min-width: 320px;
        background: #f3f4f6;
    }

    #header .info a { 
        color: #000;
        margin-right: 10px;
        line-height: 60px;
    }

    #products .block a {
        display: flex;
        flex-flow: column;
    }

    #products .block h2 {
        order: 1;
        text-align: center;
    }

    #header .info span {
        display: none;
    }

    #menu,
    #breadcrumbs,
    #footer {
        display: none;
    }

    #header {
        margin-top: 0px;
        height: 60px;
        background-color: white;
        /* position: fixed; */
        /* top: 0; */
    }

    .home {
        display: none;
    }

    #header .logo {
        width: 100px;
        height: 40px;
        margin: 10px;
    }

    #header .nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 10;
        width: 100%;
        background: none;
    }

    #header .tel.right {
        margin-right: 5px;
        margin-left:auto;
        border-left:1px solid #dedede;
        padding-left:10px;
        padding-right:3px;
    }

    #header .tel a {
		margin-top: 0;
        padding: 0;
        text-indent: -1000px;
        background: url(/img/phone_icon.png)50% 50% no-repeat;
        background-size:70%;
        height: 100%;
        text-align: right;
		padding: 0 20px;

    }

    .menu_mobile {
        display: block;
        float: right;
        width: 60px;
        height: 42px;
        padding: 9px 0;
        text-align: center;
        border-left:1px solid #dedede;
    }

    .menu_mobile img{
        height:30px;
        margin-top:5px;
    }

    .time {
        display: none;
    }
	
	#header .tel a {
		padding: 0 20px;
		margin-top: 0;
		line-height: 50px;
	}

    .city {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(#4D4C4C, #222222);
        text-align: right;
    }

    #header .city .delivery_list {
        height: auto;
        line-height: normal;
        padding: 13px 10px 13px 0;
    }

    .delivery_block ul.cities_list {
        right: 0;
        margin-top: 42px;
    }

    #header .nav ul li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #4C4E4F;
        background: #363636;
        width: 100%;
    }

    #menu {
        display: none;
    }

    #breadcrumbs + section {
        margin-top: 0;
    }

    #hero {
        margin-top: 0px;
    }

    #hero .image {
        width: 100%;
        height: 140px;
    }

    #hero .text {
        width: 100%;
        height: auto;
    }

    #hero .text.text-right {
        text-align: left;
    }

    #hero .text h1 {
        padding: 15px;
        margin-bottom: 0;
        text-align: center;
    }

    #hero .text p {
        display: none;
        margin-top: 0;
        padding: 15px 10px 15px 10px;
        text-align: center;
    }

    #hero .text .button.left,
    #hero .text .button.right {
        float: none;
        padding: 0 15px;
        margin: 0 auto;
        height: auto;
        width: auto;
    }
    #hero .hero-price{
        width: auto;
        margin: 0 auto;
        float:none;
        margin: 0 15px;
    }

    #hero .text .button.right {
        float: none;
    }

    #products {
        margin-top: 30px;
    }

    #products .block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3px;
        padding: 10px;
        margin-right: 4%!important;
        margin-left: 4%!important;
    }



    #products .block .price {
        margin-left: -10px;
    }

    #products .block img {
        order: 2;
        width: 100%;
        min-height: 70px;
        margin: 0 24px 15px 0;
        float: left;
    }

    #products .block p {
        order: 2;
        text-align: center;
    }

    #products .block.last-line {
        margin-bottom: 3px;
    }

    #products .block-cap {
        width: 100% !important;
        height: auto !important;
        background: #1c242f;
    }

    #products .block-cap ul {
        width: 205px;
        margin: 0 auto;
        padding: 0;
    }

    #products .block-cap ul li {
        font-size: 14px;
    }

    #online {
        margin-top: 0px;
    }

    #online .text {
        width: 90%;
        padding: 0 15px;
        text-align: center;

    }

    #online .form {
        width: 100%;
    }

    #online .form form {
        border: none;
    }

    #online .form form #phone {
        padding: 7px 2% 9px 2%;
    }

    #online .form form #button {
        padding: 7px 2% 9px 2%;
    }

    #online .call {
        width: 100%;
        max-width: auto;
        padding: 0 15px;
        text-align: center;
        background: white;
        margin-top: 25px;
    }

    #online .text {
        margin-top: 10px;
    }

    #online
    {
        margin-bottom:0px;
    }

    #online .form form {
        margin: 0;
        padding: 0 15px;
    }

    #models .container { 
        justify-content: space-evenly;

    }

    #models .online2 .picture {
        display: none;
    }

    #models .online2 {
        width: 100% !important;
        flex-wrap: wrap;
    }

    #models .online2 div:nth-child(3) {
        display: none;
    }

    #models .header {
        width: 100% !important;
        max-width: none !important;
        justify-content: space-around;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #models .online2 div:nth-child(4) {
        width: 100% !important;
    }

    #models .form {
        justify-content: center;
    }

    #models .form>div {
        padding-left: 0 !important;
    }

    #models .form input {
        box-sizing: border-box;
        width: 85% !important;
    }

    #models .form button {
        margin-top: 5px;
        width: 85% !important;
        margin-bottom: 15px;
    }

    #models .header strong {
        float: left;
        width: 50%;
    }

    #models .header span {
        width: 50%;
        float: right;
    }

    #models .block {
        margin-right: 0 !important;
        height: 170px;
        padding: 10px;
        box-sizing: border-box;
    }

    .hidden-heading {
        display: none;
    }

    #promo {
        margin-top: 25px;
    }

    #promo a {
        min-height: auto;
        padding: 0 15px;
        background: none !important;
        font-size: 24px;
        text-align: center;
    }

    #advantages {
        margin-top: 25px;
    }

    #advantages .advantages ul li {
        width: 100%;

    }

    #heading h2 {
        font-size: 18px;
        border-bottom: none;
        text-align: center;
    }

    #heading h2 span {
        position: static;
        margin-left: 0;
    }

    #models .block {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #models .block:nth-child(odd) {
        margin-right: 12px;
    }

    #price .price-bg {
        background-position: -275px -10px !important;
    }

    #price .price-bg ul {
        margin: 0px 5px 5px !important;
    }

    #price {
        padding: 0;
    }

    #price ul {
        margin: 0;
    }

    #price ul li .name {
        width: 75%;
    }

    #price ul li .price {
        width: 25%;
    }

    #price ul li .name span {
        padding-left: 10px;
    }

    #price .container .price-bg-padding
    {
        padding-top:80px;
    }

    #faults .faults ul li {
        width: 100%;
        margin: 0 0 1% 0;
    }

    #custom .custom ul li {
        width: 100%;
        margin: 0 0 1% 0;
    }

    #models .block a {
        padding: 0 0 5px 10px;
    }

    #text .text {
        padding: 5px;
    }

    #text .text div {
        width: 100% !important;
    }

    #text .text h3 + div + div {
        margin-left: 0 !important;
    }

    #text .text .clear + h3 {
        margin: 50px 0 30px 0;
        text-align: center;
    }

    .branch {
        margin-bottom: 15px;
    }

    .branch:not(:first-child),
    .branch:not(:nth-child(1)) {
        margin-left: 0;
    }

    #anchors {
        text-align: center;
    }

    #notebook .image {
        display: none;
    }

    #advantages-more {
        margin-top: 16px;
    }

    #advantages-more .text {
        width: 100%;
        height: auto;
    }

    #advantages-more .text h1 {
        padding: 0 15px;
    }

    #advantages-more .text p {
        padding: 0 15px;
        text-align: center;
    }

    #fault {
        margin-top: 0;
    }

    #fault .info {
        padding-bottom: 20px;
    }

    #fault .info h1 {
        font-size: 16px;
    }

    #fault .info .description p {
        padding: 0 0 0 5px;
        text-align: left;
    }

    #fault .info .img {
        display: none;
    }

    #fault .info .text {
        padding: 0 15px;
        margin-left: 0;
        text-align: center;
    }

    #fault .info .button {
        float: none;
    }

    #model {
        margin-top: 20px;
    }

    #model .info {
        text-align: center;
    }

    #model .info img {
        height: auto !important;
        width: 100% !important;
        padding: 5px !important;
    }

    #model .info .button {
        margin-top: 25px;
        float: none;
    }

    #model .info .price {
        width: auto;
        text-align: center;
        float: none;
    }

    #service .info {
        text-align: center;
    }

    #service .info .img {
        display: none;
    }

    #service .info .text {
        margin-left: 0;
    }

    #service .info h1,
    #model .info h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
        margin-top:0;
    }

    #service .info p {
        text-align: left;
    }

    #service .info .button {
        float: none;
    }

    #service .info .price {
        float: none;
        text-align: center;
    }

    #fault .info .price{
        float:none;
        text-align: center;
    }
    #advantages-more .image {
        width: 100%;

    }

    .advantage .text {
        text-align: center;
    }

    #advantages-more .text h1 {
        font-size: 16px;
    }

    .map {
        margin-left: 0!important;
        /*pointer-events: none;*/   
    }

    .mob-body {
        width: 90%;
    }

    .mob-body .container {
        min-width: 90%;
        display: block;
        overflow: auto;
    }

    .modal-call .form form {
        padding: 0;
        border: 0;
    }

    .modal-call .form form #phone {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        height: 40px;
    }
    

    .modal-call .form form #button {
        width: 100%;
        margin-left: 0;
        height: 50px;
    }

    .modal-call {
        top: -7px;
    }

    .speshal-ws {
        white-space: nowrap;
    }

    .more-button {
        background: url(../img/faults.png) 15px 50% no-repeat;
        display: inline-table;
        width: 24.2%;
        padding: 15px 15px 15px 0;
        margin: 0 1% 1% 0;
        box-shadow: inset 0 0 0 3px #F2F2F2;
        background-color: #FFF;
        text-align: center;
        box-sizing: border-box;
        
        font-weight: normal;
        color: #3C3C3C;
        font-size: 15px;
    }

    #app-model-finder{
        display: none;
    }

    .price-bg>span {
        line-height: 2 !important;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        padding: 40px 20px !important;
        text-align: center;
    }


    #service .info,
    #model .info {
        flex-direction: column;
        height: auto !important;
    }

    #service .info img {
        height: auto !important;
        width: 100% !important;
        padding: 5px !important;
        object-fit: contain;
    }

    #service .info .text,
    #model .info .description {
        margin: 0px 15px !important;
    }

    #service .info .text p,
    #model .info .description p {
        height: auto !important;
        text-align: justify;
        line-height: 21px;
        margin-right: 0px;
    }
}


@media screen and (max-width: 1024px) {
    #heading h2 {
        padding: 0 15px;
    }

    #hero .text {
        padding-bottom: 20px;
    }

    section {
        margin-top: 25px;
    }
}

@media screen and (max-width: 855px) {
    #menu ul li a {
        padding: 0 12px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    #faults {
        display: none;
    }
}

#menu ul li a {
    transition-duration: 0s;
}

#service .info .button a:hover {
    cursor: pointer;
}


#fault .info .button a:hover {
    cursor: pointer;
    background: #ff0000;
    transition: all 1s;
}

#price .price-bg ul {
    margin: 0px 15px 15px;
}

.price-bg>span {
    line-height: 100px;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 15px;
}

.type-price__typename {
	font-weight: 900;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.alert {
    color: white;
    padding: 14px 20px;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 8px;
}

.alert:empty {
    display: none !important;
}

.alert-danger {
    border: 1px solid;
    background-color: #ffffffb5;
    color: #ca4949;
    border-color: white;
    font-weight: 500;
}

.alert-success {
	background-color: #36cc76ba;
    border: 1px solid #ccffcc;
}

.online2 .alert {
    padding: 0;
    text-align: left;
    margin-top: 11px;
}

.online2 .alert-success {
    background-color: transparent;
    border: 0;
    color: #098f42ba;
    font-size: 13px;
}

#model_search {
	display: none;
}

.products > ul {
    grid-row: row 1;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px 4px;
}

.offer-utp {
    padding-left: 15px;
}