/*
Theme Name: SkyWay
*/


/* =WordPress Core
-------------------------------------------------------------- */

.about__text {
    font-weight: 500;
	font-size: 1.125rem;
    line-height: 1.56;
}

.supply-block {
    max-width: 9.9rem;
}

.feedback__text h2,
.seo_text h2{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.17;
	margin: 1rem 0 2rem 0;
}
.feedback__text h3,
.seo_text h3{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.17;
	margin: 1rem 0 2rem 0;
	
}
.feedback__text h4,
.seo_text h4{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.17;
	margin: 1rem 0 2rem 0;
}

.feedback__text ol,
.seo_text ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.feedback__text ul,
.seo_text ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.feedback__text ul li,
.seo_text ul li {
    list-style: disc;
	margin-left: 20px;
}
.current-lang a {
    font-weight: 600;
    color: #130c42;
}
section.feedback {
    min-height: 380px;
}
.seo_text p {
    padding-bottom: 13px;
}
.seo_text, .feedback__text {
    font-size: 1.125rem;
    line-height: 1.56;
    padding: 15px 0px;
}

.seo_text a {
    text-decoration: underline;
}
.seo_text a:hover {
    text-decoration: none;
}
.about__description a {
    text-decoration: underline;
}

.about__description a:hover {
    text-decoration: none;
}

@media (max-width: 47.9988em) {
    .hero__inner {
        box-sizing: content-box;
		max-height:100%;
    }
}


.feedback-card__avatar img {
    width: 100%;
}
.feedback__text p {
    padding-bottom: 20px;
    line-height: 27px;
    text-align: justify;
}
.about__title{

    font-size: 1rem;
}

.screen-reader-response, .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid{
        border: 1px solid red !important;
}
.wpcf7-response-output{font-size: 12px;
    text-align: center;}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
