.banner-overlay {
 background-color: rgba(0, 0, 0, 0);
 background-image: linear-gradient(207deg, rgba(43, 168, 74, 1) 37%, rgba(0, 0, 0, 0) 0%);
 background-attachment: scroll;
 backdrop-filter: none;
 -webkit-backdrop-filter: none;
}

h1 {  
  font-weight: 900; 
  font-size: 51px; 
}

h2 {
  color: rgba(43, 168, 74, 1);
  font-weight: 900;
  font-size: 40px;
}

.btn {
  border-radius: 0px;
  padding: 25px 80px; 
  font-size: 10px;
  text-transform: uppercase;  
}

h3 {  
  font-size: 30px;
  font-weight: 900;
}

h4 {  
  font-size: 22px;
  font-weight: 900;
}

#list2 { 
      
}

#list2 ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 40px;
	padding: 15px 0 5px 0;
}
#list2 ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
}
#list2 ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -50px;
	width: 40px;
	height: 40px;
	background: #37b34a;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.tel {  
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.tel2 {  
  font-size: 60px;
  font-weight: 900;
}

.time2 {
  text-align: center;
  font-size: 14px;
}

.time {
    text-align: center;
    font-size: 14px;
}

.time:before {
    position: relative;
    content: '';
    top: 5px;
    left: -5px;
    width: 15px;
    height: 19px;
    background-image: url(/images/chas.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px 19px;
    display: inline-block;
}

#sp-main-body {
   padding: 0px 0;
}

.box{
    width: 100%;
    height:100%;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.blck {
  padding: 50px 0px 50px 0px;
}

#section-0 {
  padding: 50px 0px 0px 0px;
}

#section-1 {
  padding: 50px 0px 50px 0px;
}

#section-2 {
  padding: 50px 0px 50px 0px;
}

#section-3 {
  background-color: #F4F5FE;
  padding: 50px 0px 50px 0px;
}

#section-4 {
  padding: 50px 0px 50px 0px;
}

#section-01 {
  padding: 0px 0px 50px 0px;
}

.chas {
   padding: 5px 0;
}

.modal-custom {
    width: 400px;
}

.modal-custom2 {
    width: 700px;
}

.modal-title {
    text-align: center;
    width: 100%;
    font-weight: 900;
}

.sml {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 14px;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  .banner-overlay {
    background-image: none;
}
  .tel2 {  
    font-size: 40px;
}

#sp-section-3 {
    padding: 10px 0px 10px 0px !important;
}
}

.justify-content-end {
    justify-content: flex-start !important;
}

.sp-megamenu-parent > li::after {
    background: #2ba84a;
    border-radius: 50%;
    content: "";
    width: 6px;
    height: 6px;
    left: auto;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
    visibility: hidden;
    display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    text-transform: uppercase;
}

.sp-megamenu-parent >li:last-child:after {
  display: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 20px;
  text-transform: uppercase;
}

/*кнопка звонка*/

.callback-bt {
    background: #37b34a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(55, 179, 74, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #37b34a;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    position: relative;
    content: '';
    background-image: url(/images/phone.svg);
    background-position: 18px 18px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    display: inline-block;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 2200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #37b34a;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(55, 179, 74, 0.3), 0 0 0 0 rgba(55, 179, 74, 0.2), 0 0 0 0 rgba(55, 179, 74, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(55, 179, 74, 0.3), 0 0 0 15px rgba(55, 179, 74, 0.2), 0 0 0 0 rgba(55, 179, 74, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(55, 179, 74, 0.3), 0 0 0 30px rgba(55, 179, 74, 0), 0 0 0 26.7px rgba(55, 179, 74, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(55, 179, 74, 0.3), 0 0 0 30px rgba(55, 179, 74, 0), 0 0 0 40px rgba(55, 179, 74, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */