@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}
* {
    box-sizing: border-box;
    outline: none;
}
label.error {
    display: none!important;
}
.error {
    border-color: red!important;
}
.valid {
    border-color: green!important;
}
button, a {
    cursor: pointer;
    transition: .3s;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin-top: 0;
}
.flex {
    display: flex;
}
.row.flex::before, .row.flex::after {
    display: none;
}
.flex.center {
    align-items: center;
}
.box {
    margin-bottom: -30px;
}
.box > div {
    margin-bottom: 30px;
}
.container {
    width: 100%;
    max-width: 1200px;
}

html, body {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
}

.grid_all {
    max-width: 1171px;
    width: 100%;
    position: fixed;
    z-index: 10;
    pointer-events: none;
    height: 100%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.grid_all div {
    width: 1px;
    background: black;
    opacity: .06;
}

.logo {
    font-size: 30px;
    font-weight: 300;
    margin-left: -3px;
}

.logo b {
    font-weight: 500;
    color: #3726fb;
}

h1 {
    margin: 110px 0;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.5;
}

.after_h1, .after_h2 {
    font-size: 21.72px;
    font-weight: 300;
    line-height: 1.5;
}

h2 {
    text-transform: uppercase;
    font-size: 28px;
    border-top: 1px solid rgba(0,0,0,.06);
    padding-top: 23px;
    margin-top: 40px;
    color: #3726fb;
}

.what_we_do {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 20px;
    font-weight: 300;
}

.what_we_do li {
    position: relative;
    padding-left: 40px;
}

.what_we_do li::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: black;
    left: 0;
    top: 12px;
    opacity: .7;
}

.main_section {
    padding-bottom: 90px;
}

.contact_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1023px;
    margin-top: 90px;
    margin-bottom: 25px;
}

.contact_list a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .3s;
}

.contact_list li {
    font-size: 25px;
    font-weight: 600;
}

.contact_list li a:hover {
    color: #3726fb;
}

footer {
    padding: 30px 0;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 13px;
    opacity: .4;
}
header {
    margin-top: 50px;
    margin-bottom: 65px;
}

.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.button {
    height: 40px;
    background-color: #3726fb;
    color: #fff;
    border: none;
    transition: .3s;
    font-size: 15px;
    text-transform: uppercase;
    width: 146px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.button:hover {
    opacity: .7;
}
.what_we_did li {
    line-height: 1.6;
}

.what_we_did li li::before {
    top: 9px;
}

.what_we_did li::before {
    top: 17px;
}

.what_we_did li a {
    color: #3626fb;
}

.what_we_did b {
    color: #3626fb;
}

.what_we_did li a:hover {
    text-decoration: none;
}
li.no_pseudo::before {
    display: none;
}

li.no_pseudo {
    padding: 0;
}
.or_text {
    font-size: 18px;
}
.cs .button {
    width: 100%;
    max-width: 293px;
}
.ru .button {
    width: 100%;
    max-width: 293px;
}
.spacer {
    flex: 1;
}

.language-switcher a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: .3s;
}

.language-switcher a:hover {
    border-bottom-color: transparent;
}
.language-switcher a.active {
    border-bottom-color: transparent;
    color: #3626fb;
}
.language-switcher {
    display: flex;
    align-items: center;
    gap: 7px;
}

.language-switcher > span {
    opacity: .4;
}