@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('../fonts/NK7mWiHG4tKd.woff2') format('woff2'), url('../fonts/jcdrC4XOHCPT.woff') format('woff'), url('../fonts/HsyPWhOB3ajP.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/fVUxpSwXsJEy.woff2') format('woff2'), url('../fonts/yaZqTLS2sg6e.woff') format('woff'), url('../fonts/PxszUMa6ocZL.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/d1aRkaRFMOCj.woff2') format('woff2'), url('../fonts/uhlsjkiPIrrj.woff') format('woff'), url('../fonts/YShqP0hpBkt6.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}


@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Regular'), url('../fonts/LZhrxvDsGTO8.woff2') format('woff2'), url('../fonts/cRYZx4MkvD7H.woff') format('woff'), url('../fonts/zn76almNLUvy.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

.blr {
    color: #00AEC7 !important;
}

.vira-button {
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0px 7px 14px rgba(0, 121, 138, 0.35);
    text-transform: none;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none !important;
    padding: 20px 25px 21px;
    box-shadow: 0px 7px 14px rgba(0, 121, 138, 0.35);
    transition: all .5s;
}

.vira-button--primary {
    color: #fff;
    background: #00AEC7;
}

.vira-button--primary:hover {
    background: linear-gradient(0deg, #FF8A1D, #FF8A1D);
    color: #fff
}

.vira-button--secondary {
    background: linear-gradient(0deg, #FF8A1D, #FF8A1D);
    color: #fff;
}

.vira-button--secondary:hover {
    background: #00AEC7;
    color: #fff;
}

.vira-button--tertiary {
    color: #2C3E50;
    background-color: #F0F5F9;
    box-shadow: none;
}

.vira-button--transparent {
    box-shadow: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.vira-button--transparent:hover {
    color: #2C3E50;
    background: #fff;
}

.vira-button--wh {
    color: #2C3E50;
    background: #fff;
}

.vira-button--wh:hover {
    background: linear-gradient(0deg, #FF8A1D, #FF8A1D);
    color: #fff
}

html,
body {
    margin: 0;
    padding: 0;
    color: rgba(44, 62, 80, 0.8);
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
}

.content {
    width: 940px;
    margin: 0 auto;
}


.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 78px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.13);
}

.header_block-logo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header_top-logo {
    width: 191px;
    min-width: 191px;
    /* margin-right: 44px; */
    margin-top: -15px;
    height: 53px;
    display: inline-block;
    text-indent: -9999px;
    background: url('/logo.png');
    background-size: cover;
}

.header_top-title {
    /* min-width: 296px; */
    min-width: 160px;
    margin: 0;
    padding: 0;
    color: #7C93AB;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
}

.header_top-contacts {
    margin: 0;
    line-height: normal;
    /* margin-right: 48px; */
}

.header_top-contacts_days {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(124, 147, 171, 0.5);
}

.header_top-contacts_adr {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    /* font-size: 12px; */
    font-size: 18px;
    line-height: 1.2em;
    color: #06172D;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.header_top-adr_text {
    /* max-width: 140px; */
    max-width: 260px;
}

.header_top-phone {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
}

.header_top-phone_icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.header_top-phone_nums {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    /* font-size: 22px;
    line-height: 27px; */
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
    color: #2C3E50;
}

.header-navv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 69px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0px;
    text-align: center;
}

.header-navv__item {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    border: 0 !important;
    display: inline-block;
}

.header-nav__item.active .header-navv__link {
    font-weight: 700;
}

.header-navv__link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    text-transform: none;
    color: #2C3E50;
    transition: color .5s;
}

.header-navv__link:hover {
    color: #00AEC7;
    text-decoration: none;
}

#opinionsCarousel1 {
    height: 600px;
}

#opinionsCarousel1 .owl-stage-outer,
#opinionsCarousel1 .owl-stage,
#opinionsCarousel1 .owl-item {
    height: 100%;
}

#opinionsCarousel1 .opinions-carousel__item {
    height: 100%;
    color: inherit;
    position: relative;
}

/*
#opinionsCarousel1 #top-sl-1 {
    background: url('/wp-content/themes/viragroup17/img/sl/00.webp') no-repeat center;
    background-size: cover;
}

#opinionsCarousel1 #top-sl-2 {
    background: url('/wp-content/themes/viragroup17/img/sl/8482.webp') no-repeat center;
    background-size: cover;
}

#opinionsCarousel1 #top-sl-3 {
    background: url('/wp-content/themes/viragroup17/img/sl/01.webp') no-repeat center;
    background-size: cover;
}

#opinionsCarousel1 #top-sl-4 {
    background: url('/wp-content/themes/viragroup17/img/sl/0Z.webp') no-repeat center;
    background-size: cover;
}
*/

#opinionsCarousel1 .opinions-carousel__img {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

#opinionsCarousel1 .opinions-carousel__text,
.banner .opinions-carousel__text {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(44, 62, 80, 0.5) url(../images/WlocTYTKgehn.png) no-repeat -121px 88px;
}

#opinionsCarousel1 .opinions-carousel__text {
    z-index: 5;
}

#opinionsCarousel1 .opinions-carousel--content,
.banner .opinions-carousel--content {
    width: 60%;
    text-align: left;
}

#opinionsCarousel1 .opinions-carousel--title,
.banner .opinions-carousel--title {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    line-height: 57px;
    color: #fff;
}

.project-section {
    /* 
    background: url(../images/WlocTYTKgehn.png) no-repeat 110% 50%, linear-gradient(0deg, #FF8A1D, #FF8A1D); 
    padding: 27px 0 60px 0;
    */
    background: url(../images/WlocTYTKgehn.png) no-repeat 110% 50%, linear-gradient(0deg, #c21600, #c21600);
    padding: 40px 0 60px 0;
}

#opinionsCarousel1 .opinions-carousel--text {
    margin: 20px 0 33px 0;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.top-section-b {
    min-width: 263px;
}

.top-section-b.vira-button--primary {
    margin-right: 17px;
}

#opinionsCarousel1 .opinions-carousel--subtext {
    margin: 26px 0 0 0;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 40px);
    width: 100%;
    height: 40px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    background: url('../fonts/XSfCwT4wYQTM.svg') no-repeat;
    box-shadow: 0px 7px 14px rgba(0, 121, 138, 0.35);
    border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
    transform: rotate(0deg);
    left: 30px;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background: url('../fonts/VNPKETuo0wap.svg') no-repeat;
}

.content-subtitle {
    margin: 0 0 6px 0;
    padding: 0;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #00AEC7;
}

.content-title {
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    color: #2C3E50;
}

.content .content-subtitle {
    /* padding-top: 50px; */
    padding-top: 80px;
}

.content .content-title {
    margin-bottom: 50px;
}

.content-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.content-body__material {
    height: 292px;
    width: 456px;
    margin: 0 0 38px 0;
}

.content-body__material--img {
    width: 456px;
    height: 245px;
    margin-bottom: 19px;
}

.content-body__material--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-body__material--title {
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    color: #2C3E50;
}

.content-body__material:hover {
    text-decoration: none;
}


.content-body__material:hover .content-body__material--title {
    text-decoration: none;
    color: #00AEC7;
}

.project-section {
    text-align: center;
}

.content-stock {
    display: inline-block;
    margin: 0 auto;
    background: #FFA14C;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    padding: 9px 33px 10px 33px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.2em;
}

.project-section-body {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}

.project-section-body--img {
    width: 50%;
    height: 334px;
    background: url(../images/yDHgb2bqGfsW.png) no-repeat 50% 50%;
    background-size: contain;
}

.project-section-body--text {
    max-width: 500px;
}

.project-section-body--text__title {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.project-section-body--text__text {
    margin: 14px 0 40px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.project-section-body--text .vira-button {
    width: 234px;
    margin-right: 13px;
}

.project-section-body--text .vira-button--primary:hover {
    background-color: #2C3E50;
}

.meet-section {
    width: 100%;
    height: 600px;
    background: url(../images/BbneEDtvstT7.png) no-repeat -121px 88px, url(../images/cbmvfydg7L8p.jpg) no-repeat 50% 0, #F0F5F9;
    background-size: auto, cover;
}

.meet-section--text {
    width: 50%;
    /* padding-top: 50px; */
    padding-top: 20px;
}

.meet-section--text .vira-button--secondary,
.meet-section--text .vira-button--primary {
    width: 300px;
    margin: -20px 0 35px 0;
}

.meeet-h1 {
    margin: 0 0 16px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    color: rgba(44, 62, 80, 0.8);
}

.meeet-persons {
    display: flex;
    justify-content: flex-start;
}

.pers {
    margin-right: 50px;
}

.pers-job,
.pers-name {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 62, 80, 0.8);
}

.pers-job {
    font-weight: 700;
}

.done-jobs-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.done-jobs {
    display: block;
    width: 300px;
    margin: 0 0 56px 0;
}

.done-jobs:hover {
    text-decoration: none;
}

.done-jobs:hover .done-jobs_title {
    color: #00AEC7;
}

.done-jobs:hover .done-jobs_img-c {
    background: rgb(0, 174, 199);
}

.done-jobs:hover .done-jobs_img {
    opacity: 0.6;
}

.done-jobs_img-c {
    background: #fff;
    transition: all .8s;
}

.done-jobs_img {
    width: 100%;
    transition: all .8s;
    opacity: 1;
}

.done-jobs_title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-size: 15px; */
    font-size: 18px;
    line-height: 25px;
    color: #2C3E50;
    margin: 16px 0 12px 0;
    display: block;
}

.done-jobs_subtitle {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 16px;
    color: #00AEC7;
    margin: 0 0 13px 0;
    display: block;
}

.done-jobs_details {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 9px;
    border-top: 2px solid #F0F5F9;
}

.done-jobs_details-part {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.done-jobs_button {
    width: 300px;
    margin: 0 auto 39px auto;
    display: block;
}

.stories-section {
    width: 100%;
    /* height: 626px; */
    height: 660px;
    background: url(../images/BbneEDtvstT7.png) no-repeat -7px 144px #F0F5F9;
}

.owl-carousel#opinionsCarousel .owl-nav .owl-next,
.owl-carousel#opinionsCarousel .owl-nav .owl-prev {
    transform: rotate(180deg);
    position: absolute;
    width: 40px;
    height: 40px;
    right: -60px;
    background: url('../fonts/XSfCwT4wYQTM.svg') no-repeat;
    box-shadow: 0px -7px 14px rgba(0, 121, 138, 0.35);
    border-radius: 50%;
}

.owl-carousel#opinionsCarousel .owl-nav .owl-prev {
    transform: rotate(0deg);
    left: -60px;
    box-shadow: 0px 7px 14px rgba(0, 121, 138, 0.35)
}

#opinionsCarousel .opinions-carousel__item {
    color: #2C3E50;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

#opinionsCarousel .opinions-carousel__img {
    display: block;
    margin: 0;
    width: 50%;
    max-width: 50%;
    height: 336px;
    border-radius: 0;
    border: 0;
}

#opinionsCarousel .opinions-carousel__img iframe {
    width: 100%;
    height: 100%;
}

#opinionsCarousel .opinions-carousel__text {
    padding-left: 100px;
    width: 50%;
    padding-right: 50px;
}

#opinionsCarousel .opinions-carousel--title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    color: #00AEC7;
    margin: 0 0 16px 0;
}

#opinionsCarousel .opinions-carousel--text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 62, 80, 0.8);
    margin: 0 0 16px 0;
}

.steps-section {
    width: 100%;
    background: url(../images/BbneEDtvstT7.png) no-repeat -113px 91px #fff;
}

.steps-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border-bottom: 2px solid #F0F5F9;
}

.steps-list-item {
    width: 300px;
    height: 270px;
}

.steps-list-img {
    margin: 0 0 0 -15px;
}

.steps-list-img01 {
    margin: 0 0 20px 0;
}

.steps-list-body {
    width: 219px;
}

.steps-list-title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    color: #2C3E50;
    margin: 0 0 6px 0;
}

.steps-list-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 62, 80, 0.8);
}

.steps-list-item--final {
    background: #00AEC7;
    position: relative;
}

.steps-list-item--final .steps-list-img {
    margin: 0;
    position: absolute;
    top: 39px;
    left: 51px;
}

.mnogo-text-section {
    width: 100%;
    background-color: #F0F5F9;
    padding-bottom: 56px;
}

.mnogo-text-section .vira-button {
    width: 300px;
    margin: 48px auto 0 auto;
    display: block;
}

.mnogo-text-body {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.mnogo-text-item {
    width: 50%;
    height: 472px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mnogo-text-item--text {
    box-sizing: border-box;
    padding: 30px;
}

.mnogo-text-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mnogo-text-item__title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    color: #2C3E50;
    margin: 0 0 10px 0;
}

.mnogo-text-item__text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 62, 80, 0.8);
    margin: 0 0 15px 0;
}

.video-section {
    width: 100%;
    padding: 80px 0;
    background-color: #00AEC7;
}

.content-subtitle--alt {
    margin: 0 0 35px 0 !important;
    padding: 0 !important;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #F0F5F9;
}

.content-title--alt {
    margin: 0 !important;
    padding: 0 0 23px 0 !important;
    text-transform: none;
    text-align: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
}

.video-body {
    display: flex;
    justify-content: space-between;
}

.video-body iframe {
    width: 461px;
    height: 273px;
}

.feed-section {
    width: 100%;
    background: url(../images/BbneEDtvstT7.png) no-repeat -113px 32px #2C3E50;
}

.feed-section .content {
    padding-top: 151px;
    height: 640px;
    background: url(../images/1wVVVpqqpZ3U.png) no-repeat 100% 100%;
}

.footer-section {
    width: 100%;
    padding-top: 60px;
}

.footer-section__body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer-section__body--col {
    width: 460px;
}

.footer-section__body-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 62, 80, 0.8);
    margin: 0 0 15px 0;
}

.footer-contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.footer-logo {
    width: 191px;
    min-width: 191px;
    height: 51px;
    display: inline-block;
    text-indent: -9999px;
    background: url('/logo.png') no-repeat;
    background-size: cover;
}

.footer-item {
    padding: 5px 20px;
    min-height: 46px;
}

.item-location {
    background: url('../fonts/LQaFc0TcjO9s.svg') no-repeat 0 100%;
}

.item-adr {
    background: url('../fonts/OfGezriqBJeZ.svg') no-repeat 0 100%;
}

.item-email {
    background: url('../fonts/gOWIUOsAv7ox.svg') no-repeat 0 100%;
}

.footer-item-line1 {
    margin: 0 0 10px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: rgba(44, 62, 80, 0.8);
}

.footer-item-line2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2C3E50;
}

.footer-item-line2:hover {
    text-decoration: none;
}

.social-link svg .fill {
    fill: #2C3E50;
}

.social-link:hover {
    text-decoration: none;
}


.social-link:hover svg .fill {
    fill: #00AEC7;
}

.footer-line2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 73px;
}

.footer-line2 .vira-button--primary {
    width: 219px;
    margin-right: 23px;
}

.line2-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    color: #5B5B5B;
    margin: 0 auto 0 0;
}

.social-link {
    margin-right: 22px;
}

.final-footer {
    background: #2C3E50;
}

.final-footer .content {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.final-footer p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    color: #f2f2f2;
    margin: 0;
}

#showmenu {
    display: none;
}

.feed-bodyimg {
    display: none;
}

.header_top-social .social-link {
    margin-right: 0;
}

@media only screen and (max-width: 1000px) {

    .content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_top {
        /* flex-direction: column; */
        flex-wrap: wrap;
        row-gap: 10px;
        margin-right: 60px;
    }

    .header_top-logo,
    .header_top-title,
    .header_top-contacts,
    .header_top-phone {
        margin: 0 0 10px 0;
        min-width: auto;
        /* text-align: center; */
    }

    .header-navv {
        flex-direction: column;
        display: none;
        min-height: auto;
    }

    .header-navv__item {
        display: block;
        padding: 15px 0;
        width: 100%;
    }

    #showmenu {
        position: absolute;
        top: 16px;
        right: 16px;
        display: block;
        /* width: 250px;
        width: 250px; */
        width: 40px;
        height: 40px;
        margin: 0 auto;
        border: 0;
        outline: 0;
        padding: 10px;
        z-index: 99;
    }

    .owl-nav {
        display: none;
    }

    .top-section {
        margin-top: 20px;
    }

    .top-section,
    #opinionsCarousel1 {
        min-height: 450px;
        height: 450px;
    }

    #opinionsCarousel1 .opinions-carousel--title .banner .opinions-carousel--title {
        margin: 0;
        text-transform: none;
        text-align: left;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        /* font-size: 22px;
        line-height: 34px; */
        font-size: 28px;
        line-height: 1.2em;
        color: #fff;
    }

    .top-section-b.vira-button--primary {
        margin-right: 0;
    }

    .top-section-b {
        /* width: 250px !important; */
        margin-bottom: 15px;
    }

    #opinionsCarousel1 .opinions-carousel--content,
    .banner .opinions-carousel--content {
        width: 100%;
    }

    .content-body__material {
        height: 150px;
        width: 250px;
        margin: 0 auto 38px auto;
    }

    .content-body__material--img {
        width: 100%;
        height: 100px;
    }

    .project-section-body {
        flex-direction: column;
        margin: 0;
    }

    .project-section-body--img {
        width: 100%;
        height: 234px;
    }

    .project-section-body--text .vira-button {
        margin: 0 auto 15px auto;
        display: block;
    }

    .meet-section,
    .mnogo-text-section {
        display: none;
    }

    .done-jobs-list,
    .steps-list,
    .video-body {
        flex-direction: column;
    }

    .done-jobs,
    .steps-list-item {
        display: block;
        width: 250px;
        margin: 0 auto 36px auto;
    }

    .done-jobs_button {
        width: 250px;
    }

    .steps-list-item:not(.steps-list-item--final) {
        height: auto;
    }

    #opinionsCarousel .opinions-carousel__img {
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    #opinionsCarousel .opinions-carousel__text,
    .footer-section__body {
        display: none;
    }

    .content .content-title {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .stories-section {
        width: 100%;
        height: 526px;
    }

    .video-body iframe {
        width: 270px;
        margin: 0 auto 15px auto;
    }

    .feed-section .content {
        padding-top: 20px;
        background: none;
        height: auto;
    }

    .feed-bodyimg {
        display: block;
        width: 270px;
        /* margin: 15px auto 0 auto; */
        margin: 40px auto 0;
    }

    .footer-contacts {
        flex-direction: column;
        align-items: center;
    }

    .footer-item {
        margin: 0 0 20px 0;
    }

    .footer-line2 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .line2-text {
        display: none;
    }

    .footer-line2 .vira-button--primary {
        margin: 0 0 15px 0;
    }

    .final-footer .content {
        display: block;
        padding: 20px;
    }

}

.top-section--tx #opinionsCarousel1 .opinions-carousel__text {
    background: url(../images/WlocTYTKgehn.png) no-repeat -121px 88px;
}

.top-section--tx #opinionsCarousel1 .opinions-carousel--title,
.top-section--tx #opinionsCarousel1 .opinions-carousel--text {
    font-family: 'Montserrat', sans-serif;
}

.view-gallery__hidden-part {
    display: none;
}

.wpcf7-text {
    max-width: 240px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #00aec7;
}

.wpcf7-recaptcha>div {
    margin: 0 auto;
}

.wpcf7-submit {
    color: #fff;
    background: #00AEC7;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    border: none;
    padding: 20px 20px;
    box-shadow: 0px 7px 14px rgba(0, 121, 138, 0.35);
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
    background: linear-gradient(0deg, #FF8A1D, #FF8A1D);
    color: #fff;
}

.projects-block {
    margin-top: 40px;
}

.footer-section__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    gap: 10px;
}

.footer-section__icons-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-section__icons-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2em;
    color: #2C3E50;
}

.sl-overlay {
    background-color: #000;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

@media(max-width: 720px) {
    h1.content-title {
        font-size: 28px;
        line-height: 1.2em;
    }

    h2.content-title--alt {
        font-size: 26px;
        line-height: 1.4em;
    }

    .header_top {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .header_block-logo {
        gap: 0;
    }

    .header_block-logo,
    .header_top-contacts {
        width: 100%;
    }

    .top-section {
        margin-top: 0;
    }

    #opinionsCarousel1 .opinions-carousel--title,
    .banner .opinions-carousel--title {
        font-size: 28px;
        line-height: 1.4em;
    }

    .top-section-b {
        min-width: 220px;
        padding: 20px 10px;
    }

    .content-subtitle,
    .content .content-subtitle {
        padding-top: 60px;
    }

    #opinionsCarousel .opinions-carousel__img iframe {
        height: 200px;
        margin: 30px 0 0 0;
    }

    .sl-overlay { display: none;}

    .steps-list {
        padding-bottom: 0;
    }

    .video-body iframe {
        width: 100%;
        height: 200px;
    }

    .feed-section .content {
        padding-top: 60px;
    }

    .feed-section .content-title--alt {
        padding: 0;
    }

    .footer-section__body {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .footer-section__icons {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 20px;
    }

    .footer-section__icons-text {
        font-size: 18px;
    }

    .footer-contacts {
        margin-bottom: 0;
    }

    .footer-line2 {
        margin-bottom: 30px;
    }

    .footer-line2 .vira-button--primary {
        margin-bottom: 30px;
    }

    /*
    .opinions-carousel__img {
        display: block;
    }
    */
}

/*
@media(max-width: 480px) {
    #opinionsCarousel1 #top-sl-1 {
        background-image: url('/wp-content/themes/viragroup17/img/sl/00_1.jpg');
        background-size: cover;
    }
    
    #opinionsCarousel1 #top-sl-2 {
        background-image: url('/wp-content/themes/viragroup17/img/sl/8482_1.jpg');
        background-size: cover;
    }

    #opinionsCarousel1 #top-sl-3 {
        background-image: url('/wp-content/themes/viragroup17/img/sl/01_1.jpg');
        background-size: cover;
    }

    #opinionsCarousel1 #top-sl-4 {
        background-image: url('/wp-content/themes/viragroup17/img/sl/0Z_1.jpg');
        background-size: cover;
    }
}
*/
.page-id-4008 .completed-carousel {
    display: none;
}