html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

*,::after,::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

footer,header,main {
    display: block
}

hr {
    overflow: visible
}

ul {
    list-style: none
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

figcaption {
    text-align: center;
}

.wp-block-image {
    margin: 2em 0 2em;
}

.wp-block-code {
    font-size: 18px;
    margin-bottom: .8em;
}

.wp-block-lazyblock-success.lazyblock-success-Z1OeLHX {
    margin-bottom: 2em;
}

.columns__column ul {
    margin-bottom: 25px;
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

[hidden] {
    display: none
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1590px
}

body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 400;
}

body.lock {
    overflow: hidden
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn {
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 20px 22px;
    background-color: #c73dc7;
    background-image: -o-linear-gradient(62deg,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(28deg,#ffaf77 0,#b10f9b 100%);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer;
    background-position: 0 -55px;
    background-size: 100% 120px
}

.btn:hover {
    background-image: -o-linear-gradient(62deg,#b10f9b 0,#ffaf77 100%);
    background-image: linear-gradient(28deg,#b10f9b 0,#ffaf77 100%);
    background-position: 0 0
}

.btn.btn-grey {
    background: #25272b
}

.btn.btn-grey:hover {
    background: #000
}

.btn.btn-no-bg {
    border: 2px solid #000;
    padding: 18px 22px;
    background: 0 0;
    color: #000
}

.btn.btn-no-bg:hover {
    background: #000;
    color: #fff
}

p {
    color: #000;
    font-size: 18px;
    line-height: 1.7;
}

.tag {
    padding: 8.5px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    
    color: #fff;
    background-image: url(../img/tag-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.time-for-read {
    font-size: 14px;
    line-height: 1.5;
    
    color: rgb(0,0,0)
}

.time-for-read span {
    text-transform: uppercase;
    color: #000;
}

.date {
    font-size: 14px;
    line-height: 1.5;
    color: rgb(0,0,0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.date:hover {
    color: rgba(0,0,0,.9)
}

.checklist li,.columns ul li,.img-text__text ul li {
    padding: 0px 10px 6px 38px;
    background: url(../img/checkmark.png) no-repeat;
    font-size: 18px;
    color: #000;
    line-height: 1.7em;
}

.ul-list-margin-bottom ul {
    margin-bottom: 25px;
}

.checklist li:not(:last-child),.columns ul li:not(:last-child),.img-text__text ul li:not(:last-child) {
    margin-bottom: 20px
}

.tabs li a,.tabs li button {
    display: inline-block;
    border: none;
    width: 100%;
    padding: 44px 40px 30px;
    font-size: 19px;
    line-height: 1.1;
    color: #000;
    background-color: #fcf6fc;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tabs li a.active,.tabs li button.active {
    background-color: #fff
}

.tabs li a.active::after,.tabs li button.active::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url(../img/tag-bg.jpg)
}

.img-with-block {
    padding-bottom: 46.8%;
    position: relative
}

.img-with-block.img-after-left::after {
    right: auto;
    left: -10px
}

.img-with-block::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 35px;
    height: 35px;
    z-index: 10;
    background-image: url(../img/tag-bg.jpg)
}

.img-with-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

input, textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    padding: 20px 25px;
    background: 0 0;
    font-size: 18px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input:active,input:focus,input:hover {
    border: 1px solid #fff
}

input::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder {
    color: inherit
}

input::placeholder {
    color: inherit
}

.title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    
    text-align: center
}

.title span {
    display: inline-block;
    padding: 105px 10px 25px;
    background-color: #c73dc7;
    color: #fff
}

.fd-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.important {
    text-transform: uppercase
}

.form {
    padding: 30px 70px;
    color: #fff;
    background-color: #b635b6;
    min-height: 600px;
}

.form__inp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -5px 30px
}

.form__inp-box {
    margin: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 2 - 10px);
    flex: 1 0 calc(100% / 2 - 10px)
}

.form__inp-box label {
    display: block;
    padding: 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
}

.form__label {
    margin-bottom: 33px;
    font-size: 16px;
    
    font-family: 'Montserrat', sans-serif;
}

.form__label .line {
    background-color: #931d93;
    padding: 10px 15px 10px 0
}

.form__label .line::after {
    width: 70px;
    left: -70px
}

.form__check-btns {
    margin: -15px -15px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form__check-btn {
    margin: 15px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__check-btn label,.wpcf7-list-item label {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 61px;
    height: 61px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center
}

.form__check-btn label,.wpcf7-list-item label::after {
    content: '';
    position: absolute;
    left: 53%;
    top: 44%;
    width: 15px;
    height: 25px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.form__check-btn input,.wpcf7-list-item input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0
}

.form__check-btn input,.wpcf7-list-item input:checked~label::after,.wpcf7-list-item label.checked::after {
    visibility: visible;
    opacity: 1
}

.form__check-btn h3,.wpcf7-list-item-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 70px
}

.form__submit {
    padding: 15.5px 48px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 25px
}

.form__submit:hover {
    background: #fff;
    color: #c73dc7
}

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
}

.soc li {
    margin: 0 10px
}

.soc li a:hover svg g path {
    fill: #c73dc7!important;
    fill: url(#Gradient2)!important
}

.soc li a svg g path {
    fill: #ccc!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.line {
    padding: 2px 10px;
    background-color: #c73dc7;
    color: #fff!important;
    position: relative
}

.line::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc((100vw - 1550px)/ 2 * -1);
    height: 100%;
    width: calc((100vw - 1550px)/ 2);
    background-color: inherit
}

.big-title {
    display: block;
    font-size: 42px;
    line-height: 1;
    white-space: nowrap
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 49.5%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    right: 0;
    margin: auto
}

.main-line span {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,.3)
}

.main-line span:nth-child(1) {
    left: 0
}

.main-line span:nth-child(2) {
    left: 50%
}

.main-line span:nth-child(3) {
    left: 100%
}

.main-line span:nth-child(4) {
    left: 1440px
}

.main-line span:nth-child(5) {
    left: 1800px
}

.main-line span:nth-child(6) {
    left: 2160px
}

.main-line span:nth-child(7) {
    left: 2520px
}

.main-line span:after {
    -webkit-animation-name: MOVE-LINES;
    animation-name: MOVE-LINES;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.main-line span:nth-child(1):after,.main-line span:nth-child(2):after,.main-line span:nth-child(3):after {
    position: absolute;
    content: '';
    height: 56px;
    width: 1px;
    top: 40%;
    left: 0;
    background: #c73dc7
}

.main-line span:nth-child(2):after {
    top: 12%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s
}

.main-line span:nth-child(3):after {
    top: 60%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

@-webkit-keyframes MOVE-LINES {
    from {
        top: 1%
    }

    to {
        top: 100%
    }
}

@keyframes MOVE-LINES {
    from {
        top: 1%
    }

    to {
        top: 100%
    }
}

section {
    position: relative;
    overflow: hidden
}

section:not(.baner) .main-line span {
    background: rgba(0,0,0,.05)
}

section:not(.baner) .main-line span::after,section:not(.baner) .main-line span::before {
    display: none
}

.modal {
    visibility: hidden;
    opacity: 0
}

.modal.active {
    visibility: visible;
    opacity: 1
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0,0,0,.7)
}

.modal__container {
    margin: auto;
    width: 95vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.modal__close:hover {
    opacity: 1
}

.modal__close:after,.modal__close:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #fff
}

.modal__close:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.modal__close:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.modal__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative
}

.modal__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 147px;
    height: 137px;
    background: url(../img/tag-bg.jpg)
}

.modal__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-height: 600px;
}

.modal .form li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px 0
}

.header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header.scrolled {
    background-color: rgb(0 0 0 / 75%) !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%) !important;
}

.header.scrolled .header__logo img {
    height: 75px;
    width: auto
}

.header.scrolled .menu {
    background-color: rgba(0,0,0,0)
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.header__logo {
    margin: 27px 40px 10px 0;
    position: relative;
    z-index: 100;
    transition: .3s
}

.header__logo img {
    width: auto;
    max-width: 100%;
    height: 80px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    object-fit: contain
}

@media only screen and (max-width:767px) {
    .header__logo img {
        height: 55px;
    }
}

.header .menu {
    position: relative;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc((100vw - 1550px)/ 2 * -1);
    height: 100%;
    width: calc((100vw - 1550px)/ 2);
    background-color: rgba(0,0,0,.5);
    transition: .3s
}

.header.scrolled .menu::after {
    background-color: rgba(0,0,0,0)
}

.header .menu__arrow {
    display: inline-block;
    margin: 0 0 2px 6px;
    padding: 3px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu__body>ul {
    margin: -10px -25px;
    padding: 40px 0 40px 140px;
    transition: .3s
}

.header.scrolled .menu__body>ul {
    padding: 30px 0 30px 140px
}

.header.scrolled .header__logo {
    margin: 15px 40px 10px 0
}

.header .menu__body>ul>li {
    position: relative;
    margin: 10px 25px
}

.header .menu__body>ul>li a,.header .menu__body>ul>li button {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu__body>ul>li a:not(.btn),.header .menu__body>ul>li button:not(.btn) {
    padding: 7px 0;
    position: relative;
    z-index: 1
}

.header .menu__body>ul>li a:not(.btn)::before,.header .menu__body>ul>li button:not(.btn)::before {
    content: '';
    position: absolute;
    left: -50%;
    bottom: 6px;
    width: 75%;
    height: 6px;
    background-color: #c73dc7;
    background-image: -webkit-gradient(linear,right top,left top,from(#ffaf77),to(#b10f9b));
    background-image: -o-linear-gradient(right,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(to left,#ffaf77 0,#b10f9b 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1
}

.header .menu__body>ul>li button {
    height: 56px
}

.header .menu__btn {
    display: none
}

.header .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    padding: 15px;
    min-width: 200px;
    background-color: rgba(0,0,0,.9);
    text-align: center;
    -webkit-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    transform: translate(0,10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .sub-menu li {
    margin-bottom: 5px
}

.header .sub-menu :last-child {
    margin-bottom: 0
}

.lazyblock-text-column-Z2gaY8C ul li {
  font-size: 16px;
}

.lazyblock-text-column-Z2gaY8C ul {
  margin-bottom: 18px;
}

body.pc .menu__body>ul>li:hover>a:not(.btn)::before {
    left: -10px;
    opacity: 1;
    visibility: visible
}

body.pc .menu__body>ul>li:hover .menu__arrow {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: 0 0 -1px 6px
}

body.pc .menu__body>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    pointer-events: all
}

body.pc .menu__body>ul>li:hover .sub-menu a {
    color: #fff
}

body.pc .menu__body>ul>li:hover .sub-menu a:hover::before {
    left: -10px;
    opacity: 1;
    visibility: visible
}

body.touch .menu__body>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.touch .menu__body>ul>li.active .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    pointer-events: all;
    margin: 20px 0 0 0;
    padding: 15px;
    max-height: 100vh
}

body.touch .menu__body>ul>li.active .sub-menu a {
    color: #000
}

body.touch .menu__body>ul>li.active .menu__arrow {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

body.touch .menu__body>ul>li a:not(.btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.footer {
    position: relative;
    background-color: #25272b;
    color: #fff;
    overflow: hidden
}

.footer .container {
    overflow-x: hidden
}

.footer__wrap {
    padding: 63px 0 90px;
    position: relative;
    z-index: 100
}

.footer__row {
    margin: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__column {
    margin: 40px
}

.footer__title {
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.25;
}

.footer__menu li:not(:last-child) {
    margin-bottom: 25px
}

.footer__menu li a {
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: max-content
}

.footer__menu li a:hover {
    color: #c73dc7
}

.footer__form ul {
    margin: -5px -5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__form ul li {
    margin: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 2 - 10px);
    flex: 1 0 calc(100% / 2 - 10px)
}

.footer__form ul li label {
    display: block;
    padding: 25px;
    font-size: 15px;
    text-transform: uppercase;
    
    color: rgba(255,255,255,.7);
    text-align: left
}

.footer__form .btn {
    width: 100%
}

.baner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.post-template-default .baner__title {
    max-width: 880px;
}

.baner.baner-big .baner__wrap {
    padding: 263px 0 150px;
    max-width: 660px
}

.baner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.2)));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.6),rgba(0,0,0,.2));
    background-image: linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,.2))
}

.baner__wrap {
    padding: 263px 0 75px;
    position: relative;
    z-index: 1;
    color: #fff
}

.baner__title {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    
    color: #fff
}

.baner__subtitle {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    
    color: #fff
}

.baner__text {
    margin-bottom: 30px
}

.baner__text p {
    color: inherit
}

.baner__text p:not(:last-child) {
    margin-bottom: 20px
}

.baner__btn-box {
    margin: -10px
}

.baner__btn-box a {
    margin: 10px
}

.blog__wrap {
    padding: 4em 0
}

.blog__list {
    margin: -15px -20px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog__item {
    margin: 15px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 40px);
    flex: 0 1 calc(100% / 3 - 40px)
}

.blog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.categories__list .swiper-list .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories__list .swiper-list .swiper-slide {
    margin: 15px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 40px);
    flex: 0 1 calc(100% / 3 - 40px);
}

.article {
    position: relative;
    -webkit-box-shadow: 5px 9px 50px rgba(199,61,199,.05);
    box-shadow: 5px 9px 50px rgba(199,61,199,.05);
    background-color: #fff
}

.article:hover .article__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article__overlay {
    padding: 25px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.8)),color-stop(39%,rgba(255,255,255,.1)),to(rgba(255,255,255,.1)));
    background-image: -o-linear-gradient(bottom,rgba(255,255,255,.8) 0,rgba(255,255,255,.1) 39%,rgba(255,255,255,.1) 100%);
    background-image: linear-gradient(to top,rgba(255,255,255,.8) 0,rgba(255,255,255,.1) 39%,rgba(255,255,255,.1) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    top: auto;
    bottom: 0;
}

.article__img {
    position: relative;
    padding-bottom: 52%
}

.categories__list .article__img {
    padding-bottom: 59%;
}

.article__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__content {
    padding: 25px;
    position: relative
}

.article__cat,
.article__tag {
    padding: 6px 25px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/tag-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.article__cat {
    background: #b635b6;
    padding: 12px 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: auto;
    right: 0;
}

.categories__list .article__tag {
    background: #b635b6;
    padding: 13px 30px;
    font-size: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.categories__list .article__link {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 55px;
    height: 50px;
    background: #b635b6;
    position: absolute;
    right: 0;
    bottom: 0;
}

.categories__list .article__link:before {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.article__title {
    margin-bottom: 12px;
    color: #25272b;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    transition: 0.3s;
}
.article__title:hover{
    color: rgb(215 112 214);
}

.article p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.5;
}
.article__time {
    color: rgba(0,0,0)
}

.article__time strong {
    text-transform: uppercase;
    color: rgb(199,61,199)
}

.article__date {
    color: rgb(0,0,0)
}

.pagination {
    margin: 0 -3.5px
}

.pagination a {
    margin: 0 3.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 55px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pagination a:not(.pagination__dots) {
    border: 2px solid #000
}

.pagination a:not(.pagination__dots):hover {
    color: #fff;
    border-color: #c73dc7;
    background-color: #c73dc7;
    background-image: -o-linear-gradient(62deg,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(28deg,#ffaf77 0,#b10f9b 100%)
}

.pagination a.active {
    color: #fff;
    border-color: #c73dc7;
    background-color: #c73dc7;
    background-image: -o-linear-gradient(62deg,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(28deg,#ffaf77 0,#b10f9b 100%)
}

.post-comments {
    padding-bottom: 90px;
}

.comment-form .comment-notes {
    margin: 0 25px 35px;
    font-size: 16px;
    color: #c73dc7;
}

.comment-form .fields-wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.comment-form .fields-wrap .comment-form-comment,
.comment-form .fields-wrap .fields-author {
    width: calc(50% - 10px);
}

.comment-form input:not([type=submit]),
.comment-form textarea {
    color: #000;
    border: 1px solid #000 !important;
    margin-bottom: 20px;
}

.comment-form textarea {
    resize: none;
    height: 318px;
}

.comment-form label {
    display: inline-block;
    margin: 0 25px 15px;
    text-transform: uppercase;
}

.comment-form .comment-form-cookies-consent label {
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    margin: 0 0 20px;
}

.comment-form .comment-form-cookies-consent input {
    display: none;
}

.comment-form .comment-form-cookies-consent .checkmark {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.comment-form .comment-form-cookies-consent .checkmark:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    display: inline-block;
    width: 8px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    opacity: 0;
}

.comment-form .comment-form-cookies-consent input:checked + label .checkmark:after {
    opacity: 1;
}

.comment-form .btn {
    width: auto;
    padding: 15.5px 24px;
    background-color: #b635b6;
    border-color: #b635b6;
}

.comment-form .btn:hover {
    background-color: #fff;
    border-width: 2px;
}

.commentlist .comment-body {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px;
}

.commentlist .comment-body a {
    color: #b635b6;
}

.commentlist .comment-author .fn a {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    
    color: #000;
}

.commentlist .comment-metadata {
    margin-bottom: 10px;
}

.commentlist .comment-metadata time {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    
}

.commentlist .comment-author .says {
    display: none;
}
.commentlist .comment-author {
    position: relative;
}

.commentlist .comment-author:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../img/tag-bg.webp);
    z-index: -1;
    left: 0;
    bottom: -57px;
}

.commentlist .comment-author img {
    position: relative;
    background-color: #fff;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 3px;
    float: left;
    max-width: 100%;
}

.commentlist .comment-content {
    width: 100%;
}

.commentlist .comment-content p {
    font-size: 16px;
    line-height: 1.2;
}

.work__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.work__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 45px 80px 45px 10vw
}



.work__text p:not(:last-child) {
    margin-bottom: 30px
}

.work__title {
    max-width: 400px;
    margin-bottom: 40px;
    font-size: 71px;
    color: #25272b;
    
    font-family: 'Montserrat', sans-serif;
}

.work__title>span {
    display: block
}

.work__title>span:not(:last-child) {
    margin-bottom: 20px
}

.work__title>span:nth-child(even) {
    text-align: right
}

.work__title>span .line::after {
    left: calc((100vw - 1550px)/ 2 * -1 - 400px);
    width: calc((100vw - 1550px)/ 2 + 400px)
}

.work__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    z-index: 10
}

.cases__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cases__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.cases .case {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.cases .case:hover:after {
    visibility: hidden;
    opacity: 0
}

.cases .case:hover .case__overlay {
    visibility: visible;
    opacity: 1
}

.cases .case:nth-child(2n) {
    color: #fff
}

.cases .case:nth-child(2n)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(315deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.2) 100%);
    background-image: linear-gradient(-225deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.2) 100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cases .case:nth-child(2n) .case__title {
    color: #fff
}

.cases .case:nth-child(2n) p {
    color: #fff
}

.cases .case__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #c73dc7;
    background: -o-linear-gradient(315deg,rgba(177,15,155,.8) 0,rgba(177,15,155,.6) 100%);
    background: linear-gradient(-225deg,rgba(177,15,155,.8) 0,rgba(177,15,155,.6) 100%);
    visibility: hidden;
    opacity: 0
}

.cases .case__btn {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgb(0 0 0 / 25%)
}

.cases .case__content {
    position: relative;
    z-index: 10;
    min-height: 720px;
    padding: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cases .case__content img {
    max-width: 100%;
    margin-bottom: 50px
}

.cases .case__title {
    margin-bottom: 33px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    
    text-transform: uppercase;
    color: #000
}

.cases .case__title span {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    background-color: #c73dc7
}

.cases .case p {
    max-width: 600px;
    text-align: center;
    font-weight: 600;
}

.post-info__wrap {
    padding: 0px 0 0;
    margin-bottom: 40px
}

.post-info__breadcrumbs {
    margin-bottom: 43px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.post-info__breadcrumbs a {
    color: #000;
    font-weight: 600;
}

.post-info__title {
    margin: 0 100px 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    
    color: #25272b
}

.post-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-info__row:not(:last-child) {
    margin-bottom: 20px
}

.post-info__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.post-info__share {
    margin-right: 25px;
    font-size: 24px;
    
    color: rgba(0,0,0,.5)
}

.post-info__share::after {
    content: ':'
}

.post-info__details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-info__tag {
    margin: 20px 40px 20px 0
}

.post-info__time {
    margin-right: 20px
}

.post__container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px
}

.post__wrap {
    padding: 75px 100px;
    -webkit-box-shadow: 0 0 45px 1px rgba(199,61,199,.05);
    box-shadow: 0 0 45px 1px rgba(199,61,199,.05);
    overflow: hidden
}

.post__wrap ul li {
    line-height: 1.7em;
}

.post__wrap h1, .post__wrap h2, .post__wrap h3, .post__wrap h4, .post__wrap h5,  .post__wrap h6{
    margin-bottom: 15px;
}
.post__wrap h6{
    font-size: 18px;
}
.post__wrap h5{
    font-size: 18px;
}
.post__wrap h4{
    font-size: 20px;
}
.post__wrap h3{
    font-size: 24px;
}
.post__wrap h2{
    font-size: 30px;
}
.post__wrap h1{
    font-size: 36px;
}
.post__wrap ol{
    margin-left: 50px;
}
.post__wrap ul li::before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c73dc7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.post__wrap ol li::marker {
   color: #c73dc7; /* Change the color */
   font-weight: bold; /* If you want it to be bold */
   display: inline-block; /* Needed to add space between the bullet and the text */
   width: 1em; /* Also needed for space (tweak if needed) */
}
.post__wrap p{
    margin-bottom: 15px !important;
}

.post__wrap ul li{
    padding-left: 1.5em;
    margin-bottom: 10px;
}
.post__wrap strong{
    font-weight: bold;
}
.post__wrap a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #c73dc7;
}
.post__wrap blockquote{
    padding: 25px;
    background: #c63dc6;
    margin-bottom: 15px;
}
.post__wrap blockquote p:last-child{
    margin-bottom: 0 !important;
}
.post__wrap blockquote *{
    color: #fff;
    font-size: 20px;
}

.post__img {
    margin-bottom: 40px
}

.post__img:not(:first-child) {
    margin-top: 64px
}

.post__img img {
    max-width: 100%
}

.post__title {
    margin-bottom: 24px;
    font-size: 32px;
    
    color: #25272b
}

.post p:not(:last-child) {
    margin-bottom: 20px
}

.blog__wrap .related-topics {
    margin-bottom: 40px;
}

.related-topics p {
    display: inline-block;
    margin-right: 5px;
}

.related-topics a {
    display: inline-block;
    margin: 2px 1px;
    padding: 7px 10px;
    text-decoration: none;
    border: 1px solid #c73dc7;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.related-topics a:hover,
.related-topics a.active {
    text-decoration: none;
    background-color: #c73dc7;
    color: #fff;
}

.post__wrap .related-topics a:hover,
.post__wrap .related-topics a.active {
    text-decoration: none;
}

.columns .container {
    overflow-x: hidden
}

.columns__wrap {
    padding: 120px 0 200px
}

.columns__row {
    margin: -20px -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns__column {
    margin: 20px 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 2 - 70px);
    flex: 1 1 calc(100% / 2 - 70px)
}

.columns__column a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.columns__column p a, .columns__column ul a, .columns__column ol a {
  text-decoration: underline;
  text-decoration-color: #c73dc7;
}

.columns__column h2 {
    margin-bottom: 21px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    
    color: #25272b
}

.columns__column h2 span {
    color: #c73dc7
}

.columns__column h3,.columns__subtitle {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.25;
    
    color: #25272b
}

.columns__column h3 span,.columns__subtitle {
    color: #c73dc7
}

.columns p:not(:last-child) {
    margin-bottom: 25px
}

.columns__img {
    margin-bottom: 52px;
    padding-bottom: 46.8%;
    position: relative
}

.columns__img.img-after-left::after {
    right: auto;
    left: -10px
}

.columns__img::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 70px;
    height: 70px;
    z-index: 10;
    background-image: url(../img/tag-bg.jpg)
}

.columns__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-text.img-text-small .img-text__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.img-text.img-text-small .img-text__text h2 {
    max-width: 285px
}

.img-text .container {
    overflow-x: hidden
}

.img-text__wrap {
    position: relative;
    z-index: 10;
    padding: 115px 0 180px
}

.img-text__row {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.img-text__img,.img-text__text {
    margin: 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 60px);
    flex: 0 0 calc(100% / 2 - 60px)
}

.img-text__img {
    padding-bottom: 0;
    min-height: 400px
}

.img-text__text :last-child {
    margin-bottom: 0
}

.img-text__text p {
    margin-bottom: 22px
}

.img-text__text h3,.img-text__title {
    margin-bottom: 36px;
    font-size: 60px;
    line-height: 1.1;
    
    color: #000
}

.img-text__text h3 span,.img-text__title span {
    color: #c73dc7
}

.img-text__text h2 {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1.25;
    
    color: #25272b
}

.img-text__text h2 span {
    color: #c73dc7
}

.img-text__text a {
    margin-top: 17px;
    padding-right: 70px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.img-text__text a:hover {
    color: #c73dc7
}

.img-text__text a:hover::after {
    opacity: .8
}

.img-text__text a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47px;
    height: 44px;
    border-radius: 5px;
    background-color: #c73dc7;
    background-image: url(../img/link-after-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.img-text__text ul {
    margin-bottom: 25px
}

.img-text__text ul li {
    font-size: 18px
}

.img-text__text ul li:not(:last-child) {
    margin-bottom: 10px
}

.success {
    background-color: #fcf6fc
}

.success.success-no-title .success__wrap {
    padding: 60px 0
}

.success__wrap {
    padding: 0 0 90px
}

.success__title {
    margin-bottom: 45px;
    margin-top: 0;
}

.success__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.success__item {
    margin: 20px
}

.success__item img {
    object-fit: contain;
    max-width: 100%;
    min-width: 140px
}

.phase__wrap {
    margin: 0 auto;
    padding: 0 0 75px;
    max-width: 650px;
    text-align: center;
    position: relative;
    z-index: 10
}

.phase__title {
    margin-bottom: 19px;
    padding: 14.5px 85px;
    display: inline-block;
    background-color: #25272b;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    
    color: #fff
}

.phase p {
    margin-bottom: 27px
}

.phase__btn-box {
    margin: -15px -7px
}

.phase__btn-box a {
    margin: 15px 7px
}

.phase__btn {
    border: 2px solid #000;
    padding: 18px 22px;
    color: #000;
    background-image: none;
    background-color: #fff
}

.phase__btn:hover {
    color: #fff;
    background: #000
}

.faqs .container {
    overflow-x: hidden
}

.faqs__wrap {
    padding: 0 0 75px
}

.faqs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -62.6px
}

.faqs__content,.faqs__tabs {
    margin: 0 62.6px
}

.faqs div[id^="content"] ul li {
    color: #000;
    font-size: 18px;
    line-height: 1.7;
}

.faqs div[id^="content"] ul {
    margin-left: 2em;
    margin-bottom: 1.8em;
}

.editor-rtfLink {
    color: rgba(199,61,199);
}

.faqs__wrap .a {
    color: rgba(199,61,199);
}


.faqs__tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(47% - 125px);
    flex: 0 0 calc(47% - 125px)
}

@media (max-width: 991px) {
    .faqs__row {
        flex-direction:column;
        margin: 0 -15px
    }

    .faqs__content,.faqs__tabs {
        margin: 0 15px
    }

    .faqs__tabs {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px)
    }
}

.faqs__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none
}

.faqs__content p:not(:last-child) {
    margin-bottom: 25px
}

.faqs__img {
    margin-bottom: 54px;
    padding-bottom: 65%
}

.faqs__title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faqs__title span {
    display: inline-block;
    padding: 40px 10px 35px;
    background-color: #c73dc7;
    color: #fff;
}

.locations {
    background-color: #fcf6fc
}

.locations__container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px
}

.locations__wrap {
    padding: 0 0 164px
}

.locations__title {
    text-align: center;
    margin-bottom: 60px
}

.locations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.locations__list::after,.locations__list::before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 36px;
    height: 36px;
    background-image: url(../img/tag-bg.jpg)
}

.locations__list::before {
    left: -8px;
    bottom: -8px
}

.locations__list::after {
    top: -8px;
    right: -8px
}

.locations__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.locations__text {
    min-height: 169px;
    padding: 30px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6eaf6;
    color: #000;
    font-size: 39px;
    text-transform: uppercase;
    
    margin: -1px;
    transition: .3s
}

.locations__text:hover {
    background: #c43cc4;
    color: #fff
}

.locations__text:hover .locations__num {
    color: #fff;
    background: #25272b
}

.locations__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 52px;
    background-color: #fff;
    font-size: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

.locations__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-height: 169px;
    position: relative
}

.locations__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(315deg,rgba(0,0,0,.2) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(-225deg,rgba(0,0,0,.2) 0,rgba(255,255,255,0) 100%);
    z-index: 1
}

.locations__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team__wrap {
    padding: 115px 0
}

.team__title {
    margin-bottom: 49px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 1.1;
    
    color: #000
}

.team__list {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team__item {
    margin: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 30px);
    flex: 0 0 calc(100% / 3 - 30px);
    -webkit-box-shadow: 5px 9px 50px rgba(0,0,0,.05);
    box-shadow: 5px 9px 50px rgba(0,0,0,.05);
    background-color: #fff;
    text-align: center
}

.team__info {
    padding: 0 20px 40px 20px
}

.team__img {
    margin-bottom: 39px
}

.team__img img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.team__name {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    
    color: #25272b
}

.team__job {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    
    color: rgba(1,1,1,.75)
}

.workflow__container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px
}

.workflow__wrap {
    padding: 0px 0 65px
}

.workflow__list {
    margin: -20px -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.workflow__item {
    position: relative;
    margin: 20px 50px;
    padding: 30px 22px 30px 59px;
    max-width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 5px 9px 50px rgba(199,61,199,.1);
    box-shadow: 5px 9px 50px rgba(199,61,199,.1)
}

.workflow__title {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    
    color: #000
}

.workflow__num {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px 10px;
    background-image: url(../img/tag-bg.jpg);
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    
    color: #fff;
    text-shadow: -2px 2px 0 rgba(255,255,255,.5)
}

.services__wrap {
    padding: 60px 0
}

.services__container {
    max-width: 1350px;
    padding: 0 20px;
    margin: 0 auto
}

.services__main-title {
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1.1;
    
    color: #25272b
}

.services__main-title span {
    color: #c73dc7
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: -20px -70px
}

.services__item {
    margin: 20px 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 140px);
    flex: 0 0 calc(100% / 3 - 140px);
    -webkit-box-shadow: 5px 9px 50px rgba(199,61,199,.1);
    box-shadow: 5px 9px 50px rgba(199,61,199,.1);
    padding: 28px 40px;
    position: relative;
    background-color: #fff
}

.services__item:hover .services__overlay {
    visibility: visible;
}

.services__title {
    display: inline-block;
    padding-bottom: 18px;
    margin-bottom: 13px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    
    text-transform: uppercase;
    color: #000
}

.services__title:hover {
color: #c73dc7;
}

.services__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #c73dc7;
    background-image: -o-linear-gradient(62deg,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(28deg,#ffaf77 0,#b10f9b 100%);
    opacity: .1
}

.services__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background-color: #c73dc7;
    background-image: url(../img/tag-bg.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .7
}

.services__label img {
    max-width: 100%
}

.services__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(1%,#fff),to(rgba(255,255,255,.1)));
    background-image: -o-linear-gradient(bottom,#fff 0,#fff 1%,rgba(255,255,255,.1) 100%);
    background-image: linear-gradient(to top,#fff 0,#fff 1%,rgba(255,255,255,.1) 100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services__overlay .btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.m-services {
    background-color: rgba(252,246,252,.8);
    text-align: center
}

.m-services__wrap {
    position: relative;
    z-index: 10
}

.m-services__title {
    margin: 0 auto 55px;
    max-width: 450px
}

.m-services__title span {
    padding: 159px 10px 6px
}

.m-services__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-services__list:first-child,.m-services__list:last-child {
    position: static;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.m-services__list:first-child {
    left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.m-services__list:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.m-services__list:last-child {
    right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.m-services__item {
    width: 221px;
    height: 143px;
    background-color: #fff;
    position: relative
}

.m-services__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 45%;
    background-color: #25272b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-services__img img {
    max-width: 100%
}

.m-services__type {
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 34%);
    height: calc(100% - 45%);
    background-color: #f6eaf6;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

.m-services__type:hover {
    background-color: #c43cc4;
    color: #fff
}

.contact__wrap {
    position: relative;
    z-index: 10
}

.contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.contact__form .form {
    height: 100%
}

.contact__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.contact__map .map {
    min-height: 575px;
    position: relative
}

.contact__map .map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact__info {
    padding: 35px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.contact__column:first-child {
    margin: 0 50px 40px 0
}

.contact__column ul li {
    font-size: 18px;
    
    color: rgba(0,0,0,.55)
}

.contact__column ul li:not(:last-child) {
    margin-bottom: 15px
}

.contact__column ul li a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact__column ul li a:focus,.contact__column ul li a:hover {
    color: #c73dc7
}

.contact__column-title {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    
    color: #b635b6
}

.partnership {
    background-color: rgba(252,246,252,.8)
}

.partnership__wrap {
    padding: 0 0 88px;
    position: relative;
    z-index: 10
}

.partnership__title {
    margin-bottom: 88px;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    
    color: #25272b;
    text-transform: capitalize;
    text-align: center
}

.partnership__title span {
    display: inline-block;
    padding: 40px 6px 18px;
    background-color: #c73dc7;
    color: #fff
}

.partnership__list {
    margin: -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partnership__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 15px 0;
    padding: 70px 25px 25px 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center
}

.partnership__item:nth-child(even) {
    background-color: #25272b;
    color: #fff
}

.partnership__item p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    justify-self: flex-end;
    color: inherit
}

.partnership__heading {
    max-width: 190px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    
    display: flex;
    align-items: center;
    min-height: 60px
}

.partnership__img {
    width: 190px;
    height: 78px;
    background-color: #fdf8fd;
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partnership__img img {
    object-fit: contain;
    max-width: 100%;
    padding: 0 3%;
}

.transformation__wrap {
    padding: 16px 0 77px;
    text-align: center;
    position: relative;
    z-index: 10
}

.transformation__row {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.transformation__title {
    max-width: 270px;
    margin-bottom: 40px;
    color: #25272b;
    font-size: 30px;
    line-height: 1.25;
    text-align: left
}

.transformation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 995px;
    text-align: left
}

.transformation__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding: 30px 30px 50px;
    background-color: #fcf6fc;
    color: #000;
    position: relative
}

.transformation__item:nth-child(even) {
    background-color: #25272b;
    color: #fff
}

.transformation__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    
    background-color: #fff;
    color: #000
}

.transformation__heading {
    margin-bottom: 41px;
    padding-left: 79px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px !important;
    line-height: 1.1
}

.transformation p {
    font-size: 18px;
    color: inherit
}

.transformation__text {
    margin-bottom: 28px
}

.transformation__text p:not(:last-child) {
    margin-bottom: 20px
}

.transformation__btn-box {
    margin: -15px -7px
}

.transformation__btn-box a {
    margin: 15px 7px
}

.fmm-blog__wrap {
    padding: 73px 0 83px;
    position: relative;
    z-index: 10
}

.fmm-blog__title {
    margin-bottom: 54px;
    font-size: 36px;
    line-height: 1.2;
    
    color: #25272b
}

.fmm-blog__list {
    margin: -20px -20px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fmm-blog__btn-box .btn {
    width: 314px;
    text-align: center
}

.fmm-blog__item {
    margin: 20px;
    padding: 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 40px);
    flex: 0 0 calc(100% / 2 - 40px);
    color: #000
}

.fmm-blog__item p {
    margin-bottom: 20px
}

.fmm-blog__item p:last-child {
    margin-bottom: 22px
}

.fmm-blog__img {
    margin-bottom: 28px;
    padding-bottom: 67.2%;
    position: relative
}

.fmm-blog__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fmm-blog__date {
    padding: 8px 10px 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #b635b6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    min-width: 80px
}

.fmm-blog__date-num {
    display: block;
    margin-bottom: 11px;
    padding: 0 0 6px;
    font-size: 40px;
    border-bottom: 2px solid rgba(255,255,255,.2)
}

.fmm-blog__date-month {
    display: block;
    padding: 0 4px;
    font-size: 12px
}

.fmm-blog__heading {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.25;
}

.fmm-blog__btn.btn.btn-no-bg {
    padding: 17px 49.5px
}

.video__wrap {
    padding: 134px 0 60px;
    text-align: center;
    position: relative;
    z-index: 10
}

.video__title {
    max-width: 486px;
    margin: 0 auto 28px;
    color: #25272b;
    font-size: 34px;
    line-height: 1.4;
}

.video__img {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 48%
}

.video__img::before {
    content: '';
    position: absolute;
    top: -27px;
    left: -30px;
    width: 294px;
    height: 194px;
    background-color: #c73dc7
}

.video__img::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc((100vw - 1550px)/ 2 * -1);
    width: calc((100vw - 1550px)/ 2);
    height: 137px;
    background-image: url(../img/tag-bg.jpg)
}

.video__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 168px;
    height: 168px;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video__play:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.3);
    box-shadow: 0 0 0 10px rgba(255,255,255,.3)
}

.video__play a {
    border-radius: 50%;
    width: 136px;
    height: 136px;
    background-color: rgba(0,0,0,.4);
    background-image: url(../img/play-btn.png);
    background-repeat: no-repeat;
    background-position: center
}

.video__text {
    max-width: 825px;
    margin: 0 auto 40px
}

.video__text p:not(:last-child) {
    margin-bottom: 20px
}

.recent-posts__wrap {
    padding: 95px 0 115px
}

.recent-posts__container {
    padding: 0 20px
}

.recent-posts__title {
    margin-bottom: 54px;
    font-size: 60px;
    line-height: 1.1;
    
    color: #25272b
}

.recent-posts__overlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    width: 25%;
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
    background-image: -o-linear-gradient(right,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to left,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 100%)
}

.recent-posts .swiper-button-next {
    border-radius: 5px;
    width: 70px;
    height: 66px;
    margin-top: 0;
    background-color: #c73dc7;
    background-image: -o-linear-gradient(62deg,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(28deg,#ffaf77 0,#b10f9b 100%)
}

.recent-posts .swiper-button-next:active,.recent-posts .swiper-button-next:focus,.recent-posts .swiper-button-next:hover {
    background-image: -o-linear-gradient(242deg,#ffaf77 0,#b10f9b 100%);
    background-image: linear-gradient(208deg,#ffaf77 0,#b10f9b 100%)
}

.recent-posts .swiper-button-next::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 480px) {
    .locations__item:nth-child(even) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width: 768px) {
    .img-with-block.img-after-left::after {
        left:-15px
    }

    .img-with-block::after {
        right: -15px;
        bottom: -15px;
        width: 90px;
        height: 90px
    }

    .header .menu__body>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .columns__img.img-after-left::after {
        left: -15px
    }

    .columns__img::after {
        right: -15px;
        bottom: -15px;
        width: 90px;
        height: 90px
    }
}

@media (min-width: 1280px) {
    .workflow__list {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1440px) {
    .img-with-block.img-after-left::after {
        left:-27px
    }

    .img-with-block::after {
        right: -27px;
        bottom: -27px;
        width: 147px;
        height: 137px
    }

    .columns__img.img-after-left::after {
        left: -27px
    }

    .columns__img::after {
        right: -27px;
        bottom: -27px;
        width: 147px;
        height: 137px
    }

    .services__label {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1
    }
}

@media (min-width: 1570px) {
    .columns .container {
        overflow-x:initial
    }

    .img-text .container {
        overflow-x: initial
    }

    .recent-posts__container {
        margin-left: calc((100vw - 1550px)/ 2 - 20px)
    }
}

@media (max-width: 1569px) {
    .header .menu::after {
        right:-20px;
        min-width: 20px
    }

    .header .menu__body>ul {
        padding: 40px 0 40px 40px
    }

    .m-services__list:first-child,.m-services__list:last-child {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 1439px) {
    .video__img::before {
        top:-10px;
        left: -10px
    }
}

@media (max-width: 1279px) {
    .m-services__list {
        width:100%
    }

    .main-line {
        display: none
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .work__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .work__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 80px 60px 80px 10vw
    }

    .cases .case__content {
        min-height: 640px;
        padding: 70px
    }

    .cases .case__title {
        font-size: 40px
    }

    .locations__text {
        font-size: 32px
    }

    .contact__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 20px
    }

    .transformation__list {
        max-width: 100vw
    }
}

@media (max-width: 1079px) {
    .modal__img::after {
        width:100px;
        height: 100px
    }

    .img-text__row {
        margin: 0 -15px
    }

    .img-text__img,.img-text__text {
        margin: 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 30px);
        flex: 0 0 calc(100% / 2 - 30px)
    }

    .locations__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .contact__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .contact__map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .recent-posts__overlay {
        display: none
    }

    .recent-posts .swiper-button-next {
        width: 55px;
        height: 55px
    }
}

@media (max-width: 979px) {
    .title {
        font-size:36px
    }

    .big-title {
        font-size: 42px
    }

    .modal__img::after {
        width: 80px;
        height: 80px
    }

    .modal .form {
        padding: 30px 20px
    }

    .baner__title {
        font-size: 42px;
        line-height: 1
    }

    .baner__subtitle {
        font-size: 26px
    }

    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2 - 40px);
        flex: 0 1 calc(100% / 2 - 40px)
    }

    .categories__list .swiper-list .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2 - 40px);
        flex: 0 1 calc(100% / 2 - 40px);
    }

    .article__content {
        padding: 20px 10px
    }

    .article__title {
        font-size: 22px
    }

    .work__title {
        max-width: 100%;
        text-align: center;
        font-size: 60px;
        line-height: 1
    }

    .work__title>span {
        display: inline
    }

    .work__title>span:nth-child(even) {
        -moz-text-align-last: left;
        text-align-last: left
    }

    .work__title>span .line::after {
        width: 0
    }

    .cases .case__content {
        min-height: 490px;
        padding: 40px
    }

    .cases .case__title {
        font-size: 27px
    }

    .post-info__breadcrumbs {
        font-size: 15px
    }

    .post-info__title {
        margin: 0 0 30px 0;
        font-size: 32px
    }

    .post__wrap {
        padding: 60px 30px
    }

    .columns__wrap {
        padding: 100px 0
    }

    .columns__column h2 {
        font-size: 40px
    }

    .columns__column h3,.columns__subtitle {
        font-size: 30px;
        line-height: 1
    }

    .img-text.img-text-small .img-text__text {
        margin: 25px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .img-text__wrap {
        padding: 100px 0
    }

    .img-text__row {
        margin: -25px 0
    }

    .img-text__img,.img-text__text {
        margin: 25px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .img-text__text h3,.img-text__title {
        font-size: 40px
    }

    .img-text__text h2 {
        font-size: 30px;
        line-height: 1
    }

    .phase__title {
        padding: 14.5px 40px;
        font-size: 26px
    }

    .faqs__title {
        font-size: 55px
    }

    .locations__num {
        width: 50px;
        height: 42px;
        font-size: 28px
    }

    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 30px);
        flex: 0 0 calc(100% / 2 - 30px)
    }

    .services__main-title {
        font-size: 40px
    }

    .services__title {
        font-size: 32px
    }

    .m-services__title span {
        padding: 100px 0 20px
    }

    .contact__map .map {
        min-height: 450px
    }

    .partnership__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 70px 25px 25px
    }

    .partnership__heading {
        font-size: 22px
    }

    .transformation__title {
        font-size: 32px;
        line-height: 1.2;
        text-align: center
    }

    .transformation__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2)
    }

    .transformation__num {
        width: 60px;
        height: 60px;
        font-size: 32px
    }

    .transformation__heading {
        padding-left: 60px
    }

    .transformation p {
        font-size: 17px
    }

    .fmm-blog__title {
        margin-bottom: 30px;
        font-size: 38px
    }

    .fmm-blog__date {
        padding: 10px 8px
    }

    .fmm-blog__date-num {
        margin-bottom: 7px;
        padding: 0;
        font-size: 36px
    }

    .fmm-blog__date-month {
        font-size: 10px
    }

    .video__wrap {
        padding: 100px 0 60px
    }

    .video__title {
        font-size: 32px;
        line-height: 1.2
    }

    .video__img::before {
        width: 200px;
        height: 150px
    }

    .video__play {
        width: 140px;
        height: 140px
    }

    .video__play a {
        width: 110px;
        height: 110px
    }

    .recent-posts__title {
        margin-bottom: 40px;
        font-size: 40px
    }

    .comment-form .fields-wrap {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .comment-form .fields-wrap .comment-form-comment, 
    .comment-form .fields-wrap .fields-author {
        width: 100%;
    }

    .comment-form .comment-notes {
        margin: 0 0 10px;
        font-size: 13px;
    }

    .comment-form label {
        margin: 0 20px 5px;
        font-size: 16px;
    }

    .comment-form input:not([type=submit]), 
    .comment-form textarea {
        margin-bottom: 10px;
    }

    .comment-form textarea {
        height: 220px;
    }

    .comment-form .comment-form-cookies-consent label {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .form {
        padding:40px 20px
    }

    .form__inp-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: -5px 0 30px
    }

    .form__inp-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 5px 0
    }

    .modal__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal__img {
        display: none
    }

    .modal__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .header.scrolled .header__logo img {
        height: 70px;
        width: auto
    }

    .header__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__logo {
        margin: 10px 40px 10px 0
    }

    .header.scrolled .header__logo {
        margin: 10px 40px 10px 0
    }

    .header__logo img {
        height: 70px;
        width: auto
    }

    .header .menu {
        background-color: rgba(0,0,0,0);
        transform: none
    }

    .header .menu__body {
        padding: 90px 30px 30px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.9);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .header .menu__body.active {
        left: 0
    }

    .header .menu__body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 93px;
        background-color: #000;
        z-index: 1000
    }

    .header .menu__body>ul>li:not(:last-child) {
        margin-bottom: 30px
    }

    .header .menu__body>ul>li a {
        font-size: 26px
    }

    .header .menu__btn {
        width: 35px;
        height: 22px;
        border: none;
        display: block;
        position: relative;
        z-index: 100;
        cursor: pointer;
        outline-offset: 4px;
        background-color: transparent
    }

    .header .menu__btn.active span {
        -webkit-transform: scale(0) translate(0,-50%);
        -ms-transform: scale(0) translate(0,-50%);
        transform: scale(0) translate(0,-50%)
    }

    .header .menu__btn.active::before {
        top: 50%;
        -webkit-transform: rotate(-45deg) translate(0,-50%);
        -ms-transform: rotate(-45deg) translate(0,-50%);
        transform: rotate(-45deg) translate(0,-50%)
    }

    .header .menu__btn.active::after {
        bottom: 50%;
        -webkit-transform: rotate(45deg) translate(0,50%);
        -ms-transform: rotate(45deg) translate(0,50%);
        transform: rotate(45deg) translate(0,50%)
    }

    .header .menu__btn span,.header .menu__btn::after,.header .menu__btn::before {
        position: absolute;
        left: 0;
        height: 10%;
        width: 100%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #c73dc7
    }

    .header .menu__btn::after,.header .menu__btn::before {
        content: ''
    }

    .header .menu__btn::before {
        top: 0
    }

    .header .menu__btn::after {
        bottom: 0
    }

    .header .menu__btn span {
        top: 50%;
        -webkit-transform: scale(1) translate(0,-50%);
        -ms-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%)
    }

    .header .sub-menu {
        margin: 0;
        padding: 0;
        max-height: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        position: relative;
        background-color: #fff
    }

    .article__info {
        font-size: 14px
    }

    .work__text {
        padding: 60px 20px 60px 10vw
    }

    .cases .case__content {
        min-height: 380px;
        padding: 40px 20px
    }

    .columns__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .img-text__img {
        min-height: 300px
    }

    .services__list {
        margin: -20px -30px
    }

    .services__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 140px);
        flex: 0 0 calc(100% / 2 - 140px);
        margin: 20px 30px
    }

    .transformation__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .fmm-blog__list {
        margin: -20px 0 13px
    }

    .fmm-blog__item {
        margin: 20px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .video__img {
        padding-bottom: 68%
    }

    .categories__list .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .categories__list .swiper-list .swiper-slide {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

@media only screen and (max-width:479px) {
    .faqs .container .faqs__wrap ul li {
        font-size: 16px;
    }
    .work__row .work__text {
        padding-left: 20px;
    }
    .columns ul li {
        font-size: 18px;
    }
    .checklist li, .img-text__text ul li, .columns__column ul li {
        font-size: 18px;
    }
    .wp-block-code, .post__wrap ol li {
        font-size: 18px;
    }
  .services-template-default .columns__column h4 {
        font-size: 20px    
  }
  .services-template-default .columns__column h5 {
        font-size: 18px    
  }
}

@media (max-width: 479px) {
    p {
        font-size:18px
    }

    .tabs li a,.tabs li button {
        padding: 15px 10px 15px 30px;
        font-size: 17px
    }

    .tabs li a.active::after,.tabs li button.active::after {
        width: 20px;
        height: 20px
    }

    .img-with-block {
        margin-bottom: 30px
    }

    .title {
        font-size: 30px
    }

    .title span {
        padding: 60px 0 20px
    }

    .form__check-btns {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .form__check-btn {
        width: 75px
    }

    .form__check-btn label,.wpcf7-list-item label {
        width: 40px;
        height: 40px
    }

    .form__check-btn label,.wpcf7-list-item label::after {
        width: 12px;
        height: 20px;
        border-width: 0 2px 2px 0
    }

    .form__check-btn h3,.wpcf7-list-item-label {
        font-size: 12px
    }

    .form__submit {
        width: 100%
    }

    .big-title {
        display: inline-block;
        font-size: 36px
    }

    .header .menu__body>ul {
        padding: 40px
    }

    .header .menu__arrow {
        padding: 5px
    }

    body.touch .menu__body>ul>li.active .menu__arrow {
        margin: 0 0 -7px 6px
    }

    .header .menu__body>ul>li:last-child {
        margin-left: 10px
    }

    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .footer__menu li:not(:last-child) {
        margin-bottom: 40px
    }

    .footer__menu li a {
        font-size: 18px
    }

    .footer__form ul {
        margin: -5px 0 40px
    }

    .footer__form ul li {
        margin: 5px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

    .footer__form ul li label {
        padding: 15px 0
    }

    .baner.baner-big .baner__wrap {
        padding: 180px 0 80px
    }

    .baner__wrap {
        padding: 230px 0 60px;
        text-align: center
    }

    .baner__title {
        font-size: 40px
    }

    .baner__subtitle {
        font-size: 28px
    }

    .baner__btn-box {
        text-align: center
    }

    .blog__list {
        margin: -15px 0
    }

    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 15px 0
    }

    .article__title {
        font-size: 18px
    }

    .work__title {
        font-size: 40px
    }

    .cases__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .cases .case__content {
        min-height: 240px;
        padding: 30px 20px
    }

    .cases .case__title {
        font-size: 30px
    }

    .post-info__breadcrumbs {
        font-size: 14px
    }

    .post-info__title {
        font-size: 28px
    }

    .post__wrap {
        padding: 30px 20px
    }

    .columns__wrap {
        padding: 60px 0
    }

    .columns__column h2 {
        font-size: 30px;
        line-height: 1
    }

    .columns__column h3,.columns__subtitle {
        font-size: 25px
    }

    .columns__img {
        margin-bottom: 30px
    }

    .img-text__wrap {
        padding: 60px 0
    }

    .img-text__img {
        min-height: 220px
    }

    .img-text__text h3,.img-text__title {
        font-size: 30px;
        line-height: 1
    }

    .img-text__text h2 {
        font-size: 25px
    }

    .success.success-no-title .success__wrap {
        padding: 50px 0
    }

    .success__wrap {
        padding: 0 0 60px
    }

    .success__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .success__item {
        width: 300px
    }

    .success__item a img {
        min-width: 200px
    }

    .phase__title {
        padding: 10px 20px;
        font-size: 20px
    }

    .phase__btn-box a {
        width: calc(100% - 14px)
    }

    .faqs__row {
        margin: 0 -4px
    }

    .faqs__content {
        margin: 0 4px
    }
    
    .faqs__tabs {
        margin: 0 4px 16px 4px;
    }

    .faqs__content p {
        font-size: 16px
    }

    .faqs__content p:not(:last-child) {
        margin-bottom: 10px
    }

    .faqs__title {
        font-size: 24px
    }

    .faqs__title span {
        padding: 10px 5px
    }

    .locations__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .locations__text {
        font-size: 28px
    }

    .team__list {
        margin: -15px 0
    }

    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 15px 0
    }

    .workflow__num {
        padding: 10px 5px;
        font-size: 30px
    }

    .services__main-title {
        font-size: 30px;
        line-height: 1
    }

    .services__list {
        margin: -20px 0
    }

    .services__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 20px 0
    }

    .services__title {
        font-size: 26px
    }

    .m-services__title span {
        padding: 60px 0 20px
    }

    .contact__map .map {
        min-height: 350px
    }

    .partnership__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .transformation__title {
        max-width: 100%;
        font-size: 28px
    }

    .transformation__num {
        width: 50px;
        height: 50px;
        font-size: 28px
    }

    .transformation__heading {
        padding-left: 50px
    }

    .transformation p {
        font-size: 16px
    }

    .transformation__btn-box a {
        width: calc(100% - 14px)
    }

    .fmm-blog__wrap {
        padding: 60px 0
    }

    .fmm-blog__title {
        font-size: 30px
    }

    .fmm-blog__date {
        padding: 8px 5px
    }

    .fmm-blog__date-num {
        font-size: 20px
    }

    .fmm-blog__date-month {
        font-size: 8px
    }

    .video__wrap {
        padding: 60px 0 60px
    }

    .video__title {
        font-size: 28px
    }

    .video__img::before {
        width: 100px;
        height: 80px
    }

    .video__play {
        width: 90px;
        height: 90px
    }

    .video__play a {
        width: 70px;
        height: 70px
    }

    .recent-posts__wrap {
        padding: 60px 0
    }

    .recent-posts__title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1
    }

    .categories__list .article__img {
        padding-bottom: 69%;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position:fixed
    }
}

@supports (-webkit-appearance: none) {
    .tag {
        background-image:url(../img/tag-bg.webp)
    }

    .checklist li,.columns ul li,.img-text__text ul li {
        background: url(../img/checkmark.webp) no-repeat
    }

    .tabs li a.active::after,.tabs li button.active::after {
        background-image: url(../img/tag-bg.webp)
    }

    .img-with-block::after {
        background-image: url(../img/tag-bg.webp)
    }

    .modal__img::after {
        background: url(../img/tag-bg.webp)
    }

    .article__tag {
        background-image: url(../img/tag-bg.webp)
    }

    .columns__img::after {
        background-image: url(../img/tag-bg.webp)
    }

    .img-text__text a::after {
        background-image: url(../img/link-after-bg.webp)
    }

    .locations__list::after,.locations__list::before {
        background-image: url(../img/tag-bg.webp)
    }

    .workflow__num {
        background-image: url(../img/tag-bg.webp)
    }

    .services__label {
        background-image: url(../img/tag-bg.webp)
    }

    .video__img::after {
        background-image: url(../img/tag-bg.webp)
    }

    .video__play a {
        background-image: url(../img/play-btn.webp)
    }
}

@supports (-webkit-appearance: none) {
    .tag {
        background-image:url(../img/tag-bg.webp)
    }

    .checklist li,.columns ul li,.img-text__text ul li {
        background: url(../img/checkmark.webp) no-repeat
    }

    .tabs li a.active::after,.tabs li button.active::after {
        background-image: url(../img/tag-bg.webp)
    }

    .img-with-block::after {
        background-image: url(../img/tag-bg.webp)
    }

    .modal__img::after {
        background: url(../img/tag-bg.webp)
    }

    .article__tag {
        background-image: url(../img/tag-bg.webp)
    }

    .columns__img::after {
        background-image: url(../img/tag-bg.webp)
    }

    .img-text__text a::after {
        background-image: url(../img/link-after-bg.webp)
    }

    .locations__list::after,.locations__list::before {
        background-image: url(../img/tag-bg.webp)
    }

    .workflow__num {
        background-image: url(../img/tag-bg.webp)
    }

    .services__label {
        background-image: url(../img/tag-bg.webp)
    }

    .video__img::after {
        background-image: url(../img/tag-bg.webp)
    }

    .video__play a {
        background-image: url(../img/play-btn.webp)
    }
}

.admin-bar .mega-menu-wrap {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .mega-menu-wrap {
        top: 46px;
    }
}

.mega-menu-wrap {
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #25272b;
    color: #fff !important;
    font-weight: 400px;
}

.mega-menu-wrap.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 100;
}

.mega-menu-wrap .menu-title {
    text-transform: uppercase;
    font-size: 41px;
    margin-bottom: 36px;
    font-family: 'Montserrat', sans-serif;
}

.mega-menu-wrap .menu-title span {
    display: inline-block;
    padding: 73px 5px 0;
    background-color: #c73dc7;
}

.mega-menu-wrap .container {
    position: relative;
}

.mega-menu-wrap .btn-close {
    cursor: pointer;
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 82px;
    right: 25px;
    border: none;
    background: none;
}

.mega-menu-wrap .btn-close:before,
.mega-menu-wrap .btn-close:after {
    content: "";
    display: block;
    background: #515255;
    width: 100%;
    height: 5px;
    position: absolute;
    transition: all .3s ease;
}

.mega-menu-wrap .btn-close:hover:before,
.mega-menu-wrap .btn-close:hover:after {
    background: #fff;
}

.mega-menu-wrap .btn-close:before {
    top: 11px;
    transform: rotate(45deg);
}

.mega-menu-wrap .btn-close:after {
    bottom: 11px;
    transform: rotate(-45deg);
}

.mega-menu {
    display: flex;
    padding-bottom: 80px;
    justify-content: space-between;
}

.mega-menu__col {
    width: max-content;
    padding-right: 15px;
}

.mega-menu h4, .mega-menu .h4-menu {
    display: inline-block;
    background: #3b3d41;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 20px;
    transition: 0.3s;
}

.mega-menu h4,
.mega-menu li, .mega-menu .h4-menu {
    margin-bottom: 20px;
}
.mega-menu .h4-menu:hover{
    background: #c73dc7;
}

.mega-menu li a {
    font-size: 16px;
    transition: all .3s ease;
}

.mega-menu li a:hover {
    color: #c73dc7;
}

@media (max-width: 1199px) {
    .mega-menu {
        padding-bottom: 40px;
    }
    .mega-menu-wrap .btn-close {
        top: 40px;
    }
    .mega-menu-wrap h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .mega-menu-wrap h2 span {
        padding: 50px 5px 0;
    }
    .mega-menu h4 {
        font-size: 13px;
        padding: 10px 15px;
    }
    .mega-menu h4 {
        margin-bottom: 10px;
    }
    .mega-menu li {
        margin-bottom: 16px;        
    }
    .mega-menu li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .mega-menu-wrap {
        bottom: 0;
    }
    .mega-menu {
        flex-direction: column;
        overflow: auto;
        height: 75vh;
        justify-content: start;
    }
    .mega-menu h4 {
        display: block;
    }
    .mega-menu h4 + ul {
        display: none;
    }
    .mega-menu__col {
        width: 100%;
        padding: 0;
    }
}

.faqs__content a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
	display: inline;
}

.faqs__content a {
  text-decoration: underline;
  text-decoration-color: #c73dc7;
}

.page-template-page-contact .post-info__breadcrumbs a {
  color: #FFF;
}

.columns__column h4 {
  font-size: 24px;
}

.columns__column h5 {
  font-size: 18px;
}

.wp-block-embed__wrapper {
  text-align: center;
}

.wp-block-embed figcaption {
  max-width: 620px;
  margin: 0 auto;
}

.post__wrap p a {
  display: inline;
}

.article__desription {
  line-height: 1.7em;
  font-size: 16px;
}

.normal {
  line-height: 1.7 !important;
}

.columns__column a {
  display: inline;
}