
.marg-top {
    margin-top: 90px
}
@media only screen and (max-width:550px) {
    .marg-top {
        margin-top: 40px
    }
}
.marg-top2 {
    margin-top: -10px;
    z-index: 2
}
/*Формы*/
form {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}
.wpcf7-form-control-wrap {
    display: block;
    max-width: 400px;
    box-shadow: 0 0 1px 0;
    margin-top: 5px
}
input[type=email],
input[type=number],
input[type=password],
input[type=text],
select,
textarea {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    height: 37px;
    line-height: 37px
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
    border: 1px solid #94c51b
}
.wpcf7-form-control-wrap>textarea {
    display: block;
    max-width: 630px;
    height: 120px
}
.wpcf7-form-control .wpcf7-text .wpcf7-validates-as-required {
    display: block;
    width: 100%
}
.wpcf7-form-control,
.wpcf7-textarea {
    height: 100%
}
.wpcf7-submit {
    display: block;
    padding: 0 20px;
    height: 37px;
    border: none;
    background-color: #94c51b;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    transition: .3s all ease-in-out
}
.wpcf7-submit:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
    background-color: #94c51b;;
    opacity: .7
}
/*sertificat*/
.sertificat-block{
    display: flex;
    max-width: 250px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: ease-in-out.5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out.5s;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 20px 10px;
    gap: 10px;
}
.sertificat-block:hover{
    border-color: #94c51b;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.sertificat{ 
    border: solid #efefef;
    border-width: 1px 1px 1px 1px;
   width: 200px;
}
.sertificat img{
    width: 100%;
    height: 250px;
}
@media screen and (max-width: 470px) {
    .sertificat-wrapper {
        display: flex;
        justify-content: center;
        
    }
}
/*Contact*/
.ta {
    font-size: 18px !important;
    font-weight: 400;
    text-align: center
}
/**/
.page-custom {
    padding: 90px 0;
    margin-top: 65px;
    display: flex;
    justify-content: center
}
/*404*/
.error-box {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
    gap: 40px
}
.error-body {
    padding-top: 5%
}
.error-body h1 {
    font-size: 210px;
    font-weight: 900;
    line-height: 210px
}
.text-center {
    text-align: center
}
.text-danger {
    color: #94c51b;
    margin-bottom: 40px
}
.color-black {
    display: block;
    color: black;
    margin-top: 20px
}
@media only screen and (max-width:520px) {
    .error-body h1 {
        font-size: 110px;
        font-weight: 700;
        line-height: 110px
    }
}
/*galleryplus*/
.galleryplus-display-container>img {
    width: 100%
}
.galleryplus-thumbnails-wrapper {
    display: block
}
.galleryplus-content .swiper-slide-active,
.galleryplus-content .swiper-slide-next,
.galleryplus-content .swiper-slide-prev {
    max-width: 600px !important;
    margin-left: 3vw
}
.galleryplus-content .swiper-slide-active img,
.galleryplus-content .swiper-slide-next img,
.galleryplus-content .swiper-slide-prev img,
.galleryplus-content .swiper-slide-visible img,
swiper-slide:not(.swiper-button-prev) img {
    width: 90%
}
.galleryplus-content .mySwiper {
    max-width: 630px
}
.galleryplus-thumbnails-container swiper-slide {
    display: block;
    width: 48px !important;
    height: 100%;
    margin-left: 0 !important
}
.galleryplus-thumbnails-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px
}
.galleryplus-thumbnails-container img {
    opacity: .5;
    margin-top: .1vw;
    margin-left: 1px;
    margin-bottom: 1px
}
.galleryplus-thumbnails-container .swiper-slide-thumb-active img {
    opacity: 1;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #000;
    box-sizing: border-box;
    margin-top: .1vw;
    margin-left: 1px;
    margin-bottom: 1px
}
@media only screen and (max-width:1116px) {
    .galleryplus-content .swiper-slide-active,
    .galleryplus-content .swiper-slide-next,
    .galleryplus-content .swiper-slide-prev {
        margin-left: 2vw
    }
}
@media only screen and (max-width:550px) {
    .galleryplus-content .swiper-slide-active,
    .galleryplus-content .swiper-slide-next,
    .galleryplus-content .swiper-slide-prev {
        margin-left: 1vw
    }
    .galleryplus-content .swiper-slide-active img,
    .galleryplus-content .swiper-slide-next img,
    .galleryplus-content .swiper-slide-prev img,
    .galleryplus-content .swiper-slide-visible img,
    swiper-slide:not(.swiper-button-prev) img {
        width: 80%
    }
}
.swiper-button-next,
.swiper-button-prev {
    left: 0 !important
}


