/*!
Theme Name: comack
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: comack
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

comack is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    margin: 0;
}
main {
    display: block;
    margin: 102px 0 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    position: relative;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: none;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[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;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    margin-right: 23px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #F2F2F8;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #00006E;
    border-radius: 10px;
    border: 3px solid #F2F2F8;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00006E;
}
/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #525252;
    border-color: #E4E4EF !important;
    border-radius: 10px;
    border: 1px solid;
    padding: 14px 16px;
    width: 100%;
    position: relative;
    margin: 0 0 14px;
    font-size: 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #525252;
    border-color: #E4E4EF !important;
}
::-webkit-input-placeholder {
    color: #525252;
}
:focus-visible {
    outline-color: #00006E;
}
button {
    border: none;
}
textarea {
    margin: 0 0 20px;
    border-radius: 10px;
    height: 150px;
    font-size: 16px;
}
/* Main-syles
   ========================================================================== */
body {
    font: 20px/1.45 'Open Sans', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #525252;
    overflow-x: hidden;
}
body.open-menu {
    position: relative;
}
body:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: rgba(0, 0, 110, 0.6);
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
}
body.open-menu:after {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    display: block;
    transition: all 0.5s;
    display: block;
}
.container {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1418px;
    width: 100%;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
h1 {
    font: 86px/1.08 'Open Sans', sans-serif;
    color: #00006E;
    margin-block-start: 0;
    font-weight: 500;
}
h2 {
    font: 71px/1.14 'Open Sans', sans-serif;
    color: #00006E;
    margin-block-start: 0;
    font-weight: 500;
    letter-spacing: -1px;
}
h3 {
    font: 29px/1.13 'Open Sans', sans-serif;
    color: #00006E;
    margin-block-start: 0;
    font-weight: 500;
    letter-spacing: -1px;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.btn {
    color: #fff;
    background: #0386FF;
    border-radius: 8px;
    padding: 11px 26px 12px 35px;
    font-size: 19px;
    font-weight: 500;
    display: block;
    width: max-content;
    transition: 0.3s;
}
.btn:hover {
    background: #00006E;
}
.btn p {
    margin: 0 !important;
}
.btn-arrow {
    display: flex;
    align-items: center;
}
.btn-arrow img {
    margin-left: 23px;
    width: 18.5px;
    height: auto;
    transition: 0.3s;
}
.btn-arrow:hover {
    padding: 11px 19px 12px 35px;
}
.btn-arrow:hover img {
    margin-left: 30px;
}
/* Header
   ========================================================================== */
.site-header {
    color: #00006E;
    background: #fff;
    position: relative;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.site-branding {
    position: relative;
    z-index: 1;
}
.site-header .custom-logo-link img {
    max-width: 172px;
}
.site-header.fixed {
    border-bottom: 1px solid #C6C6DE;
}
.site-header .container {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1505px;
    width: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-navigation .menu {
    display: flex;
}
.main-navigation .menu li {
    padding: 36px 21px 0px;
}
.main-navigation .menu li.menu-item-has-children {
    padding: 36px 21px 0;
    padding-right: 31px;
}
.main-navigation .menu li.menu-item-has-children a {
    padding: 0 0 40px;
}
.main-navigation .menu li.menu-item-has-children .submenu-opener {
    display: none;
}
.main-navigation .menu li.menu-item-has-children a::after {
    bottom: 35px;
}
.main-navigation .menu li.menu-item-has-children a.active::after {
    width: 125% !important;
}
.sub-menu li a {
    padding: 0 !important;
}
.main-navigation .menu li.menu-item-has-children a::before {
    position: absolute;
    content: "";
    right: -16px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #00006E;
    background: none;
    bottom: auto !important;
    left: auto !important;
}
.main-navigation .menu li.menu-item-has-children a.active::before {
    border-bottom: 4px solid #00006E;
    border-top: none;
}
.main-navigation .menu li.menu-item-has-children a:after {
    bottom: 38px;
}
.main-navigation .menu li.menu-item-has-children a:hover:after {
    width: 125%;
}
.main-navigation .menu li.btn-arrow {
    padding: 31px 21px;
    padding-right: 0;
}
.main-navigation .menu li a {
    color: #00006E;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.main-navigation li.btn-arrow a {
    color: #fff !important;
    background: #0386FF;
    border-radius: 8px;
    padding: 10px 45px 10px 17px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: max-content;
    position: relative;
}
.main-navigation li.btn-arrow a::after {
    position: absolute;
    content: "";
    width: 18.5px !important;
    height: 9px !important;
    background: url(assets/img/arrow-right.svg) no-repeat center !important;
    background-size: contain;
    top: 15px;
    right: 16px;
    left: auto !important;
    bottom: auto !important;
}
.main-navigation li.btn-arrow a:hover {
    background: #00006E;
}
.main-navigation .menu li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #0386FF;
    bottom: -2px;
    left: 0;
    transition: 0.3s;
}
.main-navigation .menu li a:hover::after, .main-navigation .menu li.current-menu-item a::after {
    width: 100%;
}
.main-navigation .menu li.current-menu-item.current-menu-parent a::after {
    width: 125%;
    bottom: 38px !important;
}
.menu-toggler {
    display: none;
    border-radius: 50%;
    border: 2px solid #7F7FB6;
}
.menu-toggler::before, .menu-toggler::after, .menu-toggler span {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    margin: 1.5px 0;
    position: relative;
    background: #00006E;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.open-header-menu #masthead .main-navigation {
    transform: translateY(0);
}
.open-header-menu .menu-toggler::before {
    transform: rotate(45deg) translate(3px, 0px);
}
.open-header-menu::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: rgba(0, 0, 110, 0.6);
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all 0.5s;
    display: block;
}
.open-header-menu .menu-toggler span {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.open-header-menu .menu-toggler::after {
    transform: rotate(-45deg) translate(2px, -1px);
}
body.open-menu .site-header {
    border-bottom: 1px solid #00006E;
}
header#masthead .container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #fff;
}
.sub-menu {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 100%;
    padding: 90px 10px 119px;
    transform: translateY(-100%);
    z-index: -1;
    transition: 0.3s;
    margin: 1px 0 0;
}
.sub-menu.show {
    transform: translateY(0%);
}
.sub-menu li a::after {
    width: 100% !important;
    bottom: -2px !important;
}
.main-navigation .menu li.current-menu-item.current-menu-parent .sub-menu a::after {
    bottom: -2px !important;
}
.sub-menu li:nth-child(2) a::after {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 1px;
    background: #0386FF;
    bottom: -2px !important;
    left: 0;
}
.main-navigation .menu li.menu-item-has-children .sub-menu a.active::after {
    width: 100% !important;
}
.sub-menu li:nth-child(2) a:hover::after {
    width: 100% !important;
}
.sub-menu li {
    margin: 0 15px;
    padding: 0 !important;
}
.sub-menu li:first-child {
    max-width: 260px;
}
.sub-menu li:nth-child(2) {
    max-width: 292px;
}
.sub-menu li:nth-child(3) {
    max-width: 317px;
}
.sub-menu li:nth-child(4) {
    max-width: 282px;
}
.sub-menu li:last-child {
    max-width: 340px;
}
.sub-menu li:nth-child(2) h3 {
    max-width: 160px;
}
.sub-menu li:nth-child(3) h3, .sub-menu li:last-child h3 {
    max-width: 169px;
}
.sub-menu li:nth-child(4) h3 {
    max-width: 171px;
}
.sub-menu li h3 {
    font-size: 29px;
    line-height: 1.13;
    font-weight: 500;
    margin: 0px 0 19px;
    color: #00006E;
}
.sub-menu li a::before, .sub-menu li a::after {
    display: none;
}
.sub-menu li p {
    font-size: 14px;
    color: #525252;
    margin: 0px 0 15px;
}
.sub-menu li span, .btn-link {
    font-size: 16px;
    color: #00006E;
    position: relative;
    transition: 0.3s;
}
.sub-menu li a:hover span, .btn-link:hover {
    color: #0386FF;
}
.main-navigation .sub-menu li span::after, .btn-link::after {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 1px;
    background: #0386FF;
    bottom: -2px !important;
    left: 0;
}
.sub-menu li span:hover::after, .btn-link:hover::after {
    width: 100% !important;
}
.sub-menu li span::before, .btn-link::before {
    position: absolute;
    content: "";
    width: 18.5px !important;
    height: 9px !important;
    background: url(assets/img/arrow-right-dark.svg) no-repeat center !important;
    background-size: contain !important;
    top: 8px !important;
    right: -28px !important;
    transition: 0.3s;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.sub-menu li a:hover span::before, .btn-link:hover::before {
    right: -35px !important;
    width: 18.5px !important;
}
/* Home
   ========================================================================== */
.banner {
    background: #F2F2F8;
    padding: 73px 0 132px;
    position: relative;
    height: 120vh;
}
.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scroll-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: max-content;
}
.scroll-box.fixed {
    position: fixed;
    top: 175px;
    left: 0;
    right: 0;
    transform: none;
    left: 0;
}
.progress-bar {
    background-color: #A8A8CE;
}
.banner .info-holder {
    max-width: 800px;
    width: 58%;
    margin-right: 20px;
    font-size: 28px;
    color: #00006E;
}
.banner .info-holder h1 {
    margin-bottom: 32px;
}
.banner .info-holder p {
    margin-bottom: 34px;
}
.banner .img-holder {
    width: 42%;
    display: flex;
    justify-content: center;
}
.banner .img-holder .box {
    height: 700px;
    width: 700px;
    position: relative;
}
.info-section {
    background: #F2F2F8;
    padding: 103px 0 74px;
}
.info-section h2 {
    margin: 0 0 40px;
}
.info-section p {
    margin: 0 0 28px;
}
.info-section p.blue {
    margin: 0 0 57px;
    color: #00006E;
    font-weight: 500;
}
.info-section .video-holder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    border-radius: 35px;
    margin: 0 0 50px;
}
.info-section .video-holder video {
    height: auto;
    width: 100%;
    border-radius: 35px;
}
.info-section .btn-arrow {
    margin: 0 auto;
}
.services-section {
    padding: 89px 0 52px;
}
.services-section .container {
    display: flex;
    justify-content: space-between;
}
.services-section h2 {
    min-width: 386px;
    margin-right: 40px;
}
.services-section .services-holder {
    max-width: 942px;
    margin-top: 14px;
}
.services-section .desc-text {
    color: #00006E;
    font-size: 28px;
    margin: 0 0 45px;
}
.text-divider {
    color: #CCCCE2;
    border-bottom: 1px solid #7F7FB6;
    padding: 0 0 18px;
    text-transform: uppercase;
    font-size: 16px;
}
.services-list-holder {
    margin: 45px 0 0px;
}
.services-list-holder .services-list {
    display: flex;
    justify-content: space-between;
    margin: 0 -33.5px;
    padding-right: 6.5px;
    flex-wrap: wrap;
}
.services-list-holder .services-list li {
    width: 50%;
    padding: 0 0 45px;
}
.services-item h3 {
    font-weight: 500;
    max-width: 162px;
    margin: 0 0 22px;
    padding: 0 33.5px;
}
.services-item p {
    font-size: 14px;
    margin: 0 0 18px;
    padding: 0 33.5px;
    padding-right: 20px;
}
.services-item .btn-link {
    margin: 0 33.5px;
}
.history-section {
    background: #00006E;
    color: #fff;
    display: flex;
    align-items: center;
}
.logo-pattern {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 722px;
    width: 45%;
    height: 884px;
    margin-right: 138px;
}
.history-section .info {
    width: 55%;
    max-width: 754px;
    padding-right: 55px;
}
.history-section .info h2 {
    color: #fff;
    margin: 0 0 46px;
}
.history-section .info p {
    font-size: 22px;
    margin: 0 0 68px;
    line-height: 1.6;
}
.history-section .info p.underlined {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
    max-width: 553px;
    position: relative;
    text-decoration-line: underline;
    text-decoration-color: #0386FF;
}
.history-section .info p.underlined span {
    position: relative;
}
/* CTA
   ========================================================================== */
.cta-section {
    padding: 132px 0 142px;
}
.cta-section h2 {
    margin: 0 0 50px;
}
.cta-section a p {
    color: #fff !important;
}
.cta-section p {
    margin: 0 0 46px;
    color: #00006E;
    font-size: 28px;
    line-height: 1.3;
}
.cta-section .btn p {
    font-size: 19px !important;
}
.cta-section p span {
    color: #0386FF;
}
/*Footer
   ========================================================================== */
.site-footer .container {
    padding: 50px 0px 36px;
    border-top: 1px solid #C6C6DE;
    border-bottom: 1px solid #C6C6DE;
    display: flex;
    justify-content: space-between;
}
.site-footer.footer-contact .container {
    border-top: none;
}
.site-footer .container .col {
    max-width: 350px;
}
.site-footer .container .col #block-8 {
    width: 210px;
}
.site-footer .container .col #block-8 .wp-block-image {
    margin: 0 0 26px;
}
.site-footer .container .col #block-9 p {
    color: #00006E;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 33px;
}
.site-footer .container .col #block-10 {
    width: 134px;
}
.col-holder {
    display: flex;
    margin: 0 -35.5px;
}
.col-holder .col {
    max-width: max-content;
    padding: 0 35.5px;
}
.col-holder .col h2 {
    font-size: 14px;
    margin: 0 0 15px;
    color: #A8A8CE;
    text-transform: uppercase;
}
.site-footer .menu a, .contact-links a {
    font-size: 16px;
    color: #00006E;
    transition: 0.3s;
    font-weight: 500;
}
.site-footer .menu a:hover, .contact-links a:hover {
    color: #0386FF;
}
.social-links {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.social-links li a {
    font-size: 0px;
    display: block;
    width: auto;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px 5px 0;
    transition: 0.3s;
}
.social-links li a:hover {
    opacity: 0.7;
}
.social-links li a.facebook {
    width: 8px;
    background-image: url(assets/img/facebook.svg);
}
.social-links li a.instagram {
    width: 16px;
    background-image: url(assets/img/instagram.svg);
}
.social-links li a.twitter {
    width: 16px;
    background-image: url(assets/img/twitter.svg);
}
.social-links li a.whatsapp {
    width: 16px;
    background-image: url(assets/img/whatsapp.svg);
}
.social-links li a.linkedin {
    width: 16px;
    background-image: url(assets/img/linkedin.svg);
}
.footer-bottom {
    max-width: 1418px;
    margin: 0 auto;
    padding: 24px 25px 51px;
    font-size: 12px;
    color: #A8A8CE;
    display: flex;
    justify-content: flex-end;
}
.footer-bottom a {
    color: #A8A8CE !important;
}
/*Services Page
   ========================================================================== */
.banner-inner {
    height: calc(100vh - 101px);
    display: flex;
    align-items: center;
}
.banner-services, .banner-about {
    background: #F2F2F8;
}
.banner-inner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.banner-inner h1 {
    font-size: 75px;
    line-height: 0.97;
    letter-spacing: -3px;
    font-weight: 600;
    margin: 10px 0 45px;
}
.banner-inner p {
    padding: 30px 0 0;
    border-top: 1px solid #9A9AC5;
    max-width: 600px;
}
.banner-inner span {
    font-size: 22px;
    color: #CCCCE2;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 8px;
}
.banner-inner .info-holder {
    width: 60%;
    max-width: 700px;
    margin-right: 60px;
}
.banner-inner .img-holder {
    display: flex;
    align-items: center;
    padding-top: 80px;
    opacity: 0;
    padding-right: 93px;
    transition: 0.6s;
}
.banner-services .img-holder img {
    max-width: 513px;
}
.banner-inner.showed .img-holder {
    padding-top: 0;
    opacity: 1;
}
.accent-section {
    background: #00006E;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    line-height: 1.36;
    padding: 120px 0;
    overflow: hidden;
}
.accent-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1125px;
    width: 1125px;
    transform: translate(-10%, -11%);
    background-size: contain;
    background: url(assets/img/pattern-lines2.svg) no-repeat center;
    opacity: 0.3;
}
.accent-section p {
    max-width: 1160px;
    z-index: 2;
    position: relative;
}
.service-section {
    min-height: 1060px;
    display: flex;
    align-items: center;
    position: relative;
    background: #F2F2F8;
}
.service-section .container {
    width: 100%;
}
.service-section.reverse {
    background: #fff;
}
.service-section.reverse .container {
    display: flex;
    justify-content: flex-end;
}
.service-section.reverse .service-img {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-40%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    opacity: 0;
    transition: 0.6s;
}
.service-section.reverse.showed .service-img {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.service-section .service-img {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 873px;
    height: 860px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-40%);
    opacity: 0;
    transition: 0.6s;
}
.service-section.showed .service-img {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.service-section .service-img.tenant {
    background-position: center left;
    background-size: cover;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.service-section .info {
    max-width: 635px;
}
.service-section .info h2 {
    margin: 0 0 45px;
}
.service-section .info p {
    margin: 0 0 50px;
}
/*About
   ========================================================================== */
.banner-about p {
    padding: 0px 0 28px;
    border-bottom: 1px solid #9A9AC5;
    border-top: none;
    max-width: 600px;
}
.banner-about ul {
    padding: 23.5px 0 0px;
}
.banner-about ul li, .banner-solutions ul li {
    color: #00006E;
    font-weight: 600;
    font-size: 29px;
    margin: 0 0 30px;
}
.image-text-section {
    padding: 100px 0;
    position: relative;
}
.image-text-section::after {
    content: "";
    position: absolute;
    background: #F2F2F8;
    width: 100%;
    height: 422px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}
.image-text-section h2 {
    margin: 0 0 45px;
}
.image-text-section .img-holder {
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 645px;
    width: 100%;
    border-radius: 35px;
    margin: 50px 0 50px;
    opacity: 0;
    transition: 0.4s;
    z-index: 2;
}
.image-text-section.showed .img-holder {
    margin: 0 0 50px;
    opacity: 1;
}
.image-text-section .col-holder {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}
.image-text-section .col-holder p {
    max-width: 650px;
    padding: 0 20px;
}
.values-section {
    background: #F2F2F8;
    padding: 109px 0 56px;
}
.values-section h2 {
    margin-bottom: 44px;
}
.values-section .services-holder {
    max-width: 946px;
    margin-top: 15px;
}
.values-section .desc-text {
    color: #00006E;
    font-size: 27px;
    margin: 0 0 33px;
}
.values-section .text-divider {
    padding: 0;
}
.values-section .services-item h3 {
    max-width: 100%;
}
.values-section .services-item p {
    margin: 0;
    padding-right: 20px;
}
.values-section .services-list-holder .services-list li {
    padding: 0 0 44px;
}
.values-section .services-list-holder .services-list li:nth-child(4) {
    padding: 0 0 18px;
}
/*Solutions page
   ========================================================================== */
.banner-solutions ul {
    padding: 23.5px 0 0px;
    border-top: 1px solid #9A9AC5;
    max-width: 573px;
}
.solution-section {
    background: #fff;
}
.solution-section.reverse {
    background: #F2F2F8;
}
.solution-section .info {
    max-width: 660px;
}
.solution-section .info p {
    margin: 0;
}
.logo-section {
    background: #F2F2F8;
    padding: 94px 0 90px;
}
.logo-section h2 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 82px;
    font-weight: 600;
}
.logo-slider-wrapper {
    margin: 0 -22px;
}
.logo-slider {
    margin: 0 0 64px;
}
.logo-slider-wrapper .arrows-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-slider-wrapper .slick-arrow {
    transition: opacity 0.3s ease-in-out;
    width: 16px;
    height: 16px;
    margin: -2px 20px 0;
    padding: 0;
    position: relative;
    border: none;
    background-color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}
.slick-arrow.slick-disabled:before {
    color: #525252;
}
.logo-slider-wrapper .slick-arrow.slick-prev {
    transform: rotate(180deg);
    margin: 3px 20px 0;
}
.logo-slider-wrapper .slick-counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1;
}
.logo-item {
    min-height: 54px;
    display: flex !important;
    align-items: center;
    height: auto;
}
.logo-item img {
    margin: 0 22px;
    width: 33.33%;
}
.slick-arrow:before {
    content: "→";
    font-size: 16px;
    color: #00006E;
}
.logo-slider-wrapper .slick-counter {
    color: #00006E;
}
.logo-slider-wrapper .slick-counter .counter-total {
    color: #525252;
}
.logo-slider-wrapper .slick-counter hr {
    border: none;
    margin: 0 8px;
    width: 1px;
    height: 15px;
    background-color: #00006E;
}
.desktop-hidden {
    display: none;
}
/*Contact-us
   ========================================================================== */
.contact-us-section {
    background: #F2F2F8;
    min-height: calc(100vh - 101px);
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.contact-us-section .container {
    position: relative;
}
.contact-us-section .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-25px);
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}
.contact-form-holder {
    position: relative;
    background: #fff;
    padding: 79px 0px 114px 80px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.contact-form-holder::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 474px;
    width: 495px;
    background: url(assets/img/pattern-lines.svg) no-repeat center;
    background-size: contain;
}
.contact-form-holder .info-col {
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    display: flex;
    width: 50%;
    max-width: 594px;
    position: relative;
    z-index: 2;
    margin-right: 40px;
    margin-top: 14px;
}
.contact-form-holder .info-col h2 {
    margin: 0 0 16px;
    line-height: 1.05;
    letter-spacing: 0px;
}
.contact-form-holder .info-col p {
    font-size: 25px;
    color: #0386FF;
}
.contact-data h3 {
    font-size: 50px;
    margin: 0;
}
.contact-data a {
    color: #00006E !important;
}
.contact-data p {
    color: #00006E !important;
    margin: 0 0 31px;
}
.contact-form-holder .form-col {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    width: 55%;
    max-width: 537px;
}
.social-list {
    display: flex;
    align-items: center;
    margin: 0 -8px;
}
.social-list a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #00006E;
    background: transparent;
    margin: 0 8px;
    transition: 0.3s;
}
.social-list a:hover {
    border: 1px solid #0386FF;
}
.social-list img {
    width: 24px;
}
.form-col span {
    font-size: 22px;
    color: #CCCCE2;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 28px;
}
.btn-send {
    font-size: 14px;
    padding: 11px 43px 12px;
    cursor: pointer;
}
/*Responsive
   ========================================================================== */
@media only screen and (max-width: 1600px) {
    .service-section {
        min-height: 960px;
    }
    .service-section .service-img {
        width: 773px;
        height: 760px;
    }
    .accent-section::after {
        transform: translate(-25%, -11%);
    }
}
@media only screen and (max-width: 1440px) {
    .banner .img-holder {
        width: 40%;
    }
    .site-footer .container {
        margin: 0 25px;
        padding: 50px 0px 36px;
    }
    .container {
        width: auto;
    }
    .service-section {
        min-height: 860px;
    }
    .service-section .service-img {
        width: 673px;
        height: 660px;
    }
    .accent-section::after {
        transform: translate(-30%, -11%);
    }
    .logo-item {
        flex-direction: column;
    }
    .logo-item img {
        margin: 0 22px 39px;
        width: auto;
    }
}
@media only screen and (max-width: 1280px) {
    .banner {
        padding: 100px 0 120px;
    }
    .banner .container {
        width: calc(100vw - 50px);
    }
    .banner .info-holder {
        max-width: 600px;
        font-size: 22px;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 48px;
    }
    .info-section h2 {
        margin: 0 0 20px;
    }
    .history-section .info h2 {
        margin: 0 0 20px;
    }
    .history-section .info p {
        margin: 0 0 40px;
        font-size: 20px;
    }
    .banner .img-holder .box {
        height: 505px;
        width: 466px;
    }
    .info-section {
        padding: 74px 0 74px;
    }
    .services-section h2 {
        min-width: 300px;
    }
    .services-section .services-holder {
        margin-top: 0;
    }
    .logo-pattern {
        margin-right: 60px;
        height: 700px;
    }
    .sub-menu {
        padding: 55px 10px 70px;
    }
    .cta-section {
        padding: 80px 0 90px;
    }
    .cta-section h2 {
        margin: 0 0 20px;
    }
    .cta-section p {
        margin: 0 0 30px;
        font-size: 22px;
    }
    .col-holder .col {
        padding: 0 20px;
    }
    .col-holder {
        margin: 0 -20px;
    }
    .service-section {
        min-height: 760px;
    }
    .service-section .service-img {
        width: 500px;
        height: 560px;
    }
    .banner-inner .img-holder {
        padding-right: 0px;
    }
    .service-section .info h2 {
        margin: 0 0 22px;
    }
    .service-section .info p {
        margin: 0 0 30px;
        line-height: 1.6;
    }
    .service-section .info .btn-arrow p {
        font-size: 19px;
    }
    .banner-inner .info-holder {
        width: 55%;
        max-width: 700px;
        margin-right: 40px;
    }
    .contact-form-holder .info-col p {
        font-size: 20px;
    }
    .contact-data h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px) {
    .banner {
        padding: 120px 0 100px;
    }
    .banner .img-holder .box {
        height: 425px;
        width: 386px;
    }
    h1 {
        font-size: 58px;
    }
    .logo-pattern {
        margin-right: 60px;
        height: 780px;
    }
    .service-section .info {
        max-width: 400px;
    }
}
@media only screen and (max-width: 992px) {
    main {
        margin: 72px 0 0;
    }
    .site-header {
        padding: 16px 0;
    }
    .site-branding img {
        max-width: 146px;
    }
    .sub-menu {
        min-height: auto;
        border-top: none;
        display: none;
        transform: none;
        background: #F2F2F8;
        padding: 0;
        transition: none;
        margin: 0;
    }
    .sub-menu li a {
        display: none;
    }
    .sub-menu li h3 a {
        display: block;
    }
    .sub-menu::after {
        display: none;
    }
    .sub-menu li {
        margin: 15px 25px;
        width: 100% !important;
        border-bottom: none !important;
    }
    .sub-menu li:first-child {
        margin: 30px 25px 15px;
    }
    .menu-toggler {
        position: relative;
        z-index: 100;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #masthead .main-navigation {
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        transform: translateY(-150%);
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: -1;
        padding: 14px 0px 50px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        background: #fff;
    }
    .open-header-menu::after {
        position: absolute;
        content: "";
        top: 0;
        height: 100vh;
        background: rgba(0, 0, 110, 0.6);
        width: 100%;
        right: 0;
        left: 0;
        mix-blend-mode: multiply;
        z-index: 1;
    }
    .main-navigation .menu li:not(.btn-arrow) {
        padding: 0px;
        border-bottom: 1px solid #ECECF4;
        width: 100%;
        display: flex;
    }
    .main-navigation .menu li:nth-child(2) a::before {
        right: 25px;
        top: 16px;
    }
    .main-navigation .menu li:nth-child(2) a {
        display: block;
        width: auto !important;
        margin: 0;
        margin-right: 70px;
    }
    .main-navigation .menu li:nth-child(2) {
        flex-direction: column;
        position: relative;
    }
    .main-navigation .menu li:nth-child(2) a::before {
        display: none;
    }
    .main-navigation .menu li:nth-child(2) a.submenu-opener::before {
        display: block
    }
    .sub-menu.show {
        flex-direction: column;
    }
    .sub-menu li:first-child {
        max-width: 100%;
    }
    .sub-menu li {
        display: block !important;
        width: 100%;
        max-width: 100%;
    }
    .sub-menu li p {
        display: none;
    }
    .main-navigation .menu li.menu-item-has-children .sub-menu h3 {
        font-size: 16px;
        margin: 0px 0 30px;
        display: block;
    }
    .main-navigation .menu li.menu-item-has-children .sub-menu li span {
        display: none;
    }
    .sub-menu li:nth-child(2) {
        max-width: 100%;
    }
    .sub-menu li h3 a {
        font-size: 16px;
        margin: 0px 0 17px;
    }
    .sub-menu li a {
        display: none;
    }
    .main-navigation .menu li a::after {
        display: none;
    }
    .sub-menu {
        position: relative;
    }
    .main-navigation li.btn-arrow a {
        font-size: 19px;
        padding: 11px 66px 12px 35px;
    }
    .main-navigation li.btn-arrow a::after {
        top: 20px;
        right: 26px;
    }
    .main-navigation .menu li.btn-arrow {
        width: auto;
        margin: 0 auto;
        justify-content: center;
        padding: 0 25px;
    }
    .main-navigation .menu li:nth-child(3) {
        border-bottom: none;
        padding-bottom: 38px;
    }
    .main-navigation .menu li:not(.btn-arrow) a {
        padding: 19px 25px;
        font-size: 22px;
        width: 100%;
        margin-right: 0;
    }
    .main-navigation .menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-main-menu-container {
        width: 100%;
    }
    h1 {
        font-size: 36px;
        line-height: 1.3;
    }
    .scroll-box.fixed {
        top: 114px;
    }
    .banner .info-holder {
        font-size: 18px;
        max-width: 500px;
        margin-right: 40px;
    }
    .banner .info-holder h1 {
        margin: 0 0 24px;
    }
    .banner .info-holder p {
        margin-bottom: 41px;
    }
    h2 {
        font-size: 35px;
    }
    body {
        font-size: 16px;
    }
    .info-section p.blue {
        margin: 0 0 49px;
    }
    .info-section {
        padding: 45px 0 57px;
    }
    .info-section h2 {
        margin: 0 0 23px;
    }
    .info-section .video-holder {
        margin: 0 0 34px;
    }
    .info-section .video-holder video {
        border-radius: 21px;
    }
    .services-section {
        padding: 40px 0;
    }
    .services-section .desc-text {
        color: #00006E;
        font-size: 18px;
        margin: 0 0 65px;
    }
    .services-section .container {
        flex-direction: column;
    }
    .services-section h2 {
        min-width: 100%;
        margin-right: 0px;
        margin: 0 0 20px;
    }
    .text-divider {
        padding: 0 0 15px;
        font-size: 14px;
    }
    h3 {
        font-size: 25px;
    }
    .services-item h3 {
        max-width: 100%;
        margin: 0 0 18px;
        padding: 0 33.5px;
    }
    .services-item p {
        margin: 0 0 13px;
    }
    .services-list-holder .services-list li {
        padding: 0 0 53px;
    }
    .history-section {
        flex-direction: column;
    }
    .logo-pattern {
        width: 100%;
        height: 390px;
        margin-right: 0px;
        max-width: 100%;
        margin: 0 0 65px;
    }
    .history-section .info {
        width: auto;
        max-width: 100%;
        padding-right: 0;
        padding: 0 25px 64px;
    }
    .info-section p {
        margin: 0 0 28px;
        line-height: 1.6;
    }
    .history-section .info h2 {
        margin: 0 0 22px;
    }
    .history-section .info p {
        margin: 0 0 30px;
        font-size: 15.5px;
        line-height: 1.67;
    }
    .history-section .info p.underlined {
        font-size: 20px;
        max-width: 404px;
    }
    .history-section .info p.underlined span::after {
        bottom: -3px;
    }
    .cta-section {
        padding: 64px 0 58px;
    }
    .cta-section p {
        font-size: 18px;
        line-height: 1.45;
        padding-right: 20px;
    }
    .cta-section .btn p {
        font-size: 19px !important;
        padding: 0;
    }
    .site-footer .container {
        flex-direction: column;
    }
    .site-footer .container .col #block-8 .wp-block-image {
        margin: 0 0 23px;
    }
    .site-footer .container .col #block-10 {
        margin: 0 0 53px;
    }
    .col-holder {
        justify-content: space-between;
    }
    .services-list-holder {
        margin: 48px 0 0px;
    }
    .cta-section h2 {
        margin: 0 0 22px;
    }
    .site-footer .container .col #block-9 p {
        font-size: 17px;
        line-height: 1.5;
    }
    .site-footer .menu li, .contact-links li {
        margin-bottom: 15px;
    }
    .banner-inner {
        padding: 91px 0 82px;
        height: auto;
        flex-direction: column;
    }
    .banner-inner .container {
        flex-direction: column;
    }
    .banner-inner h1 {
        font-size: 38px;
        margin: 10px 0 26px;
        line-height: 1.1;
    }
    .banner-inner span {
        font-size: 16px;
        margin: 0 0 3px;
    }
    .banner-inner .info-holder {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin: 0 0 70px;
    }
    .banner-inner p {
        padding: 15px 0 0;
        max-width: 100%;
    }
    .banner-services .img-holder {
        margin: 0 46px;
    }
    .accent-section {
        font-size: 20px;
        padding: 60px 0 86px;
        line-height: 1.5;
    }
    .accent-section::after {
        transform: translate(-30%, -27%);
    }
    .service-section {
        min-height: auto;
        padding: 64px 0 60px;
        flex-direction: column;
    }
    .service-section .service-img {
        position: relative;
        width: calc(100% - 50px);
        height: 335px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        transform: translateY(50px);
        margin: 0 auto;
    }
    .service-section.reverse .service-img {
        position: relative;
        width: calc(100% - 50px);
        height: 335px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        transform: translateY(50px);
        opacity: 0;
        margin: 0 auto;
    }
    .service-section .info {
        max-width: 100%;
        margin: 0 0px 57px;
    }
    .service-section.showed .service-img {
        transform: translateY(0);
    }
    .service-section.reverse.showed .service-img {
        transform: translateY(0);
    }
    .banner-inner .container {
        width: auto;
    }
    .banner-inner p {
        font-size: 17px;
        line-height: 1.64;
    }
    .service-section .container {
        width: auto;
    }
    .banner-about {
        padding-bottom: 0;
    }
    .banner-about h1 {
        margin: 7px 0 3px;
    }
    .banner-about p {
        font-size: 18px;
        line-height: 1.55;
        padding: 15px 0 17px;
    }
    .banner-about ul {
        padding: 17.5px 0 0px;
    }
    .banner-about .info-holder {
        margin: 0 0 32px;
    }
    .banner-about .img-holder {
        margin: 0 37px;
    }
    .image-text-section {
        padding: 87px 0 26px;
    }
    .image-text-section .img-holder {
        height: 322px;
        border-radius: 20px;
    }
    .image-text-section::after {
        height: 246px;
    }
    .image-text-section.showed .img-holder {
        margin: 0 0 45px;
    }
    .image-text-section h2 {
        margin: 0 0 22px;
    }
    .image-text-section .col-holder {
        flex-direction: column;
        margin: 0 -20px;
    }
    .image-text-section .col-holder p {
        padding: 0 20px 25px;
        max-width: 100%;
        line-height: 1.6;
    }
    .values-section {
        padding: 67px 0 26px;
    }
    .mobile-hidden {
        display: none;
    }
    .desktop-hidden {
        display: flex;
    }
    .values-section h2 {
        margin: 0 0 22px;
    }
    .values-section .text-divider {
        padding: 38px 0 0;
    }
    .values-section .services-list-holder {
        margin: 28px 0 0px;
    }
    .values-section .services-item h3 {
        font-size: 23px;
        margin: 0 0 13px;
    }
    .values-section .services-list-holder .services-list li {
        padding: 0 0 15px;
    }
    .logo-section {
        padding: 69px 0 73px;
    }
    .logo-section h2 {
        font-size: 32px;
        margin: 0 0 60px;
        line-height: 1.3;
    }
    .logo-slider {
        margin: 0 0 3px;
    }
    .banner-solutions {
        padding: 98px 0 59px;
    }
    .banner-solutions .info-holder {
        width: calc(100vw - 50px);
        margin: 0 0 40px;
    }
    .banner-solutions ul {
        padding: 23.5px 0 0px;
        max-width: 100%;
    }
    .banner-solutions ul li {
        font-size: 20px;
        margin: 0 0 8px;
    }
    .banner-solutions .img-holder {
        margin: 0 39px;
    }
    .banner-solutions h1 {
        margin: 8px 0 24px;
    }
    .banner-about ul li {
        font-size: 22px;
        margin: 0 0 22px;
    }
    .contact-form-holder .info-col h2 {
        font-size: 38px;
    }
    .contact-form-holder .info-col p {
        font-size: 16px;
        max-width: 210px;
    }
    .contact-data h3 {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .contact-data p {
        margin: 0 0 17px !important;
    }
    .banner {
        padding: 42px 0 42px;
    }
    .main-navigation .menu li:nth-child(2) a.submenu-opener {
        display: block;
        position: absolute;
        width: 60px !important;
        height: 70px;
        padding: 0 !important;
        top: 0;
        right: 0;
        margin: 0 !important;
    }
    .sub-menu li a {
        margin-right: 0;
    }
    .main-navigation .menu li:nth-child(2) a.submenu-opener::before {
        position: absolute;
        content: "";
        right: 25px;
        top: 32px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #00006E;
        background: none;
        bottom: auto !important;
        left: auto !important;
    }
    .sub-menu {
        opacity: 1;
        visibility: visible
    }
    .main-navigation .menu li:nth-child(2) a.submenu-opener.open::before {
        border-top: none;
        border-bottom: 4px solid #00006E;
    }
}
@media only screen and (max-width: 768px) {
    .banner {
        padding: 0px 0 45px;
    }
    .banner .info-holder {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
    }
    .banner .img-holder .box {
        height: 323px;
    }
    .banner .img-holder {
        height: 346px;
        width: 100%;
        top: 70px;
    }
    .services-section .desc-text {
        max-width: 295px;
    }
    .history-section .info p.underlined {
        max-width: 318px;
    }
    .social-links {
        margin: 0 -7px;
    }
    .social-links li a {
        margin: 12px 7px 0;
    }
    .banner-solutions ul {
        padding: 21px 0 0px;
    }
    .main-navigation .menu li.current-menu-item a {
        color: #0386FF;
    }
    .values-section .desc-text {
        max-width: 100%;
        font-size: 17px;
        margin: 0 0 27px;
        line-height: 1.65;
    }
    .solution-section .info p {
        margin: 0 0 30px;
        line-height: 1.75;
        font-size: 15px;
    }
    .solution-section .info {
        margin: 0 0px 26px;
    }
    .contact-form-holder {
        padding: 31px 0px 58px 26px;
        flex-direction: column;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .contact-us-section {
        min-height: auto;
        padding: 40px 0;
    }
    .contact-form-holder .info-col {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-top: 5px;
    }
    .contact-form-holder .info-col p {
        max-width: 100%;
        margin: 0 0 29px;
    }
    .contact-form-holder .contact-data {
        margin: 0 0 75px;
    }
    .contact-form-holder .form-col {
        width: 100%;
        max-width: 100%;
    }
    .contact-form-holder::before {
        height: 350px;
        width: 365px;
        background: url(assets/img/pattern-lines.svg) no-repeat center;
        background-size: contain;
    }
    .contact-form-holder .info-col h2 {
        margin: 0 0 3px;
    }
    .form-col span {
        font-size: 18px;
        margin: 0 0 21px;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
        margin: 0 0 16px;
    }
    .banner .container {
        flex-direction: column-reverse;
    }
    .banner .info-holder {
        width: auto;
        max-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .services-list-holder .services-list li {
        width: 100%;
    }
    .col-holder {
        flex-direction: column;
    }
    .col-holder .col {
        padding: 0 20px 35px;
    }
    .site-footer .container {
        padding: 50px 0px 10px;
    }
    .footer-bottom {
        padding: 20px 25px 25px;
        display: flex;
        justify-content: center;
    }
    .accent-section::after {
        height: 776px;
        width: 776px;
        transform: translate(-22%, -14%);
    }
    .solution-section .info h2 {
        font-size: 32px;
    }
    .contact-form-holder .info-col p {
        max-width: 210px;
        margin: 0 0 33px;
    }
}
@media only screen and (max-width: 414px) {
    .accent-section::after {
        transform: translate(-23%, -5%);
    }
}
@media only screen and (max-width: 360px) {
    .solution-section .info h2 {
        font-size: 30px;
    }
}