h1,
h2,
h3,
h4,
.zag-black,
.zag-green,
.item-block span,
.why-section-title,
.p-white,
.p-yellow,
.p2,
.why-block h2,
.phone {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 800;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(../img/general/foon.png);
    font-family: roboto;
    overflow-x: hidden;
}

input:valid:not(:placeholder-shown),
textarea:valid:not(:placeholder-shown) {
    border-color: green !important;
}

input:invalid:not(:placeholder-shown),
textarea:invalid:not(:placeholder-shown) {
    border-color: red !important;
}

.container {
    min-width: 320px;
}

.call-us-img img {
    /*margin-left: -25px !important;*/
}

.z-index-0 {
    z-index: -1;
}

.z-index-1 {
    z-index: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 15px;
}

.modal-header .close {
    margin-top: -45px;
}

.about-1 {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(../img/general/ocompanii1.png);
    background-position: 0px 0px;
}

footer .politic {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-left: 35px;
    margin-top: 10px;
}

ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

[dir="ltr"] ul {
    padding-left: 0;
}

.about-1:hover {
    background-position: 100px 0px;
    cursor: pointer;
}

.about-2 {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(../img/general/ocompanii2.png);
    background-position: 0px 0px;
}

.about-2:hover {
    background-position: 100px 0px;
    cursor: pointer;
}

.about-3 {
    margin: 0 auto;
    width: 112px;
    height: 100px;
    background: url(../img/general/ocompanii3.png);
    background-position: 0px 0px;
}

.about-3:hover {
    background-position: 112px 0px;
    cursor: pointer;
}

.about-4 {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(../img/general/ocompanii4.png);
    background-position: 0px 0px;
}

.about-4:hover {
    background-position: 100px 0px;
    cursor: pointer;
}

.logo {
    margin-top: 5px;
    color:#ccc;
    font-size: 28px;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
}

#callback {
    margin: 40px 0px;
}

#callback .form-block {
    padding: 3em 1em;
    padding-bottom: 2.4em;
    padding-right: 34px;
}

#callback .forms .row {
    margin: 0px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
}

.img-forms {
    width: 110%;
    right: -5px;
    position: absolute;
    top: -4px;
    z-index: 1;
}

#callback .img-forms {
    right: 0;
    top: 0;
    height: auto;
    width: auto;
}

#callback .sale-text {
    color: #ffc700 !important;
    line-height: 1 !important;
}

.col-md-4.col-sm-12.text-right.mob {
    display: none;
}

.button-top {
    margin-top: 10px;
    float: right;
    margin-right: 36px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-radius {
    padding: 10px 40px;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    font-weight: 700;
    border: none;
    border-radius: 0;
}

.form-modal-input .btn-radius {
    padding: 10px 40px;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #ffae00, #ffcc00);
    font-weight: 700;
    border: none;
    border-radius: 0;
}
.form-modal-input .btn-radius:hover {
    border: 2px solid;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    color: #fff; 
}

.btn-radius:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#2a48a1));
    background: linear-gradient(to top, #2a48a1, #2a48a1);
    color: #fff;
}

.nav li {
    list-style: none;
    float: left;
    padding: 13px 2px;
}

.nav ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -moz-column-rule: 0px dotted #ccc;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 0px dotted #ccc;
    border: 2px solid #3154bb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fff));
    background: linear-gradient(to top, #fcfcfc, #fff);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
}

.review-item {
    border: 2px solid #3154bb;
    padding: 29px 30px 17px 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fff));
    background: linear-gradient(to top, #fcfcfc, #fff);
    -webkit-box-shadow: 0 0 10px rgba(160, 158, 158, 0.5);
    box-shadow: 0 0 10px rgba(160, 158, 158, 0.5);
}

.nav ul li a,
.nav ul li span {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 10px;
    font-size: 13px;
}

.nav ul li a:hover,
.nav ul li span {
    color: #fff;
   
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
}

.head-line-2 {
    font-size: 17px;
    font-weight: 300;
    padding-right: 120px;
    line-height: 30px;
    margin-top: 20px;
}

.btn-radius-1 {
    margin-top: 0px;
    padding: 13px 44px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    font-weight: 700;
    border: none;
    border-radius: 0;
}

.btn-radius-1:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#2a48a1));
    background: linear-gradient(to top, #2a48a1, #2a48a1);
    color: #fff;
}

.btn-radius-2 {
	font-size: 16px;
    margin-top: 2px;
    padding: 8px 25px !important;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    font-weight: 700;
    border: none;
    border-radius: 0;
}


.btn-radius-2:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#2a48a1));
    background: linear-gradient(to top, #2a48a1, #2a48a1);
    color: #fff;
}

.btn-radius-3 {
    padding: 10px 34px;
    color: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#ffcc00));
    background: linear-gradient(to top, #ffae00, #ffcc00);
    font-weight: 700;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.btn-radius-3:hover {
    padding: 8px 32px;
    border: 2px solid;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    color: #fff;
    border-radius: 0;
}

.btn-radius-4 {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    background: #ffb900;
    font-weight: 300;
    border: none;
    font-size: 14px;
    border-radius: 0;
}

.btn-radius-4:hover {
    padding: 5px 20px;
    background: #2a48a1;
    color: #fff;
}

.btn-radius-5 {
    margin-left: 0px;
    padding: 10px 34px;
    color: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#ffcc00));
    background: linear-gradient(to top, #ffae00, #ffcc00);
    font-weight: 700;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.btn-radius-5:hover {
    padding: 8px 32px;
    border: 2px solid;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    color: #fff;
}

.mid-form3 [name=submit],
.bot-form3 [name=submit] {
    margin-left: 20px;
    width: 170px;
    padding-left: 0;
    padding-right: 0;
}

.item-block span {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-block p {
    font-weight: 600;
    font-size: 16px;
    margin-left: 28px;
    margin-top: -3px;
}

.price-row {
    margin-bottom: 0px;
}

.head-line {
    font-size: 17px;
    font-weight: 300;
    /*padding-right: 120px;*/
    padding-right: 0px;
    /*line-height: 30px;*/
    margin-top: 23px;
}

.head-line:last-child {
    margin-top: 20px;
}

.head-line span {
    color: #2a48a1;
}

.item-block__head {
 	font-size: 24px !important;
    color: #333 !important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 800;
    /*text-transform: uppercase;*/
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px !important;
}

.item-block__head-under {
    font-size: 24px !important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 800;
    /*text-transform: uppercase;*/
    padding-left: 30px;
    margin-bottom: 0px !important;
}

.item-block__text {
    margin-top: 0px;
    padding-left: 15px;
    line-height: 1;
}

.item-block__text-first {
    padding-left: 30px;
    padding-right: 35px;
}

#showcase .btn-radius {
    font-size: 20px;
}

.showcase-container {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    /*min-height: 550px;*/
    padding-top: 70px;
    padding-bottom: 50px;
}

.showcase-container .zag-black {
    margin-top: 0;
}

.showcase-container .showcase-text {
    padding-left: 0;
}

.showcase-container .btn-radius-1 {
    width: 100%;
}

#prices {
    margin-top: -20px;
}

.review-inner2 {
    padding-top: 20px;
}

#callback .p2 {
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    /*font-family: 'Open Sans', sans-serif;*/
}

#callback .fix-height {
    min-height: 100px;
}

#callback .flex-row {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.4em;
    padding: 3em 1em 2.4em 1em;
}

.row-inner {
    padding-bottom: 38px;
    position: relative;
}

.showcase-tops-span {
    line-height: 4;
    font-weight: 700;
    font-size: 16px;
    display: block; /**/
    margin-top: -7px; /**/
}

p.why-title {

    font-size: 24px !important;
    margin: 20px 0px;
    margin-bottom: 16px;
    /*text-transform: uppercase;*/
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 100%;
}

.why-block h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 40px 0px;
    margin-bottom: 28px;
}

.why-top {
    font-size: 14px;
    font-weight: 900;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.why-sub {
    margin-left: 10px;
}

#why-section-master {
    margin-top: 34px;
}

#review-section {
    margin-top: 52px;
}

#call-section {
    margin-top: 52px;
}

.modal-title {
    font-weight: 600;
    font-size: 25px;
    border-bottom: none !important;
    text-align: center;
}

.form-modal-input input {
    margin: 15px 0px;
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #acacac;
    outline: none;
}

.modal .btn-radius {
    width: 100%;
}

.form-wrap {
    height: 80px;
    padding: 26px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-wrap-2 {
    /*height: 80px;
    padding: 20px 0px;*/
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-sub-2,
.form-sub {
    margin-bottom: 0;
    /*padding-top: 4px;*/
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.form-sub-2 a,
.form-sub a {
    text-decoration: underline;
    color: #edc200;
}

.form-block-2 input,
.form-block-2 textarea {
    border: 1px solid #fff;
    padding: 9px 15px 9px 9px;
    outline: none;
}

.form-block-2 textarea {
    display: block;
    width: 360px;
    resize: none;
    height: 63px;
}

.bot-form2 input[name=tel],
.mid-form2 input[name=tel] {
    width: 170px;
}

.form-sub {
    margin-bottom: 0;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.form-sub a {
    text-decoration: underline;
    color: #edc200;
}

.form-block input {
    border: none;
    padding: 9px;
    margin-right: 3px;
    outline: none;
    border: 1px solid #fff;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px !important;
}

.image-block {
    /*margin-top: 8px;
    margin-left: -15px;*/
    width: 85px;
}

.about {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fff));
    background: linear-gradient(to top, #fcfcfc, #fff);
}

.why-li {
    height: 100px;
}

.modal-header {
    border: none;
}

.review-inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coll-left {
    float: left;
}

.coll-right {
    float: right;
}

.fa-lg {
    font-size: 13px;
}

.modal-content-ts {
    width: 500px;
    background-color: #fff;
    border: 50px solid #2a48a1;
    height: 500px;
    /*border-radius: 50%;*/
    margin: 0 auto;
}

.modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2em 3em;
    background: none;
}

button.close {
    margin-top: -37px;
    margin-right: -30px;
}

.showcase-text {
    padding-top: 0px;
    padding-left: 11px;
}

.navbar-header {
    background: #2a48a1;
    color: #fff;
}

.no-transition {
    -webkit-transition: height 0.001s;
    transition: height 0.001s;
}

.why-section-title {
    font-weight: 700;
    text-align: center;
    margin: 33px 0px;
    font-size: 30px;
    margin-top: 49px;
}

.showcase-text .zag-black {
    font-weight: 600;
    font-size: 36px;
    /*line-height: 30px;*/
}

.showcase-text .zag-green {
    color: #2a48a1;
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
}

#about-section {
    margin: 20px 0px;
    margin-top: 10px;
}

.review-inner1 img {
    width: 35px !important;
    height: 35px !important;
}

.no-border {
    border-left: none !important;
}

.steps-inner {
    padding-left: 22px;
    padding-right: 0px;
    /*margin-top: 20px;*/
}

.steps-cnt {
    font-size: 24px !important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 800;
    margin: 0 !important;
    line-height: 0.5;
}

.steps-text {
    font-size: 24px !important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 800;
    color: #333 !important;
    /*text-transform: uppercase;*/
    margin-top: 7px;
    line-height: 1;
    margin-bottom: 0px;
}

.about-block {
    margin-bottom: 15px;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    padding: 1em 0;
}

.about-block p {
    padding-top: 20px;
    padding: 13px 0px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

#about-section .title-section h2 {
    margin: 40px 0px;
}

.success {
    padding: 50px 0px;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 25px;
}

.why-item p {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.price-block span {
    color: #3154bb;
    font-size: 24px;
    /*font-family: 'Open Sans', sans-serif;*/
}

header .phone {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 5px 0px;
    text-align: right;
    float: right;
}

header .phone span {
    color: #3154bb;
}

.phone-img {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}

.phone a {
    color: #000;
}

.phone a:hover {
    text-decoration: none;
}

header .slogan {
    margin-left: 3px;
    margin-top: 7px;
    font-weight: 300;
    color: #000;
    border-left: 1px solid #ccc !important;
    padding: 0px 30px;
}

.price-block {
    height: 160px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    margin-bottom: 20px;
    padding: 20px 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fff));
    background: linear-gradient(to top, #fcfcfc, #fff);
}

.price-block:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 2, 4, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 2, 4, 0.2);
}

.item-block p {
    color: #3154bb;
    font-weight: 600;
    font-size: 28px;
}

.title-section h2 {
    font-weight: 800;
    text-align: center;
    margin: 33px 0px;
    font-size: 30px;
    margin-top: 54px;
}

.item-block {
    border: 2px solid #3154bb;
    height: 130px;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fff));
    background: linear-gradient(to top, #fcfcfc, #fff);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
}

/*.how-img {
    margin-top: 3px;
    margin-left: 1px;
}*/

.why-item {
    padding: 30px 5px;
    height: 290px;
    text-align: center;
    border: 2px solid #3154bb;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fff));
    background: linear-gradient(to top, #fcfcfc, #fff);
}

#call-section .form-block-2 {
    width: 100%;
    max-width: 630px;
    padding: 32px 31px 19px 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
    background: linear-gradient(to top, #2a48a1, #3860d3);
    -webkit-box-shadow: 0 0 10px rgba(160, 158, 158, 0.5);
    box-shadow: 0 0 10px rgba(160, 158, 158, 0.5);
}

#call-section .form-block-2 .p-white {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    /*line-height: 2px;*/
    line-height: 1.2;
    /*font-family: 'Open Sans', sans-serif;*/
    /*margin-bottom: 26px;*/
    margin-bottom: 0px;
}

#call-section .form-block-2 .p-yellow {
    font-weight: 600;
    color: #ffc900;
    font-size: 24px;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.2;
}

.no-padding {
    padding: 0px !important;
}

.nav {
    margin-top: 5px;
}

.title-section-wrk {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 33px;
}

.chem-lyche-img img {
    margin-left: -20px;
    max-height: 339px;
}

.fa-stack-1x {
    top: -1px;
}

.owl-dots {
    text-align: center;
    position: relative;
    margin-top: 38px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #dcdcdc;
    margin-left: 13px;
    margin-right: 13px;
}

.owl-dot.active {
    background: #ffb900;
}

.footer-inner {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
}

.item-block-head {
    height: 150px;
}

footer {
    background: #303438;
}

footer .container,
header .container {
    padding: 20px 0px;
}

footer .slogan {
    font-style: normal;
    color: #ddd;
    border-left: 1px solid #595d60;
    padding: 5px 20px;
    margin-top: 5px;
    padding-left: 33px;
    font-weight: 300;
}

footer .phone {
    font-size: 22px;
    /*font-weight: 900;*/
    font-weight: 400;
    color: #fff;
    padding: 5px 0px;
    float: right;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
}

footer .phone span, footer .phone-footer span  {
    color: #3154bb;
}

footer .phone a, footer .phone-footer a  {
    color: #fff;
}

.phone_img {
    float: right;
}

.phone_img img {
    margin-top: 18px;
    margin-right: 6px;
}

.bot_phone_img {
    float: right;
}

.bot_phone_img img {
    margin-top: 15px;
    margin-right: 6px;
}

.footer {
    margin-top: -4px;
}

.price-table {
    border-collapse: collapse;
    width: 100%;
}

.price-table td {
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.price-table tr:hover td {
    background-color: rgba(0, 2, 4, 0.1)
}

.price-table .price-table-title {
    font-size: 16px !important;
    font-weight: 600;
    width: 70%;
    white-space: normal;
}

.price-table .price-table-price {
    color: #3154bb;
    font-size: 16px !important;
    font-weight: 700;
    padding: 5px 30px;
    white-space: nowrap;
    text-align: center;
}

.modal-dialog [name=name] {
    margin-bottom: 0;
}

.price-table-btn {
    position: relative;
    width: 100px;
}


.price-table-btn a {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.defect-section .defect-box {
    margin: 15px 0;
}

.defect-section .row:first-child .defect-box {
    /*margin-top: 0;*/
}

.defect-section .row:last-child .defect-box {
    /*margin-bottom: 0;*/
}

.why-text .brand {
    display: inline-block;
}
.why-text .series {
    display: inline-block;
    padding-left: 5px;
}
.why-text .name {
    display: block;
    padding-top: 5px;
}

.defect-section .why-item {
    height: auto;
}

.defect-section .why-text {
    height: auto;
}

.defect-section .model-list {
    margin: 0;
    list-style-type: none;
}

.defect-section .model-list li:before {
    content: '\2023';
    font-size: 25px;
    padding-right: 10px;
    line-height: 18px;
    color: #3154bb;
    vertical-align: middle;
}

.defect-section .model-list li {
   line-height: 30px;
}

.modal p.callback-yellow {
    color: #ffc900;
    font-weight: 700;
}

.pay-footer img{
    margin-right:10px;
    height:35px;
    margin-right: 30px;
    
}
.pay-footer {
    padding:0 15px 0 15px ;
}
.pay-footer p{
    margin:0px;
}
.phone-footer{
    font-style: normal;
    /*border-left: 1px solid #595d60;*/
    padding-left: 33px;
    font-weight: 300;
    max-width:300px;
    
    color: #fff;
    padding: 5px 0px;
    float: right;
    margin-top: 0px;
}

/* .about {
    background-image: url(../img/bg-about.png);
    background-size: cover;
    background-position-x: right;
    color: #fff;
}
.garant {
    background-image: url(../img/bg-garant.png);
    background-size: cover;
    background-position-x: right;
    color: #fff;
}
.ceni {
    background-image: url(../img/bg-ceni.png);
    background-size: cover;
    background-position-x: right;
    color: #fff;
}*/

.ceni .sm-zag-block, .garant .sm-zag-block,  .about .sm-zag-block {
    background: #00000000;
}

.info{
    display: none;
    width:100%;
    background-color: #333;
    padding-top:15px;
    padding-bottom:15px;
    
}
.info div{
    width: 80% ;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    text-align: center
    
}

.load-more-btn{
    margin: 20px auto 0 auto;
    font-size: 16px;
    border: 1px solid #acacac;
    width: 170px;
    text-align: center;
    padding: 10px 0px;
    transition: all 0.3s ease;
}
.load-more-btn:hover{
    background-color: rgba(0, 2, 4, 0.1);
}

@media (min-width: 992px) {
    #koronaImg{
       display: none;
      
    }
    .navbar-header {
        display: none;
    }
    .phone-sm {
        display: none;
    }
    .mid-nav {
        display: none;
    }
    .acci-hidder {
        display: none;
    }
}

@media screen and (max-width: 1020px) {

    .nav ul li a,
    .nav ul li span {
        font-size: 13px;
    }
    .nav li {
        padding: 13px 4px;
    }
    /*.image-block {
        margin-left: -19px;
    }*/
    /*.how-img {
        margin-top: 8px;
        margin-left: 2px;
    }*/
    .img-forms {
        top: 5px;
    }
    .form-block input {
        padding: 10px 0 10px 10px;
    }
    .chem-lyche-img img {
        margin-left: -15px;
    }
}

@media screen and (max-width: 991px) {

    .nav ul li a,
    .nav ul li span {
        font-size: 16px;
        color: #333;
    }
    
    .sm-padding-left {
        padding-left: 15px !important;
    }
    .sm-padding-right {
        padding-right: 15px !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 13px;
        margin-right: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.9);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .margin-center {
        margin: 0 auto;
    }
    .showcase-text {
        padding-left: unset;
        text-align: center;
    }
    .sm-zag-block {
        background: #fff;
        margin-top: 30px;
    }
    .item-block-head {
        height: 217px !important;
    }
    .item-block__text {
        margin-top: 15px;
        padding-left: 5px;
    }
   /* .image-block {
        margin-left: -50px;
        margin-top: 75px;
    }*/
    /*.image-block-first {
        margin-left: -70px;
    }*/
    .back-pad {
        padding-left: 10px !important;
    }
    .item-block {
        height: 195px;
    }
    .price-block {
        height: 304px;
    }
    .price-block p {
        font-weight: 600;
        font-size: 16px;
        margin-left: 0;
        margin-top: 0px;
    }
    .shumit-margin {
        margin-top: 15px !important;
    }
    /*.how-img {
        margin-top: -35px;
        margin-left: 80px;
    }*/
    .steps-inner {
        padding-left: 22px;
        padding-right: 0px;
        margin-top: 15px;
    }
    .form-block input {
        padding: 10px 30px 10px 10px;
    }
    .sm-hidder {
        display: none;
    }
    .why-item {
        margin-bottom: 20px;
    }
    #why-section-master {
        margin-top: 14px;
    }
    .why-top {
        margin-top: 0;
        margin-bottom: 0px;
    }
    #call-section .form-block-2 {
        max-width: unset;
    }
    .form-block-2 input {
        padding: 10px 55px 10px 10px;
    }
    .footer {
        margin-top: 50px;
    }
    .nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000 !important;
        padding: 13px 0px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .nav ul li a:hover,
    .nav ul li span {
        padding: 10px 10px;
    }
    .nav {
        margin-top: 5px;
        position: relative;
    }
    .head-line {
        padding: 0 55px;
    }
    .head-line-2 {
        padding: 0 55px;
    }
    .showcase-text {
        padding-top: 55px;
        padding-bottom: 35px;
    }
    
    .pt-0 {
        padding-top: 0;
    }
    .why-block h2 {
        text-align: center;
    }
    header .phone-sm {
        font-size: 22px;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
        color: #000;
        padding: 5px 0px;
        margin-top: 0px;
        margin-left: 12px;
        text-align: unset;
        float: unset;
    }
    .phone-sm a {
        color: #000;
    }
    header .phone-sm span {
        color: #3154bb;
    }
    header .phone-sm img {
        margin-right: 15px;
        margin-top: -5px;
    }
    .navbar-toggle .icon-bar {
        background: #2a48a1;
    }
    .acci-mob-hidder {
        display: none;
    }
    .phone-img {
        display: none;
    }
    header .phone {
        font-size: 20px;
    }
    .mob_img {
    	padding-bottom: 30px;
    }
    
    #koronaImg{
       /*display: none;*/
       width: 100px; 
       height:100px;
    }
    #koronaOpen{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .xs-pad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .form-wrap-2 {
        height: 190px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-block-2 input {
        width: 100% !important;
    }
    .form-block-2 textarea {
        width: 100%;
        height: 100px;
    }
    #review-section {
        text-align: center;
    }
    #call-section {
        text-align: center;
    }
    #call-section .form-block-2 .p-white {
        line-height: 1;
        margin-bottom: 0;
    }
    #call-section .form-block-2 .p-yellow {
        line-height: 1;
    }
    .xs-no-border-o {
        border-left: none;
    }
    .no-xs-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .form-wrap {
        height: 150px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-block input {
        width: 100% !important;
    }
    #callback .form-block {
        padding: 48px 31px 34px 31px;
        text-align: center;
    }
    #callback .p2 {
        line-height: 1;
        margin-bottom: 0;
    }
    #callback .flex-row {
        display: block;
    }
    
     #callback .col-md-4.col-sm-12.text-right.mob {
        display: block;
    }
     #callback .col-md-4.col-sm-12.text-right {
        display: none;
    }
   /* .how-img {
        margin-left: 0;
        float: right;
    }*/
    .showcase-text .zag-green {
        line-height: 35px;
    }
    /*.showcase-text {
        padding-top: 30px;
    }*/
    .head-line {
        padding: 0 10px;
    }
    .head-line-2 {
        padding: 0 10px;
    }
    .sm-zag-block {
        margin-top: 0px;
    }
    /*.image-block {
        margin-left: unset;
        margin-top: -75px;
        float: right;
    }*/
    .item-block-head {
        height: 170px !important;
    }
    /*.image-block-last {
        margin-top: -77px;
    }*/
    .sm-hidder_p {
        display: none;
    }
    .btn-radius-3 {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .btn-radius-5 {
        margin-left: 0px !important;
        width: 100% !important;
    }
    .modal-content-ts {
        width: auto;
        color: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
        background: linear-gradient(to top, #2a48a1, #3860d3);
        border: none;
        height: auto;
        border-radius: 5px;
    }
    .modal-content-ts a {
        color: #fff;
    }
    .modal-content {
        padding: 1em 2em;
    }
    
    button.close {
        margin-top: 10px;
        margin-right: 10px;
    }
    .form-modal-input input {
        margin: 15px 0px;
        padding: 10px 10px;
        width: 100%;
        color: #000;
    }
    .modal-header {
        padding-bottom: 0px;
    }
    .success {
        background: none !important;
    }
    .back-pad {
        padding-left: 60px !important;
    }
    .price-table-btn {
    	display: none;
    }
    .pb-60 {
        padding-bottom:60px;
    }

    .helpers-block {
        flex-direction: column;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

         .helpers-block .helper {

        padding-left: 15px !important;

     } 


     .helpers-block .helper img{
        width: 20px;
        height: 20px;
     }

.helpers-block .helper a {
margin-left: 0;
     } 

 


    .dropdown-menu {
        width: 100%;
    }


 .nav ul li .dropdown-menu span  {
    margin-left: 20px !important;
   }

}

@media screen and (max-width: 647px) {
    .xs-hidder-bro {
        display: none;
    }
    header .phone img {
        margin-top: -5px;
        margin-right: 10px;
    }
    .logo {
        display: inline-block;
    }
    .logo img {
        margin-top: -21px;
    }
    header .slogan {
        margin-left: 20px;
        margin-top: 11px;
        display: inline-block;
        text-align: left;
    }
    .xs-header-align {
        text-align: center;
    }
    footer .slogan {
        display: inline-block;
        text-align: left;
        margin-left: 20px;
    }
    footer .phone img {
        margin-top: -5px;
        margin-right: 10px;
    }
    footer .phone {
        width: 100%;
    }
    .mid-nav {
        display: inline-block;
        float: right;
        margin-top: 6px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .navbar-toggle {
        margin-right: 0px;
        margin-top: 0px;
    }
    .phone-sm {
        display: none;
    }
    header .phone {
        display: block;
        text-align: center !important;
        float: none;
    }
    .showcase-text .zag-black {
        font-size: 28px;
    }
    .showcase-text .zag-green {
        font-size: 28px;
    }
    #callback .p2 {
        font-size: 22px;
    }
    #callback .form-block {
        padding: 48px 10px 34px 10px;
    }
    #call-section .form-block-2 {
        padding: 48px 10px 34px 10px;
    }
    #call-section .form-block-2 .p-white {
        font-size: 22px;
    }
    #call-section .form-block-2 .p-yellow {
        font-size: 22px;
    }
    header .phone {
        font-size: 22px;
    }
    .price-table {
        display: block;
    }
    .price-table tbody {
        display: block;
    }
    body table.price-table tr {
        border-top: 1px solid #acacac;
        display: block;
        font-size: 0;
        padding: 5px 10px;
        height: auto;
    }
    .price-table tr:hover {
        background-color: rgba(0, 2, 4, 0.1);
    }
    .price-table tr:hover td {
        background-color: transparent;
    }
    .price-table tr:last-child {
        border-bottom: 1px solid #acacac;
    }
    .price-table td {
        border: none;
        box-sizing: border-box;
        display: inline-block;
        padding: 0;
    }
    .price-table .price-table-title {
        width: 65%;
        white-space: normal;
    }
    .price-table .price-table-price {
        padding: 0;
        text-align: right;
        width: 35%;
    }
    .price-table .price-table-btn {
        display: none;
    }


    
}

@media screen and (max-width: 621px) {
    .modal-content-ts {
        width: auto;
        color: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));
        background: linear-gradient(to top, #2a48a1, #3860d3);
        border: none;
        height: auto;
        border-radius: 5px;
    }
    .modal-content-ts a {
        color: #fff;
    }
    .modal-content {
        padding: 1em 2em;
    }
    .form-modal-input input {
        margin: 15px 0px;
        padding: 10px 10px;
        width: 100%;
        color: #000;
    }
    .modal-header {
        padding-bottom: 0px;
    }
    .price-table-btn {
    	display: none;
    }

}

@media screen and (max-width: 421px) {
    header .slogan {
        border-left: none !important;
        margin-left: 0px;
        display: block;
        text-align: center;
    }
    footer .slogan {
        display: block;
        text-align: center;
        border-left: none !important;
        margin-left: 0px;
    }
    .logo img {
        margin-top: 0px;
    }
    .why-top {
        margin-left: 20px;
    }
    .why-sub {
        margin-left: 20px;
    }
    .sm-zag-block {
        margin-top: 0px;
    }
    .back-pad {
        padding-left: 30px !important;
    }
    .price-table-btn {
    	display: none;
    }
    footer .col-sm-9 .col-xs-12 {
        text-align:center;
    }
    footer .fff-p-l-15 {
        text-align:center;
    }
    footer .flex-end-end {
        justify-content: center;
    }
    footer .footer-btn {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .sm-up-hidder {
        display: none;
    }
}

@media (min-width: 648px) {
    .xs-hide-up-this {
        display: none;
    }
}

.gadgetTypeMenu{
    display:block !important;
    position: relative !important;
}
.gadgetTypeMenu li{
    float:none ;
    /*height:35px;*/
    padding:1px;
    border-bottom: 0px #00000026 solid !important;
}

@media (min-width: 700px) {
    .column-1{
    column-count:1;
    }
    .column-2{
        column-count:2;
    }
    .column-3{
        column-count:3;
    }
    .column-4{
        column-count:4;
    }
}

@media (max-width: 700px) {
    .column-1{
        column-count:1;
    }
    .column-2{
        column-count:2;
    }
    .column-3{
        column-count:2;
    }
    .column-4{
        column-count:2;
    }
}

@media screen and (max-width: 450px) {
    .column-1{
        column-count:1;
    }
    .column-2{
        column-count:1;
    }
    .column-3{
        column-count:1;
    }
    .column-4{
        column-count:2;
    }
}

.korona {
    background: #cfd9df;
    /*color: #fff;*/
    color: #303438;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.korona .koronaContainer {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    padding-left: 15px;
    justify-content: space-between;
}

.korona .koronaContainer p {
    max-width: 768px;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 0;
}

.korona .koronaImg {
    background: url(../img/koronaImg.png);
    display: block;
    float: right;
    width: 110px;
    height: 110px;
    background-size: cover;
}


.koronaClose {
    padding: 20px;
    cursor: pointer;
}

.koronaClose:hover {
    opacity: 0.6;
}
.block_vacancy{
background: #cfd9df;
    padding: 20px;
    margin: 20px 0;

    display: flex;

}
.block_vacancy .title {
     font-size: 16px;
    font-weight: 600;
    text-align: left;
   

}
ul.list_vacancy {
    margin-left: 30px;
}
.generate_vacancy{
    text-align: justify;
}
.text_vacancy {
margin-top: 0;
text-align: center;
}
.background_vacancy{
    background: #cfd9df;
}
.ml-20 p:nth-child(2){
    font-size: 12px;
}

.helpers-block{
    align-items: flex-end;
    display: flex;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #f4f4f4 solid;
}

.helpers-block .helper {
display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 5px;
    width: 100%;
    line-height: 14px;
}

.helpers-block .helper img {
    width: 20px;
    height: 20px;

}

.helpers-block .helper a {
    font-weight: normal;
    padding-left: 10px;
    margin-left: 5px !important;
    font-size: 14px;
    background: #FFFFFF00 !important;
}

.title-dropnav {
    font-size: 14px;
}

/* Стили для кнопки|скрипта прайс-листа "показать больше" */
#myList tr {
        display:none;
}
#loadMore {
    cursor:pointer;
}



/* #rat */ 
/*.korona{*/
/*    display: none;*/
/*    max-width: 500px;*/
/*    background-color: #fff;*/
/*    margin-left: -200px;*/
/*    margin-bottom: 0px;*/
/*    box-shadow: 0px 0px 10px 0px rgba(0, 2, 4, 0.1);*/
/*}*/

/*#koronaOpen{*/
/*    width: 300px;*/
/*    margin-top: 0px;*/
/*    padding: 13px 30px;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    background: -webkit-gradient(linear, left bottom, left top, from(#2a48a1), to(#3860d3));*/
/*    background: linear-gradient(to top, #2a48a1, #3860d3);*/
/*    font-weight: 700;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    border-radius: 0 0 20px 20px;*/
/*    margin-left: -110px;*/
/*}*/

/*.koronaOpen{*/
/*    position: fixed;*/
/*    top:0;*/
/*    left: 50%;*/
/*    z-index: 99999;*/

/*}*/
/*#koronaImg{*/
   /*display: none;*/
/*   width: 100px; */
/*   height:100px;*/
/*   cursor: pointer;*/
/*   background-image: url("/assets/template/img/korona.png");*/
/*   background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    position: fixed;*/
/*    top:200px;*/
/*    right:50px;*/
/*    z-index: 99999;*/
/*}*/
