a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt,
u,
ul,
var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul,
li {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
embed {
    vertical-align: top;
}
.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
:focus,
:active,
:hover {
    outline: none;
}
* {
    padding: 0;
    margin: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    min-width: 320px;
    background-color: #fff;
    font-family: "PlusJakartaSansRegular", sans-serif;
    color: #261c1a;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    overflow-x: hidden;
}
a {
    color: #261c1a;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}
input,
textarea,
select,
button {
    font-family: "PlusJakartaSansRegular", sans-serif;
}
textarea {
    resize: vertical;
}


/*----------------------------------------------------------------
Fonts
----------------------------------------------------------------*/

@font-face {
    font-family: "PlusJakartaSansRegular";
    src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PlusJakartaSansBold";
    src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PlusJakartaSansExtraBold";
    src: url("../fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*----------------------------------------------------------------
Wrapper
----------------------------------------------------------------*/

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
}


/*----------------------------------------------------------------
Ajax preloader
----------------------------------------------------------------*/

.ajax-preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	z-index: 1000;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
}
.ajax-preloader--active {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}
.ajax-preloader__center {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 10px solid #ccc;
	border-top: 10px solid #b8000b;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*----------------------------------------------------------------
Section head/title
----------------------------------------------------------------*/

.s-head {
    margin: 0 0 60px;
}
.s-head--center {
    text-align: center;
}
.s-head__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #1a202c;
    font-size: 75px;
    font-weight: 400;
}
.s-head__description {
    margin: 50px 0 0;
    color: #515151;
    font-size: 16px;
    line-height: 28px;
}
.s-head--middle .s-head__title {
    font-size: 40px;
}


/*----------------------------------------------------------------
Header
----------------------------------------------------------------*/

.header {
    padding: 20px 0;
    position: relative;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left {
    flex: 0 0 200px;
    max-width: 200px;
}
.header-left img {
    position: relative;
    left: -20px;
}
.header-right {
    flex: 1;
}
.header-top-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-contacts__email {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header-top-contacts__emaillink {
    text-decoration: underline;
}
.header-top-contacts__emaillink:hover {
    color: #ee4312;
    text-decoration: none;
}
.header-top-contacts__soc {
    flex: 0 0 200px;
    max-width: 200px;
}

.soc-nav ul {
    display: flex;
    align-items: center;
}
.soc-nav--right ul {
    justify-content: end;
}
.soc-nav--right .soc-nav__item {
    margin: 0 0 0 20px;
}
.soc-nav--left .soc-nav__item {
    margin: 0 20px 0 0;
}
.soc-nav--left .soc-nav__item:last-child {
    margin: 0;
}
.soc-nav--right .soc-nav__item:first-child {
    margin: 0;
}
.soc-nav__link {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease 0s;
}
.soc-nav__link:hover {
    opacity: 0.5;
}
.soc-nav__link--wa {
    background-image: url(../images/i/i-wa.svg);
}
.soc-nav__link--x {
    background-image: url(../images/i/i-x.svg);
}
.soc-nav__link--fb {
    background-image: url(../images/i/i-fb.svg);
}
.soc-nav__link--linkedin {
    background-image: url(../images/i/i-linkedin.svg);
}
.soc-nav--white .soc-nav__link--wa {
    background-image: url(../images/i/i-wa-white.svg);
}
.soc-nav--white .soc-nav__link--x {
    background-image: url(../images/i/i-x-white.svg);
}
.soc-nav--white .soc-nav__link--fb {
    background-image: url(../images/i/i-fb-white.svg);
}
.soc-nav--white .soc-nav__link--linkedin {
    background-image: url(../images/i/i-linkedin-white.svg);
}
.buttons-grid__item {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
}
.buttons-grid__item--red {
    color: red;
}
.buttons-grid__item--blue {
    color: blue;
}
.header-top-contacts__callback {
    margin: 0 0 0 60px;
    display: inline-block;
    width: 140px;
    padding: 16px 0;
    box-shadow:
        0px 3px 8px rgba(136, 144, 194, 0.25),
        0px 7px 21px rgba(37, 44, 97, 0.2);
    border: none;
    background: #c72127;
    border-radius: 2px;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.header-top-contacts__callback:hover {
    background: #23376d;
}
.header-right__bottom {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-nav > ul {
    display: flex;
    align-items: center;
}
.header-nav > ul > li {
    margin: 0 0 0 20px;
}
.header-nav > ul > li:first-child {
    margin: 0;
}
.header-nav > ul > li > a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.header-nav > ul > li > a.is-current {
    color: #ee4312;
    cursor: default;
    pointer-events: none;
}
.header-nav > ul > li.menu-item-has-children > a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
}
.header-nav li.current-menu-item > a {
    color: #ee4312;
    cursor: default;
    pointer-events: none;
}
.header-nav > ul > li.menu-item-has-children > a:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-red-bottom.svg) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
    transition: all 0.4s ease 0s;
}

.menu-item-has-children-cols .submenu-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.menu-item-has-children-cols .submenu-column {
    padding: 0 15px;
}
.menu-item-has-children-2col .submenu-column {
    flex: 0 0 50%;
    max-width: 50%;
}
.menu-item-has-children-4col .submenu-column {
    flex: 0 0 25%;
    max-width: 25%;
}
.header-nav .submenu-column li {
    margin: 0 0 10px;
}
.header-nav li.submenu-column__head {
    margin: 0 0 15px;
    display: block;
    color: #AAB5C3;
    font-size: 16px;
}
.header-nav .submenu-column a {
    font-size: 13px;
    line-height: 18px;
}
.header__inner {
    position: relative;
}
.header-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 82px;
    width: 1290px;
    left: 50%;
    margin: 0 0 0 -645px;
    padding: 55px;
    background: #E1E6E9;
    transform: translateY(10px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 50px rgb(81 108 148 / 25%);
    transition: all 0.4s ease 0s;
}
.header-nav > ul > li:hover > a {
    color: #ee4312;
}
.header-nav > ul > li:hover > a:before {
    transform: rotate(180deg);
}
.header-nav > ul > li.menu-item-has-children:hover .sub-menu {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.header-nav .sub-menu li:last-child {
    margin: 0;
}
.header-nav .sub-menu li a:hover {
    color: #ee4312;
}


/*----------------------------------------------------------------
Adaptive menu gamburger
----------------------------------------------------------------*/

.header__hamburger {
    display: none;
    margin: 0 0 0 15px;
}
.menu-toggle-btn {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.menu-toggle-btn__lines {
    position: relative;
    width: 38px;
    height: 25px;
}
.menu-toggle-line {
    position: absolute;
    background: #003223;
    display: block;
    margin: auto;
    height: 5px;
    border-radius: 6px;
    width: 100%;
}
.menu-toggle-line--1 {
    top: 0;
    -webkit-transition: width 0.2s ease 0.4s;
    -o-transition: width 0.2s ease 0.4s;
    transition: width 0.2s ease 0.4s;
}
.menu-toggle-line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: width 0.2s ease 0.3s;
    -o-transition: width 0.2s ease 0.3s;
    transition: width 0.2s ease 0.3s;
}
.menu-toggle-line--3 {
    bottom: 0;
    -webkit-transition: width 0.2s ease 0.2s;
    -o-transition: width 0.2s ease 0.2s;
    transition: width 0.2s ease 0.2s;
}
.menu-toggle-line--4,
.menu-toggle-line--5 {
    opacity: 0;
    top: 10px;
}
.menu-toggle-line--4 {
    -webkit-transition:
        opacity 0.2s ease 0.2s,
        -webkit-transform 0.2s ease 0.2s;
    transition:
        opacity 0.2s ease 0.2s,
        -webkit-transform 0.2s ease 0.2s;
    -o-transition:
        opacity 0.2s ease 0.2s,
        -o-transform 0.2s ease 0.2s;
    -moz-transition:
        opacity 0.2s ease 0.2s,
        transform 0.2s ease 0.2s,
        -moz-transform 0.2s ease 0.2s;
}
.menu-toggle-line--5 {
    -webkit-transition:
        opacity 0.2s ease 0s,
        -webkit-transform 0.2s ease 0s;
    transition:
        opacity 0.2s ease 0s,
        -webkit-transform 0.2s ease 0s;
    -o-transition:
        opacity 0.2s ease 0s,
        -o-transform 0.2s ease 0s;
    -moz-transition:
        opacity 0.2s ease 0s,
        transform 0.2s ease 0s,
        -moz-transform 0.2s ease 0s;
}
.menu-toggle-btn--open .menu-toggle-line {
    background: #00317b;
}
.header--white .menu-toggle-btn--open .menu-toggle-line {
    background: #000;
}
.menu-toggle-btn--open .menu-toggle-line--1 {
    width: 0;
    -webkit-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s;
    transition: width 0.2s ease 0s;
}
.menu-toggle-btn--open .menu-toggle-line--2 {
    width: 0;
    -webkit-transition: width 0.2s ease 0.1s;
    -o-transition: width 0.2s ease 0.1s;
    transition: width 0.2s ease 0.1s;
}
.menu-toggle-btn--open .menu-toggle-line--3 {
    width: 0;
    -webkit-transition: width 0.2s ease 0.2s;
    -o-transition: width 0.2s ease 0.2s;
    transition: width 0.2s ease 0.2s;
}
.menu-toggle-btn--open .menu-toggle-line--4 {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-transition:
        opacity 0.2s ease 0.2s,
        -webkit-transform 0.2s ease 0.2s;
    transition:
        opacity 0.2s ease 0.2s,
        -webkit-transform 0.2s ease 0.2s;
    -o-transition:
        opacity 0.2s ease 0.2s,
        -o-transform 0.2s ease 0.2s;
    -moz-transition:
        opacity 0.2s ease 0.2s,
        transform 0.2s ease 0.2s,
        -moz-transform 0.2s ease 0.2s;
}
.menu-toggle-btn--open .menu-toggle-line--5 {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-transition:
        opacity 0.2s ease 0.4s,
        -webkit-transform 0.2s ease 0.4s;
    transition:
        opacity 0.2s ease 0.4s,
        -webkit-transform 0.2s ease 0.4s;
    -o-transition:
        opacity 0.2s ease 0.4s,
        -o-transform 0.2s ease 0.4s;
    -moz-transition:
        opacity 0.2s ease 0.4s,
        transform 0.2s ease 0.4s,
        -moz-transform 0.2s ease 0.4s;
}


/*----------------------------------------------------------------
Adaptive slide
----------------------------------------------------------------*/

.s-adaptive-slide {
    position: fixed;
    padding: 30px;
    width: calc(100% - 65px);
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    background: #f5f5f5;
    transition: transform 0.3s ease 0s;
    backface-visibility: hidden;
    transform: translateX(-100%);
    box-shadow: 0px 20px 50px rgb(81 108 148 / 25%);
}
.s-adaptive-slide.s-adaptive-slide--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.adaptive-slide-shadow {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease 0s;
    backface-visibility: hidden;
    cursor: pointer;
}
.adaptive-slide-shadow--open {
    z-index: 998;
    opacity: 1;
    visibility: visible;
}
.adaptive-menu > ul > li {
    margin: 0 0 20px;
}
.adaptive-menu > ul > li:last-child {
    margin: 0;
}
.adaptive-menu li.current_page_item > a {
    color: #c72127;
    cursor: default;
    pointer-events: none;
}
.adaptive-menu > ul > li > a {
    position: relative;
    display: inline-block;
    color: #261c1a;
    font-size: 20px;
}
.adaptive-menu > ul > li.menu-item-has-children > a {
    padding: 0 35px 0 0;
}
.adaptive-menu > ul > li > a > span {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    background: url(../images/i/i-caret-bottom-blue.svg) center no-repeat;
    width: 22px;
    height: 22px;
    border: 1px solid #23376d;
    border-radius: 2px;
    background-size: 12px 8px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.adaptive-menu > ul > li > a:hover > span {
    border-color: #c72127;
    background: url(../images/i/i-caret-bottom-red.svg) center no-repeat;
}
.adaptive-menu > ul > li > ul {
    display: none;
    margin: 0 0 0 15px;
}
.adaptive-menu > ul > li > ul > li {
    margin: 13px 0 0;
}
.adaptive-menu > ul > li > ul a {
    color: #261c1a;
    font-size: 16px;
}
.adaptive-menu a:hover {
    color: #c72127;
}

.adaptive-contacts {
    margin: 40px 0 0;
}
.adaptive-contact {
    margin: 0 0 20px;
}
.adaptive-contact:last-child {
    margin: 0;
}
.adaptive-contact__email {
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #23376d;
    font-size: 18px;
}
.adaptive-contact__email:hover {
    color: #c72127;
}
.adaptive-contact__callback {
    display: inline-block;
    width: 140px;
    padding: 16px 0;
    box-shadow:
        0px 3px 8px rgba(136, 144, 194, 0.25),
        0px 7px 21px rgba(37, 44, 97, 0.2);
    border: none;
    background: #c72127;
    border-radius: 2px;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.adaptive-contact__callback:hover {
    background-color: #23376d;
}


/*----------------------------------------------------------------
Hero
----------------------------------------------------------------*/

.hero {
    position: relative;
    padding: 110px 0 60px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(
        110.68deg,
        #b8000b 12.51%,
        #71146e 38.7%,
        #2e2591 51.22%,
        #16188c 61.79%,
        #1e2d56 77.24%,
        #0b1632 94.26%
    );
    border-radius: 30px 0 0 0;
    overflow: hidden;
}
.hero--index {
    min-height: 815px;
}
.hero--inner {
    min-height: 500px;
}
.hero--index:before,
.hero--index:after {
    position: absolute;
    content: "";
}
.hero--index:before {
    right: 120px;
    top: 40px;
    background: url(../images/bgs/hero-right-top.png) no-repeat;
    width: 595px;
    height: 267px;
}
.hero--index:after {
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    background: url(../images/bgs/hero-center-bottom.png) no-repeat;
    width: 710px;
    height: 219px;
}
.hero--inner:before {
    position: absolute;
    right: 120px;
    top: 40px;
    content: "";
    background: url(../images/bgs/hero-right-top.png) no-repeat;
    width: 595px;
    height: 267px;
}
.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}
.hero--inner .hero-content {
    max-width: none;
}
.hero-content__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #fff;
    font-size: 75px;
    line-height: 90px;
    font-weight: 400;
}
.hero-content__description {
    margin: 40px 0 0;
    max-width: 800px;
}
.hero-content__description,
.hero-content__description p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.hero-content__description p {
    margin: 0 0 15px;
}
.hero-content__description p:last-child {
    margin: 0;
}
.hero-content__description span {
    font-family: "PlusJakartaSansBold", sans-serif;
}
.hero-actions {
    margin: 75px 0 0;
    display: flex;
    align-items: center;
}
.hero-actions__col {
    margin: 0 30px 0 0;
}
.hero-actions__col:last-child {
    margin: 0;
}
.hero-action__btn {
    display: inline-block;
    padding: 16px 32px;
    background: #ffffff;
    box-shadow:
        0px 3px 8px rgba(136, 144, 194, 0.25),
        0px 7px 21px rgba(37, 44, 97, 0.2);
    border-radius: 2px;
    border: none;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #9b3412;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.hero-action__btn:hover {
    opacity: 0.7;
}
.hero-action__link {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}
.hero-action__link:hover {
    text-decoration: none;
}


/*----------------------------------------------------------------
Hero breadcrumbs
----------------------------------------------------------------*/

.hero-breadcrumbs {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
}
.breadcrumbs-nav {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}
.breadcrumbs-nav span,
.breadcrumbs-nav a {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}
.breadcrumbs-nav a:hover {
    text-decoration: underline;
}
.breadcrumbs-nav span span {
    margin: 0 3px 0 0;
}
.breadcrumbs-nav .breadcrumb_last {
    margin: 0 0 0 3px;
    font-family: "PlusJakartaSansBold", sans-serif;
}


.page-content {
    padding: 75px 0;
}


/*----------------------------------------------------------------
Section margin
----------------------------------------------------------------*/

.margin-section {
    padding: 35px 0 70px;
}
.margin-section--pb0 {
    padding-bottom: 0;
}
.margin-section-row {
    display: flex;
}
.margin-section-left {
    flex: 0 0 630px;
    max-width: 630px;
}
.margin-section-left {
    margin: 90px 0 0;
    flex: 1;
    position: relative;
}
.margin-section__pretitle {
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #23376d;
    font-size: 13px;
    text-transform: uppercase;
}
.margin-section-left__mrgn {
    padding: 0 30px 0 100px;
}
.margin-section-left__title {
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #000;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    letter-spacing: -1.7px;
}
.margin-section--sm .margin-section-left {
    margin: 60px 0 0;
}
.margin-section--sm .margin-section-left__title {
    font-size: 40px;
    line-height: 55px;
}
.margin-section-left__title .letter {
    opacity: 0;
    transform: scale(0) rotate(0deg);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.margin-section-left__title span.word .letter {
    display: inline-block;
}
.margin-section-left__title .letter.animate {
    opacity: 1;
    transform: scale(var(--scale, 1)) rotate(var(--rotate, 0deg));
}
.margin-section-left__title .letter.ready {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.margin-section-left__title span.editor-text  {
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-bottom: 15px;
}
.margin-section-left__title span.word {
    display: inline-block;
    white-space: nowrap;
}
.margin-section-left__title b.letter {
    justify-content: center;
    align-items: center;
    line-height: 1;
    transform-origin: center center;
    transition: all 0.3s ease;
}
.margin-section-left__title span.word b.letter:hover {
    transform: scale(var(--scale)) rotate(var(--rotate));
    color: var(--color);
    transition: all 0.3s ease;
}



.margin-section-left__description {
    margin: 55px 0 0;
}
.margin-section-left__description,
.margin-section-left__description p {
    color: #515151;
    line-height: 28px;
}
.margin-section-left__description p {
    margin: 0 0 15px;
}
.margin-section-left__description p:last-child {
    margin: 0;
}
.margin-section__more {
    margin: 55px 0 0;
}
.margin-section__morelink {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    color: #23376d;
}
.margin-section__morelink:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.margin-section__morelink:hover {
    color: #c72127;
}
.margin-section__morelink:hover:after {
    transform: translateX(10px);
}
.margin-section-right {
    position: relative;
    flex: 1;
}
.margin-section-rightimg {
    margin: 25px 0 0;
    position: relative;
    z-index: 1;
}
.margin-section--sm .margin-section-right {
    margin: 70px 0 0;
}
.margin-section-rightimg img {
    border-radius: 70px 0 0 0;
}
.margin-section-rightimgpa {
    position: absolute;
    left: 150px;
    top: -370px;
}
.margin-section-rightimgpa img {
    border-radius: 70px 0 0 0;
}
.margin-section-right__content,
.margin-section-right__content p {
    color: #515151;
    font-size: 16px;
    line-height: 28px;
}
.margin-section-right__content p {
    margin: 0 0 15px;
}
.margin-section-right__content p:last-child {
    margin: 0;
}


/*----------------------------------------------------------------
Section areas
----------------------------------------------------------------*/

.s-areas {
    padding: 100px 0;
    background-color: #e4e9ee;
    border-radius: 30px 0 0 0;
}
.areas-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.areas-grid__col {
    margin: 45px 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
    visibility: hidden;
	opacity: 0;
	transition-property: opacity;
}
.areas-grid__col.animate-init {
	visibility: visible;
	opacity: 1;
	animation-duration: 1.5s;
	animation-name: fadeInUp;
}
@keyframes fadeInUp {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.area-item {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    padding: 0 0 35px;
}
.area-item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-area-red.svg) no-repeat;
    width: 16px;
    height: 12px;
    background-size: 16px 12px;
}
.area-item__ico {
    max-width: 90px;
    margin: 0 auto;
}
.area-item__ico img {
    max-height: 90px;
}
.area-item__title {
    margin: 44px auto 0;
    max-width: 300px;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #080808;
    font-size: 25px;
    line-height: 40px;
    transition: all 0.4s ease 0s;
}
.area-item:hover .area-item__title {
    color: #c72127;
}
.s-areas-more {
    margin: 35px 0 0;
    text-align: center;
}
.s-areas-more__link {
    position: relative;
    padding: 0 30px 0 0;
    color: #23376d;
}
.s-areas-more__link:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.s-areas-more__link:hover {
    color: #c72127;
}
.s-areas-more__link:hover:after {
    transform: translateX(10px);
}


/*----------------------------------------------------------------
Section stats
----------------------------------------------------------------*/

.s-stats {
    position: relative;
    padding: 60px 0 80px;
}
.s-stats .s-head__title {
    color: #fff;
}
.s-stats:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 85%;
    width: 85%;
    background: linear-gradient(
        110.68deg,
        #0b1632 12.51%,
        #1e2d56 38.7%,
        #16188c 51.22%,
        #2e2591 61.79%,
        #71146e 77.24%,
        #b8000b 94.26%
    );
    border-radius: 0 0 30px 0;
}
.s-stats .wrapper {
    position: relative;
}
.stats-grid__row {
    display: flex;
    margin: 0 -15px;
}
.stats-grid__col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
}
.stat-item {
    color: #fff;
    text-align: center;
}
.stat-item__value {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 75px;
}
.stat-item__name {
    margin: 5px 0 0;
}


/*----------------------------------------------------------------
Section cases
----------------------------------------------------------------*/

.s-cases {
    margin: 80px 0;
}
.cases-slider {
    width: 100vw;
    border-radius: 30px 0 0 0;
    overflow: hidden;
}
.cases-slider__col {
    margin: 0 30px 0 0;
}
.cases-slider-item {
    position: relative;
    display: block;
    width: 400px;
    height: 535px;
}
.cases-slider__col:first-child .cases-slider-item {
    border-radius: 30px 0 0 0;
}
.cases-slider-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cases-slider-item__head {
    /* position: absolute;
	left: 0;
	top: 0; */
    position: relative;
    z-index: 2;
    height: 50%;
    padding: 30px 30px 0;
    color: #fff;
}
.cases-slider__col:nth-child(even) .cases-slider-item__head {
    /* position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0px;
	content: ''; */
    /* background: linear-gradient(116.13deg, #B8000B 14.36%, #71146E 39.88%, #2E2591 52.07%, #16188C 62.38%, #1E2D56 77.43%, #0B1632 93.1%); */
}

.cases-slider__col:nth-child(even) .cases-slider-item__bg:after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    height: 50%;
    content: "";
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
    transition: all 0.4s ease 0s;
}
.cases-slider__col:nth-child(odd) .cases-slider-item:before {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0px;
    content: "";
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 80%
    );
}
.cases-slider-item:hover .cases-slider-item__bg:after {
    height: 100%;
}
.cases-slider-item__pre {
    margin: 0 0 15px;
    text-transform: uppercase;
}
.cases-slider-item__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 25px;
    line-height: 1.2;
}
.cases-slider-actions {
    position: relative;
    margin: 35px 0 0;
    text-align: center;
}
.cases-slider-arrows {
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.cases-slider-arrows__arr {
    margin: 0 25px 0 0;
    display: inline-block;
    border: none;
    flex: 0 0 24px;
    max-width: 24px;
    height: 20px;
    cursor: pointer;
    background-size: 24px 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease 0s;
}
.cases-slider-arrows__arr--left {
    background-image: url(../images/i/i-bigarrow-left-grey.svg);
}
.cases-slider-arrows__arr--left:hover {
    background-image: url(../images/i/i-bigarrow-left-red.svg);
}
.cases-slider-arrows__arr--right {
    background-image: url(../images/i/i-bigarrow-right-grey.svg);
}
.cases-slider-arrows__arr--right:hover {
    background-image: url(../images/i/i-bigarrow-right-red.svg);
}
.cases-slider-actions__link {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0;
    color: #23376d;
}
.cases-slider-actions__link:hover {
    color: #c72127;
}
.cases-slider-actions__link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.cases-slider-actions__link:hover:after {
    transform: translateX(10px);
}



.cases-container {
    padding: 50px 0;
}
.cases-head {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.cases-head__select {
    margin: 0 0 0 auto;
    flex: 0 0 175px;
    max-width: 175px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}
.cases-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cases-grid__col {
    margin: 0 0 30px;
    padding: 0 15px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.cases-grid__col .cases-slider-item {
    width: 100%;
}
.cases-grid__col:nth-child(odd) .cases-slider-item__bg:after {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    height: 50%;
    content: "";
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
    transition: all 0.4s ease 0s;
}
.cases-grid__col:nth-child(even) .cases-slider-item:before {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0px;
    content: "";
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 80%
    );
    transition: all 0.4s ease 0s;
}
.cases-slider-item:hover .cases-slider-item__bg:after {
    height: 100%;
}


/*----------------------------------------------------------------
Section cta
----------------------------------------------------------------*/

.s-cta {
    padding: 50px 0;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
        110.68deg,
        #0b1632 12.51%,
        #1e2d56 38.7%,
        #16188c 51.22%,
        #2e2591 61.79%,
        #71146e 77.24%,
        #b8000b 94.26%
    );
    text-align: center;
}
.s-cta__pretitle {
    margin: 0 0 15px;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}
.s-cta__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #fff;
    font-size: 75px;
}
.s-cta__description {
    margin: 30px 0 0;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}
.s-cta__btn {
    margin: 60px 0 0;
    display: inline-block;
    padding: 15px 32px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #9b3412;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.s-cta__btn:hover {
    opacity: 0.8;
}
.s-cta-horizontal {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 310px;
    margin: 0 0 80px;
}
.s-cta-horizontal:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 85%;
    width: 85%;
    background: linear-gradient( 110.68deg, #0b1632 12.51%, #1e2d56 38.7%, #16188c 51.22%, #2e2591 61.79%, #71146e 77.24%, #b8000b 94.26% );
    border-radius: 0 0 30px 0;
}
.s-cta-horizontal__center {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1080px;
    padding: 0 15px;
    margin: 0 auto;
}
.s-cta-horizontal__left {
    flex-grow: 1;
}
.s-cta-horizontal__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #fff;
    font-size: 60px;
}
.s-cta-horizontal__aftertitle {
    margin: 25px 0 0;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #fff;
    font-size: 25px;
}
.s-cta-horizontal__actions {
    flex: 0 0 160px;
    max-width: 160px;
    text-align: right;
}
.s-cta-horizontal__actions .s-cta__btn {
    margin: 0;
}


/*----------------------------------------------------------------
Section FAQ
----------------------------------------------------------------*/

.s-faq {
    padding: 95px 0;
}
.s-faq__row {
    display: flex;
}
.s-faq__left {
    flex: 0 0 330px;
    max-width: 330px;
}
.s-faq__title {
    margin: 0 0 40px;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 60px;
    line-height: 80px;
    font-weight: 400;
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.s-faq__more {
    position: relative;
    display: inline-block;
    padding: 0 32px 0 0;
    color: #23376d;
}
.s-faq__more:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.s-faq__more:hover {
    color: #c72127;
}
.s-faq__more:hover:after {
    transform: translateX(10px);
}
.s-faq__right {
    flex: 1;
    padding: 0 0 0 110px;
}
.faq-items {
    margin: -10px 0 0;
}
.faq-item {
    border-bottom: 2px solid #e4e9ee;
}
.faq-item__button {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    padding: 30px 30px 30px 110px;
    border: none;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
}
.faq-item__number,
.faq-item__action {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq-item__number {
    height: 55px;
    left: 0;
    font-size: 40px;
    line-height: 55px;
    color: #000;
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.faq-item__action {
    right: 10px;
    width: 17px;
    height: 17px;
    transition: all 0.4s ease 0s;
}
.faq-item__action:before,
.faq-item__action:after {
    position: absolute;
    content: "";
    background-color: #23376d;
    margin: auto;
    transition: all 0.4s ease 0s;
}
.faq-item__action:before {
    width: 100%;
    height: 3px;
    top: 0;
    bottom: 0;
}
.faq-item__action:after {
    width: 3px;
    height: 100%;
    left: 0;
    right: 0;
}
.faq-item--active .faq-item__action {
    transform: rotate(45deg);
}
.faq-item--active .faq-item__action:before,
.faq-item--active .faq-item__action:after {
    background-color: #c72127;
}
.faq-item__dropdown {
    display: none;
}
.faq-item__answer {
    padding: 0 100px 30px 110px;
    color: #515151;
    line-height: 28px;
}


/*----------------------------------------------------------------
Service content section
----------------------------------------------------------------*/

.service-content {
    padding: 80px 0;
}
.service-columns__img img {
    border-radius: 60px 0 0 0;
}
.service-columns-grid {
    background-color: #E4E9EE;
}
.service-columns-grid__inner {
    padding: 70px 110px;
}
.service-columns-grid__row {
    display: flex;
    margin: 0 -15px;
}
.service-columns-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.service-columns-grid__title {
    margin: 0 0 40px;
    font-family: 'PlusJakartaSansExtraBold', sans-serif;
    color: #C72127;
    font-size: 25px;
    line-height: 40px;
}
.service-columns-grid__content,
.service-columns-grid__content p {
    color: #515151;
    line-height: 28px;
}
.service-columns-grid__content p {
    margin: 0 0 15px;
}
.service-columns-grid__content p:last-child {
    margin: 0;
}
.service-columns-grid__content h2 {
    margin: 0 0 40px;
    font-family: 'PlusJakartaSansExtraBold', sans-serif;
    color: #C72127;
    font-size: 25px;
    line-height: 40px;
}



.case-sideico-content__row {
    display: flex;
}
.case-sideico-content__ico {
    flex: 0 0 250px;
    max-width: 250px;
    margin: 0 30px 0 0;
}
.case-sideico-content__body {
    flex-grow: 1;
}


/*----------------------------------------------------------------
Steps section
----------------------------------------------------------------*/

.s-steps {
    padding: 80px 0;
    background: #e4e9ee;
    border-radius: 60px 0 0 0;
}
.s-steps__title {
    margin: 0 0 50px;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #23376d;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
}
.steps-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.steps-grid__col {
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
    opacity: 0.1;
    transition-duration: 0.4s;
    transition-property: opacity;
    transition-timing-function: ease;
}
.steps-grid__col.animate-init {
    opacity: 1;
}
.steps-grid__col:nth-child(1n).animate-init {
    transition-delay: 0.2s;
}
.steps-grid__col:nth-child(2n).animate-init {
    transition-delay: 1s;
}
.steps-grid__col:nth-child(3n).animate-init {
    transition-delay: 1.5s;
}
.steps-grid__col:nth-child(4n).animate-init {
    transition-delay: 2s;
}
.b-step__ico {
    position: relative;
    height: 24px;
}
.b-step__ico::before,
.b-step__ico:after {
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
}
.b-step__ico:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
}
.b-step__ico:after {
    right: 0;
    margin: auto;
    height: 1px;
    width: calc(100% - 48px);
    border-top: 2px dashed #c72127;
}
.b-step__body {
    margin: 40px 0 0;
    color: #000;
}
.b-step__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #23376d;
    font-size: 25px;
    line-height: 40px;
}
.b-step__description {
    margin: 15px 0 0;
    color: #515151;
    font-size: 16px;
    line-height: 28px;
}

/*----------------------------------------------------------------
Section related services
----------------------------------------------------------------*/

.s-relservices {
    padding: 80px 0;
    border-radius: 60px 0 0 0;
    background-color: #e4e9ee;
}
.relservices-container {
    display: flex;
}
.relservices-container__title {
    flex: 0 0 330px;
    max-width: 330px;
    padding: 0 15px 0 0;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    background: linear-gradient(116.13deg, #b8000b 14.36%, #71146e 39.88%, #2e2591 52.07%, #16188c 62.38%, #1e2d56 77.43%, #0b1632 93.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.relservices-container__content {
    flex: 1;
    padding: 0 0 0 100px;
    margin: -15px 0 0;
}
.relservices__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.relservices__col {
    margin: 15px 0;
    padding: 0 15px;
    flex: 0 0 50%;
    max-width: 50%;
}
.relservices__link {
    position: relative;
    display: block;
    padding: 0 30px 0 0;
    color: #23376D;
    font-size: 16px;
    line-height: 28px;
}
.relservices__link:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.relservices__link:hover {
    color: #c72127;
}
.relservices__link:hover:after {
    transform: translateX(10px);
}


/*----------------------------------------------------------------
Section blog
----------------------------------------------------------------*/

.s-blog {
    padding: 80px 0;
}
.blog-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.blog-grid__col {
    margin: 0 0 30px;
    padding: 0 15px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity;
}
.blog-grid__col.animate-init {
    visibility: visible;
    opacity: 1;
    animation-name: fadeInUp;
    transition-duration: 1s;
}
.blog-grid__col:nth-child(1n).animate-init {
    transition-delay: 0.2s;
}
.blog-grid__col:nth-child(2n).animate-init {
    transition-delay: 0.4s;
}
.blog-grid__col:nth-child(3n).animate-init {
    transition-delay: 0.6s;
}
.blog-grid__col:nth-child(4n).animate-init {
    transition-delay: 0.8s;
}
.blog-grid__col:nth-child(5n).animate-init {
    transition-delay: 1s;
}
.blog-grid__col:nth-child(6n).animate-init {
    transition-delay: 1.2s;
}
.blog-grid__col:nth-child(7n).animate-init {
    transition-delay: 1.4s;
}
.blog-grid__col:nth-child(8n).animate-init {
    transition-delay: 1.6s;
}
.blog-grid__col:nth-child(9n).animate-init {
    transition-delay: 1.8s;
}
.blog-grid__col:nth-child(10n).animate-init {
    transition-delay: 2s;
}

.blog-item {
    height: 100%;
    position: relative;
}
.blog-item:after {
    position: absolute;
    left: 35px;
    bottom: 0;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 11px;
    background-size: 16px 11px;
    transition: all 0.4s ease 0s;
}
.blog-item__globallink {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-item__img img {
    border-radius: 60px 0 0 0;
    width: 100%;
}
.blog-item__body {
    position: relative;
    background-color: #fff;
    padding: 35px;
}
.blog-item__metas {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog-item__meta {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 25px 0 0;
}
.blog-item__meta:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #23376d;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.blog-item__meta:last-child {
    padding: 0;
}
.blog-item__meta:last-child:after {
    content: none;
}
.blog-item__category {
    position: relative;
    z-index: 1;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #c72127;
}
.blog-item__category:hover {
    color: #000;
}
.blog-item__date {
    color: #a5a3a3;
}
.blog-item__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #080808;
    font-size: 25px;
    line-height: 40px;
    transition: all 0.4s ease 0s;
}
.blog-item:hover .blog-item__title {
    color: #c72127;
}
.blog-item:hover:after {
    transform: translateX(10px);
}
.blog-item__excerpt {
    margin: 20px 0 0;
    color: #515151;
    line-height: 28px;
}
.s-blog__more {
    margin: 35px 0 0;
    text-align: center;
}
.s-blog__morelink {
    position: relative;
    display: inline-block;
    padding: 0 32px 0 0;
    color: #23376d;
}
.s-blog__morelink:hover {
    color: #c72127;
}
.s-blog__morelink:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.s-blog__morelink:hover:after {
    transform: translateX(10px);
}

/*------------------------------------------------------------
Entry content
------------------------------------------------------------*/

.entry-content-container {
    padding: 0 110px;
}
.entry-content {
    color: #515151;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    margin: 50px 0 25px;
    font-family: 'PlusJakartaSansExtraBold', sans-serif;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child {
    margin: 0 0 30px;
}
.entry-content h2 {
    font-size: 60px;
}
.entry-content h3 {
    font-size: 40px;
}
.entry-content h4 {
    font-size: 30px;
}
.entry-content h5 {
    font-size: 24px;
}
.entry-content p {
    margin: 15px 0;
    color: #515151;
    font-size: 16px;
    line-height: 28px;
}
.entry-content p:first-child {
    margin: 0 0 15px;
}
.entry-content p:last-child {
    margin: 15px 0 0;
}
.entry-content p strong,
.entry-content p b,
.entry-content b {
    font-family: "PlusJakartaSansBold", sans-serif;
    font-weight: 400;
}
.entry-content a {
    color: #c72127;
    text-decoration: none;
}
.entry-content a:hover {
    color: #23376d;
    text-decoration: underline;
}
.entry-content blockquote {
    position: relative;
    margin: 20px 0;
    padding: 0 100px;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
    position: absolute;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #c72127;
    font-size: 38px;
    line-height: 1;
}
.entry-content blockquote:before {
    content: "“";
    top: 0;
    left: 60px;
}
.entry-content blockquote:after {
    content: "“";
    bottom: -15px;
    right: 60px;
}
.entry-content blockquote p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 28px;
}
.entry-content blockquote p:last-child {
    margin: 0;
}
.entry-content ul,
.entry-content ol {
    margin: 15px 0 15px 35px;
}
.entry-content ol {
    counter-reset: number;
}
.entry-content ul li,
.entry-content ol li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 28px;
}
.entry-content ul li:before,
.entry-content ol li:before {
    position: absolute;
    left: 0;
    content: "";
}
.entry-content ul li:before {
    top: 12px;
    width: 5px;
    height: 5px;
    background: #c72127;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.entry-content ol li:before {
    top: 0;
    color: #515151;
    font-size: 16px;
    line-height: 28px;
    counter-increment: number;
    content: counter(number) ".";
}


.post-top-meta {
    margin: 0 0 75px -110px;
    display: flex;
    align-items: center;
}
.post-top-meta__author {
    margin: 0 20px 0 0;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #23376d;
}
.post-top-meta__date {
    color: #515151;
}
.post-title {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 60px auto;
    font-family: 'PlusJakartaSansExtraBold', sans-serif;
    color: #282938;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    font-weight: 400;
}
.post-thumbnail {
    margin: 0 -110px 75px -110px;
    text-align: center;
}
.blog-bottom-actions {
    margin: 155px 0 0;
    padding: 0 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-bottom__backblog {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    color: #23376d;
}
.blog-bottom__backblog:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-left-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.blog-bottom__backblog:hover {
    color: #c72127;
}
.blog-bottom__backblog:hover:before {
    transform: translateX(-10px);
}
.share-box {
    display: flex;
    align-items: center;
}
.share-box__title {
    margin: 0 40px 0 0;
    color: #23376d;
}
.share-box__list {
    display: flex;
    align-items: baseline;
}
.share-box__item {
    margin: 0 0 0 25px;
}
.share-box__item:first-child {
    margin: 0;
}
.share-box__item:hover {
    opacity: 0.7;
}
.share-box__item--linkedin {
    background: url(../images/i/i-linkedin-blue.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.share-box__item--fb {
    background: url(../images/i/i-fb-blue.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.share-box__item--x {
    background: url(../images/i/i-x-blue.svg) no-repeat;
    width: 30px;
    height: 24px;
    background-size: 30px 24px;
}
.s-related {
    margin: 80px 0;
}

/*----------------------------------------------------------------
Services page
----------------------------------------------------------------*/

.s-afterhero-content {
    padding: 25px 0 75px;
}
.afterhero-pretitle {
    margin: 0 0 85px 0;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #23376d;
    font-size: 13px;
    text-transform: uppercase;
}
.entry-content-centered {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}
.s-scat {
    padding: 70px 0;
}
.scat-item {
    display: flex;
    margin: 0 0 110px 0;
}
.scat-item:last-child {
    margin: 0;
}
.scat-item__category {
    flex: 0 0 450px;
    max-width: 450px;
    margin: -15px 0 0;
    padding: 0 15px 0 0;
    background: linear-gradient(
        116.13deg,
        #b8000b 14.36%,
        #71146e 39.88%,
        #2e2591 52.07%,
        #16188c 62.38%,
        #1e2d56 77.43%,
        #0b1632 93.1%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -1.7px;
}
.scat-item__list {
    flex: 1;
}
.scat-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.scat-grid__col {
    margin: 20px 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.scat-grid__col:first-child,
.scat-grid__col:nth-child(2) {
    margin: 0 0 20px;
}
.scat-grid__link {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #23376d;
    line-height: 1.2;
}
.scat-grid__link:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../images/i/i-arrow-right-red.svg) no-repeat;
    width: 16px;
    height: 13px;
    background-size: 16px 13px;
    transition: all 0.4s ease 0s;
}
.scat-grid__link:hover {
    color: #c72127;
}
.scat-grid__link:hover:after {
    transform: translateX(10px);
}

/*----------------------------------------------------------------
Section clients
----------------------------------------------------------------*/

.s-clients {
    padding: 100px 0;
    background: #e4e9ee;
}
.s-clients .s-head__title {
    background: linear-gradient( 116.13deg, #b8000b 14.36%, #71146e 39.88%, #2e2591 52.07%, #16188c 62.38%, #1e2d56 77.43%, #0b1632 93.1% );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.clients-grid {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}
.clients-grid__row {
    display: flex;
    justify-content: space-between;
}
.clients-grid__col {
    flex: 0 0 320px;
    max-width: 320px;
}
.clients-item {
    position: relative;
    min-height: 300px;
    padding: 140px 0 0;
    text-align: center;
}
.clients-item__letter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    color: rgba(255, 255, 255, 0.5);
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 400px;
    line-height: 290px;
}
.clients-item__list {
    position: relative;
}
.clients-item__list li {
    font-size: 20px;
    line-height: 35px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
}
.clients-item__list li:nth-child(1n) {
    transition: all 0.4s ease 0s;
}
.clients-item__list li:nth-child(2n) {
    transition: all 0.4s ease 0.3s;
}
.clients-item__list li:nth-child(3n) {
    transition: all 0.4s ease 0.6s;
}
.clients-item__list li:nth-child(4n) {
    transition: all 0.4s ease 0.9s;
}
.clients-item__list li:nth-child(5n) {
    transition: all 0.4s ease 1.2s;
}
.clients-item__list li:nth-child(6n) {
    transition: all 0.4s ease 1.5s;
}
.clients-item__list li:nth-child(7n) {
    transition: all 0.4s ease 1.8s;
}
.clients-item__list li.animate-init {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.clients-item__list li span {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
}

/*----------------------------------------------------------------
Form styles
----------------------------------------------------------------*/

.form-container__group {
    margin: 0 0 16px;
}
.form-container__group:last-child {
    margin: 40px 0 0 0;
    text-align: center;
}
.form-container__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.form-container__col {
    margin: 0 0 16px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.form-container__col:last-child {
    margin: 0;
}
.form-container__col--6 {
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.form-input,
.form-textarea {
    width: 100%;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: transparent;
    color: #16161a;
    font-size: 16px;
    line-height: 1;
    transition: all 0.4s ease 0s;
}
.form-input {
    padding: 0 15px;
    height: 44px;
    line-height: 16px;
}
.form-textarea {
    padding: 0;
    height: 115px;
    resize: vertical;
}
.form-input:focus,
.form-textarea:focus {
    border-color: #647e77;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    color: #16161a;
    opacity: 1;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
    color: #16161a;
    opacity: 1;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    color: #16161a;
    opacity: 1;
}
.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
    color: #16161a;
    opacity: 1;
}
.form-input.error,
.form-textarea.error {
    border: 1px solid red;
}
.form-policy-label {
    display: block;
    position: relative;
    color: #16161a;
    font-size: 16px;
    line-height: 1.4;
}
.form-policy-label span {
    color: #bababb;
}
.form-policy-label a {
    color: #16161a;
    text-decoration: underline;
}
.form-policy-label a:hover {
    text-decoration: none;
}
.form-submit {
    width: 100%;
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    padding: 15px;
    border: none;
    background: #00317b;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    text-align: center;
}
.form-submit:hover {
    background-color: #c72127;
}

.modal-form-container {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}
.modal-form-input,
.modal-form-textarea {
    width: 100%;
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #f4f6fc;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
}
.modal-form-input {
    padding: 0 32px;
    height: 64px;
    line-height: 28px;
}
.modal-form-textarea {
    padding: 0;
    height: 115px;
    resize: vertical;
}
.modal-form-input:focus,
.modal-form-textarea:focus {
    border: 1px solid #fff;
}
.modal-form-input::-webkit-input-placeholder,
.modal-form-textarea::-webkit-input-placeholder {
    color: #f4f6fc;
    opacity: 1;
}
.modal-form-input::-moz-placeholder,
.modal-form-textarea::-moz-placeholder {
    color: #f4f6fc;
    opacity: 1;
}
.modal-form-input:-ms-input-placeholder,
.modal-form-textarea:-ms-input-placeholder {
    color: #f4f6fc;
    opacity: 1;
}
.modal-form-input:-moz-placeholder,
.modal-form-textarea:-moz-placeholder {
    color: #f4f6fc;
    opacity: 1;
}
.modal-form-input.error,
.modal-form-textarea.error,
.form-container__group.error .modal-form-input,
.form-container__group.error .modal-form-textarea {
    border: 1px solid red;
}
.form-container__group.error {
    position: relative;
}
.form-container__group.error:after {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '!';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid red;
    color: red;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.modal-form-policy-label {
    display: block;
    position: relative;
    color: #f4f6fc;
    font-size: 16px;
    line-height: 1.4;
}
.modal-form-policy-label span {
    color: #bababb;
}
.modal-form-policy-label a {
    color: #f4f6fc;
    text-decoration: underline;
}
.modal-form-policy-label a:hover {
    text-decoration: none;
}
.modal-form-submit {
    height: 50px;
    display: inline-block;
    border-radius: 2px;
    padding: 16px 32px;
    border: none;
    background: #fff;
    font-family: "PlusJakartaSansBold", sans-serif;
    color: #c72127;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.modal-form-submit:hover {
    background-color: #c72127;
    color: #fff;
}

/*----------------------------------------------------------------
Footer
----------------------------------------------------------------*/

.footer {
    border-radius: 0 30px 0 0;
    padding: 85px 0;
    background: linear-gradient(
        110.68deg,
        #0b1632 12.51%,
        #1e2d56 38.7%,
        #16188c 51.22%,
        #2e2591 61.79%,
        #71146e 77.24%,
        #b8000b 94.26%
    );
}
.footer-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.footer-inner__left {
    flex: 0 0 420px;
    max-width: 420px;
}
.footer-inner__right {
    flex: 1;
}
.footer-box-title {
    margin: 0 0 40px;
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    color: #fff;
    font-size: 25px;
}
.footer-logo img {
    margin: -22px 0 0 -22px;
}
.footer-soc {
    margin: 40px 0 0;
}
.footer-navs__row {
    display: flex;
    margin: 0 -15px;
}
.footer-navs__col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
}
.footer-nav li {
    margin: 0 0 12px;
}
.footer-nav li:last-child {
    margin: 0;
}
.footer-nav a {
    color: #fff;
    font-size: 14px;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.footer-middle {
    margin: 10px 0 0;
}
.footer-middle .footer-inner {
    align-items: flex-end;
}
.footer-contacts__item,
.footer-contacts__item a {
    color: #fff;
    font-size: 14px;
}
.footer-contacts__item a:hover {
    text-decoration: underline;
}
.footer-contacts__item {
    margin: 0 0 10px;
    color: #fff;
}
.footer-contacts__item:last-child {
    margin: 0;
}
.footer-middle__content,
.footer-middle__content p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.footer-middle__content p {
    margin: 0 0 12px;
}
.footer-middle__content p:last-child {
    margin: 0;
}
.footer-bottom {
    margin: 75px 0 0;
}
.footer-bottom-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-bottom-nav li {
    position: relative;
    padding: 0 14px 0 0;
}
.footer-bottom-nav li:after {
    position: absolute;
    right: 6px;
    top: -1px;
    bottom: 0;
    content: "";
    width: 1px;
    background-color: #c72127;
}
.footer-bottom-nav li:last-child {
    padding: 0;
}
.footer-bottom-nav li:last-child:after {
    content: none;
}
.footer-bottom-nav a {
    color: #fff;
    font-size: 13px;
}
.footer-bottom-nav a:hover {
    text-decoration: underline;
}
.footer__copyright {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.footer__copyright a {
    color: #2666f2;
}
.footer__copyright a:hover {
    text-decoration: underline;
}

/*----------------------------------------------------------------
Modal
----------------------------------------------------------------*/

.scroll-disable {
    overflow: hidden;
}
.modal {
    max-width: 410px;
    width: 100%;
    display: none;
    padding: 30px;
}
.modal--callback {
    max-width: 1280px;
    padding: 0;
    height: 650px;
    border-radius: 50px 0 0 0;
}
.modal--thx {
    max-width: 550px;
}
.modal-head {
    margin: 0 0 30px;
}
.modal-head--m0 {
    margin: 0;
}
.modal-head--center {
    text-align: center;
}
.modal-head__title {
    font-family: "PlusJakartaSansBold", sans-serif;
    font-size: 40px;
}
.modal-head__description {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.2;
}

#callback-modal .fancybox-button svg path {
    fill: #fff;
}
.modal-grid,
.modal-grid__row {
    height: 100%;
}
.modal-grid__row {
    display: flex;
    position: relative;
    z-index: 1;
}
.modal-grid__ccol,
.modal-grid__fcol {
    flex: 0 0 50%;
    max-width: 50%;
}
.modal-grid__ccol {
    padding: 80px 15px;
}
.modal-grid__fcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
.modal-grid__ccol {
    position: relative;
    background: url(../images/bgs/callback-modal-bg.jpg) center no-repeat;
    background-size: cover;
}
.modal-grid__ccol:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(28, 30, 83, 0.5);
}
.modal-callback-head {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 485px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.modal-callback-head__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 60px;
    line-height: 80px;
}
.modal-callback-head__description {
    line-height: 28px;
}
.modal-grid__fcol {
    background: linear-gradient(
        110.1deg,
        #b8000b -6.19%,
        #71146e 26.01%,
        #2e2591 41.38%,
        #16188c 54.39%,
        #1e2d56 73.37%,
        #0b1632 94.29%
    );
}
.modal-form-container {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}
.modal-form-head {
    margin: 0 0 50px;
    color: #fff;
}
.modal-form-head__title {
    font-family: "PlusJakartaSansExtraBold", sans-serif;
    font-size: 40px;
    line-height: 55px;
}
.modal-form-head__description {
    margin: 30px 0 0;
    line-height: 28px;
}

/* .field.error::after {
    content: "!";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid red;
    border-radius: 50%;
    color: red;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
} */

.modal-form-success {
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/

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

    .s-stats:before,
    .s-cta-horizontal:before {
        width: 95%;
    }

}

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

    .s-stats:before,
    .s-cta-horizontal:before {
        width: 100%;
    }
    .header-nav .sub-menu {
        width: 100%;
        left: 50%;
        margin: 0 0 0 -50%;
    }

}

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

    .header-left {
        flex: 0 0 150px;
        max-width: 150px;
    }
    .header-nav .sub-menu {
        top: 70px;
    }
    .header-nav > ul > li {
        margin: 0 0 0 10px;
    }
    .header-nav > ul > li > a {
        font-size: 12px;
    }
    .header-top-contacts__callback {
        margin: 0 0 0 15px;
    }

    .margin-section-left__title {
        font-size: 40px;
        line-height: 46px;
    }
    .margin-section-rightimgpa {
        top: -150px;
    }


    .service-columns-grid__inner {
        padding: 30px 15px;
    }


    .stat-item__value {
        font-size: 30px;
    }
    .stat-item__name {
        margin: 15px 0 0;
    }

    .faq-item__answer {
        padding: 0 30px 30px 110px;
    }

    .relservices-container__content {
        padding: 0 0 0 30px;
    }

    .footer-inner__left {
        flex: 0 0 240px;
        max-width: 240px;
    }
}

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

    .header {
        padding: 15px 0;
    }
    .header-left {
        flex: 0 0 110px;
        max-width: 110px;
    }
    .header-left img {
        max-height: 60px;
    }
    .header-nav,
    .header-right__top {
        display: none;
    }
    .header__hamburger {
        display: block;
    }
    .header-top {
        padding: 15px 0;
    }
    .header-right__bottom {
        padding: 0;
    }
    .header-top-contacts__callback {
        margin: 0;
        padding: 12px 20px;
        font-size: 12px;
    }

    .s-head--center {
        margin: 0 0 40px;
    }
    .s-head__title {
        font-size: 40px;
        line-height: 1.2;
    }
    .s-head__description {
        margin: 15px 0 0;
        line-height: 1.4;
    }


    
    .hero--index {
        min-height: 0;
        padding: 50px 0;
    }
    .hero--inner {
        min-height: 0;
        padding: 50px 0 100px;
    }
    .hero-content__title {
        font-size: 40px;
        line-height: 1.2;
    }
    .hero-content__description {
        margin: 30px 0 0;
    }
    .hero-content__description,
    .hero-content__description p {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-actions {
        margin: 40px 0 0;
    }
    .hero--index:before,
    .hero--index:after,
    .hero--inner:before {
        content: none;
    }

    .margin-section {
        padding: 50px 0;
    }
    .margin-section--pb0 {
        padding-bottom: 0;
    }
    .margin-section-left,
    .margin-section--sm .margin-section-left,
    .margin-section--sm .margin-section-right {
        margin: 30px 0 0;
    }
    .margin-section-left__description,
    .margin-section-left__description p,
    .margin-section-right__content,
    .margin-section-right__content p {
        line-height: 1.4;
    }
    .margin-section-left__mrgn {
        padding: 0 30px 0 0;
    }
    .margin-section__more {
        margin: 30px 0 0;
    }

    .s-areas {
        padding: 50px 0;
    }
    .areas-grid__col {
        margin: 20px 0;
    }
    .area-item__title {
        margin: 15px auto 0;
        font-size: 16px;
        line-height: 1.2;
    }
    .area-item {
        padding: 0 0 25px;
    }
    .s-stats {
        padding: 50px 0;
    }

    .s-cases {
        margin: 50px 0;
    }
    .cases-slider {
        width: 100%;
    }
    .cases-slider-item {
        width: 360px;
        height: 400px;
    }

    .s-cta {
        min-height: 0;
    }
    .s-cta__pretitle {
        font-size: 30px;
    }
    .s-cta__title,
    .s-cta-horizontal__title {
        font-size: 40px;
    }
    .s-cta-horizontal__aftertitle {
        font-size: 20px;
    }
    .s-cta__btn {
        margin-top: 30px;
    }
    .s-cta-horizontal {
        height: auto;
        padding: 50px 0;
    }
    .s-cta-horizontal__center {
        flex-wrap: wrap;
    }
    .s-cta-horizontal__left {
        margin: 0 0 30px;
        flex: 0 0 100%;
        text-align: center;
    }
    .s-cta-horizontal__actions {
        margin: 0 auto;
        text-align: center;
    }
    

    .s-clients {
        padding: 50px 0;
    }
    .clients-grid__col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .clients-item {
        min-height: 150px;
        padding: 50px 0 0;
    }
    .clients-item__letter {
        font-size: 200px;
        line-height: 150px;
    }
    .clients-item__list li {
        font-size: 16px;
        line-height: 25px;
    }

    .s-faq {
        padding: 50px 0;
    }
    .s-faq__left {
        flex: 0 0 250px;
        max-width: 250px;
    }
    .s-faq__title {
        margin: 0 0 30px;
        font-size: 40px;
        line-height: 1.2;
    }
    .s-faq__right {
        padding: 0 0 0 30px;
    }
    .faq-item__button {
        padding: 30px 30px 30px 50px;
    }
    .faq-item__answer {
        padding: 0 30px 30px 50px;
    }
    .faq-item__button .faq-item__number {
        font-size: 25px;
        line-height: 1;
        height: 25px;
    }

    .s-blog {
        padding: 50px 0;
    }
    .blog-grid__col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .blog-item__body {
        padding: 24px 0;
    }
    .blog-item__title {
        font-size: 18px;
        line-height: 1.4;
    }
    .blog-item__excerpt {
        margin: 15px 0 0;
    }
    .blog-item:after {
        left: 0;
    }

    .entry-content-container {
        padding: 0;
    }
    .post-top-meta {
        margin: 0 0 30px 0;
    }
    .post-thumbnail {
        margin: 0 0 30px 0;
    }
    .blog-bottom-actions {
        margin: 30px 0 0 0;
        padding: 0;
    }



    .cases-slider-item__head {
        padding: 15px;
    }
    .cases-slider-item__pre {
        margin: 0 0 10px;
    }
    .cases-slider-item__title {
        font-size: 20px;
    }


    .service-content {
        padding: 50px 0;
    }
    .case-sideico-content__row {
        flex-wrap: wrap;
    }
    .case-sideico-content__ico {
        margin: 0 0 15px 0;
    }



    .page-content {
        padding: 40px 0;
    }
    .s-cta-horizontal {
        margin: 0 0 40px;
    }
    .s-related {
        margin: 40px 0;
    }



    .afterhero-pretitle {
        margin: 0 0 30px;
    }
    .s-afterhero-content,
    .cases-container {
        padding: 25px 0;
    }
    .s-scat {
        padding: 25px 0 50px;
    }
    .scat-item {
        margin: 0 0 50px;
    }
    .scat-item__category {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
        flex: 0 0 250px;
        max-width: 250px;
    }


    .relservices-container__title {
        flex: 0 0 200px;
        max-width: 200px;
    }
    .relservices-container__content {
        padding: 0;
    }


    .footer {
        padding: 50px 0;
    }
    .footer-inner {
        display: block;
    }
    .footer-inner__left {
        max-width: none;
    }
    .footer-box-title {
        margin: 0 0 20px;
        font-size: 20px;
    }
    .footer-soc {
        margin: 15px 0 0;
    }
    .footer-inner__right {
        margin: 40px 0 0;
    }
    .footer-middle {
        margin: 30px 0 0;
    }
    .footer-bottom {
        margin: 40px 0 0;
    }
    .footer-bottom .footer-inner__right {
        margin: 10px 0 0;
    }

    .modal-grid__ccol,
    .modal-grid__fcol {
        padding: 50px 15px;
    }
    .modal-callback-head__title,
    .modal-form-head__title {
        font-size: 36px;
        line-height: 44px;
    }

}


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

    .s-head__title,
    .s-head--middle .s-head__title,
    .margin-section--sm .margin-section-left__title {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .hero-content__title {
        font-size: 30px;
    }
    .hero-actions__col {
        margin: 0 15px 0 0;
    }


    .entry-content h2 {
        font-size: 28px;
    }
    .entry-content h3 {
        font-size: 24px;
    }
    .entry-content h4 {
        font-size: 22px;
    }
    .entry-content h5 {
        font-size: 18px;
    }
    .entry-content p {
        line-height: 24px;
    }
    .entry-content blockquote p {
        line-height: 24px;
    }
    .entry-content ul,
    .entry-content ol {
        margin: 15px 15px 0 15px;
    }
    .entry-content ul li,
    .entry-content ol li {
        line-height: 24px;
    }
    .entry-content ol li:before {
        top: 0;
        line-height: 24px;
    }
    .entry-content blockquote {
        padding: 0 30px;
    }
    .entry-content blockquote:before {
        left: 0;
    }
    .entry-content blockquote:after {
        right: 0;
    }


    .s-steps {
        padding: 50px 0;
    }
    .s-steps__title {
        margin: 0 0 30px;
        font-size: 28px;
        line-height: 34px;
    }
    .stats-grid__row {
        display: block;
    }
    .stats-grid__col {
        margin: 0 0 30px;
        max-width: none;
    }
    .stats-grid__col:last-child {
        margin: 0;
    }
    .stat-item__value {
        font-size: 20px;
    }


    .margin-section-row {
        display: block;
    }
    .margin-section-left {
        max-width: none;
    }
    .margin-section-left__title {
        font-size: 24px;
        line-height: 1.3;
    }
    .margin-section-left__mrgn {
        padding: 0;
    }
    .margin-section-left,
    .margin-section--sm .margin-section-left {
        margin: 15px 0 0;
    }
    .margin-section-right--imgs {
        margin: 40px -5px 0;
        display: flex;
    }
    .margin-section-rightimg,
    .margin-section-rightimgpa {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }
    .margin-section-rightimg {
        margin: 0;
    }
    .margin-section-left__description {
        margin: 30px 0 0;
    }
    .margin-section-rightimgpa {
        position: static;
    }


    .cases-slider-arrows {
        left: 0;
    }
    .cases-slider-actions {
        text-align: right;
    }
    .cases-grid__col {
        flex: 0 0 50%;
        max-width: 50%;
    }


    .steps-grid__row {
		display: block;
	}
	.steps-grid__col {
		max-width: none;
	}
	.b-step {
		position: relative;
		margin: 20px 0 0;
		padding: 0 0 0 65px;
	}
	.steps-grid__col:first-child .b-step {
		margin: 0;
	}
	.b-step__ico {
		position: absolute;
		left: 0;
		height: 95%;
	}
	.b-step__ico:before {
		bottom: auto;
		top: 5px;
	}
	.b-step__ico:after {
		top: 35px;
		left: 12px;
		width: 0;
		margin: 0;
		height: calc(100% - 15px);
		width: 2px;
		border-top: none;
		border-left: 2px dashed #c72127;
	}
	.b-step__body {
		margin: 0;
	}


    .s-cta__pretitle {
        font-size: 16px;
    }
    .s-cta__title,
    .s-cta-horizontal__title {
        font-size: 28px;
    }
    .s-cta__description {
        font-size: 14px;
        line-height: 20px;
    }

    .clients-grid__row {
        flex-wrap: wrap;
    }
    .clients-grid__col {
        margin: 0 0 30px;
        flex: 0 0 100%;
        max-width: none;
    }
    .clients-grid__col:last-child {
        margin: 0;
    }
    .clients-item__list li {
        font-size: 14px;
    }


    .blog-bottom-actions {
        display: block;
    }
    .share-box {
        margin: 15px 0 0;
    }
    .share-box__title {
        margin: 0 30px 0 0;
    }
    .share-box__item {
        margin: 0 0 0 15px;
        padding: 0;
    }
    .s-blog__more {
        margin: 0;
    }


    .service-columns-grid__row {
        flex-wrap: wrap;
    }
    .service-columns-grid__col {
        margin: 0 0 30px;
        flex: 0 0 100%;
        max-width: none;
    }
    .service-columns-grid__col:last-child {
        margin: 0;
    }
    .service-columns-grid__content h2 {
        margin: 0 0 15px;
    }
    .service-content {
        padding: 50px 0;
    }


    .scat-item {
        margin: 0 0 30px;
        flex-wrap: wrap;
    }
    .scat-item__category {
        margin: 0 0 25px;
        padding: 0;
        flex: 0 0 100%;
        max-width: none;
    }
    .scat-grid__col,
    .scat-grid__col:first-child,
    .scat-grid__col:nth-child(2) {
        margin: 0 0 15px;
    }


    .s-relservices {
        padding: 50px 0;
    }
    .relservices-container {
        flex-wrap: wrap;
    }
    .relservices-container__content {
        margin: 0;
    }
    .relservices-container__title {
        flex: 0 0 100%;
        max-width: none;
        margin: 0 0 5px;
        font-size: 24px;
        line-height: 1.3;
    }
    .relservices__col {
        margin: 15px 0 0;
        flex: 0 0 100%;
        max-width: none;
    }
    .relservices__link {
        line-height: 24px;
    }


    .s-faq__row {
        flex-wrap: wrap;
    }
    .s-faq__left {
        flex: 0 0 100%;
        max-width: none;
    }
    .s-faq__title {
        font-size: 24px;
    }
    .s-faq__right {
        padding: 0;
        margin: 30px 0 0 0;
    }
    .faq-item__button {
        padding: 25px 30px 25px 40px;
        font-size: 18px;
        line-height: 24px;
    }
    .faq-item__action {
        right: 0;
    }
    .faq-item__answer {
        padding: 0 30px 25px 30px;
    }

    
    .modal-grid__ccol {
        display: none;
    }
    .modal-grid__fcol {
        flex: 0 0 100%;
        max-width: none;
    }
}


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

    .areas-grid__col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .scat-grid__col {
        flex: 0 0 100%;
        max-width: none;
    }

    .modal-head__title {
        font-size: 30px;
    }
    .modal-head__description {
        font-size: 16px;
    }

    .footer-navs__row {
        flex-wrap: wrap;
    }
    .footer-navs__col {
        margin: 0 0 30px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-navs__col:last-child {
        margin: 0;
    }
}


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

    .s-adaptive-slide {
        padding: 25px 15px;
    }
    .header-top-contacts__callback {
        width: 100px;
        padding: 12px 5px;
    }

    .blog-grid__col,
    .cases-grid__col {
        flex: 0 0 100%;
        max-width: none;
    }

    .areas-grid__col {
        margin: 0 0 30px 0;
        flex: 0 0 100%;
        max-width: none;
    }
    .cases-head__select {
        margin: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


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

    .cases-slider-item {
        width: 320px;
    }

}