.btn-main {
    background: none;
    cursor: pointer;
}

.btn-main:focus {
    outline: none;
}

.contactBlock {
    padding: 50px 40px 20px;
    background-color: #1a1a1a;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.contact__title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}

.contactForm {
    margin-top: 36px;
}

.contactForm__row {
    position: relative;
}

.required__input {
    position: absolute;
    color: #fff000;
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
}

.contactFormRow__input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #535013;
    font: 14px;
    color: #fff;
    padding: 10px 24px 10px 10px;
}

.contactFormRow__input:focus {
    outline: none;
}

.contactFormRow__textarea {
    width: 100%;
    background-color: #282828;
    border: none;
    resize: none;
    font: 14px;
    color: #fff;
    padding: 10px;
}

.contactFormRow__textarea:focus {
    outline: none;
}

.contactForm__row-required .contactFormRow__textarea {
    padding: 10px 24px;
}

.contactForm__btnWrap {
    margin-top: 20px;
    display: flex;
}

.contactForm__row-required .contactFormRow__input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #535013;
    padding: 10px 24px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #686868;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #686868;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #686868;
}

.contactForm__row-textarea {
    margin-top: 10px;
}

.contactForm__row-textarea .required__input {
    top: 14px;
    transform: none;
}

.contact__col {

    margin-top: -160px;
}

.square {
    opacity: 0.5;
}

.yellow {
    color: #fff000 !important;
}

.text__center {
    text-align: center !important;
}

.text__underline {
    text-decoration: underline;
}

.list__ul {
    list-style: circle;
}

.list__li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.list__li:last-of-type {
    margin-bottom: 0;
}

.list__li::marker {
    color: #fff000;
}

.contact {
    margin-top: 340px;
}

.philosophyCompany {
    margin-bottom: 130px;
}

.philosophyCompany__wrapper {
    background: url(/assets/images/about/philosophy-company-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.philosophyCompany__top {
    padding: 140px 180px 40px 0;
    max-width: 720px;
    width: 100%;
    background-color: #222222;
    position: relative;
}

.philosophyCompany__top::before {
    content: "";
    clear: both;
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #222222;
}

.philosophyCompany__title {}

.text__right {
    text-align: right;
}

.philosophyCompanyTop__text {}

.philosophyCompanyText__p {
    letter-spacing: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
}

.philosophyCompany__bottom {
    margin-top: 50px;
}

.philosophyCompany__text {}

.text__underline {}

.philosophyCompany__top .philosophyCompany__title.title:before {
    left: initial;
    right: -25px;
}

.philosophyCompanyTop__letter {
    position: absolute;
    bottom: 0;
    left: -60px;
}

.notItalic {
    font-style: initial;
}

.finSec {
    background-color: #222222;
    padding: 80px 0;
}

.finSec__p {
    color: #fefefe;
    letter-spacing: 1px;
}

.finSec__p:last-of-type {
    margin-bottom: 0;
}

.saveAugment {
    margin: 48px 0 60px;
}

.parallax-scrl {}

.saveAugment__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.saveAugment__btnWrap {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.absenceFinSec {
    margin-top: 180px;
}

.textSection__p {
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.textSection__p:last-of-type {
    margin-bottom: 0;
}

.textSection__link {
    text-decoration: underline;
    font-weight: bold;
}

.textSection__link:hover {
    text-decoration: none;
}

.textSection__btnWrap {
    margin-top: 100px;
    margin-left: 100px;
}

.finSec__title.title:before {
    left: 43%;
    top: 100%;
    transform: rotate(45deg) translate(-50%, -50%);
}

.absenceFinSec .title:before {
    left: initial;
    right: -25px;
}

.absenceFinSec .title h2 {
    margin-right: 40px;
}

.absenceFinSec .right-bg {
    background: url(/assets/images/financial_security/settings.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #222222;
    height: calc(100% + 50px);
}

.rulesFinSec {}

.rulesFinSec__wrapper {
    max-width: 856px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.rulesFinSec__top {
    background-color: #1a1a1a;
    padding: 50px;
}

.rulesFinSec__title {
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rulesFinSec__title>a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.rulesFinSec__title>a:hover {
    text-decoration: none;
}

.rulesFinSec__rul {
    margin-top: 45px;
}

.rulesFinSecRul__ul {
    list-style: decimal;
}

.rulesFinSecRul__li {
    font-size: 14px;
    color: #fefefe;
    margin-bottom: 14px;
    margin-left: 15px;
    padding-left: 20px;
}

.rulesFinSecRul__li::marker {
    color: #fff000;
    margin-right: 20px;
}

.rulesFinSec__bottom {
    background-color: #222222;
    padding: 40px 50px;
}

.rulesFinSec__textWrap {}

.rulesFinSec__p {
    color: #fefefe;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.rulesFinSec__p:last-of-type {
    margin-bottom: 0;
}

.fixityFinSec .finSec__textWrap h3 {
    text-align: center;
}

.fixityFinSec {
    margin: 90px 0 40px;
    padding: 80px 0 35px;
}

.fixityFinSec .finSec__title.title:before {
    top: 50%;
}

.fixityFinSec .finSec__title {
    margin-bottom: 30px;
}

.fixityFinSec {
    background: url(/assets/images/financial_security/fixity-fin-sec-bg.png);
    background-repeat: no-repeat;
    background-color: #222222;
    background-position: top 20px right 22%;
    position: relative;
}

.fixityFinSec:after {
    content: "";
    clear: both;
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    max-width: 1000px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #595619;
}

.igb .finSec__title.title:before {
    top: 50%;
}

.igb {
    padding: 0;
    padding-top: 80px;
}

.igbWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
}

.igbWrapper__left {}

.igbWrapper__imgWrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.igbWrapper__img {}

.igbWrapper__right {
    padding-top: 30px;
}

.igbWrapper__text {}

.igbWrapper__p {
    color: #fefefe;
    letter-spacing: 1px;
}

.advantages {}

.advantages__wrapper {
    margin: 50px 0;
}

.advantages__silder {}

.owl-carousel {}

.advantagesSilder {}

.advantagesSilder__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
}

.advantagesSilderRow__left {}

.advantagesSilderRow__title {}

.advantagesSilderRow__text {}

.advantagesSilderRowText__p {
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 2px;
}

.advantagesSilderRow__right {}

.advantagesSilderRow__imgWrap {}

.advantagesSilderRow__img {}

.advantages__textWrap {
    margin-top: 50px;
}

.advantagesText__p {
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 2px;
}

.benefit .left-bg {
    margin-top: 0;
    height: 100%;
}

.benefit .title:before {
    left: initial;
    right: 0;
}

.benefit p {
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 44px;
}

.benefit .title {
    margin-bottom: 90px;
}

.benefit p:last-of-type {
    margin-bottom: 0;
}

.benefitImgCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: -1;
}

.benefit .line-img:after {
    content: none;
}

.hrLine {
    height: 1px;
    background-color: #fff000;
    margin-bottom: 44px;
    width: calc(100% + 60px);
    z-index: 99999;
    position: relative;
}

.benefit {
    margin-bottom: 200px;
}

.sliderText {}

.sliderText__p {
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 1px;
}

.reliability {
    margin-bottom: 90px;
    margin-top: 110px;
}

.reliability__wrapper {}

.title {}

.reliability__title {}

.reliability__textWrap {
    margin-top: 60px;
}

.reliability__p {
    color: #fefefe;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.reliability__p:last-of-type {
    margin-bottom: 0;
}

.benefitLeftBg {
    background: url(/assets/images/investment_gold_bars/go.png);
    background-repeat: no-repeat;
    background-position: left 70px top;
}

.ecn {
    background: url(/assets/images/investment_gold_bars/ecn-bg.png);
    background-repeat: no-repeat;
    background-color: #222222;
    background-position: top 20px left 22%;
    position: relative;
}

.confederate {
    margin-bottom: -100px;
}

.confederate__wrapper {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    background-color: #1a1a1a;
    padding: 45px 20px;
}

.confederate__title {
    color: #fff000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.confederate__textWrap {}

.confederate__p {
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 1px;
}

.confederate__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
    position: relative;
}

.confederateContent__arrow {
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff000;
    border-bottom: 3px solid #fff000;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    right: 48.5%;
}

.confederateContent__left {}

.confederateContentBlack {
    height: calc(100% - 40px);
    margin: 20px 0;
    background: url(/assets/images/investment_gold_bars/gold.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.confederateContentBlack__title {
    color: #fff000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.confederateContentBlack__textWrap {
    text-align: center;
    margin-top: 40px;
}

.confederateContentBlack__p {
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 170%;
    margin-bottom: 40px;
}

.confederateContentBlack__p:last-of-type {
    margin-bottom: 0;
}

.confederateContent__right {
    background-color: #212121;
    padding: 20px 40px;
}

.confederateContentRight__textWrap {}

.confederateContentRight__text {
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.confederateContentRight__text:last-of-type {
    margin-bottom: 0;
}

.simpleBg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: initial !important;
}

.gigOsPlatform .finSec__wrapper {
    text-align: center;
}

.gigOsPlatform .finSec__title.title:before {
    left: 50%;
    top: initial;
    transform: rotate(45deg) translate(-50%, 20%);
}

.gigOsPlatform .finSec__p {
    font-size: 18px;
}

.howItWorks .right-bg {
    background: url(/assets/images/about_platform/settings-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #222222;
    height: calc(100% + 50px);
}

.platformCards {
    margin-bottom: 200px;
    background: url(/assets/images/about_platform/gig-os-logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 80px;
}

.platformCards__wrapper {}

.platformCards__title {}

.platformCards__text {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0px 80px;
    letter-spacing: 1px;
}

.yellow {}

.platformCards__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.platformCardsContent__row {
    background-color: transparent;
    width: 100%;
    min-height: 300px;
    perspective: 1000px;
}

.platformCardsContentRow__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.platformCardsContent__row:hover .platformCardsContentRow__inner {
    transform: rotateY(180deg);
}

.platformCardsContentRow__front,
.platformCardsContentRow__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.platformCardsContentRow__front {
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.platformCardsContentRow__imgWrap {}

.platformCardsContentRow__img {}

.platformCardsContentRow__title {
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 60px;
}

.platformCardsContentRow__back {
    background-color: #222222;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    padding: 0 28px;
    flex-direction: column;
}

.platformCardsContentRow__text {
    text-align: left;
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 190%;
    margin-bottom: 30px;
}

.platformCardsContentRow__text:last-of-type {
    margin-bottom: 0;
}

.title.text__center:before {
    left: 40%;
}

.specialProject {
    margin: 40px 0 100px;
}

.specialProject__wrapper {}

.specialProject__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 40px;
}

.specialProjectContent__row {
    background-color: #222222;
    padding: 50px 30px;
}

.specialProjectContentRow__imgWrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialProjectContentRow__img {}

.specialProjectContentRow__elem {}

.specialProjectContentRow__textWrap {}

.specialProjectContentRow__p {
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 34px;
}

.specialProjectContentRow__p:last-of-type {
    margin-bottom: 0;
}

.specialProjectContentRow__p-cyrcle:before {
    content: "";
    clear: both;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff000;
    margin-right: 5px;
    display: inline-block;
}

.specialProjectContentRow__p-small {
    font-size: 10px;
    color: #fefefe;
    font-style: italic;
}

.specialProjectContentRow__p-small {}

.specialProjectContentRow__linkWrap {
    text-align: center;
    margin-top: 50px;
}

.specialProjectContentRow__link {
    color: #fff000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.specialProjectContentRow__link:hover {
    color: #fff000;
}

.specialProjectContent__row-clock {
    background: url(/assets/images/about_platform/clock.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
    background-color: #222222;
}

.specialProjectContent__row-star {
    background: url(/assets/images/about_platform/star.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
    background-color: #222222;
}

.serviceValue {
    overflow: hidden;
}

.serviceValue__wrapper {
    border-bottom: 1px solid #fff000;
}

.serviceValue__top {
    background-color: #222222;
    padding: 80px 20px 50px;
    position: relative;
}

.serviceValue__top:before {
    content: "";
    clear: both;
    position: absolute;
    width: 1000px;
    height: 100%;
    background-color: #222222;
    top: 0;
    left: -1000px;
}

.serviceValueTop__title {}

.serviceValueTop__textWrap {
    margin-top: 40px;
}

.serviceValueTop__p {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #fefefe;
    margin-bottom: 40px;
}

.serviceValueTop__p:last-of-type {
    margin-bottom: 0;
}

.serviceValue__twoBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.serviceValueTwoBlock__left {}

.serviceValueTwoBlock__imgWrap {}

.serviceValueTwoBlock__img {}

.serviceValueTwoBlock__right {
    display: flex;
    align-items: center;
}

.serviceValueTwoBlockRight__textWrap {}

.serviceValueTwoBlockRight__textWrap .specialProjectContentRow__p {
    font-size: 16px;
}

.wibp {
    margin: 50px 0;
}

.wibp .hrLine {
    width: calc(100% + 150px);
}

.givesBP__title {
    text-align: right;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -25px;
}

.title.givesBP__title:before {
    left: initial;
    right: -25px;
}

.rulesFinSec__wrapper {
    max-width: 700px;
}

.givesBP .rulesFinSec__p {
    font-style: italic;
    text-align: center;
}

.oneFamily {
    background: url(/assets/images/about_platform/gig-os-with-slog.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 20px 0 80px;
    margin-top: 80px;
}

.oneFamily .finSec {
    background-color: rgb(34 34 34 / 0.8);
    padding: 0;
}

.oneFamily .gigOsPlatform .finSec__wrapper {
    text-align: center;
    padding: 80px 0 20px;
    border-bottom: 1px solid #595619;
}

.managementInstitute .finSec__p {
    font-size: 14px;
    text-align: left;
}

.managementInstitute .finSec__title.title:before {
    left: 50%;
    top: initial;
    transform: rotate(45deg) translate(-50%, 20%);
}

.research {
    margin-top: 100px;
}

.research__wrappper {
    background: url(/assets/images/management_institute/find.png);
    background-repeat: no-repeat;
    background-position: right 30% top;
}

.title {}

.research__title {}

.research__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 70px;
}

.researchContent__row {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 65px 20px 20px;
}

.researchContentRow__imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.researchContentRow__img {}

.researchContentRow__linkWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.researchContentRow__link {
    color: #fff000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

.researchContentRow__link:hover {
    color: #fff000;
}

.researchContent__row-info {
    background-color: #222222;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.researchContentRowInfo__left {}

.researchContentRowInfo__warning {
    color: #ff6a6a;
    font-size: 150px;
}

.researchContentRowInfo__text {
    font-size: 12px;
    color: #ff6a6a;
    letter-spacing: 1px;
    line-height: 160%;
}

.researchContentRowInfo__right {}

.gsmi .right-bg {
    background: #222222;
    height: calc(100% + 50px);
}

.gsmi__title {
    color: #ffffff;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: bold;
    font-family: 'Century Schoolbook', sans-serif;
}

.gsmi .about-text p {
    font-weight: 500;
}

.gsmi {
    margin-bottom: -180px;
}

.mobile {
    display: none;
}

.successBlock__text-small {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.successBlock .hrLine {
    width: 100%;
}

.successBlock .left-bg {
    z-index: 1;
}

.successBlock .benefitLeftBg {
    position: relative;
    z-index: 2;
}

.successBlock .benefitLeftBg {
    background: url(/assets/images/technology_of_success/adwards.png);
    background-repeat: no-repeat;
    background-position: left 70px top;
}

.worldview .gigOsPlatform .finSec__wrapper {
    padding: 100px 0;
    background: url(/assets/images/technology_of_success/worldview.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-color: #222222;
}

.worldview .finSec {
    background-color: #222222;
    padding: 0;
}

.worldview {
    background: initial;
}

.successBlock {
    margin: 100px 0;
}

.worldviewInfo {}

.worldviewInfo__wrapper {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    background-color: #1a1a1a;
    padding: 55px 80px;
}

.worldviewInfo__p {
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 1.7px;
}

.text__center {}

.worldviewInfo__content {
    max-width: 535px;
    width: 100%;
    margin: 60px auto;
    background-color: #212121;
    padding: 55px 78px;
}

.worldviewInfoContent__row {
    margin-bottom: 35px;
}

.worldviewInfoContent__row:last-of-type {
    margin-bottom: 0;
}

.worldviewInfoContentRow__nr {
    color: #fff000;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.worldviewInfoContentRow__text {
    color: #fefefe;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

.worldviewInfo__p-yellow {
    color: #fff000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.worldviewInfo__btnWrap {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goalSetMaster {
    background: url(/assets/images/goalset_master/navigate.png);
    background-repeat: no-repeat;
    background-color: #222222;
    background-position: bottom right 25%;
    padding-bottom: 50px;
}

.goalSetMaster .finSec__wrapper {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.goalGSMaster {
    margin: 100px 0 130px;
}

.goalGSMaster__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.goalGSMaster__left {}

.title {}

.goalGSMaster__text {
    margin-left: 130px;
    margin-top: 75px;
}

.rulesFinSecRul__ul {}

.rulesFinSecRul__li {}

.goalGSMaster__right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goalGSMaster__imgWrap {}

.goalGSMaster__img {
    max-width: 100%;
}

.howToWorkWithGSM {
    background: url(/assets/images/goalset_master/case.png);
    background-repeat: no-repeat;
    background-color: #222222;
    background-position: top 0 left 32%;
    position: relative;
    background-size: contain;
}

.howToWorkWithGSM .finSec__title.title:before {
    top: 50%;
    right: 15%;
    left: initial;
    transform: translate(0, -50%) rotate(45deg);
}

.gsmInfo {
    margin-bottom: -110px;
}

.gsmInfo__wrapper {
    background-color: #1a1a1a;
    padding: 60px 55px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 30%);
}

.gsmInfo__textWrap {}

.gsmInfo__p {
    font-size: 16px;
}

.text__center {}

.yellow {}

.gsmInfo__content {
    max-width: 750px;
    width: 100%;
    background-color: #212121;
    padding: 65px;
    margin: 50px auto 60px;
}

.gsmInfoContent__p {
    color: #fefefe;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 170%;
}

.rulesFinSecRul__ul {}

.rulesFinSecRul__li {}

.gsmInfo__btnWrap {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-anim {}

.btn-main {}

.gsmInfo__ul {
    margin-top: 60px;
    margin-bottom: 0;
}

.gsmInfo__ul .rulesFinSecRul__li {
    margin-bottom: 30px;
    line-height: 160%;
    letter-spacing: 1px;
}

.gsmInfo__ul .rulesFinSecRul__li:last-of-type {
    margin-bottom: 0;
}

.contactForm__row-error .required__input {
    color: #ff0000;
}

.contactForm__row-required.contactForm__row-error .contactFormRow__input {
    border-bottom: 1px solid #ff0000;
    color: #ff0000;
}

.contactForm__row-required.contactForm__row-error .contactFormRow__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff0000;
    opacity: 1;
    /* Firefox */
}

.contactForm__row-required.contactForm__row-error .contactFormRow__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ff0000;
}

.contactForm__row-required.contactForm__row-error .contactFormRow__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ff0000;
}

.contactForm__row-required.contactForm__row-error .contactFormRow__textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff0000;
    opacity: 1;
    /* Firefox */
}

.contactForm__row-required.contactForm__row-error .contactFormRow__textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ff0000;
}

.contactForm__row-required.contactForm__row-error .contactFormRow__textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ff0000;
}

.successForm__title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.successForm__text {
    text-align: center;
    font-weight: 600;
}

/* .mm-wrapper {
    position: initial;
} */

.toggle-btn-mobile {
    display: none;
}

.mm-menu a {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}

.mm-panels>.mm-panel {
    background-color: #000;
}

.mm-listitem:after {
    border-color: #232323;
}

.mm-btn_next:after,
.mm-btn_prev:before {
    border-color: #fff000 !important;
}

.mm-navbar_sticky {
    background: #232323;
}

.menu__subUl {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.menuSubUl__li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.menuSubUl__li:last-of-type {
    margin-right: 0;
}

.menuSubUlLi__link {
    color: #fff000;
}

.menuSubUlLi__link:hover {
    color: #fff000;
    text-decoration: underline;
}

/* #menu_mobile {
    z-index: 9999;
} */

#close-button {
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 9;
    color: #fff000 !important;
}

#close-button {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 12px;
    right: 18px;
    z-index: 9;
}

#close-button:hover {
    opacity: 1;
}

#close-button:before,
#close-button:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff000;
}

#close-button:before {
    transform: rotate(45deg);
}

#close-button:after {
    transform: rotate(-45deg);
}

.mm-menu_offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.mm-menu a {
    font-size: clamp(14px, 1vw, 20px);
}

.footerLinksWrap {
    display: flex;
    flex-wrap: wrap;
}

.footerLink {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    transition: 500ms all;
}

.footerLink:hover {
    text-decoration: underline;
    color: #fff000;
}

header {
    transition: 500ms all;
}

.header__fixed {
    background-color: #151515;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 1px 5px 0px rgb(66 66 66 / 75%);
}

.langSwitch {
    position: fixed;
    margin-top: 55px;
    right: 9%;
    z-index: 100;
    transition: 50ms all;
}

.header__fixed .langSwitch {
    margin-top: 50px;
}

@media(max-width: 1330px) {
    .headerWorldLeader {
        padding-left: 40px;
    }

    .reliability {
        margin: 50px 0;
    }
}

@media(max-width: 1200px) {
    .benefit {
        margin-bottom: 0px;
    }
}

@media(max-width: 1024px) {
    .contact {
        margin-top: 30px;
    }

    .philosophyCompany {
        margin-bottom: 0px;
    }

    .saveAugment__wrapper {
        grid-template-columns: 1fr;
    }

    .absenceFinSec {
        overflow: hidden;
    }

    .hero-bg img {
        object-fit: cover;
    }

    .absenceFinSec {
        margin-top: 50px;
    }

    .about-text {
        padding: 10px;
    }

    .contactBlock {
        margin-top: 180px;
    }

    .igbWrapper__left {
        display: flex;
    }

    .advantagesSilderRow__right {
        display: flex;
        align-items: center;
    }

    .benefitLeftBg {
        background: none;
    }

    .hrLine {
        width: 100%;
    }

    .benefitImgCenter {
        margin-top: 70px;
    }

    .confederate {
        margin-bottom: 10px;
    }

    .platformCards {
        margin-bottom: 100px;
    }

    .serviceValueTwoBlock__img {
        max-width: 100%;
    }

    .serviceValueTwoBlock__left {
        display: flex;
        align-items: center;
    }

    .serviceValue__twoBlock {
        margin-top: 20px;
    }

    .benefit .title {
        margin-bottom: 50px;
    }

    .wibp .hrLine {
        width: 100%;
    }

    .platformCardsContentRow__back {
        transform: initial;
        backface-visibility: initial;
        -webkit-backface-visibility: initial;
        position: initial;
    }

    .platformCardsContent__row:hover .platformCardsContentRow__inner {
        transform: initial;
    }

    .platformCardsContentRow__front {
        display: none;
    }

    .platformCardsContentRow__inner {
        transform-style: initial;
    }

    .platformCardsContent__row {
        background-color: initial;
        perspective: initial;
        height: 280px;
    }

    .research__content {
        grid-template-columns: 1fr;
    }

    .gsmi {
        margin-bottom: 0px;
    }

    .research__content {
        margin-top: 20px;
    }

    .goalGSMaster__text {
        margin-left: 20px;
        margin-top: 35px;
    }

    .gsmInfo {
        margin-bottom: 0;
    }

    .toggle-btn {
        display: none;
    }

    .toggle-btn-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        margin-top: 20px;
        width: 50px;
        height: 50px;
        right: 3%;
        border: 1px solid #fff000;
        z-index: 1000 !important;
    }

    .langSwitch {
        margin-top: 24px;
        right: 15%;
    }

    .header__fixed .langSwitch {
        margin-top: 60px;
    }

    .mm-wrapper_opened .header__fixed {
        position: initial;
    }
    
    .logo {
        margin-top: 20px;
    }

    .header__fixed .logo {
        margin-top: 50px;
    }
}

@media(max-width: 768px) {
    .philosophyCompany__wrapper {
        background-size: 90%;
    }

    .philosophyCompany__title h2 {
        font-size: 40px;
    }

    .philosophyCompany__bottom {
        background-color: rgb(34 34 34 / 0.8);
        padding: 10px;
        padding-top: 50px;
        margin-top: 0;
    }

    .philosophyCompany__top {
        width: 100%;
        margin: 0 auto;
    }

    .philosophyCompany__top::before {
        content: none;
    }

    .saveAugment__img {
        max-width: 100%;
    }

    .igb .title h2 {
        font-size: 30px;
    }

    .igbWrapper {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 0;
    }

    .igbWrapper__left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .advantagesSilder__row {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 0;
    }

    .advantagesSilderRow__left {
        margin-top: 30px;
    }

    .advantages .title:before {
        left: 20px;
    }

    .confederate__content {
        grid-template-columns: 1fr;
    }

    .confederateContentBlack {
        padding: 50px;
    }

    .confederateContent__left {
        background-color: #141414;
    }

    .confederateContent__arrow {
        display: none;
    }

    .platformCards__content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .specialProject__content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .specialProject {
        margin: 40px 0 50px;
    }

    .serviceValue__twoBlock {
        grid-template-columns: 1fr;
    }

    .worldview {
        margin-top: 50px;
    }

    .worldview .gigOsPlatform .finSec__wrapper {
        padding: 50px 0;
    }

    .worldview {
        padding: 0px 0 50px;
    }

    .worldviewInfo__wrapper {
        padding: 20px;
    }

    .goalGSMaster__wrapper {
        grid-template-columns: 1fr;
    }

    .goalGSMaster {
        margin: 50px 0;
    }
}

@media(max-width: 576px) {
    .philosophyCompanyTop__letter {
        max-width: 100%;
    }

    .philosophyCompany__title h2 {
        font-size: 23px;
    }

    .philosophyCompany__top {
        padding: 20px;
    }

    .philosophyCompany__top .philosophyCompany__title.title:before {
        right: 0;
    }

    .logo img {
        max-width: 120px;
    }

    .langSwitch {
        right: 22%;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .loader-logo img {
        max-width: 200px;
    }

    .title h2 {
        font-size: 30px;
    }

    .rulesFinSec__top {
        padding: 10px;
    }

    .rulesFinSec__bottom {
        padding: 10px;
    }

    .textSection__btnWrap {
        margin-top: 50px;
        margin-left: 0;
    }

    .contactBlock {
        padding: 10px;
    }

    .contact__title {
        font-size: 20px;
    }

    .mt-80 {
        margin-top: 20px !important;
    }

    #video {
        width: 100vw;
        /* Could also use width: 100%; */
        height: 100vh;
        object-fit: cover;
    }

    .hero-bg img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .gigOsPlatform .finSec__p {
        font-size: 14px;
    }

    .howItWorks .about-text h4 {
        font-size: 18px;
        margin-bottom: 0;
        padding: 0;
    }

    .howItWorks .about-text p {
        margin-bottom: 0;
    }

    .platformCards {
        background: none;
        margin: 20px 0;
    }

    .platformCards__text {
        margin: 20px 0;
    }

    .platformCardsContent__row {
        min-height: 280px;
    }

    .platformCardsContentRow__text {
        text-align: center;
    }

    .rulesFinSec__title {
        font-size: 16px;
    }

    .specialProjectContent__row {
        padding: 20px 10px;
    }

    .serviceValue__top {
        padding: 20px 10px;
    }

    .serviceValueTop__p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .serviceValueTop__p:last-of-type {
        margin-bottom: 0;
    }

    .serviceValueTop__textWrap {
        margin-top: 20px;
    }

    .serviceValueTwoBlockRight__textWrap .specialProjectContentRow__p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .serviceValueTwoBlockRight__textWrap .specialProjectContentRow__p:last-of-type {
        margin-bottom: 0;
    }

    .benefit .title {
        margin-bottom: 0;
    }

    .benefit p {
        font-size: 14px;
    }

    .benefitImgCenter {
        margin-top: 20px;
    }

    .oneFamily {
        margin-top: 20px;
        padding: 20px 0;
    }

    .rulesFinSec {
        overflow: hidden;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .successBlock {
        margin: 20px 0;
    }

    .successBlock .benefitImgCenter {
        margin-top: 40px;
    }

    .worldview .gigOsPlatform .finSec__wrapper {
        padding: 20px 0;
    }

    .worldviewInfo__p {
        font-size: 14px;
    }

    .worldviewInfo__content {
        margin: 20px auto;
        padding: 20px;
    }

    .worldviewInfo__p-yellow {
        font-size: 14px;
    }

    .goalGSMaster {
        margin: 20px 0;
    }

    .howToWorkWithGSM {
        margin: 20px 0;
    }

    .gsmInfo__wrapper {
        padding: 20px 10px;
    }

    .gsmInfo__p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .gsmInfo__content {
        padding: 20px 10px;
        margin: 20px auto;
    }

    .gsmInfo__btnWrap {
        margin-top: 20px;
    }

    .howToWorkWithGSM {
        background-size: cover;
    }

    .footerLinksWrap {
        justify-content: center;
    }

    .footerLink {
        margin-bottom: 30px;
    }
}