@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;0,800;1,700;1,800&display=swap');

body {
    font-family: 'Noto Sans', sans-serif;
    color: #444;
    font-size: 16px;
}
a {
    color: #000;
}
a:hover,
a:focus {
    outline: none;
    color: #40A629;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 28px;
}
b,strong {
    font-weight: 700;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.widget-info p {
    margin: 0;
}
.header__top {
    padding: 10px 0;
    background: #f9f9f9;
}
.header__adres {
    padding-left: 30px;
    background: url(../img/ico-adress.svg) 0 50% no-repeat;
    font-size: 16px;
    background-size: 24px;
}
.header__adres .widget-title {
    display: none;
}
.site-header {
    transition: all 0.5s;
    padding: 10px 0;
}
.site-header .container {
    position: relative;
}
.site-header.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all 0.5s;
}
.header__phone {
    padding-left: 30px;
    background: url(../img/ico-phone.svg) 0 50% no-repeat;
    font-size: 16px;
    background-size: 24px;
}
.header__phone .widget-title {
    display: none;
}
.header__phone p {
    margin: 0;
}
.header__phone p a {
    color:#000;
    transition: all 0.3s;
}
.header__phone p a:hover {
    color: #40A629;
}
.bg-light {
    background-color: #fff !important;
}
.navbar-toggler {
    width: 26px;
    height: 26px;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background: url(../img/ico-menu.svg) no-repeat;
    background-size: 26px;
    background-position: 50% 50%;
    border: none;
    border-radius: 0;
}
.navbar {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.navbar-brand {
    padding: 0;
	max-width:150px;
}
.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #40A629;
}
.form-wrapper {
    position: relative;
    z-index: 1;
}
.section__start {
    position: relative;
    padding: 70px 0;
}
.home-up_text {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.start__info h1 {
    font-size: 30px;
    line-height: 135.9%;
    color:#000;
    margin: 0;
    text-transform: uppercase;
}
.start-subhead {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 30px;
    color: #40A629;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.section-start-descr {
    font-size: 18px;
    color: #222
}

.section__start .form-wrapper {
    margin-top: 20px;
}
.section__start .container {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.form-start {
    max-width: 420px;
    margin: 0;
    padding: 30px;
    border: 2px dashed #40A629;
    border-radius: 5px;
	float: right;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.heading-count {
    display: inline-block;
    width: auto;
    padding-right: 40px;
    padding-bottom: 15px;
    background: url(../img/arrow-down.svg) no-repeat;
    background-position: 100% 50%;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
    font-weight: 700;
}
.form-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    padding: 30px;
    background: rgba(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.form-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color:#000;
}
.form-subhead {
    font-size: 18px;
    margin-bottom: 20px;
}
.btn-main,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: block;
    border: none;
    padding: 17px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
    background: #deae00;
    border-radius: 5px; 
    font-weight: 700;
    font-size: 15px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0 0 0;
    transition: all 0.3s;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-main:hover {
    background: #d0c900;
    color: #000;
}
.btn__more {
    padding: 0 0 3px 0;
    display: inline-block;
    font-size: 14px;
    color: #40A629;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    background: none;
    border-bottom: 2px solid #40A629;
    text-transform: uppercase;
}
.btn__more:hover {
    border-color: transparent;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    font-family: 'Noto Sans', sans-serif;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
    color:#222;
    border-color: #222;
}
textarea {
	width: 100%;
        height: 150px;
}
.btn-callback {
    max-width: 180px;
    padding: 8px 20px 8px 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
	border: 2px solid #FFD84E;
    background-color: #FFD84E;
    background-image: url(../img/ico-call.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 14px 50%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    float: right;
}
.btn-callback:hover {
	background-color: #fff;
    background-image: url(../img/ico-call.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 14px 50%;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.company-advant {
    background: #F5F5F5;
    padding: 30px 0;
}
.advant-row .advant-col {
    border-right: 1px solid #D7D7D7;
}
.advant-row .advant-col:last-child {
    border-right: none;
}
.comp-advant p {
    margin: 0;
}
.comp-advant img {
    margin-bottom: 15px;
}
.heading {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 40px;
    background: url(../img/bg-line.svg) no-repeat;
    background-position: 50% 100%;
    text-align: center;
}
.form-wrapper-modal:before,
.form-wrapper-modal:after {
    display: none;
}
.form-wrapper-modal {
    padding: 0 !important;
}
.modal-title {
    font-family: 'Montserrat', sans-serif;
    color:#222;
}
.modal-body {
    padding: 0 0 30px 0;
}
.modal-header {
    border-bottom: 0;
}
.section-padding {
    padding: 100px 0;
}
.service-item {
    background: #F5F5F5;
    border-radius: 5px;
    transition: all 0.3s;
    padding-bottom: 30px;
    position: relative;
    min-height: 550px;
	width: 100%;
	max-width: 370px;
	margin: 15px auto;
	overflow:hidden;
}
.service-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.service-item .btn__more {
    position: absolute;
    left: 10px;
    bottom: 30px;
}
.service-img {
    position: relative;
    min-height: 260px;
	overflow:hidden;
}
.service-img img {
    min-height: 250px;
	transition: all 0.3s;
}
.service-item:hover .service-img img {
	transform: scale(1.1);
}
.service-price-wrap {
    display: block;
    width: 100%;
    max-width: 200px;
    background: url(../img/bg-price.png) 0 0 no-repeat;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    padding-left: 10px;
}
.service-text {
    padding-left: 10px;
    padding-right: 10px;
}
.service-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    color: #000;
    min-height: 55px;
}
.service-price {
    color: #E0A923;
    font-size: 22px;
    font-weight: 700;
	letter-spacing: 1px;
}
.service-price-wrap:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 50px 0px;
    border-color: transparent transparent #007bff transparent;
}
.section-advantages {
    position: relative;
    background: url(../img/bg-advant.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.section-advantages:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 0.78);
}
.section-advantages .heading {
    color:#fff;
}
.advant-item {
    color: #fff;
}
.advant-item img {
    display: block;
    margin-bottom: 15px;
}
.advant-item p {
    margin: 0;
}
.info-services-a {
    background: url(../img/bg-start.jpg) no-repeat;
    background-position: 100% -50px;
    padding-top: 100px;
}
.info-services-b {
    background: url(../img/avtomatic-bg.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
.info-services-b:before {
    content: "";
    display: block;
    width: 490px;
    height: 100%;
    background: url(../img/avtomatic-bg-right.jpg) no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}
.info-services-container {
    position: relative;
}
.info-services-img {
    display: block;
}
.info-services-inner {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.info-services-inner h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
}
.services-inner-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 590px;
}
.section__sizes-info {
    display: block;
    width: 100%;
    max-width: 520px;
    padding: 30px 15px;
    border-radius: 5px;
    background: rgba(255,255,255,0.8);
}
.img-sizes {
    display: block;
    max-width: 500px;
    border: 5px solid #ff9503;
}
.section__sizes-info .btn-main {
    margin: 40px 0 0 0;
}
.garanty-img {
    display: block;
    width: 148px;
    height: 148px;
    background: url(../img/garant.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -65px;
    right: -120px;
    z-index: 1;
}
.automatic-img {
    display: block;
    margin: 100px auto 0 auto;
}
.section-steps {
    background: url(../img/bg-steps.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.step__info-item {
    position: relative;
    padding: 0 0 0 60px;
    max-width: 330px;
    margin-bottom: 30px;
}
.step__info-item:before {
    color:#40A629;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #40A629;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.step__info-item-a:before {
    content: "01";
}
.step__info-item-b:before {
    content: "02";
}
.step__info-item-c:before {
    content: "03";
}
.step__info-item-d:before {
    content: "04";
}
.step__info-item:hover:before {
    color: #fff;
    background: #40A629;
}
.about__info h2 {
    margin: 0 0 25px 0;
}
.img-about {
    position: relative;
    width: 100%;    
    max-width: 470px;
    margin: 0 auto;
}
.img-about:before {
    content: "";
    background: #FFD84E;
    height: 10px;
    position: absolute;
    left: -10px;
    top: -10px;
    right: 40px;
}
.img-about:after {
    content: "";
    background: #FFD84E;
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: 40px;
    width: 10px;
} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #40A629;
    border-color: #40A629;
    text-align: center;
}
.nav-tabs {
    margin-bottom: 15px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #222;
    text-align: center;
    padding: 10px 12px;
    font-size: 15px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #40A629;
}
.contact-bottom {
    padding-top: 45px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color:#000;
}
.contact-bottom p {
    margin: 0;
}
.contact-bottom .widget-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0
}
.contact-tel {
    background: url(../img/ico-phone.svg) no-repeat;
    background-position: 50% 0;
    background-size: 36px;
}
.contact-adres {
    background: url(../img/ico-adress.svg) no-repeat;
    background-position: 50% 0;
    background-size: 36px;
}
.contact-time {
    background: url(../img/ico-time.svg) no-repeat;
    background-position: 50% 0;
    background-size: 36px;
}
.site-footer {
    padding: 20px 0;
    background: #232323;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.logo-footer {
    max-width: 240px;
    margin: 0 auto;
}
.site-footer p {
    margin: 0;
}
.form-contact {
    background: #F0F1F3;
}
.thanks-page {
    padding: 100px 0;
    background: url(../img/bg-advant.jpg) center center no-repeat;
    background-size: cover;
}
.thanks-page .site-header,
.thanks-page .header__top,
.thanks-page .site-footer{
    display: none;
}
.thanks-inner {
    padding: 30px 15px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
}
.thanks-inner h1 {
    font-size: 30px;
    margin: 0 0 25px 0;
}
.thanks-inner .btn-main {
    margin: 30px auto 0 auto;
}
@media(max-width:1199px) {
    h1,
    .start__info h1,
    .start-subhead,
    .heading {
        font-size: 24px;
    }
    .navbar {
        max-width: 960px;
    }
}
@media(max-width:991px) {
    .navbar {
        max-width: 720px;
    }
    .navbar-nav {
        padding-top: 15px;
    }
    .navbar-brand {
        white-space: normal;
		max-width:130px;
    }
    .navbar-nav>li {
        padding-bottom: 0;
        text-align: center;
    }
    .site-header.sticky .header-tel {
        top: 15px;
    }
	.section__start {
		padding: 50px 0;
	}
    .section-padding {
        padding: 50px 0;
    }
    .info-services-a,
    .info-services-b {
        padding-top: 50px;
    }
    .form-start {
        padding: 30px 15px;
    }
    .form-heading {
        font-size: 17px;
    }
    .form-subhead {
        font-size: 15px;
    }
    .section-start-descr {
        font-size: 16px;
    }
    .start-subhead {
        margin-bottom: 30px;
    }
    .info-services-inner {
        padding: 30px 15px;
    }
    .info-services-inner h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .header__phone {
        position: absolute;
        right: 55px;
        top: 8px;
    }
}
@media(min-width:768px) {
	.mobile-start-form {
		display:none;
	}
}
@media(max-width:767px) {
    .navbar {
        max-width: 540px;
    }
	.section__start {
		padding: 30px 0;
	}
    .form-start {
        margin: 30px auto;
		float:none;
    }
	.start-col-right {
		display: none;
	}
    .btn-callback {
        margin: 10px auto 0 auto;
        float: none;
    }
    .service-title {
        font-size: 17px;
        margin-top: 10px;
    }
    .service-item {
        min-height: 580px;
    }
    .service-item p {
        font-size: 15px;
    }
    .header__adres-wrap {
        display: flex;
    }
    .header__adres {
        padding-left: 24px;
        font-size: 14px;
        background-size: 20px;
    }
    .start-subhead {
        margin-bottom: 15px;
    }
    .section-start-descr {
        font-size: 16px;
    }
    .advant-row .advant-col {
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .advant-item {
        margin-top: 15px;
    }
    .services-inner-right {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 15px;
    }
}
@media(max-width:575px) {
    body {
        font-size: 14px;
    }
    /*.row {
        margin-right: -5px;
        margin-left: -5px;
    }*/
    h1, .start__info h1 {
       font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
	.advant-item {
		max-width: 320px; 
		margin: 15px auto 0 auto;
		text-align: center;
	}
	.advant-item img {
		margin-left:auto; 
		margin-right: auto;
	}
	.service-item {
	    min-height: 1px;
	    padding-bottom: 50px;
	}
	.service-item .btn__more {
	    bottom: 15px;
	}
	.service-title {
	    min-height: 1px;
	    margin-bottom: 10px;
	}
}
@media(max-width:479px) {
    .start-subhead {
        font-size: 16px;
    }
    .form-wrapper {
        padding: 30px 15px;
    }
    .form-heading {
        font-size: 16px;
    }
    .form-subhead {
        font-size: 16px;
    }
    .heading {
        font-size: 22px;
    }
    .section__models-info {
        font-size: 16px;
    }
    .advant-item h3,
    .comp-advant h2, .comp-advant h3, .comp-advant h4{
        font-size: 16px;
    }
}
@media(max-width:419px) {

    .navbar {
        padding: 0 10px;
    }
    .navbar-brand {
		margin: 0;
    }
    .header-tel {
        top: 16px;
    }
	.header__phone {
		    right: 50px;
		padding-left: 22px;
		background-size: 20px;
	}
}
@media(max-width:359px) {
	.navbar-brand {
		max-width: 120px;
	}
}

@media(max-width:320px) {
    h1 {
        font-size: 18px;
    }
    .header-tel {
        padding-left: 30px;
        right: 75px;
    }
    .heading {
        font-size: 20px;
    }
}