/*
Theme Name: ptgr
Version: 1.0
Author: GinesUfa
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@600&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-black: #0F172A;
    --color-pigion-blue: #4E6988;
    --color-light-blue-gray: #E5EAF1;
}

* {
    font-family: "Inter", sans-serif;
}

body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /*transform: translate3d(0, 0, 0);*/
    margin: 0 !important;
    padding: 0 !important;
}

main {
    width: 100vw;
    background: #141831;
    color: var(--color-light-blue-gray);
}

.header-nav-block {
    background: #F3F2FA;
}

body.is-frontpage .header-nav-block {
    background: #141831;
}

.header-nav-block .header-navbar {
    padding: 48px 0;
}

.header-contacts-phone > .phone-number {
    text-decoration: none !important;
    color: #656890 !important;
}

body.is-frontpage .header-contacts-phone > .phone-number {
    color: white !important;
}

.header-logo-block > img {
    position: relative;
    z-index: 2;
}

.header-logo-shadow {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 30px;
    height: 20px;
    border-radius: 15px;
    background: #c25efc54;
    box-shadow: 0 0 15px 15px #c25efc54;
    transition: .4s box-shadow;
    z-index: 1;
}

.header-logo-block:hover > .header-logo-shadow {
    box-shadow: 0 0 25px 25px #c25efc54;
}

.header-nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none !important;
    color: #4E6988;
    padding-left: 10px;
    padding-right: 10px;
    transition: .25s;
}

.header-nav-link:hover {
    color: #8C61AD;
}

body.is-frontpage .header-nav-link {
    color: var(--color-light-blue-gray);
}

.header-contacts-icons {

}

.header-contacts-icons > a {
    text-decoration: none !important;
    color: #2D68AA;
    font-size: 18px;
    transition: .25s;
    padding: 10px;
    margin-right: 5px;
}

body.is-frontpage .header-contacts-icons > a {
    color: var(--color-light-blue-gray);
}

.header-contacts-icons > a:last-child {
    margin-right: 0;
}

.header-contacts-icons > a:hover {
    color: #8C61AD;
}

.header-btns > .btn {
    color: #F8FAFC;
    padding: 12px 18px 12px 18px;
    gap: 6px;
    border-radius: 14px 7px 14px 7px;
    border: none;
    background: linear-gradient(327.55deg, #2D68AA 8.89%, #416EB8 96.6%);
}

.header-btns > .btn:hover {
    background: linear-gradient(0deg, #416EB8, #2D68AA);
}

.header-btns > .btn:active {
    color: #684B85;
    background: #C59FE7;
}

body.is-frontpage .header-mobile-navbar * {
    color: var(--color-light-blue-gray);
}

.header-mobile-navbar * {
    color: #656890;
}

.header-mobile-navbar .first-block {
    margin-bottom: 8px;
}

.header-mobile-navbar .header-social-buttons {
    font-size: 20px;
}

.header-mobile-navbar .header-social-buttons > * {
    margin-right: 8px;
}

.header-mobile-navbar .header-phone > a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.header-mobile-navbar .mobile-menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none !important;
    border: none !important;
    font-size: 24px;
}

.header-mobile-navbar .second-block {
    position: relative;
}

.header-mobile-navbar .second-block .mobile-menu-block .mobile-menu-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    background-color: white;
    padding: 8px 7px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    z-index: 999;
    width: 100%;
}

.header-mobile-navbar .second-block .mobile-menu-block .mobile-menu-dropdown a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding: 12px 19px;
    border-radius: 4px;
    color: #657790;
}

.header-mobile-navbar .second-block .mobile-menu-block .mobile-menu-dropdown li:hover a {
    background-color: #AF87BC;
    color: #F3F2FA;
}

#section-main-top {
    position: relative;
    background-color: #141831;
    overflow: hidden;
}

#section-main-top > .fake-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#section-main-top button {
    width: 100%;
    padding: 25px;
    border-radius: 32px 16px;
}

#section-main-top .main-top-img {
    position: relative;
    z-index: 2;
    margin-top: 36px;
}

#section-main-top .main-top-img #main-top-img-1 {
    /* padding-top: 44px; */
    max-width: 100%;
    width: 100%;
    z-index: 3;
    border-radius: 35px 18px;
}

#section-main-top .main-top-img .ellipse-block-2 img {
    position: absolute;
    right: 19%;
    top: 9px;
    height: 100%;
}

#section-main-top > .shadow-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

#section-main-top > .shadow-block > .shadow-item {
    width: 309px;
    box-shadow: 0px -206px 200px 100px #5E73FC82;
}

.main-top-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.main-top-title h1 {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 60px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: -0.04em;
    color: #4984C4;
    margin-top: 20px;
}

#section-peoples-selection {
    margin-top: -47px;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
}

#section-peoples-selection .row .row {
    --bs-gutter-x: 14px;
}

#section-peoples-selection .card {
    border-radius: 38px 15px 38px 15px;
    border-color: var(--color-light-blue-gray);
    box-shadow: 0 8px 122px 0 #23286914;
}

#section-peoples-selection .card-body {
}

#section-peoples-selection .card-title {
    cursor: default;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 31px;
}

#section-peoples-selection .card-title::after {
    content: '';
    width: 188px;
    left: calc(100% / 2 - (188px / 2));
    background: var(--color-light-blue-gray);
    bottom: -11px;
    height: 1px;
    position: absolute;
}

#section-peoples-selection .form-control,
#section-peoples-selection .form-select {
    border-color: #EDEDED;
    border-radius: 10px;
    box-shadow: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #656890;
}

.btn {
    box-shadow: none !important;
}

.btn-primary {
    font-size: 16px;
    font-weight: 600;
    color: #F8FAFC;
    background: linear-gradient(327.55deg, #2D68AA 8.89%, #416EB8 96.6%);
    border: none !important;
    padding: 12px 18px 12px 18px;
    border-radius: 14px 7px 14px 7px;
}

.btn-primary:hover {
    color: #F8FAFC;
    background: #2E5A93
}

.btn-primary:focus,
.btn-primary:active {
    background: #F3F2FA !important;
    color: #2E5A93 !important;
}

.card {
    color: var(--color-black);
}

.section .section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
    text-align: center;
    /* color: #141831; */
}

#section-why-we {
    margin-bottom: 60px;
    z-index: 1;
}

#section-why-we .section-title {
    margin-bottom: 19px;
}

#section-why-we .card {
    border-color: transparent;
    padding: 0;
}

#section-why-we .why-we-item {
    padding: 22px 16px 22px 16px;
    border-radius: 20px;
    border: 1px solid #E5EAF1;
    margin-bottom: 6px;
    z-index: 3;
}

#section-why-we .why-we-icon {
    margin-right: 16px;
}

#section-why-we .why-we-icon img {
    width: 45px;
}

.gx-34 {
    --bs-gutter-x: 34px;
}

#section-why-we .why-we-block h3 {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

#section-why-we .why-we-block p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #656890;
}

#section-recruiting-staff {
    margin-bottom: 107px;
    z-index: 1;
}

#section-recruiting-staff .section-title {
    margin-bottom: 40px;
}

#section-recruiting-staff .gx-33 {
    --bs-gutter-x: 33px;
}

#section-recruiting-staff .row > .col-12 {
    margin-bottom: 26px;
}

#section-recruiting-staff .card {
    padding: 54px 34px;
    border-radius: 27px;
    border: 1px solid #F3F2FA;
}

#section-why-we .row > .col-12:nth-child(odd) .card {
    background-color: #A8C9FCA6;
}

#section-why-we .row > .col-12:nth-child(even) .card {
    background-color: #DAE5FFA6;
}

#section-why-we .card {
    border-radius: 28px;
    padding: 25px 17px 1px 19px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 117%;
    min-height: 320px;
}

#section-why-we .why-we-block p {
    font-size: 18px;
    font-weight: 400;
    max-width: 280px;
    line-height: 32px;
}


#section-why-we .why-we-item {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 64px;
}

#section-recruiting-staff .row > .col-12:nth-child(odd) .card {
    background-color: #A8C9FCA6;
    overflow: hidden;
}

#section-recruiting-staff .row > .col-12:nth-child(even) .card {
    background-color: #DAE5FFA6;
    overflow: hidden;
}

#section-recruiting-staff .card .card-icon {

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#section-recruiting-staff .card .card-icon > img {
    height: 120px;
}

#section-recruiting-staff .card h3 {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    margin-bottom: 34px;
    color: #ffffff;
    text-align: center;
}

#section-recruiting-staff .card p {
    display: none;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color-pigion-blue);
}

.arrow-link {
    position: relative;
    display: inline-flex;
    height: 25px;
    font-size: 18px;
    padding-right: 30px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    color: #4E6988;
    align-items: center;
}

.arrow-link::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -10px;
    width: 25px;
    height: 20px;
    background: url(./img/arrow-right.svg) no-repeat;
    background-size: cover;
}

#section-recruiting-staff .modal .modal-content {
    overflow: hidden;
}


#section-recruiting-staff .modal .modal-body {
    color: var(--color-pigion-blue);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

#section-recruiting-staff .modal-body .modal-img > img {
    position: absolute;
    top: -23px;
    right: -33px;
    z-index: 1;
    width: 50%;
}

#section-recruiting-staff .modal-body > * {
    position: relative;
    z-index: 2;

    font-size: 12px;
    font-weight: 400;
    line-height: 15px;

}

#section-recruiting-staff .modal .modal-body .h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2px;
    color: var(--color-black);
}

#section-calculate-the-cost {
    position: relative;
    background-color: #141831;
    padding-top: 35px;
    padding-bottom: 0;
    z-index: 2;
}


.card-unit {
    border-radius: 16px;
    border: none;
    background-color: transparent;
    box-shadow: 0 8px 122px 0 #23286914;
}

.card-unit .card-img-block {
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.card-unit .card-img-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    bottom: 0;
    background: url(./img/pattern-1.svg);
    background-size: cover;
}

.card-unit .card-img-block img {
    width: 100%;
    height: auto;
}

.card-unit .card-body {
    padding: 9px 17px 9px;
    border-radius: 0 0 16px 16px;
    background: white;
}

.card-unit .card-title {
    font-family: Inter;
    font-size: 8px;
    font-weight: 600;
    line-height: 11px;
    color: var(--color-black);
}

.card-unit .card-subtitle {
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0;
    color: #4E6988;
}

.card-employment-second {
    position: relative;
    margin-top: 77px;
    border-radius: 38px 15px 38px 15px;
    border: none;
    box-shadow: 4px 7px 11px 0 #5E3D9C17;
}


.card-second-employment-second span,
.card-second-employment-second a {
    color: #4E6988 !important;
    text-decoration: none !important;
}

.modal .modal-content {
    border-radius: 32px;
}

.modal .modal-body {
    padding: 20px 26px 40px;
}

.btn-select {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    padding: 14px 19px 13px 26px;
    border-radius: 10px;
    border: 1px solid #EDEDED !important;
}

.btn-select .select-text {
    color: #656d90;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.select-icon .fa-angle-down {
    transition: transform 0.3s;
}

.select-icon.rotate .fa-angle-down {
    transform: rotate(180deg);
}

.select-dropdown {
    position: relative;
    margin-bottom: 12px;
}

.select-dropdown-menu {
    position: absolute;
    width: 100%;
    list-style: none;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #EDEDED;
    background-color: white;
    border-radius: 10px;
    z-index: 999;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

.select-dropdown-menu .dropdown-item-text,
.select-dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--color-pigion-blue);
    padding: 13px 19px;
    border-radius: 4px;
    white-space: normal;
}

.select-dropdown-menu .dropdown-item-text {
    cursor: default;
}

.select-dropdown-menu .dropdown-item:hover {
    background-color: #F2F2F2;
}

.select-dropdown-menu .dropdown-item.active {
    background-color: #dbdbdb;
}

#section-scheme-of-cooperation {
    position: relative;
    padding-top: 129px;
    padding-bottom: 40px;
}

#section-scheme-of-cooperation::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
}

#section-scheme-of-cooperation .section-title {
    margin-bottom: 40px;
}

#section-scheme-of-cooperation .container {
    position: relative;
    z-index: 2;
}

#section-scheme-of-cooperation > .container > .row > .col-12 {
    position: relative;
}

#section-scheme-of-cooperation > .container > .row .row:not(:first-child) .scheme-of-cooperation-item {
    margin-top: -94px;
}

.scheme-of-cooperation-item {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 57px;
    background: #DAE5FF;
    cursor: default;
}

.scheme-of-cooperation-item:hover {
    background: linear-gradient(327.55deg, #2D68AA 8.89%, #416EB8 96.6%);
}

.scheme-of-cooperation-item .scheme-of-cooperation-item-icon {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #2E5A93;
    transition: .5s;
}

.scheme-of-cooperation-item:hover .scheme-of-cooperation-item-icon {
    color: white;
    width: 100%;
    text-align: center;
    top: 29px;
}

.scheme-of-cooperation-item .scheme-of-cooperation-item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
    color: var(--color-black);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .5s;
}

.scheme-of-cooperation-item:hover .scheme-of-cooperation-item-title {
    display: none;
}

.scheme-of-cooperation-item .scheme-of-cooperation-item-text {
    display: none;
}

.scheme-of-cooperation-item:hover .scheme-of-cooperation-item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    padding: 106px 21px 65px;
}

#section-they-trust-us {
    padding-bottom: 60px;
    z-index: 1;
}

#section-they-trust-us .section-title {
    margin-bottom: 20px;
}

.they-trust-us-item {
    height: 47px;
    width: 100%;
    overflow: hidden;
    background-color: white;
    border-radius: 14px;
    box-shadow: 0 8px 122px 0 #23286914;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.they-trust-us-item > img {
    width: 100%;
}

#section-employment .section-title {
    margin-bottom: 30px;
}

#section-employment .section-title span {
    color: #4E6988;
}

#section-news {
    padding-top: 77px;
    padding-bottom: 152px;
}

#section-news .section-title-block {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.card-news {
    border-radius: 50px;
    margin-bottom: 16px;
    box-shadow: 0 8px 122px 0 #23286914;
    border: none;
}

.card-news .card-img-block {
    border-radius: 33px;
    margin: 18px 23px 39px;
    overflow: hidden;
}

.card-news .card-img-block img {
    width: 100%;
    height: auto;
}

.card-news .card-body {
    padding: 0 36px 30px;
}

.card-news .card-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
    color: var(--color-black);
    margin-bottom: 18px;
    text-decoration: none;
}

.card-news .card-excerpt {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color-pigion-blue);
    margin-bottom: 18px;
}

#section-about-us-second {
    letter-spacing: -0.02em;
    color: #656890;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    padding-bottom: 150px;
}

#section-about-us-second h3 {
    color: var(--color-black);
}

#section-about-us {
    position: relative;
    z-index: 1;
    padding-top: 58px;
    padding-bottom: 87px;
    color: var(--color-light-blue-gray);
}

#section-about-us #about-us-img {
    border-radius: 35px 18px;
}

#section-about-us .first-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

#section-about-us .section-title {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -2px;
    color: var(--color-light-blue-gray);
}

#section-about-us .section-subtitle {
    font-size: 48px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

#section-about-us p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

#section-about-us .about-us-logo {
    position: absolute;
    right: -70px;
    border-radius: 20px;
    background: url(./img/aboutus.jpg) no-repeat;
    z-index: -1;
}

#section-about-us .card {
    background: #16061F69;
    border-radius: 30px;
    border-color: var(--color-light-blue-gray);
    margin-bottom: 32px;
    min-height: 300px;
    padding-top: 31px;
    padding-left: 34px;
    padding-right: 34px;
}

#section-about-us .card .card-icon {
    margin-bottom: 10px;
}

#section-about-us .card h4 {
    color: var(--color-light-blue-gray);
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
}

#section-about-us .card p {
    color: var(--color-light-blue-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

#section-about-us .card p:last-child {
    margin-bottom: 0;
}

#section-our-clients {
    padding-top: 60px;
    overflow-x: hidden;
}

#section-our-clients .section-title {
    margin-bottom: 63px;
}

#section-our-clients .container:last-child > .row {
    --bs-gutter-x: 23px;
}

#section-our-clients .container:last-child .card {
    padding: 16px 30px;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 8px 122px 0px #23286914;
}

#section-how-many-employees {
    position: relative;
    z-index: 5;
    padding-top: 120px;
    padding-bottom: 60px;
}

#section-how-many-employees .how-many-employees-girl img {
    width: 100%;
    margin-top: -150px;
    margin-left: -20px;
    margin-bottom: -20px;
}

#section-how-many-employees .card {
    position: relative;
    padding: 12px 20px 30px;
    border-radius: 38px 15px 38px 15px;
    border: 1px solid #E5EAF1;
    box-shadow: 0px 8px 122px 0px #23286914;
}

#section-how-many-employees .card .card-fake-block {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 150px);
    overflow: hidden;
    border-bottom-right-radius: 38px;
}

#section-how-many-employees .card .card-fake-block .card-img img {
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 477px;
}

#section-how-many-employees .card .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
    color: var(--color-black);
    margin-bottom: 20px;
    text-align: center;
}

#section-how-many-employees .card .card-ellipse {
    position: absolute;
    top: -123px;
    left: -138px;
    z-index: -1;
}

#section-how-many-employees .card .card-ellipse img {
    width: 100%;
}

#section-how-many-employees .card .row {
    position: relative;
    z-index: 2;
}

#section-how-many-employees .card .row .row {
    --bs-gutter-x: 14px;
}

#section-how-many-employees .card .row .row > div {
    margin-bottom: 2px;
}


#submit-your-application-large .modal .modal-content {
    border-radius: 100px;
}

.form-check-input {
    margin-top: 2px;
    width: 21px;
    height: 21px;
    border-radius: 6px !important;
    box-shadow: none !important;
    border-color: #656890 !important;
}

.form-check-input:checked {
    background-color: white;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%206L4.33333%209.33333L12.6667%201%22%20stroke%3D%22%23656891%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-size: 16px;
}

.form-check .form-check-label {
    color: #656890;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    margin-left: 12px;
}

input.form-control {
    border-color: #ededed !important;
    height: 47px;
    padding: 14px 19px 13px 26px;
    border-radius: 10px;
    color: #656890 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    box-shadow: none !important;
}

input.form-control::-webkit-input-placeholder {
    color: #656890;
}

input.form-control:-moz-placeholder {
    color: #656890;
    opacity: 1;
}

input.form-control::-moz-placeholder {
    color: #656890;
    opacity: 1;
}

input.form-control:-ms-input-placeholder {
    color: #656890;
}

input.form-control::-ms-input-placeholder {
    color: #656890;
}

input.form-control::placeholder {
    color: #656890;
}

.carousel-inner {
    padding: 122px 0;
    margin-top: -122px;
    margin-bottom: -122px;
}

.carousel-indicators {
    position: relative;
    margin-top: 40px;
}

.carousel-indicators [data-bs-target] {
    width: 27px;
    height: 6px;
    border-radius: 3px;
    background: var(--color-light-blue-gray);
    border: none;
    opacity: 1;
}

.carousel-indicators .active {
    background: linear-gradient(327.55deg, #2D68AA 8.89%, #416EB8 96.6%);
}


.ellipse-6 {
    position: absolute;
    width: 371px;
    height: 32px;
    bottom: 161px;
    right: 0px;
    z-index: -1;
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 187px 140px #5E73FC82;
}

.ellipse-7 {
    position: absolute;
    width: 0px;
    height: 36px;
    top: 149px;
    right: 177px;
    z-index: -3;
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 103px 162px #5E73FC82;
}

.ellipse-8 {
    position: absolute;
    width: 0px;
    height: 138px;
    top: 435px;
    right: 223px;
    z-index: -3;
    border-radius: 49%;
    transform: rotate(93deg);
    background: #5E73FC82;
    box-shadow: 0 0 134px 149px #5E73FC82;
}

.ellipse-9 {
    position: absolute;
    width: 0;
    height: 239px;
    top: 150px;
    left: 230px;
    z-index: -2;
    transform: rotate(334deg);
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 141px 121px #5E73FC82;
}

.ellipse-10 {
    position: absolute;
    width: 4px;
    height: 0px;
    top: 269px;
    left: 50%;
    z-index: -3;
    transform: rotate(330deg);
    background: #5E73FC82;
    box-shadow: 0 0 71px 108px #5E73FC82;

}

.ellipse-11 {
    position: absolute;
    width: 0;
    height: 150px;
    top: 150px;
    right: 363px;
    z-index: -2;
    transform: rotate(10deg);
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 141px 121px #5E73FC82;
}

.ellipse-12 {
    position: absolute;
    width: 0;
    height: 239px;
    top: 320px;
    left: 289px;
    z-index: -2;
    transform: rotate(334deg);
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 141px 121px #5E73FC82;
}

.ellipse-13 {
    position: absolute;
    width: 4px;
    height: 0px;
    top: 476px;
    left: 50%;
    z-index: -3;
    transform: rotate(330deg);
    background: #5E73FC82;
    box-shadow: 0 0 71px 108px #5E73FC82;
}

.ellipse-14 {
    position: absolute;
    width: 0;
    height: 150px;
    top: 320px;
    right: 363px;
    z-index: -2;
    transform: rotate(10deg);
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 141px 121px #5E73FC82;
}

.ellipse-15 {
    position: absolute;
    width: 0;
    height: 39px;
    top: 220px;
    left: 389px;
    z-index: -2;
    transform: rotate(334deg);
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 141px 121px #5E73FC82;
}

.ellipse-16 {
    position: absolute;
    width: 0;
    height: 50px;
    top: 220px;
    right: 363px;
    z-index: -2;
    transform: rotate(10deg);
    background: #5E73FC82;
    border-radius: 36% 64% 26% 74% / 32% 47% 53% 68%;
    box-shadow: 0 0 141px 121px #5E73FC82;
}

#section-footer {
    position: relative;
    overflow: hidden;
    padding-top: 57px;
    padding-bottom: 32px;
}

body.is-frontpage #section-footer {
    background: #141831;
}

body.is-frontpage #section-footer * {
    color: var(--color-light-blue-gray);
}

.footer-social-buttons a {
    text-decoration: none !important;
    color: #2D68AA;
    font-size: 18px;
    transition: .25s;
    padding: 10px;
    margin-right: 5px;
}

#section-footer a {
    color: #656890;
    text-decoration: none !important;
}

body.is-frontpage #section-footer a {
    color: var(--color-light-blue-gray);
}

#section-footer .fake-block {
    display: none;
}

body.is-frontpage #section-footer .fake-block {
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 400px;
    /* background: radial-gradient(#260946, transparent 80%, transparent 100%); */
}

#section-footer .container {
    position: relative;
    z-index: 2;
}

#section-footer .first-block .contact-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

#section-footer .contact-line {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

#section-footer .contact-line span:first-child {
    /* width: 38px; */
}

#section-footer .contact-line span:last-child,
#section-footer .contact-line div:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

#section-footer .footer-social-buttons .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid;
    margin-right: 16px;
}

#section-footer .second-block .footer-social-buttons .btn {
    border: none;
}

#section-footer .first-block .card-map {
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    margin-bottom: 42px;
    z-index: 2;
}

#section-footer .first-block .ellipse-block {
    position: absolute;
    bottom: -30%;
    left: -30%;
    z-index: -1;
}

#section-footer .first-block .ellipse-block-2 {
    position: absolute;
    right: -40%;
    top: -20%;
    z-index: 1;
}

#section-footer .first-block .ellipse-block-2 img {
    width: 90%;
}

#section-footer .second-block ul {
    list-style: none;
    padding: 0;
}

#section-footer .second-block ul > li > a {
    margin-bottom: 10px;
}

#section-footer .second-block .footer-logo {
    margin-right: 83px;
}

#section-footer .second-block .footer-first-menu {
    margin-right: 69px;
}

#section-footer .second-block .footer-first-menu a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

#section-footer .second-block .footer-second-menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

}

.date-input-block {
    position: relative;
}

.date-input-block .fake-date-title {
    position: absolute;
    top: 11px;
    left: 24px;
    background: #ffffff;
    padding: 3px;
    width: calc(100% - 62px);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #657790;
}

#section-scheme-of-cooperation > .container > .row > .col-12::after {
    content: '';
    position: absolute;
    top: 104px;
    left: calc(50% - 2px);
    width: 4px;
    height: calc(100% - 200px);
    border-right: 4px dashed #2e5a93;
}

#section-scheme-of-cooperation > .container > .row .row:nth-child(odd) .scheme-of-cooperation-item::after {
    right: -21px;
}

#section-scheme-of-cooperation > .container > .row .row:nth-child(even) .scheme-of-cooperation-item::after {
    left: -21px;
}

.scheme-of-cooperation-item::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #2E5A93;
    border-radius: 9px;
    top: calc(50% - 9px);
    z-index: 1;
}

#section-category-top {
    background-color: #F3F2FA;
    padding-top: 49px;
    padding-bottom: 29px;
}

#section-category-top h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -2px;
    color: #0F172A;
    margin-bottom: 10px;
}

.breadcrumb * {
    color: #4E6988 !important;
}

.breadcrumb a {
    color: #4E6988 !important;
    text-decoration: none !important;
}

.page-content-block {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #656890;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.page-content-block h1,
.page-content-block h2,
.page-content-block h3,
.page-content-block h4 {
    color: #0F172A;
}

.page-content-block h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2px;
}

.news-list-block {
    padding-top: 30px;
    padding-bottom: 40px;
}

.share-block {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
    color: #656890;
}

.share-block .share-items a {
    color: #656890;
    font-weight: initial;
}

.form-result {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 576px) {
    #section-about-us {
        padding-bottom: 0;
    }

    #section-why-we {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #section-peoples-selection .col-lg-5 {
        width: 46%;
    }

    #section-peoples-selection .col-lg-7 {
        width: 53%;
    }

    .main-top-title h1 {
        font-size: 86px;
        font-weight: 600;
        line-height: 100px;
        margin-bottom: 70px
    }

    .main-top-title h4 {
        font-size: 26px;
        font-weight: 600;
    }

    .main-top-title p {
        color: #4984C4;
        font-size: 20px;
        margin: 69px 0px 30px;
        font-weight: 600;
    }

    .section .section-title {
        font-size: 48px;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: -2px;
        text-align: center;
    }

    #section-main-top {
        margin-bottom: 140px;
    }

    #section-main-top .main-top-img {
        /* margin-top: -36px; */
    }

    #section-main-top .main-top-img #main-top-img-2 {
        right: -5%;
        top: 0;
        width: unset;
    }

    #section-main-top button {
        width: 400px;
        padding: 25px;
        border-radius: 32px 16px;
    }

    #section-peoples-selection {
        margin-top: -145px;
        margin-bottom: 50px;
    }

    #section-peoples-selection .row .row {
        --bs-gutter-x: 15px;
    }

    #section-peoples-selection .card-title {
        font-size: 24px;
    }

    #section-peoples-selection .card-body {
        margin: 0 101px;
        padding: 23px 106px 73px;
    }

    #section-peoples-selection form button[type=submit] {
        margin-top: -12px;
    }

    #section-why-we {
        margin: 0 0 90px 0;
    }

    #section-why-we .section-title {
        margin-bottom: 48px;
    }

    #section-why-we .why-we-block h3 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 33px;
    }

    #section-why-we .why-we-block {
        position: relative;
        /* padding-right: 30px; */
    }


    #section-why-we .row > .col-12:nth-child(3n) .why-we-block::after {
        display: none;
    }

    #section-why-we .why-we-icon img {
        width: unset;
    }


    #section-recruiting-staff .section-title {
        max-width: 675px;
        /* margin-bottom: 130px; */
    }

    #section-recruiting-staff .modal .modal-body > * {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
    }

    #section-recruiting-staff .modal .modal-body .h3 {
        margin-top: 72px;
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: -1px;
        max-width: 300px;
    }

    #section-recruiting-staff .modal-body .modal-img > img {
        top: -62px;
        right: -78px;
        width: unset;
    }

    #section-recruiting-staff .card {
        padding: 30px 29px 95px;
        border-radius: 27px;
        margin-bottom: 25px;
    }

    #section-recruiting-staff .card h3 {
        font-size: 32px;
        text-align: center;
        font-weight: 600;
        line-height: 35px;
        height: 70px;
        letter-spacing: -1px;
    }

    #section-recruiting-staff .card p {
        display: unset;
    }

    #section-recruiting-staff .card .card-icon {
        right: 30px;
    }

    #section-recruiting-staff .card .card-icon > img {
        height: unset;
    }

    #section-calculate-the-cost {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #section-calculate-the-cost .ellipse-1,
    #section-calculate-the-cost .ellipse-2 {
        display: block;
    }

    #section-calculate-the-cost .card {
        position: relative;
        z-index: 2;
        background-color: white;
        border-color: var(--color-light-blue-gray);
        border-radius: 38px 15px 38px 15px;
    }

    #section-calculate-the-cost .card .card {
        margin-top: unset;
        margin-bottom: unset;
        background-color: transparent;
        border-color: transparent;
        border-radius: 0;
    }

    #section-calculate-the-cost .card .card-title {
        font-size: 48px;
        font-weight: 600;
        line-height: 55px;
        letter-spacing: -2px;
    }

    #section-calculate-the-cost .card p {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: -1px;
    }

    #section-scheme-of-cooperation {
        padding-top: 163px;
        padding-bottom: 150px;
    }

    #section-scheme-of-cooperation .section-title {
        margin-bottom: 100px;
    }

    #section-scheme-of-cooperation > .container > .row .row:not(:first-child) .scheme-of-cooperation-item {
        margin-top: -110px;
    }

    .scheme-of-cooperation-item {
        width: 276px;
        height: 276px;
    }

    .scheme-of-cooperation-item .scheme-of-cooperation-item-icon {
        font-size: 50px;
        font-weight: 600;
        line-height: 59px;
        letter-spacing: -0.04em;
    }

    .scheme-of-cooperation-item .scheme-of-cooperation-item-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: -1.6px;
    }

    .scheme-of-cooperation-item:hover .scheme-of-cooperation-item-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }

    #section-scheme-of-cooperation > .container > .row > .col-12::after {
        top: 140px;
        left: 50%;
        height: calc(100% - 280px);
        border-right: 4px dashed #2E5A93;
    }

    #section-scheme-of-cooperation > .container > .row .row:nth-child(odd) .scheme-of-cooperation-item::after {
        right: -203px;
    }

    #section-scheme-of-cooperation > .container > .row .row:nth-child(even) .scheme-of-cooperation-item::after {
        left: -199px;
    }

    #section-they-trust-us {
        padding-bottom: 150px;
    }

    #section-they-trust-us .section-title {
        margin-bottom: 60px;
    }

    .they-trust-us-item {
        border-radius: 24px;
        height: 99px;
    }

    .they-trust-us-item > img {
        height: 100%;
        width: 100%;
    }

    #section-second-employment .section-bg {
        padding-top: 77px;
        /* padding-bottom: 150px; */
    }

    #section-second-employment .section-bg .section-title {
        margin-bottom: 98px;
    }

    #section-employment .section-title {
        margin-bottom: 85px;
    }

    #section-second-employment .section-bg::after {
        height: calc(100% - 143px);
    }

    #section-news .section-title-block {
        margin-bottom: 77px;
    }

    #section-news .section-title-block .all-news {
        position: absolute;
        top: 29px;
        right: 0;
    }

    .card-news {
        margin-bottom: 0;
    }

    .news-list-block {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .card-news-row {
        flex-direction: row;
        margin-bottom: 30px;
    }

    .card-news-row .card-img-block {
        margin: 19px 23px 24px;
        flex: 1 0 auto;
    }

    .card-news-row .card-title {
        margin-bottom: 20px;
    }

    .card-news-row .card-body {
        padding: 41px 56px 46px 0;
    }

    #section-about-us .about-us-logo {
        top: -1px;
        left: 778.93px;
        background-size: cover;
        height: 518px;
        width: 430px;
        box-shadow: 0 0 0px white;
    }

    .card-second-employment-second {
        margin-top: 60px;
        padding: 29px 27px;
        border-radius: 30px;
        font-size: 32px;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: -2px;
    }

    .card-unit {
        border-radius: 50px;
    }

    .card-unit .card-img-block {
        border-radius: 50px 50px 0 0;
    }

    .card-unit .card-body {
        padding: 23px 28px 50px;
        border-radius: 0 0 50px 50px;
    }

    .card-unit .card-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: -1px;
    }

    .card-unit .card-subtitle {
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .card-unit .card-img-block::after {
        height: 190px;
    }

    #section-about-us .first-content {
        width: 574px;
    }

    #section-our-clients .container:last-child > .row:first-child {
        margin-left: -180px;
    }

    #section-our-clients .container:last-child > .row:last-child {
        margin-right: -180px;
    }

    #section-our-clients {
        padding-top: 150px;
    }

    #section-how-many-employees {
        padding-bottom: 200px; /* 60px */
    }

    #section-how-many-employees .card {
        padding: 44px 62px 40px;
    }

    #section-how-many-employees .card .card-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 35px;
        text-align: left;
    }

    #section-how-many-employees .card .row .row > div {
        margin-bottom: 12px;
    }

    #section-how-many-employees .card .row .row {
        --bs-gutter-x: 63px;
    }

    #section-footer .first-block .card-map {
        border-radius: 56px;
        margin: 103px 0;
    }

    .modal .modal-content {
        border-radius: 70px;
    }

    .modal .modal-body {
        padding: 58px;
    }

    .gx-86 {
        --bs-gutter-x: 86px;
    }

    .page-content-block {
        padding-top: 80px;
        padding-bottom: 131px;
    }

    #submit-your-application-large .modal-body .h3,
    #submit-your-application-small .modal-body .h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 35px;
    }

    #section-main-top .main-top-img #main-top-img-1 {
        width: unset;
    }
}

@media (min-width: 1200px) {
    #section-scheme-of-cooperation > .container > .row .row:nth-child(odd) .scheme-of-cooperation-item::after {
        right: -56px;
    }

    #section-scheme-of-cooperation > .container > .row .row:nth-child(even) .scheme-of-cooperation-item::after {
        left: -52px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: calc(1200px + 1.5rem);
    }

    #section-scheme-of-cooperation > .container > .row .row:nth-child(odd) .scheme-of-cooperation-item::after {
        right: -80px;
    }

    #section-scheme-of-cooperation > .container > .row .row:nth-child(even) .scheme-of-cooperation-item::after {
        left: -76px;
    }
}
