.row.skills {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.skill {
    text-align: center;
    padding: 5px;
}

.skill img {
    max-width: 100%;
    width: 75px;
}

.page__content ol {
    padding-left: 40px;
}

.row.subcats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row.subcats .col {
    width: 20%;
    text-align: center;
    padding: 2%;
}

.row.subcats img {
    width: 100%;
}

.subcat-img img {
    border-radius: 25px;
    transition: scale .2s linear;
}

.subcat-title {
    font-size: 1rem;
    color: var(--black60-color);
    margin-top: 0.75rem;
}

.subcat-img a:hover img {
    scale: 1.05;
}

.inpage-form {
    width: 100%;
    padding: 50px;
    max-width: 450px;
    margin: 0 auto;
    background: #000;
    border-radius: 50px;
}

button#uploadfilebtn {
    color: #fff;
}

button#uploadfilebtn:hover {
    color: #000;
}

.servhero__info__content h2 {
    font-size: 1.75em;
    margin-bottom: 1rem;
}

.subcats .col-3 {
    width: 33.333%;
    padding: 25px;
}

.subcat.plus-right:after {
    content: "+";
    display: block;
    position: absolute;
    top: calc(50% - 0.8em);
    right: -0.4em;
    font-size: 6rem;
    color: #929292;
}

.subcat {
    position: relative;
}

.subcat.equal-right:after {
    content: "=";
    display: block;
    position: absolute;
    top: calc(50% - 0.8em);
    right: -0.5em;
    font-size: 6rem;
    color: #929292;
}

.colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.single-color-code {
    display: block;
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    border: 2px dashed;
    margin-bottom: 0.8rem;
}

.single-color {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    width: 120px;
    text-align: center;
}

table.sizes {
    margin: 0 auto;
}

table.sizes tr {
    border: 1px solid #000000 !important;
    height: 30px;
}

.image-padding img {
    padding: 10px;
    object-fit: contain;
    background-color: #fff;
}

.button-in-text {
    display: inline-block;
    font-weight: 600;
    border: 1px solid;
    padding: 15px 35px;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 35px;
    border-radius: 50px;
    cursor: pointer;
    background: #000000;
    color: #fff;
}

.content-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding: 35px;
}

.content-contacts-massanger .social-list {
    display: flex;
    align-items: center;
	margin: 15px 0;
}

.content-contacts-massanger svg {
    height: 4rem;
    width: 4rem;
    fill: var(--black-color);
    transition: fill .2s;
    display: block;
}

.content-contacts-massanger {
    margin-bottom: 10px;
}

.content-contacts-phone {
    margin-bottom: 10px;
}

.content-contacts-phone a {
    font-size: 1.7em;
    border-bottom: 2px dashed;
}

.content-contacts hr {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 2px;
    background-color: #dadada;
}

@media (max-width: 767px) {

    /* main.page {
   margin-top: 65px;
 }

 header.header {
   position: fixed;
   background: #fff;
   box-shadow: 0 0px 10px 0px #000;
 z-index: 999;
 } */

    .row.skills {
        justify-content: center;
        padding: 50px 0;
        flex-flow: wrap;
    }

    .row.skills .col {
        width: 33%;
    }

    .skill-img {
        padding-bottom: 5px;
    }

    .row.subcats .col {
        width: 31%;
        padding: 2%;
    }

    .single-color-code {
        width: 5rem;
        height: 5rem;
    }

    .single-color {
        width: 90px;
    }

    .subcat.equal-right:after {
        right: -0.3em;
        font-size: 3rem;
    }

    .subcat.plus-right:after {
        right: -0.2em;
        font-size: 3rem;
    }

    .subcats .col-3 {
        padding: 0;
    }

    .hidden-sm {
        display: none;
    }

    .top-gallery .gallery img {
        height: 25vw;
        min-height: 25vw;
    }

    .top-gallery .gallery {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

.page-info li {
    color: var(--black60-color);
}

dd.wp-caption-text.gallery-caption > br {
    display: block;
}

.hidden {
	display:none;
}

.content-contacts-massanger .social-list img {
    width: 60px;
    padding: 0 10px;
}

.menu__footer .menu__phones {
	max-width: fit-content;
}


.servtext h2 {
    font-weight: 700;
    line-height: 1.225;
    color: var(--black-color);
}

@media (min-width: 80em) {
    .servtext h2 {
        font-size:2.5rem;
    }

    .servtext h2:not(:last-child) {
        margin-bottom: 1.125rem;
    }
}

.servtext h3 {
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.2;
}
.servtext h3:not(:last-child) {
    margin-bottom: .625rem;
}

@media (min-width: 20em) and (max-width:80em) {
    @supports (font-size: clamp(1.5rem ,1.1666666667rem + 1.6666666667vw ,2.5rem)) {
        .servtext h2 {
            font-size:clamp(1.5rem ,1.1666666667rem + 1.6666666667vw ,2.5rem)
        }
    }

    @supports not (font-size: clamp(1.5rem ,1.1666666667rem + 1.6666666667vw ,2.5rem)) {
        .servtext h2 {
            font-size:calc(1.5rem + 1 * (100vw - 20rem)/ 60)
        }
    }
    
    @supports (margin-bottom: clamp(0.75rem ,0.625rem + 0.625vw ,1.125rem)) {
        .servtext h2:not(:last-child) {
            margin-bottom:clamp(.75rem ,.625rem + .625vw ,1.125rem)
        }
    }

    @supports not (margin-bottom: clamp(0.75rem ,0.625rem + 0.625vw ,1.125rem)) {
        .servtext h2:not(:last-child) {
            margin-bottom:calc(.75rem + .375 * (100vw - 20rem)/ 60)
        }
    }
    
    @supports (font-size:clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .servtext h3 {
            font-size:clamp(1.125rem ,1.0833333333rem + .2083333333vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .servtext h3 {
            font-size:calc(1.125rem + .125 * (100vw - 20rem)/ 60)
        }
    }
    
    @supports (font-size:clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .servtext h3 {
            font-size:clamp(1.125rem ,1.0833333333rem + .2083333333vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .servtext h3 {
            font-size:calc(1.125rem + .125 * (100vw - 20rem)/ 60)
        }
    }
}

@media (min-width: 80em) {
   .servtext h3 {
        font-size:1.25rem;
    }
}

.servtext p:not(:last-child) {
    margin-bottom: .75rem;
}

.servtext ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}

.servtext ol {
    margin-left: 1rem;
    padding-inline-start: 1rem;
}


.servtext ul:not(:last-child),
.servtext ol:not(:last-child) {
    margin-bottom: 1rem;
}

.servtext ul li {
  padding-left: 32px;
  position: relative;
}

.servtext ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7.5px;
    left: 0;
    border: 1px solid var(--black60-color);
    border-radius: 50%;
}



.servtext ul li {
  padding-left: 12px;
  position: relative;
}

.servtext ul li:not(:last-child),
.servtext ol li:not(:last-child) {
  margin-bottom: .4rem;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px dashed #ccc;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}

.servtext a {
    border-bottom: 1px dashed var(--black-color);
    transition: .2s;
    }

.servtext a:hover {
    border-bottom: 1px dashed transparent;
    }
 .servtext img {
     border-radius: 1.125rem;
 }   
    

.section-dark.section-dark__full-radius {
    color: var(--black-color); 
}

.section-dark.section-dark__full-radius .section-heading h2 {
   color: var(--black-color); 
}
