* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat Medium';
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    list-style: none;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-decoration: none;
}
a{
    display: inline-block;
    text-decoration: none;
}




.owl-item{
    float: left;
}
.owl-carousel {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}

/*** Preloader **/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: .1s;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;

    transition: all .5s linear;
}

.preloader.loaded .object {
    animation: none;
}

#loading {
    background-color: #ffffff;
}

#loading-center-object {
    width: 200px;
    height: 200px;
    transform: rotate(-135deg);
}

.preloader-body {
    text-align: center;
}

.object {
    border-radius: 50%;
    position: absolute;
    border: 4px solid #3375ec;
    border-bottom-color: transparent;
    border-right-color: transparent;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    top: 65px;
    left: 65px;
    width: 70px;
    height: 70px;
    animation-delay: 0.2s;
}

#object_three {
    top: 55px;
    left: 55px;
    width: 90px;
    height: 90px;
    animation-delay: 0.4s;
}

#object_four {
    top: 45px;
    left: 45px;
    width: 110px;
    height: 110px;
    animation-delay: 0.6s;
}

@keyframes animate {
    50% {
        transform: rotate(360deg) scale(0.8);
    }
}

/*** Preloader **/





.wrapper{
    overflow: hidden;
}
.section-title{
    color: #262c34;
    font-size: 32px;
    text-align: center;
    font-family: 'Montserrat Bold';
    margin-bottom: 75px;
    position: relative;
    line-height: 1.2;
}
.section-title.white-bg:after{
    content: '';
    display: block;
    width: 217px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    background: #00963b;
}


.main-screen{
    background-image: url('../images/15.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0 105px 0;
    overflow: hidden;
	position:relative
}
.main-screen:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
}

.main-screen-slider{
    position: relative;
}
.main-screen-slider .slider-title{
    font-size: 48px;
    color: #fff;
    font-family: 'Montserrat Bold';
    margin-bottom: 25px;
}
.main-screen-slider .slider-title span{
    color: #00963b;
}
.main-screen-slider .slider-second-title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
}
.main-screen-slider .slider-advantages{
    display: flex;
   
    padding: 0 15px;
	margin-top:50px;
}
.slider-advantages .s-advantage-item{
    display: flex;
    align-items: center;
}

.main-screen .slider-advantages .s-advantage-image{
    margin-right: 25px;
}
.main-screen .slider-advantages .s-advantage-image svg, .main-screen .slider-advantages .s-advantage-image img{
    width: 45px;
    height: 45px;
    fill: #23bf60;
    -webkit-filter: drop-shadow( 0 4px 10px rgba(1,145,59,.08));
    filter: drop-shadow( 0 4px 10px rgba(1,145,59,.08));
}
.slider-advantages .s-advantage-item .s-advantage-text{
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat Regular';
}


.main-screen-slider .owl-stage-outer{
    overflow: hidden;
}
.main-screen-slider .owl-nav{
    display: none;
}
.main-screen-slider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    bottom: -70px;
    justify-content: center;
    align-items: center;
}
.main-screen-slider .owl-dots .owl-dot{
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    outline: none;
    border: none;
    margin: 0 15px;
    transition: .3s all ease;
    cursor: pointer;
}
.main-screen-slider .owl-dots .owl-dot.active{
    height: 20px;
    width: 20px;
    background: #00963b;
}















.call-back-form.form-1 .container{

}

.call-back-form .form-block{
    position: relative;
}
.call-back-form .form-block .form{
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.1);
    border-radius: 5px;
    transform: translate(0,-105px);
}
.call-back-form .form-block:after{
	display:none;
    content: '';
   
    width: calc(100% - 30px);
    height: 100%;
    background: #fff;
    opacity: 0.2;
    box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.45);
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto;
    z-index: 90;
    border-radius: 5px;
    transform: translate(0,-105px);
}

.call-back-form .form-block .form-block-title{
    font-size: 30px;
    color: #262c34;
    font-family: 'Montserrat Medium';
    margin-bottom: 30px;
}
.call-back-form .form-block .form-block-title span{
    font-family: 'Montserrat Bold';
}
.call-back-form .form-block input{
    display: block;
    border-radius: 4px;
    background-color: rgb(246, 246, 248);
    box-shadow: inset 0px 1px 6px 0px rgba(238, 237, 242, 0.4);
    padding: 30px 20px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #33383f;
    line-height: 1;
    border: 2px solid rgb(246, 246, 248);
    transition: .3s all ease;
}
.call-back-form .form-block input:focus{
    border: 2px solid #ccc;
}
.call-back-form .form-block button{
    display: block;
    width: 100%;
    padding: 30px 20px;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    box-shadow: 0px 4px 0px 0px rgba(0, 117, 46, 0.004),0px 10px 16px 0px rgba(0, 150, 59, 0.14);
    border: none;
    font-family: 'Montserrat Medium';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    transition: .3s all ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.call-back-form .form-block button:before{
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 10em);
    animation: sheen 1.2s .2s forwards infinite;
}
.call-back-form .form-block button:hover{
    transform: translate(0,-5px);
}

.call-back-form.form-2 .form-block input{
    padding: 25px;
    margin-bottom: 20px;
}
.call-back-form.form-2 .form-title{
    font-size: 24px;
    color: #262c34;
    margin-bottom: 15px;
}
.call-back-form.form-2 .form-title span{
    color: #00963b;
    font-family: 'Montserrat Bold';
}
.call-back-form.form-2 .form-desctiption{
    font-size: 16px;
    color: #33383f;
    font-family: 'Montserrat Regular';
    margin-bottom: 20px;
}
.call-back-form.form-2 .form-block button{
    font-size: 16px;
}
.call-back-form.form-2 .form-block .form,
.call-back-form.form-2 .form-block:after{
    transform: translate(0,0);
}




.services{
    padding-bottom: 60px;
}
.services-block{
    justify-content: space-between;
}
.services-block .col{
    padding: 0 5px;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.services-block .service-item{
    padding: 30px 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.05);
    transition: .3s all ease;
}
.services-block .service-item:hover{
    transform: translate(0,-15px);
}
.service-item .service-image{
    margin-bottom: 25px;
}
.service-item .service-image svg{
    width: 71px;
    height: 71px;
    fill: #01913b;
    -webkit-filter: drop-shadow( 0 4px 10px rgba(1,145,59,.08));
    filter: drop-shadow( 0 4px 10px rgba(1,145,59,.08));
}
.service-item .service-name{
    font-size: 16px;
    color: #262c34;
    line-height: 1;
    margin-bottom: 15px;
    height: 40px;
}
.service-item .action a{
    text-decoration: none;
    font-size: 16px;
    color: #00963b;
    font-family: 'Montserrat Regular';
    border-bottom: 1px dashed #00963b;
    position: relative;
    transition: .3s all ease;
}
.service-item .action a:hover{
    color: #333;
}

.service-item .action a:after{
    content: '';
    display: block;
    height: 9px;
    width: 13px;
    background-image: url('../images/download-sm.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s all ease;
}

.service-item .action a:hover:after{
    right: -30px;
}










.advantages{
    padding: 70px 0 100px;
}
.advantages .section-title{
    margin-bottom: 100px;
}
.advantages-block .advantage-item{
    margin-bottom: 40px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 10px;
}
.advantages-block .advantage-item .advantage-image{
    margin-bottom: 10px;
}
.advantages-block .advantage-item .advantage-image img{
    height: 150px;
}
.advantages-block .advantage-item .advantage-name{
    font-size: 20px;
    color: #262c34;
    margin-bottom: 15px;
}
.advantages-block .advantage-item .advantage-description{
    color: #262c34;
    font-size: 16px;
    font-family: 'Montserrat Light';
}









/************other*****************/



/********header*******/

.header-text {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 0;
} 

.logo p:first-child {
	font-size: 30px;
    color: #2ad179;
	font-weight:bold;
}

.header-text .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text .info .address,
.header-text .info .phone {
    display: flex;
    justify-content: space-between;
}

.phone {
	flex-direction:row;
}

.phone-info {
    margin-right: 20px;
}

.phone-info p {
    font-size: 18px;
    font-family: Montserrat SemiBold;
    color: rgb(38, 44, 52);
    line-height: 1.2;
}

.phone-info p a {
    color: black;
    text-decoration: none;
}


.phoneBlock {
	display:flex;
	
	align-items:center;
}

.phoneBlock a {
	text-decoration:none;
	color:black;
	cursor:pointer;
}

.header-text .info .address .img ,
.header-text .info .phone .img {
    margin-right: 15px;
}

.header-text .info .address .address-info p ,
.header-text .info .phone .phone-info p {
    font-size: 18px;
    font-family: Montserrat SemiBold;
    color: rgb(38, 44, 52);
    line-height: 1.2;
}

.header-text .info .phone .phone-info p span {
    font-size: 13px;
    font-family: Montserrat Regular;
    color: rgb(38, 44, 52);
}

.header-text .info .phone {
    margin:0;
}

.header-text .info .img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.14);
    width: 30px;
    height: 30px;
}

.repair-apply .apply{
    display: block;
    width: 100%;    
    padding: 20px 15px;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    box-shadow: 0px 4px 0px 0px rgba(0, 117, 46, 0.004),0px 10px 16px 0px rgba(0, 150, 59, 0.14);
    border: none;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    transition: .3s all ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.header-text .info .repair-apply .apply:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 10em);
    animation: sheen 1.2s .2s forwards infinite;
}

.header-text .info .repair-apply .apply:hover {
  transform: translate(0,-5px);
}


.header-menu {
    background-color: #262c34;

}

.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.navbar {
    padding: 10px 100px;
}

.navbar ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #262c34;
    transition: all .2s linear;
    padding: 0;
}

.navbar .dropdown-menu.show {
    transition: all .2s linear;
}

.navbar-expand-md .navbar-nav .nav-link:after {
    display: none;
}

.nav-item a{
    font-size: 13px;
    font-family: Montserrat Regular;
    color: #FFF;
    transition: all .2s linear;
}
.nav-item.show>a{
    color: #00963b;
}

.nav-item a:hover{
    transition: all .2s linear;
    color: #00963b;
    font-weight: 400;
    background: transparent;
}
.nav-item a.dropdown-item{
    padding: 10px;
    border-bottom: 1px solid #1b2026;
}

.nav-item a.dropdown-item:last-child{
    border-bottom: 0;
}





.sponsors {
    padding: 10px 0 80px;; 
}

.sponsors .sponsors-icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.sponsors .sponsors-icon .items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.05);
    transition: all .2s linear;
    cursor: pointer;
    flex: auto;
    max-width: 20%;
	margin:10px 0;
}
.sponsors .sponsors-icon .items:hover{
  box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.05), 0px 11px 15px 0px rgba(38, 44, 52, 0.05);
  transform: translateY(-5px);
    transition: all .2s linear;
}
.sponsors .sponsors-icon .items img{
    width: 100%;
}




.questions {
    padding: 0px 0 80px;
}


.questions .white-bg {
    text-align: left;
}

.questions .white-bg:after {
    right: unset;
}

.questions .container {
    display: flex;
    justify-content: space-between;
}

.questions .nav.nav-tabs  {
    flex-direction: column;    
}

.questions .nav-link {
    padding: 10px 0;
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(38, 44, 52);
    transition: all .2s linear;
}

.questions .nav-link:hover {
  color: rgb(0, 150, 59);
    transition: all .2s linear;
}

.questions .nav-link.active {
  font-size: 24px;
  font-family: "Montserrat";
  color: rgb(0, 150, 59);
  font-weight: bold;
    transition: all .2s linear;
}

.questions .card-header h5{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questions .tab-content .card {
    margin-bottom: 15px;
    border: none;
  background-color: rgb(255, 255, 255);
}

.questions .tab-content .card .card-header {
    border: none;
  border-radius: 5px;
    background-color: #FFF;
  box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.05);
}

.questions .card-header h5 button{
      font-size: 18px;
      font-family: "Montserrat";
      text-decoration: none;
      color: rgb(38, 44, 52);
      font-weight: bold;
      line-height: 1.2;
      text-align: left;
      cursor: pointer;
}

.questions .card-header h5 .btn-link{
    transition: all .2s linear;
    color: rgb(0, 150, 59);
}
.questions .card-header h5 .btn-link.collapsed{
    transition: all .2s linear;
    color: rgb(0, 0, 0);
}

.questions .card-header h5 .btn-link.collapsed ~ img{
    transition: all .2s linear;
    transform: rotate(0deg);
}

.questions .card-header h5 .btn-link ~ img{
    transition: all .2s linear;
    transform: rotate(180deg);
}

.questions .card-body{
    padding: 15px 0px 15px 25px;
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(38, 44, 52);

}

.questions .nav.nav-tabs,
.questions .nav.nav-tabs .nav-link:active,
.questions .nav.nav-tabs .nav-link{
    border:none;
}


.contacts {
    position: relative;
}

.contacts-info {
    position: absolute;
    top:50px;
    left: 225px;
    width: 26%;
}


.contacts-info .info-block{
    width: 100%;
    padding: 40px;
    border-radius: 5px;
    background-color: #FFF;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.05);
}

.contacts-info .title p{
    font-size: 36px;
    font-family: "Montserrat Bold";
    color: rgb(38, 44, 52);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.contacts-info .address,
.contacts-info .email,
.contacts-info .phone {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.contacts-info .address .img ,
.contacts-info .email .img ,
.contacts-info .phone .img {
    margin-right: 15px;
}

.contacts-info .address .address-info p ,
.contacts-info .email .email-info p ,
.contacts-info .phone .phone-info p {
    font-size: 18px;
    font-family: Montserrat SemiBold;
    color: #000;
    line-height: 1.2;
}

.contacts-info .phone .phone-info p span {
    font-size: 13px;
    font-family: Montserrat Regular;
    color: #000;
}

.contacts-info .address .img ,
.contacts-info .email .img ,
.contacts-info .phone .img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.14);
    width: 25px;
    height: 25px;
}

.contacts-info .repair-apply {
    width: 85%;
}

.contacts-info .repair-apply .apply {
    display: block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    box-shadow: 0px 4px 0px 0px rgba(0, 117, 46, 0.004),0px 10px 16px 0px rgba(0, 150, 59, 0.14);
    border: none;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    line-height: 1;
    transition: .3s all ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;

}

.contacts-info .repair-apply .apply:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 10em);
    animation: sheen 1.2s .2s forwards infinite;
}

.contacts-info .repair-apply .apply:hover {
  transform: translate(0,-5px);
}


.footer-info {
    padding: 40px 0;
    background-color: #262c34;
} 

.footer-info .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-info .url ul li a{
    font-size: 14px;
    font-family: "Montserrat Regular";
    color: #FFF;
    transition: all .2s linear;
    text-decoration: none;
}

.footer-info .url ul li a:hover{
    transition: all .2s linear;
    color: #00963b;
}

.footer-info .container .address,
.footer-info .container .phone {
    display: flex;
    justify-content: space-between;
}

.footer-info .container .address .img ,
.footer-info .container .phone .img {
    margin-right: 15px;
}

.footer-info .container .address .address-info p ,
.footer-info .container .phone .phone-info p {
    font-size: 18px;
    font-family: Montserrat SemiBold;
    color: #FFF;
    line-height: 1.2;
}

.footer-info .container .phone .phone-info p span {
    font-size: 13px;
    font-family: Montserrat Regular;
    color: #FFF;
}

.footer-info .container .img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.14);
    width: 25px;
    height: 25px;
}



footer .footer-copyright {
    background-color: #191e25;
    padding: 10px 0;
}

footer .footer-copyright p{
    color: #FFF;
}

footer ul {
    margin-bottom: 0;
}



section {
    position: relative;
}

.zapchasti {
    position: relative;
}

img.pa-item5 {
    position: absolute;
    left: -80px;
    top: -120px;
}

.prices {
    position: relative;
}
img.pa-item4 {
    position: absolute;
    top: -40px;
    left: 0;
}
img.pa-item3 {
    position: absolute;
    bottom: 75px;
    width: 400px;
    right: -22.5%;
}

.services {
    position: relative;
}

img.pa-item2 {
    position: absolute;
    right: 0;
    top: 35%;
}

.call-back-form {
    position: relative;
}

img.pa-item1, img.pa-item2, img.pa-item3, img.pa-item4 {
width: 300px;
    position: absolute;
    top: 52px;
    left: 30px;
}

img.pa-item2 {
    top: 150px;
    left: -120px;
}

img.pa-item3 {
    right: -50px;
    left: auto;
    top: 150px;
    z-index: 0;
}

img.pa-item4 {
    left: auto;
    right: -80px;
    top: 350px;
}





/*************************/

.blog-theme-info {
    padding: 50px 0;
    background-image: url('../images/main-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-theme-info .white-bg {
    color: #FFF;
}

.blog-theme-info nav {
    padding-bottom: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-theme-info nav .breadcrumb{
    background-color: transparent;
}

.blog-theme-info .breadcrumb-item a{
    color: #00963b;
}
.blog-theme-info .breadcrumb-item.active {
    color: #FFF !important;
}

.blog-text {
    padding: 80px 0;
}
.blog-text .img{
    width: 500px;
    margin: 0 auto 50px;    
}
.blog-text .img img{
    width: 100%;
}

.blog-text .post {
    font-size: 18px;
    border-radius: 8px;
    color: #262c34;
    line-height: 32px;
    text-align: justify;
    padding-top: 145px;
    font-family: 'Montserrat Regular';
    padding: 30px;
    box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.1);

}


/**********************/



.for-mobile {
    display: none !important;
}


#modal .modal-body {
	    display: flex;
    flex-direction: column;
}


#modal input {
	    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid black;
}

.modal-footer {
	justify-content:center;
}

.btn-primary:hover, .btn-primary {
	    background-image: -webkit-linear-gradient( 90deg, rgb(0,150,59) 0%, rgb(46,204,108) 100%);
    border-color: #5ecc95;
	cursor:pointer;
	box-shadow:0px 4px 0px 0px rgb(0 117 46 / 0%), 0px 10px 16px 0px rgb(0 150 59 / 14%)
}


#modal p {
	text-align:center;
}

.classerror {
	border:1px solid red!important;
}

#modal .thanks {
	display:none;
}

.policy {
    display: flex;
    align-items: center;
    justify-content: center;
}



/************доработки************/


/************доработки************/



@media only screen and (max-width: 480px){

    .header-text .info .img {
        align-items: baseline;
    }

    .header-text {
        justify-content: center;
    }

    #modal p {
        text-align: left;
    }

    .phone-info {
        margin-top:10px
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .logo p:first-child {
        font-size: 22px;
    }

    .header-text .info .img {
        width: 40px;
        height: 40px;
    }

    .header-text .info .phone {
        margin: 0;
    }

    .blog-text .img{
        width: 100%;
    }

    .blog-text .post {
        padding: 15px;
        font-size: 14px;
    }

    .blog-theme-info nav {
        font-size: 14px;
    }


    .for-mobile{
        display: block !important;
    }

    .for-desktop {
        display: none !important;
    }
    
    .mobile-menu {
        padding: 15px 0;
        position: relative;
    }

    .mobile-menu .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu .logo a {
        text-align: center;
    } 
    .mobile-menu .logo img{
        width: 75%;
    } 

    .mobile-menu .caller .img{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        border-radius: 50%;
        box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.14);
        width: 35px;
        height: 35px;
    }
    .mobile-menu .caller .img a{
        display: flex;
    }


    .mobile-menu .menu {
        position: fixed;
        height: 100vh;
        width: 100%;
        z-index: 1000;
        padding: 50px 0 0 0 ;
        top:0;
        background-color: #262c34;
        transform: translateY(-125%);
        transition: all .5s linear;
    }

    .mobile-menu .menu.menu-opened {
        transform: translateY(0%);
        transition: all .5s linear;
    }

    .mobile-menu .menu .close-btn {
        position: absolute;
        top:10px;
        right: 10px;
    }

    .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-menu li {
        width: 100%;
    }

    .nav-item.dropdown {
        border-bottom:1px solid #1b2026;
    }
    .nav-item.dropdown a{
      font-size: 14px;
      font-family: "Montserrat Regular";
    }

    .nav-item a.dropdown-item {
        border-bottom: none;
        padding-left: 25px;
          font-size: 12px;
          font-family: "Montserrat Regular";
    }

    .mobile-menu .dropdown .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .mobile-menu .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }



    .main-screen {
        padding: 50px 0 90px;
    }

    .main-screen-slider .slider-title {
        font-size: 30px;
    }

    .main-screen-slider .slider-second-title {
        font-size: 18px;
    }

    .main-screen-slider .slider-advantages {
        flex-direction: column;
        padding: 0;
    }

    .slider-advantages .s-advantage-item:first-child {
        margin-bottom: 15px;
    }

    .slider-advantages .s-advantage-item .s-advantage-text {
        font-size: 14px;
    }

    .main-screen-slider .owl-dots {
        bottom: -50px;
    }




    .call-back-form.form-1 {
      
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 55px;
    }

    .section-title.white-bg:after {
        bottom: -25px;
    }

    .services {
        padding: 30px 0;
    }

    .services-block {
        margin: 0;
    }

    .services-block .col {
        padding: 0 5px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .service-item .service-name {
        font-size: 14px;
    }

    .service-item .action a {
        font-size: 11px;
    }

    .service-item .action a:after {
        height: 6px;
        width: 9px;
    }

    .service-item .service-image svg {
        width: 50px;
        height: 50px;
    }

    img.pa-item1 ,
    img.pa-item2 ,
    img.pa-item3 ,
    img.pa-item4 {
        display: none;
    }

    .portfolio {
        padding: 15px 0px 30px 0px;
    }   

    .portfolio .section-title {
        text-align: center !important;
        position: unset;
        margin-bottom: 0;
    }

    .portfolio .section-title:after {
        right: 0;
    }

    .portfolio-block .portfolio-item .portfolio-item-text {
        padding-top: 15px;
        font-size: 14px;
    }

    .portfolio-block .portfolio-item .portfolio-item-images {
        display: flex;
        height: 800px;
        padding-top: 30px;
        flex-direction: column;
        justify-content: space-between;
    }

    .portfolio .portfolio-item .col-md-4{
        order: 12;
    }

    .portfolio-item .portfolio-item-images .portfolio-item-after,
    .portfolio-item .portfolio-item-images .portfolio-item-before {
        border-top-left-radius: 50px;
    }

    .portfolio-item .portfolio-item-images .portfolio-item-before:before {
        width: 75px;
        height: 75px;
        top: 0px;
        left: 0px;
        font-size: 25px;
    }
    .portfolio-item .portfolio-item-images .portfolio-item-after:before {
        width: 75px;
        height: 75px;
        top: 0px;
        left: 0px;
        font-size: 18px;
    }

    .portfolio-item .portfolio-item-images>div {
        flex: 0 0 48%;
    }    

    .portfolio-block .owl-nav {
        display: none;
    }

    .portfolio-block .owl-dots {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 10px;
    }

    .portfolio-block .owl-stage-outer {
        overflow: hidden;
        padding: 30px 0;
    }

    .prices {
        padding: 35px 0;
    }

    .prices .section-title:after{
        content: '';
        display: block;
        width: 217px;
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
        background: #00963b;
    }


    .prices-items {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .prices-items .price-item {
        padding: 10px 0;
        flex-direction: column;
    }

    .price-item .work-price {
        text-align: left;
        font-weight: bold;
    }

    .prices .block-title {
        color: #00963b;
        background-color: #FFF;
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
    }

    .prices .prices-items.last-items {
        margin-bottom: 0;
    }

    .prices .block-title.last-block {
        display: none;
    }

    .prices .prices-items {
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
    }

    .prices .prices-items.pricelist-opened
    {
        visibility: visible;
        height: 100%;
        opacity: 1;
    }

    .prices .item-click {
        transition: all .2s linear;
    }

    .prices .item-click.item-opened {
        background-color: #00963b;
        color: #000;
    }

    .prices .prelast-click {
        transition: all .2s linear;
    }

    .prices .prelast-click.item-opened {
        background-color: #00963b;
        color: #000;
    }
    .price-item .work-name br{
        display: none;
    }




    .advantages {
        padding: 45px 0 0;
    }

    .advantages-block .advantage-item .advantage-name {
        font-size: 18px;
    }

    .advantages-block .advantage-item {
        margin-bottom: 25px;
    }

    .call-back-form .form-block .form {
        padding: 20px 10px;
    }

    .call-back-form.form-2 .form-block input {
        padding: 15px;
    }

    .call-back-form.form-2 .form-block button {
        padding: 20px 15px;
    }

    .work-steps .steps-block {
        margin-top: 50px;
    }

    .work-steps .step-item .step-number {
        font-size: 42px;
    }

    .work-steps .step-item .step-title {
        font-size: 18px;
    }

    .work-steps {
        padding: 30px 0 30px 0;
    }

    img.pa-item5 {
        left: -10px;
        top: -45px;
        width: 35%;
    }

    .zapchasti {
        padding: 70px 0 0;
    }

    .zapchasti .container {
        flex-direction: column;
    }
    .zapchasti .block{
        padding: 0 15px;
    }
    .zapchasti .block h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .zapchasti .block ul li {
        margin-top: 20px;
    }

    .zapchasti .block ul {
        font-size: 14px;
    }

    .zapchasti .container .col-md-7 {
         padding: 0; 
    }

    .zapchasti .container .col-md-7 img {
        width: 150%;
        position: relative;
        margin: 40px 0;
    }


    .sponsors {
        padding: 40px 0;
    }

    .sponsors .container {
        padding: 0;
    }

    .sponsors .sponsors-icon .items {
        padding: 25px;
        flex: 0 0 48%;
        margin-bottom: 15px;
        max-width: 48%;
    }

    .sponsors .sponsors-icon .items img {
        width: 100%;
    }


    .contacts .contacts-info {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
    }



    .questions.for-mobile {
        padding: 0 0 30px 0;
    }

    .questions .container {
        flex-direction: column;
        padding: 0;
    }

    .questions.for-mobile .white-bg {
        text-align: center;
    }

    .questions.for-mobile .white-bg:after {
        right: 0;
    }

    .questions.for-mobile .card-body {
        font-size: 14px;
        padding: 10px;
    }

    .questions.for-mobile .accordion-opener {
      border-radius: 5px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 11px 15px 0px rgba(38, 44, 52, 0.05);
      color: #000;
      font-size: 18px;
      font-family: "Montserrat Regular";
      text-align: center;
      padding: 20px;
      margin-bottom: 15px;
      transition: all .3s linear;

    }

    .questions.for-mobile .accordion-opener.opened {
      transition: all .3s linear;
      background-color: #00963b;
      color: #FFF;
      font-weight: bold;
    }











    .accordion-block {
        visibility: hidden;
        height: 0;
      transform: translateX(-120%);
        margin-bottom: 15px;
        transition: all .2s ease-in;
    }

    .accordion-block.opened {
        visibility: visible;
      transform: translateX(0);
        height: 100%;
        transition: all .2s ease-in;
    }





    .accordion-block .card {
        border: none;
        background-color: #FFF;
    }
    .accordion-block .card .card-header {
        border: none;
        padding: 15px 0;
        background-color: #FFF;
    }
    .accordion-block .card .card-header button {
        font-size: 18px;
        white-space: normal;
    }

    .contacts-info .info-block {
        padding: 30px 15px;
        margin: 15px;
        position: absolute;
        width: calc(100% - 30px);
        bottom: 300px;
        left: 0;
    }

    .contacts-info .title p {
        font-size: 24px;
    }

    .contacts-info .address .address-info p, 
    .contacts-info .email .email-info p, 
    .contacts-info .phone .phone-info p {
        font-size: 16px;
    }

    .contacts-info .repair-apply {
        width: 100%;
    }

    .contacts-info .repair-apply .apply {
        padding: 15px 0;
    }







    .footer-info {
        padding: 30px 0;
    }


    .footer-info .container {
        flex-direction: column;
        align-items: center;
    }

    .footer-info .logo{
        margin-bottom: 20px;
    }

    footer .url ul {
        font-size: 14px;
    }
    footer .url ul li{
        margin-bottom: 15px;
    }
    footer .url ul li:last-child{
        margin-bottom: 30px;
    }

    .footer-info .container .address, 
    .footer-info .container .phone {
        justify-content: flex-start;
    }
    
    footer .address {
        margin-bottom: 25px;
    }

    .footer-info .container .address .address-info p, 
    .footer-info .container .phone .phone-info p{
        font-size: 16px;
    }

    footer .footer-copyright p {
        font-size: 12px;
    }


    /************доработки************/

    .polirovka {
        padding: 10px 0 15px;
        border-top: 1px solid #000;
    }

    .polirovka .container {
        padding: 0;
    }

    .polirovka .main {
        box-shadow: none;
        padding: 30px 0px 0;
    }

    .polirovka .main:after {
        display: none;
    }

    .polirovka .main h1{
        padding: 25px 30px;
        text-align: center;
        font-size: 24px !important;
    }

    .polirovka .info .pricing .item {
        align-items: flex-start;
        flex-direction: column;
        padding: 5px 0; 
    }

    .polirovka .info .pricing .item p{
        font-size: 14px !important;
    }
    
    .polirovka .info .text p {
        font-size: 14px;
    }
    
    .polirovka .info .urls a {
        flex: 0 0 100%; 
        font-size: 14px;
    }

    .polirovka .info .urls {
        padding: 0;
    }



    /************доработки************/



}


@media (min-width: 1600px){
	.advant p {
		margin-bottom: 50px;
	}
	
	.main-screen .slider-advantages .s-advantage-image svg, .main-screen .slider-advantages .s-advantage-image img {
		    width: 65px;
    height: 65px;
    fill: #23bf60;
	}
	
	.slider-advantages .s-advantage-item .s-advantage-text {
		text-align:center;
		font-weight:bold;
		margin-top:15px;
	}
	
	.slider-advantages .s-advantage-item {
		    display: flex;
    align-items: center;
    margin: 0 20px;
    flex-direction: column;
	}
	
	.main-screen .slider-advantages .s-advantage-image {
		margin-right: 0px;
		height:65px;
	}

    .section-title{
        font-size: 36px;
    }
    .main-screen-slider .slider-advantages{
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
    }
    .container {
        max-width: 1400px;
    }

    .call-back-form.form-1 .container{
        padding: 0 115px;
    }

    .service-item .service-name{
        font-size: 20px;
    }

    .portfolio-block .owl-nav,.portfolio-block .owl-dots{
        bottom: 2.5em;
    }

    .nav-item a{
        font-size: 14px;
    }

    .call-back-form.form-2 .form-title{
        font-size: 30px;
        margin-bottom: 25px;
    }
    .call-back-form.form-2 .form-description{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .call-back-form.form-2 .form-block button{
        font-size: 20px;
    }


    .work-steps .step-item{
        margin-bottom: 30px;
    }
    .work-steps .step-item .step-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .work-steps .step-item .step-desctiption{
        font-size: 16px;
    }

    .zapchasti .block h1{
        font-size: 36px;
    }
    .questions .card-header h5 button{
        font-size: 22px;
    }
    .contacts-info .repair-apply{
        width: 70%;
    }

    img.pa-item3 {
        right: -24%;
        width: auto;
    }

}


@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -12em);
    }
}

.btnform {
	width:280px;
	margin:50px auto 0;
}

iframe {
	margin-top:50px;
}

.v-application--wrap {
	margin-top:50px;
}

.ppdw-head {
	display:none!important
}

.advant {
    background-color: #F6F5F4;
}

.advant .item {
    display: flex;
    justify-content: start;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: visible;
    padding: 50px;
    margin:20px;
}

.advant .textBlock {
    flex: 0 0 70%;
}

.advant h3 {
    font-weight: bold;
}

.advant p {
    color: #636f7d;
    margin-top: 20px;
}

.advant img {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.advant .blocks {
    display: flex;
}

.advant .blocks .leftBlock {
    flex:0 0 60%;
    display: flex;
}

.advant .blocks .item {
    position: relative;
}

.advant .blocks .leftBlock .textBlock {
    flex: auto
}

.advant .blocks .rightBlock .textBlock {
    flex: auto
}

.advant .blocks .leftBlock .textBlock h3 {
    font-size: 33px;
}

.advant .blocks .rightBlock .textBlock h3 {
    font-size: 18px;
}

.advant .blocks .leftBlock img {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.formalisation {
    background-color: #F6F5F4;
    padding-bottom: 50px;
}

.formalisation .itemBlock {
    display: flex;
}

.formalisation svg {
    width: 100%;
    margin: 0 auto;
}

.formalisation .step {
    margin-bottom: 10px;
}

.formalisation .step span {
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #002A3A;
    height: 20px;
    padding: 4px 8px;
    border-radius: 20px;
}

.formalisation h3 {
    font-weight: bold;
    margin: 50px 0 10px;
}

.formalisation .subTitle {
    color: #636f7d;
    margin-bottom: 30px;
}

.formalisation .itemBlock .item p:nth-of-type(2) {
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.formalisation .item {
    padding: 10px;
    background: white;
    margin: 0 10px;
    border-radius: 20px;
}

.instruction, .reviews {
    margin:50px 0;
}

.instruction h3, .reviews h3 {
    margin-bottom: 30px;
    font-weight: bold;
}

.instruction .itemBlock, .reviews .itemBlock {
    display: flex;
}

.instruction .item, .reviews .item {
    background-color: #F5F5F5;
    border-radius: 20px;
    margin: 0 10px;
    padding: 20px;
}

.instruction .item p:first-of-type, .reviews .item p:first-of-type {
    color: #3c3e44;
    font-weight: bold;
}

.instruction .item p:nth-of-type(2), .reviews .item p:nth-of-type(2) {
    color: #636f7d;
    margin-top:16px;
    font-size: 14px;
}

.instruction .item p:nth-of-type(3), .reviews .item p:nth-of-type(3) {
    color: #636f7d;
    margin-top:16px;
    font-size: 14px;
}

.slide-m-prev {
    position: absolute;
    left: 50px;
    bottom: 150px;
    cursor: pointer;
}

.slide-m-next {
    position: absolute;
    right: 50px;
    bottom: 150px;
    cursor: pointer;
}

.slide-m-next img, .slide-m-prev img {
    width: 30px;
}

footer {
    margin-bottom: 40px;
}

.menuMob {
    display: none;
}

.reviewName {
    color: #636f7d;
    margin-top: 20px;
    font-size: 14px;
    text-align: right;
}

@media screen and (max-width: 1024px) {

    .main-screen-slider .slider-title {
        font-size: 25px;
    }

    .main-screen {
        padding: 10px 0 90px;
    }

    .main-screen-slider .slider-title {
        margin-bottom: 25px;
		margin-top:25px;
    }

    .main-screen-slider .slider-advantages {
        margin-top:10px
    }

    .btnform {
        margin: 20px auto 0;
    }

    .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .advant .blocks .leftBlock img {
        position: static;
    }

    .burger img {
        width: 32px;
    }

    .nav-item a {
        color: black;
    }

    .closeImg {
        display: none;
    }

    .closeImg img {
        width: 22px;
    }

    .accord {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menuMobTopFix {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 22;
        background: white;
        left: 0;
        padding: 10px;
    }

    .advant img {
        display: none;
    }

    .advant .item {
        padding: 25px;
        justify-content: center;
        align-items: center;
    }

    .advant .textBlock {
        flex: 100%;
    }

    .advant .blocks {
        flex-direction: column;
    }

    .advant .blocks .leftBlock img {
        display: block;
    }

    .formalisation .itemBlock {
        flex-direction: column;
    }

    .instruction .itemBlock, .reviews .itemBlock {
        flex-direction: column;
    }

    .instruction .item, .reviews .item {
        margin: 10px 0;
    }

    .formalisation .item {
        margin: 10px 0;
    }

    .slide-m-next, .slide-m-prev {
       display: none;
    }

    footer {
        margin: 30px 0;
    }

    footer .logo {
        display: block;
    }

    .header-text .info {
        flex-direction: column;
    }

    footer .header-text .info .phone {
        margin: 20px 0;
    }

    footer .header-text {
        justify-content: center;
    }

    .slider-advantages .s-advantage-item {
        margin: 10px;
    }
	
	.navbar-expand-md .navbar-nav .nav-link {
		color:white;
	}
	
	.navbar {
		padding:10px;
	}
	
	.main-screen-slider .slider-advantages {
		flex-wrap:wrap
	}
}

@media screen and (max-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		color:black;
	}

	}
	
	@media screen and (max-width: 768px) and (min-width:480px) {
	.header-text{
		flex-direction:column;
		
	}

	}
	
		@media screen and (max-width: 480px)  {
	.header-text{
		flex-direction:column;
		align-items:unset;
		
	}
	
	.logoBlock {
		    display: flex;
    justify-content: space-between;
	}
	
	.repair-apply {
		display:none;
	}
	
	.navbar ul {
		align-items:end;
	}

	}