/*
body {
    min-width: 420px;
}
*/




/*   HEADER   */

#sp-header-topbar .container-inner > .row {
    align-items: flex-start !important;
}

#sp-header-topbar a {
    color: #2b2a28;
    font-size: 18px;
    padding: 5px 1px;
    margin-bottom: 5px;
}

.sp-contact-info {
    display: flex;
}

.sp-contact-info li {
    display: flex;
    align-items: center;
}

.sp-contact-info li:first-child span {
    margin-right: 20px;
    padding: 11px 15px 9px;
    font-size: 22px;
    transform: translateY(-5px);
}

#sp-header-topbar .mod-languages a,
.offcanvas-menu .mod-languages a {
    display: inline-block;
    padding: 7px 11px 7px;
    transform: translateY(-5px);
    font-size: 18px;
    color: #fff;
}

#sp-header-topbar .sp-contact-info li:first-child span,
#sp-header-topbar .mod-languages a,
.offcanvas-menu .mod-languages a {
    position: relative;
    border-radius: 0 0 25px 25px;
    transition: all .2s ease-in-out;
    color: #fff;
    background: #070707;
    background: -webkit-linear-gradient(#070707 0%, #565657 100%);
    background: -o-linear-gradient(#070707 0%, #565657 100%);
    background: linear-gradient(#070707 0%, #565657 100%);
}


#sp-header-topbar .sp-contact-info li:first-child span::after,
#sp-header-topbar .mod-languages a::after,
.offcanvas-menu .mod-languages a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #572222;
    background: -webkit-linear-gradient(#572222 0%, #e31e25 100%);
    background: -o-linear-gradient(#572222 0%, #e31e25 100%);
    background: linear-gradient(#572222 0%, #e31e25 100%);
    transition: all .2s ease-in-out;
    z-index: -1;
    border-radius: 0 0 25px 25px;
}

#sp-header-topbar .sp-contact-info li:not(:first-child) span {
    display: none;
}

#sp-header-topbar .sp-contact-info:hover li:first-child span,
#sp-header-topbar .sp-contact-info:active li:first-child span,
#sp-header-topbar .sp-contact-info:focus li:first-child span,
#sp-header-topbar .mod-languages a:focus,
#sp-header-topbar .mod-languages a:active,
#sp-header-topbar .mod-languages a:hover,
.offcanvas-menu .mod-languages a:focus,
.offcanvas-menu .mod-languages a:hover,
.offcanvas-menu .mod-languages a:active {
    transform: translateY(0px);
    color: #fff;
}

#sp-header-topbar .sp-contact-info:hover li:first-child span::after,
#sp-header-topbar .sp-contact-info:active li:first-child span::after,
#sp-header-topbar .sp-contact-info:focus li:first-child span::after,
#sp-header-topbar .mod-languages a:focus::after,
#sp-header-topbar .mod-languages a:active::after,
#sp-header-topbar .mod-languages a:hover::after,
#sp-header-topbar .mod-languages .lang-active a::after,
.offcanvas-menu .mod-languages a:focus::after,
.offcanvas-menu .mod-languages a:active::after,
.offcanvas-menu .mod-languages a:hover::after,
.offcanvas-menu .mod-languages .lang-active a::after {
    opacity: 1;
}

#sp-header-topbar div.mod-languages ul li.lang-active,
.offcanvas-menu .mod-languages .lang-active {
    background: none;
}

/*  Menu  */
#sp-header.lg-header {
    box-shadow: none;
}

#sp-header-topbar .container-inner {
    border: none;
}

#sp-header.header-sticky {
    height: auto;
    box-shadow: 0 0 15px 0 #e3daec;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
}

#sp-header-topbar .container-inner > .row {
    min-height: auto;
}

#sp-logo .logo a {
    display: block;
    position: relative;
    padding-bottom: 20px;
    min-width: 250px;
    text-align: center;

}

#sp-logo .logo a::after {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: #000;

}

.uk-ua #sp-logo .logo a::after {
    content: "Аутсорсингова компанія";
}

.ru-ru #sp-logo .logo a::after {
    content: "Аутсорсинговая компания";
}

/*  Menu  */


/*    CONTENT    */
.com-sppagebuilder #sp-main-body {
    padding-top: 30px;
}

.body-innerwrapper > section:not(#sp-section-1),
#sp-section-1 > .row {
    width: 90%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.body-wrapper .body-innerwrapper > #sp-main-body {
    width: 100%;
    max-width: 100%;
}

[id*="__section"] .sppb-row-container,
[id*="__section"] .sppb-row-container,
[id*="__section"] .sppb-row-container {
    max-width: 1400px;
}

/* Title in articles   */
.view-article #sp-main-body {
    padding: 30px 0;
}
.article-list .article {
    border: 3px solid #c6cbf0;
}

.view-article .article-details {
    display: flex;
    flex-direction: column;
}

.article-details .article-ratings-social-share {
    order: 1;
    background: #ddddff;
    border: none;
    border-radius: 15px;
    padding: 15px;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
    text-decoration: underline;
}

.article-social-share .social-share-icon ul li a {
    border: none;
    background: none;
}

.next.page-item > a {
    border: 2px solid #aeb2d8;
    border-radius: 5px;

}

.previous.page-item > a {
    border: 2px solid #dd94b0;
    margin-right: 15px;
    border-radius: 5px;

}

.previous.page-item > a:hover,
.previous.page-item > a:active,
.previous.page-item > a:focus {
    background: #dd94b0;
}

.next.page-item > a:hover,
.next.page-item > a:active,
.next.page-item > a:focus {
    background: #aeb2d8;
}

.article-social-share .social-share-icon ul li a {
    font-size: 20px;
}

.article-info > span a {
    font-size: 1rem;
    background: #fcebe4;
    border-radius: 3px;
}
.article-list .article .readmore a {
    font-size: 18px;
    text-decoration: underline;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.tags>li a {
    color: #000;
}
[itemprop="articleBody"] table td,
.article table td {
    padding: 5px;
}
.contact__icon {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.contact__icon::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 25px;
    height: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 28px;
    color: #813381;
    text-align: center;
}
body:not(.page--main) #sp-section-1 {
    position: relative;
    padding-top: 15px;
    background: rgb(166, 173, 216);
    background: -moz-linear-gradient(-45deg, rgba(166, 173, 216, 1) 0%, rgba(242, 220, 210, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(166, 173, 216, 1) 0%, rgba(242, 220, 210, 1) 100%);
    background: linear-gradient(135deg, rgba(166, 173, 216, 1) 0%, rgba(242, 220, 210, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6add8', endColorstr='#f2dcd2', GradientType=1);
    border-bottom: 5px solid #a7add8;
}

body:not(.page--main) #sp-section-1::before {
    position: absolute;
    bottom: 2%;
    left: 0;
    content: "";
    width: 100%;
    height: 30%;
    max-height: 70px;
    background: url(/images/system/bg/decor_title.png) 0 100% repeat no-repeat;
    background-size: contain;
    opacity: .5;

}

body:not(.page--main) .page__title .sp-page-title {
    position: relative;
    padding: 30px 15px;
    height: 180px;
    background-size: 270px 270px;
    background-repeat: no-repeat;
    background-position: 90% 0;
    background-color: rgb(255 255 255 / 0%);

}


body:not(.page--main) .page__title .sp-page-title .sp-page-title-heading {
    font-size: 56px;
    text-shadow: 1px 1px 0 #624594;
}

/*  Video Section  */

#video__section button.mfp-arrow,
button.mfp-close {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    font-size: 40px;
    line-height: 32px;
}

#video__section > .sppb-row-container {
    padding-bottom: 115px;
    position: relative;


}

#video__section > .sppb-row-container > .sppb-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 120px;
    width: calc(100% - 240px);
    height: 100%;
    background: #d6e4f5;
    background: -moz-linear-gradient(-45deg, #d6e4f5 0%, #f1f5fc 100%);
    background: -webkit-linear-gradient(-45deg, #d6e4f5 0%, #f1f5fc 100%);
    background: linear-gradient(135deg, #d6e4f5 0%, #f1f5fc 100%);
    box-shadow: 6px 8px 0px 0px rgba(215, 221, 234, 0.7);
    z-index: -2;
}


#video__section > .sppb-row-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: url(/images/system/bg/anna.png) 0 100% no-repeat no-repeat;
    background-size: contain;
    z-index: 1;
}

#video__section > .sppb-row-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background: url(/images/system/bg/girls.png) 100% 100% no-repeat no-repeat;
    background-size: contain;
    z-index: 1;
}

#video__section > .sppb-row-container > .sppb-row {
    position: relative;
    padding: 50px 115px 50px 115px;
    background: url(/images/system/bg/progress.png) 120px 90% no-repeat no-repeat;
}

#video__section > .sppb-row-container > .sppb-row > * {
    z-index: 20;
}

#video__section > .sppb-row-container > .sppb-row::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
    background-image: url(/images/system/bg/decor.png), url(/images/system/bg/decor.png), url(/images/system/bg/decor.png), url(/images/system/bg/decor.png), url(/images/system/bg/decor.png);
    background-position: calc(100% - 105px) 18%, calc(100% - 105px) 36%, calc(100% - 105px) 54%, calc(100% - 105px) 72%, calc(100% - 105px) 90%;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat, no-repeat no-repeat, no-repeat no-repeat, no-repeat no-repeat;
    background-size: 50% 4px, 55% 4px, calc(100% - 105px) 4px, calc(100% - 105px) 4px, calc(100% - 105px) 4px;
    z-index: -1;
    opacity: .7;
}

.sp-page-builder .page-content #video__section {
    background-size: 100%;
}

#video__section.video__section h1.sppb-addon-title {
    margin-left: 50px;
    background: #465692;
    background: -moz-linear-gradient(top, #465692 0%, #2e7997 100%);
    background: -webkit-linear-gradient(top, #465692 0%, #2e7997 100%);
    background: linear-gradient(to bottom, #465692 0%, #2e7997 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#video__section.video__section .section__video__list {
    margin-left: 110px;
}

#video__section.video__section .section__video__list h3 {
    text-shadow: 2px 2px 3px #fff;
    margin-bottom: 0;
}

#video__section.video__section .section__video__list-elem i {
    padding-top: 3px;
}

.video__section__btn > .sppb-btn {
    padding: 15px 40px;
    color: #772fae;
    background: #fff;
    border-radius: 30px;
    font-size: 27px;
    font-weight: 700;
    box-shadow: 5px 5px 35px 0 #98a4c0;
}

.video__section__btn > .sppb-btn:hover,
.video__section__btn > .sppb-btn:active,
.video__section__btn > .sppb-btn:focus {
    color: #fff;
    background: #772fae;
}

.video__section__btn > .sppb-btn > span {
    text-decoration: underline;
}

.video__section__btn > .sppb-btn > i {
    margin-left: 20px;
    color: #e31e25;
    font-size: 60px;
}

.video__section__text ul {
    list-style: none;
    text-align: center;
    font-size: 24px;
    color: #7ba7ed;
    text-shadow: 2px 2px 3px #fff;
    padding: 0;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.white-popup-block {
    max-width: 85%;
}

/*  List section  */

#list__section {
    background: #f5f3fc;
    background: -moz-linear-gradient(-45deg, #f5f3fc 0%, #f3eaf5 42%, #dde6f6 100%);
    background: -webkit-linear-gradient(-45deg, #f5f3fc 0%, #f3eaf5 42%, #dde6f6 100%);
    background: linear-gradient(135deg, #f5f3fc 0%, #f3eaf5 42%, #dde6f6 100%);
}

#list__section .list__section__list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    font-size: 20px;
}


#list__section .list__section__list ul > li {
    position: relative;

    margin: 10px 10px;

}

#list__section .list__section__list ul > li > a {
    display: block;
    height: 100%;
    padding: 25px 20px 25px 32px;
    border-radius: 25px;
    background: #fff;
    color: #252525;
    transition: all .3s ease-in-out;
}

#list__section .list__section__list ul > li > a:hover,
#list__section .list__section__list ul > li > a:focus,
#list__section .list__section__list ul > li > a:active {
    box-shadow: 4px 4px 0 4px rgb(117 92 136 / 22%);
    transform: translateY(-10px);
    color: #772fae;
}

#list__section .list__section__list--services ul > li {
    width: calc(50% - 20px);

}

#list__section .list__section__list--acts ul > li {
    width: 100%;
}


#list__section .list__section__list > h3 {
    display: inline-block;
    padding: 15px 20px;
    /*
    margin: -40px 0 0 35px;
    background: #fff;
    border-radius: 30px;
*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

/*  counter section  */
.counter__section sppb-section-title h3 {
    text-transform: uppercase;
}

#counter__section .sppb-addon-wrapper {
    height: 300px;
}

#counter__section .sppb-addon-wrapper div {
    height: 100%;
    padding: 10px;
}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content .sppb-animated-number,
#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content .sppb-animated-number-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content .sppb-animated-number {
    height: 57%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 4px solid #f3f1fa;
    background: #D5068E;
    background: linear-gradient(to right, #D5068E 0%, #A31B82 31%, #5d11b3 62%, #2200B4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content::after,
#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content::after {
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: rgb(228 229 240 / 17%) transparent transparent transparent;
}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content::before {
    border-width: 90px 200px 0 0;
    border-color: #e3e4e929 transparent transparent transparent;
}

#counter__section .sppb-addon-wrapper .counter__block .sppb-addon-content .sppb-animated-number-title {
    height: 43%;
}

/*  About section  */
#about__section .about__text .sppb-addon-content {
    padding: 50px 55px;
    background: #fafafc;
    background: -moz-linear-gradient(-45deg, #fafafc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #fafafc 0%, #ffffff 100%);
    background: linear-gradient(135deg, #fafafc 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafc', endColorstr='#ffffff', GradientType=1);
    box-shadow: 10px 10px 0px 0px rgba(224, 218, 242, 0.4);
    border-radius: 50px;
    line-height: 1.7;
}

#about__section .about__text__column {
    position: relative;
    padding: 0 50px 75px 0;
}

#about__section .about__text__column::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background-image: url(/images/system/bg/flower.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 5;
}

#about__section .about__text h3,
#outsource__section h3 {
    font-size: 36px;
}

#about__section .about__text h3 {
    text-align: center;
}

#about__section .about__text strong {
    color: #8584ec;
}

#about__section .about__text h6 {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.about__column--father {
    background-image: url(/images/system/bg/father.png);
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 75px);
}

.about__column--mother {
    margin-left: -70px;
    background-image: url(/images/system/bg/mother.png);
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 75px);

}

.about__column--mother,
.about__column--father {
    background-size: contain;
}

/*  outsoursing  */

#outsource__section h3 {
    position: relative;
    align-self: flex-start;
    padding-left: 50px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

#outsource__section h3::before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -10px;
    width: 15%;
    height: 7px;
    background: linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);
    background: -moz-linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);
    background: -webkit-linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);
    background: -ms-linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);
}



.outsource__textblock .sppb-panel-faq .sppb-panel-body {
    border: none;
}

.outsource__textblock .sppb-panel-faq > .sppb-panel-heading {
    position: relative;
}

.outsource__textblock .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
    font-size: 25px;
    font-weight: 500;
}

.outsource__textblock .sppb-panel-faq .sppb-panel-heading i {
    color: #d59ffd;
    transition: all .3s ease-in-out;
}

.outsource__textblock .sppb-panel-faq .sppb-panel-heading.active i {
    color: #fff;
}

.outsource__textblock .sppb-panel-faq > .sppb-panel-heading::before,
.outsource__textblock .sppb-panel-faq > .sppb-panel-heading::after {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(-49deg, rgb(216, 160, 254) 0%, rgb(118, 131, 217) 100%);
    background: -moz-linear-gradient(-49deg, rgb(216, 160, 254) 0%, rgb(118, 131, 217) 100%);
    background: -webkit-linear-gradient(-49deg, rgb(216, 160, 254) 0%, rgb(118, 131, 217) 100%);
    background: -ms-linear-gradient(-49deg, rgb(216, 160, 254) 0%, rgb(118, 131, 217) 100%);
    opacity: .3;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.outsource__textblock .sppb-panel-faq > .sppb-panel-heading::before {
    top: 0;
    width: 0;
    height: calc(100% - 1px);
}

.outsource__textblock .sppb-panel-faq > .sppb-panel-heading::after {
    bottom: 0;
    width: 100%;
    height: 1px;
}

.outsource__textblock .sppb-panel-faq > .sppb-panel-heading.active::before {
    width: 100%;
}

/* Form  */
#form__section {
    background: #dba8fe;
    background: -moz-linear-gradient(left, #dba8fe 0%, #838edc 100%);
    background: -webkit-linear-gradient(left, #dba8fe 0%, #838edc 100%);
    background: linear-gradient(to right, #dba8fe 0%, #838edc 100%);
}

#form__section .form__section__form {
    margin-bottom: 70px;
}

#form__section .sppb-row-container {
    max-width: 1000px;
    margin: 0 auto;
    background-image: url(/images/system/bg/form_bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 60%;
}

#form__section .sppb-section-title {
    margin-bottom: 20px;
}

#form__section .sppb-title-heading {
    padding: 15px 35px;
    background: #fff;
    border-radius: 30px;
    transform: translateY(-50%);
    display: inline-block;
}

#form__section form input,
#form__section form textarea,
#form__section form button {
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 500;
    color: #2c2c2c;
    background: #fff;
    box-shadow: 3px 4px 0px 0px rgb(255 255 255 / 47%) !important;
    transition: all .3s ease-in-out;
}

#form__section form input::placeholder,
#form__section form textarea::placeholder {
    color: #2c2c2c;
    transition: all .3s ease-in-out;
}

#form__section form input:active::placeholder,
#form__section form input:focus::placeholder,
#form__section form input:hover::placeholder,
#form__section form textarea:hover::placeholder,
#form__section form textarea:active::placeholder,
#form__section form textarea:focus::placeholder {
    opacity: .5;
}

#form__section form input:active,
#form__section form input:focus,
#form__section form input:hover,
#form__section form textarea:hover,
#form__section form textarea:active,
#form__section form textarea:focus,
#form__section form button:hover,
#form__section form button:active,
#form__section form button:focus {
    box-shadow: 3px 4px 0px 0px rgb(71 15 172 / 59%) !important;
}

#form__section form button:hover,
#form__section form button:active,
#form__section form button:focus {
    color: #772fae;
}

#form__section .sppb-form-builder-btn > button {
    color: #9193e2;
}

#form__section .sppb-form-builder-btn > button > span {
    padding-left: 20px;
    transform: translateY(2px);
    transition: all .3s ease-in-out;
}

#form__section .sppb-form-builder-btn > button:hover > span,
#form__section .sppb-form-builder-btn > button:active > span,
#form__section .sppb-form-builder-btn > button:focus > span {
    transform: translate(7px, 2px);
}

/*    FOOTER   */
#footer__section {
    font-size: 20px;
}

#footer__section .sppb-title-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#footer__section .sppb-title-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 140%;
    height: 6px;
    background: -moz-linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);
    background: -webkit-linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);
    background: -ms-linear-gradient(0deg, rgb(118, 131, 217) 0%, rgb(216, 160, 254) 100%);

}

#footer__section a {
    color: #2c2c2c;
    text-decoration: underline;
    cursor: pointer;
}

#footer__section a[href*="tel:"] {
    color: #772fae;
    text-decoration: none;
    font-weight: 500;
}

#footer__section a:active,
#footer__section a:hover,
#footer__section a:focus {
    color: #2c2c2c;
    text-decoration-color: #ec430f;
}

#footer__section a[href*="tel:"]:hover,
#footer__section a[href*="tel:"]:active,
#footer__section a[href*="tel:"]:focus {
    text-decoration: underline;
    color: #772fae;
}

#footer__section .footer__socials a i {
    font-size: 70px;
    background: -webkit-linear-gradient(left, #495bce 0%, #c076f2 100%);
    background: -o-linear-gradient(left, #495bce 0%, #c076f2 100%);
    background: linear-gradient(to right, #495bce 0%, #c076f2 100%);
    background: linear-gradient(to right, #495bce 0%, #c076f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#footer__section .footer__socials a {
    opacity: .7;
    transition: all .3s ease-in-out;
}

#footer__section .footer__socials a:active,
#footer__section .footer__socials a:hover,
#footer__section .footer__socials a:focus {
    transform: translateY(-10px);
    opacity: 1;
}

.footer__dev .webus__link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__dev p {
    margin-bottom: 0;

}

#sp-footer .container-inner {
    padding-bottom: 10px;
}

.sp-scroll-up .fa-angle-up:before {
    content: "\f062";
}

.sp-scroll-up {
    bottom: 30px;
    font-size: 27px;
    background: rgb(197 174 229 / 62%);
    border-radius: 5px;
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
    background: #7f64e7;
}

.sppb-btn.focus,
.sppb-btn:focus {
    box-shadow: none;
}

/*    MEDIA   */
@media (max-width: 1399.8px) {

    #sp-header .sp-megamenu-parent > li > a,
    #sp-header .sp-megamenu-parent > li > span,
    #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 21px;
    }

    #about__section .about__text .sppb-addon-content {
        padding: 25px;
    }
}

@media (max-width: 1299.8px) {
    #video__section > .sppb-row-container > .sppb-row {
        background-size: 75%;
    }
}

@media (min-width: 992px) and (max-width: 1199.8px) {
    #sp-header.header-sticky #sp-logo {
        display: none;
    }
}

@media (max-width: 1199.8px) {
    #sp-header {
        height: auto;
        padding-bottom: 5px;
    }

    #sp-logo .logo a {
        padding-bottom: 40px;
    }

    #sp-header.header-sticky {
        padding-bottom: 0;
    }

    #sp-header [class*="col-"] {
        width: 100%;

    }


    #sp-header [class*="col-"] > div {
        justify-content: center !important;
        height: 100%;
    }

    #sp-header .logo-image {
        height: 80px;
    }

    #sp-header .sp-column {
        flex-direction: column;
    }

    #sp-header .sp-megamenu-parent > li > a,
    #sp-header .sp-megamenu-parent > li > span,
    #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 18px;
        line-height: 2;

    }

    body:not(.page--main) .page__title .sp-page-title {
        padding: 0 15px;
        text-align: center;
        background-size: 250px 250px;
        background-position: 50% -65%;
    }

   

    body:not(.page--main) .page__title {
        padding-top: 0;
    }

    body:not(.page--main) .page__title .sp-page-title .sp-page-title-heading {
        font-size: 40px;
    }


    #video__section > .sppb-row-container > .sppb-row {
        padding: 35px;
    }

    #video__section > .sppb-row-container > .sppb-row::before {
        left: 30px;
        width: calc(100% - 60px);
    }

    #video__section > .sppb-row-container::after {
        width: 24%;
    }

    #video__section > .sppb-row-container::before {
        width: 13%;
    }

    #list__section .sppb-row-container,
    #form__section .sppb-row-container {
        padding-right: 5%;
        padding-left: 5%;
    }
    .ytp-large-play-button.ytp-button {
        width: 136px !important;
        height: 96px;
        margin: 0;
        top: calc(50% - 48px);
        left: calc(50% - 68px);
    }

}

@media (max-width: 991.8px) {
    #sp-header {
        padding: 7px 0;
    }

    #sp-header-topbar .container-inner {
        padding-bottom: 0;
    }

    #sp-header-topbar {
        margin: 0;
    }

    #sp-header .container {
        width: 100%;
        max-width: 100%;
    }

    #sp-header:not(.header-sticky) {
        background: #f9f4fe;
    }

    #sp-header [class*="col-"] {
        width: auto;
    }

    #sp-header .row {
        display: flex;
        justify-content: space-between;
    }

    .burger-icon {
        width: 30px;
    }

    .burger-icon > span {
        height: 4px;
        border-radius: 5px;
    }

    .offcanvas-active .burger-icon > span:nth-child(3),
    #modal-menu-toggler.active .burger-icon > span:nth-child(3) {
        transform: translate(0, -8px) rotate(45deg);
    }

    .offcanvas-active .burger-icon > span:nth-child(1),
    #modal-menu-toggler.active .burger-icon > span:nth-child(1) {
        transform: translate(0, 9px) rotate(-45deg);
    }

    #sp-header.lg-header #offcanvas-toggler {
        margin-right: 0;
    }

    .offcanvas-menu .sp-contact-info li:first-child span {
        position: absolute;
        margin-right: 0;
        padding: 3px 0 0 0;
    }

    .offcanvas-menu .sp-contact-info li:not(:first-child) span {
        display: none;
    }

    .offcanvas-menu .offcanvas-inner .sp-contact-info > li > a {
        margin-left: 28px;
        font-size: 20px;
        opacity: 1;
        color: #772fae;
    }

    .offcanvas-menu .sp-contact-info {
        flex-wrap: wrap;
    }

    .offcanvas-menu .offcanvas-inner ul.menu > li > a,
    .offcanvas-menu .offcanvas-inner ul.menu > li > span {
        padding: 15px 0;
        font-size: 20px;
        font-weight: 500;
        opacity: 1;
    }

    .offcanvas-menu .mod-languages a {
        width: 60px;
        padding-right: 15px;
        padding-left: 15px;
        border-radius: 15px;
    }

    .offcanvas-menu .mod-languages a::after {
        border-radius: 15px;
    }
    #sp-logo .logo a {
        padding-bottom: 20px;
    }
    #sp-logo .logo a::after{
        bottom: -18px;
    }
    .header-sticky #sp-logo .logo a {
    padding-bottom: 5px;
}
   .header-sticky #sp-logo .logo a::after{
        display: none;
    }
    #video__section > .sppb-row-container > .sppb-row {
        padding: 0;
    }

    #video__section.video__section h1.sppb-addon-title {
        font-size: 32px;
        margin-left: 0;
        text-align: center;
    }

    #video__section.video__section .section__video__list .sppb-media {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #video__section.video__section .section__video__list h3 {
        font-size: 20px;
        padding-left: 5px;
    }

    #video__section.video__section .section__video__list .pull-left {
        margin: 0;
    }

    #video__section.video__section .section__video__list {
        margin-left: 0;

    }

    #video__section > .sppb-row-container > .sppb-row::before {
        content: none;
    }

    #video__section > .sppb-row-container > .sppb-row {
        background: none;
    }

    .video__section__btn > .sppb-btn > i {
        margin-left: 10px;
        color: #fff;
        font-size: 50px;
    }

    #video__section > .sppb-row-container::after,
    #video__section > .sppb-row-container::before {
        content: none;
    }

    #video__section > .sppb-row-container {
        padding-bottom: 0;
    }

    #video__section.video__section .section__video__list-elem i {
        color: #bad1f6;
    }

    .video__section__text ul {
        font-size: 20px;
    }
   .white-popup-block {
        background: none;
    }
    #counter__section .sppb-row-container {
        max-width: 100%
    }

    #counter__section .sppb-addon-wrapper {
        height: 220px;
    }

    #about__section .about__text__column {
        padding-right: 0;
    }

    .video__section__btn > .sppb-btn {
        color: #fff;
        background: #e31e25;
        padding: 10px 25px;
        margin-top: 15px;
        border-radius: 30px;
        font-size: 24px;
        box-shadow: none;
    }

    #about__section .about__text__column::before {
        top: auto;
        bottom: 0;
        height: 150px;
        width: 90px;
        background-size: contain;
    }

    #about__section .about__text .sppb-addon-content {
        padding-right: 10px;
        padding-left: 10px;
        line-height: 1.4;
    }

    #outsource__section h3 {
        padding-left: 0;
    }

    #outsource__section h3::before {
        left: 0;
    }
}

@media (max-width: 767.8px) {
    #sp-header-topbar #sp-social {
        display: none;
    }

    #sp-header-topbar .sp-contact-info li:first-child span {
        padding: 0;
        margin: 0;
        background: none;
        color: #95acd3;
    }

    #counter__section .sppb-section-title .sppb-title-heading,
    #about__section .about__text h3,
    #outsource__section h3,
    #form__section .sppb-section-title .sppb-title-heading {
        font-size: 28px;
        font-weight: 500;
        text-transform: none;
    }

    .outsource__textblock ul > li {
        font-size: 20px;
    }

    #list__section .list__section__list--services ul > li {
        width: 100%;
    }

    #form__section .sppb-row-container {
        background-size: 65%;
    }

    #form__section .sppb-form-builder-btn > button {
        margin-bottom: 10vw !important;
    }
    .white-popup-block {
        max-width: 100%;
        padding: 0;
    }



}

@media (min-width: 576px) and (max-width: 767.8px) {
    #sp-header-topbar .container {
        width: 100%;
        max-width: 100%;
    }
}
