:root {
    --swiper-navigation-sides-offset: -5px;
}

#abotcompanynew h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333;
}

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

.about-advantages li {
    width: 30%;
    text-align: center;
}

.textbefore ul li {
    font-size: 17px;
    color: #333;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.textafter img.extra {
    margin-right: 24px;
}

.textafter img.extra:last-child {
    margin-right: 0;
}

#abouttwo {
    margin-top: 50px;
}

#abouttwo h2 {
    display: block;
    text-align: center;
}

ul.abouttwo li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

ul.abouttwo {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    margin-top: 75px;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

ul.abouttwo li {
    display: inline-block;
    width: 31%;
    text-align: center;
    font-size: 15px;
    color: #333;
    border: 1px solid #f0f2f5;
    padding: 46px 10px 15px;
}

ul.abouttwo img {
    display: block;
    margin: 0 auto;
}

ul.abouttwo strong {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1px;
    display: block;
}

#aboutthree {
    margin-top: 72px;
}

#aboutthree h2 {
    display: block;
    text-align: center;
}

ul.aboutoborudovanie li {
    display: inline-block;
    width: 49%;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 17px 0;
    min-height: 242px;
    vertical-align: top;
    padding: 13px 22px;
    font-size: 15px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

ul.aboutoborudovanie img {
    float: left;
    margin-top: 10%;
    margin-right: 15px;
}

ul.aboutoborudovanie li strong {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    display: block;
    margin-top: 28px;
}

ul.aboutoborudovanie li p {
    font-size: 15px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    margin-top: 19px;
}

ul.aboutoborudovanie {
    margin-top: 61px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


li.connectli p {
    padding-right: 0;
    font-size: 16px;
}

li.connectli strong {
    font-size: 24px;
}

li.connectli {
    text-align: center;
}

a.knopka {
    border-radius: 8px;
    background-color: rgb(76, 172, 65);
    display: block;
    color: #fff;
    width: 230px;
    margin: 0 auto;
    line-height: 44px;
    cursor: pointer;
}

#aboutfoo {
    margin-top: 56px;
}

#aboutfoo h2 {
    display: block;
    text-align: center;
}

ul.aboutfoo {
    list-style: none;
    margin-top: 71px;
}

ul.aboutfoo li:nth-child(2n) .textfoo {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 10%;
}

ul.aboutfoo li {
    display: flex;
    min-height: 350px;
}

ul.aboutfoo li:nth-child(2n+1) .textfoo {
    width: 48%;
    float: right;
    text-align: center;
    margin-top: 10%;
}

ul.aboutfoo li:nth-child(2n+1) .imgfoo {
    float: left;
    margin-right: 22px;
}

.textfoo p {
    font-size: 15px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-right: 56px;
    line-height: 23px;
}

.foobold {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

#aboutfive {
    margin-top: 48px;
}

#aboutfive h2 {
    display: block;
    text-align: center;
}

#aboutfive .swiper {
    padding: 0 40px;
}

.aboutfive .swiper-slide img {
    margin: 0 auto;
    display: block;
}

.aboutfive .swiper-slide:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.aboutfive .swiper-slide {
    border: 1px solid #f0f2f5;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    height: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.about-works-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.about-works-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: fit-content;
}

.about-works-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

/* Main navigation start */
.js-top-menu {
    width: 100%;
    text-align: center;
    border-top: #f6f6f6 2px solid;
}

.js-top-menu > .top-menu {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.js-top-menu > .top-menu > li {
    padding: 0 15px;
}

.js-top-menu > .top-menu > li:not(:last-child) {
    border-right: #f6f6f6 2px solid;
}
/* Main navigation end */

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Our works cms page */

.blog-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-around;
    list-style: none !important;
}

.blog-posts-wrapper img {
    margin: 0;
    height: 250px;
    object-fit: cover;
}

.blog-actions {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    align-items: center;
}

.blog-actions a:first-child {
    text-align: left;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.blog-actions .btn {
    background: #00bfff;
    font-size: 18px;
    border-radius: 8px;
    border: 0;
    color: #fff;
}

/* Our works cms page */

.swiper-wrapper {
    height: auto;
}

.page-category .block-category {
    min-height: initial;
}

#category-description {
    background: #fff;
    padding: 20px;
}

.block-category .block-category-inner {
    display: none;
}

#payment-option-2-additional-information dl {
    display: none;
}
