html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	
	vertical-align:baseline;
	}

	
/*Main*/
body {
    font-family: 'Exo 2',sans-serif;
}

h1, h2, h3 {
    text-align: center;
}

ol, ul {
	list-style:none;
	}
a.link {
    text-decoration: underline;
    color: black;
}

    a.link:hover {
        color: #a47504;
    }

@media (min-width: 576px) {
    .pb-sm-12p {
        padding-bottom: 12px !important;
    }
}
/*/Main*/

/*Header*/
.logo {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.description {
    color: #40ad88;
    font-weight: bold;
    float: left;
    font-size: 14px;
}

.tel {
    float: right;
    margin-top: 18px;
}

.tel-cta {
    font-size: 12px;
    color: black;
    display: block;
}

    .tel-cta:hover {
        float: none;
        display: block;
        color: #a47504;
    }

.menu-section {
    background-color: #40ad88;
    padding-right: 0 !important;
}

.menu-style {
}

.navbar-nav{
    margin-left: 15px;
}
 .navbar-nav .nav-item{
    margin-right: 33px;

}
body .navbar-light .nav-item .nav-link{
    font-size: 15px;
    font-weight: normal;
}
.navbar-nav .nav-item:last-child{
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.nav-link:hover {
    color: #facc5c !important;
    text-decoration: none;
}
.nav-link.active {
    color: rgb(245, 178, 17) !important;
    text-decoration: none;
}

/*/Header*/
.btn {
    background-color: #40ad88;
    color: white;
    border-radius: 5px;
    width: 200px;
    cursor: pointer;
}

    .btn:hover {
        background-color: #46755b;
        color: #fff;
    }




/*�����*/
.myForm {
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border: 3px solid #40ad88;
}
.myForm h3{
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 6px;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    border: 1px solid #b8b8b8;
    padding: 11.5px 10px;
}

.file-input {
	display: none;
}

.file-add,
.file,
.file label {
	display: block;
	position: relative;
	font-size: 14px;
	color: #000;
	line-height: 14px;
	text-align: left;
}

.file-add {
	cursor: pointer;
}

.file-add:before {
	float: left;
	content: "";
	width: 24px;
	height: 26px;
	background: url(../img/file_icon.png) center center no-repeat;
	margin-right: 7px;
}

.file-add span {
	display: none;
	color: red;
}

.files-list {
	margin: 10px 0;
}

.files-list .file {
	position: relative;
	font-size: 12px;
	margin-bottom: 5px;
}

.files-list .file {
	display: none;
}

.files-list .file:last-child {
	margin-bottom: 0;
}

.files-list .file-name {
	float: left;
	width: 300px;
}

.files-list .file-name:before {
	float: left;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/file_icon_s.png) center center no-repeat;
	margin-right: 5px;
}

.files-list .remove-button {
	float: right;
	width: 8px;
	height: 8px;
	background: url(../img/cross_icon_s.png) center center no-repeat;
	margin: 2px 0;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.files-list .remove-button:hover {
	opacity: .5;
}

.files-list.limited .remove-button {
	display: none;
}





textarea {
    resize: none;
}


.first-screen-bg {
    /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/first_screen_bg.jpg);*/
    background-image: url(../img/left-main-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
}

.form-submit {
    width: 100%;
    background-color: #f3b92f;
}

    .form-submit:hover {
        background-color: #bb8f27;
    }

.files-list {
    margin: 10px 0;
   /*padding-left: 0;
       overflow: hidden;*/
}

span.error {
    position: absolute;
    height: 100%;
    font-size: 11px;
    background-color: rgba(255, 0, 0, .5);
    color: #fff;
    margin: 0;
    padding: 4px;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 11px;
    width: 40%;
}
input.error, textarea.error {
    border-color: rgba(255, 0, 0, .5);
}
    input.error:focus, textarea.error:focus {
        border-color: rgba(255, 0, 0, 1);
    }

     label{
        display: inline;
    }
    
/* /�����*/
/*������ �����*/
.mask {
    background-color: rgba(0, 0, 0,0.5);

}

.main {
    padding: 50px 0 60px 0;
   /* background: url(../img/bg1.jpg) no-repeat;*/
}


.first-screen__content {
    width: 400px;
    height: 400px;
    border: 20px solid black;
}

    .first-screen__content:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        border-top: 20px solid black;
        border-right: 20px solid black;
        transform: rotate(45deg);
        left: calc(100% - 19px);
        top: calc(50% - 28px);
        position: relative;
        background-color: #fff;
    }



    /* /������ �����*/
    /*������ �����*/
.types_of_equipment {
    padding: 80px 0 60px 0;
    /*background: url(../img/27.jpg) ;*/
}
.equipment {
    background-color: #fff;
    /*border: 3px solid #40ad88;*/
    height: 250px;
    margin-bottom: 30px;
    padding: 10px;
}
.equipment div {
    text-align: center;
    font-size: 20px;
}

    .equipment img {
        display: block;
        margin: auto auto;
        height: 180px;
    }




/* /������ �����*/
/* ������ ��*/
.why_we {
    padding: 80px 0 60px 0;
}
.clock {
    background-color: rgba(0, 0, 0, 0.1);    
}
.clock_bg {
    background: url(../img/clock_bg.png) no-repeat;
    background-size: contain;
    background-position-x: 50%;
}
.optimal_prices {
    background-color: #40AD88;
    color:#fff;
}
.invoice_bg {
    background: url(../img/invoice.png) no-repeat;
    background-size: contain;
    background-position-x: 50%;
    transform: rotate(13deg);
  
}
.complex {
    background-color: #40AD88;
    color: #fff;
}
.a-connected{
    background-color: #40AD88;
    color:#FFF;
}
.complex_bg {
    background: url(../img/complex.png) no-repeat;
    background-size: contain;
    background-position-x: 50%;
}
.persent {
    background: url(../img/95.png) no-repeat;
    background-position-y: center;
    background-size: 90%;
    background-position-x: left;
    color:#fff;
}
.persent_bg {
    background-color:rgba(0,0,0,0.4);
    
}
.persent_desc {
 /*   background-color: rgba(0,0,0,0.2);
    padding: 10px;
    margin:20px 0;*/
}
.font-10 {
    font-size: 10px;
}
.doc_bg {
    background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) ), url(../img/doc2.jpg);
    
    background-size: cover;
    background-position-x: 50%;
    background-position-y: center;
}
.calendar {
    background: url(../img/add-block-calendar.png) no-repeat center;
    height: 260px;
}

.whyWe_desc {
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
    margin: 20px 0;
}
/* /������ ��*/
/* ��������*/
.preparation {
    padding: 80px 0 60px 0;
}
.preparation_bg {
    background: url(../img/DSC_7373.JPG) no-repeat;
    background-size: contain;
    background-position-x: 50%;
}
.preparation_text {
    margin: 30px 0 30px 0;
}
/* /��������*/

/* ��������*/
.express_bg {
    background: url(../img/f1.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
    background-position-x: center;
    background-position-y: bottom;
}

    .express_bg .h1, .express_bg .h3 {
        color: #fff;
    }
/* /��������*/
/* ������*/
.repair_bg {
    padding: 80px 0 60px 0;
}
.repair {
    background: url(../img/repair.jpg) no-repeat;
    background-size: contain;
}
.work_package_bg {
    padding: 80px 0 60px 0;
}
.work_package_text ul li {
    list-style: none;
    margin-bottom: 8px;
    overflow: hidden;
}
.work_package_text ul li span {
    display: block;
}
    .work_package_text ul li svg {
        float: left;
        margin: 5px 10px 5px 5px;
    }
/* /������*/
/* �� ���������*/
.by_protocol_bg {
    padding: 80px 0 60px 0;
    background: url(../img/map.png) no-repeat;
    background-size: cover;
}
.by_protocol {
    background: url(../img/lens.png) no-repeat;
    background-size: contain;
}
/* /�� ���������*/
/* �������*/
.question_bg {
    padding: 80px 0 60px 0;
    background: url(../img/c6_bg.jpg);
}
.question {
    min-height:550px;
}
.question_bg .h1{
    color:#fff;
}
/* /�������*/
/* ��������*/
.map {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

.contacts_bg {
    padding: 80px 0 60px 0;
}
/* /��������*/
/* Modal*/
.manager_photo {
    text-align: center;
    font-size: 14px;
}
    .manager_photo small{
        line-height:12px;
    }

    .manager_photo img {
        max-width: 100px;
    }

.close {
    font-family: Arial;
}
.modal-header {
    border: none;
    display: block;
}
.manager_photo span {
    line-height:10px;
}
.thumbnail-round {
    
}


.noEquipment_photo img {
    width: 80%;
}
.noEquipment_photo {
    text-align: center;
}
.protocol_photo img {
    width: 90%;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.4);
    box-shadow: 7px 7px 9px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(10deg);
}
.protocol_photo {
padding-left:7%;
}
.byProtocol_photo img {
    width: 90%;
}
button.close {
    position: absolute;
    left: 100%;
    margin-left: -18px;
    top: 0;
}
/* /Modal*/
.modal-window-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.modal-window{
    width:600px;
}
.add-color-block{
    height: 260px;
}
/*-----------------������� � �����----------------------*/
#back-top {
    position: fixed;
    bottom: 0px;
    padding: 0px;
	right: 90%;
    /*left: 50%;*/	
    /*margin-left: 500px;*/
    z-index: 99991;
}

    #back-top a {
        color: #40ad88;
        width: 77px;
        height: 30px;
        background: rgba(0, 0, 0, 0.25);
        display: block;
        text-decoration: none;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
        text-align: center;
    }

        #back-top a:hover {
            height: 70px;
            background: #40ad88;
            -webkit-transition: all linear 0.2s;
            -moz-transition: all linear 0.2s;
            -ms-transition: all linear 0.2s;
            -o-transition: all linear 0.2s;
            transition: all linear 0.2s;
            color: #fff;
        }
		
		
		span.phone{
			font-size: 20px;
		}
		.note{
			font-size: 12px;
			text-align: right;
			display: block;
		}
		.adress{
			font-size: 20px;
			text-align: center;		
		}
		
		#by_protocol ul, #preparation ul{
			    list-style: disc;
				padding-left:40px;
		}
@media (max-width: 768px) {
    .calendar{
        display: none;
    }
    .h1.d-block.mb-2{
        font-size:2rem;
    }
	
	
	#back-top {

	right: inherit;
}

}
/*Анимация лоадера*/



.loader-wrap{
    position: absolute;
    width: 500px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -20px;
}
.loader-title{
    color:#FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.bubbles {

}

.bubble {
    display: inline-block;
    padding: 0px 5px;
}
.bubble:nth-of-type(1) .circle {
    animation-delay: 0.1s;
}
.bubble:nth-of-type(2) .circle {
    animation-delay: 0.2s;
}
.bubble:nth-of-type(3) .circle {
    animation-delay: 0.3s;
}
.bubble:nth-of-type(4) .circle {
    animation-delay: 0.4s;
}
.bubble:nth-of-type(5) .circle {
    animation-delay: 0.5s;
}
.bubble:nth-of-type(6) .circle {
    animation-delay: 0.6s;
}
.bubble:nth-of-type(7) .circle {
    animation-delay: 0.7s;
}
.bubble:nth-of-type(8) .circle {
    animation-delay: 0.8s;
}
.bubble:nth-of-type(9) .circle {
    animation-delay: 0.9s;
}
.bubble:nth-of-type(10) .circle {
    animation-delay: 1s;
}

.bubble .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #40AD88;
    animation: pulse 1.5s infinite;
    box-shadow: 0px 0px 8px rgba(64, 173, 136, 0.5);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.2);
        opacity: 0.75;
    }
    100% {
        transform: scale(1);
    }
}

/*Анимация лоадера*/
.loader-fade{
    z-index: -1;
    opacity: 0;
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(0,0,0,0.8);
}

.loader-fade-in{
    z-index: 5000;
    opacity:1;
}
.email{
	font-weight:700;
	
}
.email-block{
	    font-size: 24px;
    margin-top: 34px;
}
