* {
    border-radius: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}
:root {
    --font-color: #000;
    --font-color-alt: #fff;
    --back-color: #3f2aff;
    --back-color-hover: #1b1414;
    --back-color-font: #fff;
    --back-footer: #242424;
}
html, body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Roboto', Helvetica, sans-serif; */
    font-size: 15px;
    line-height: 1.5;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
a {
    color: var(--font-color);
    /* color: #343a40; */
    text-decoration: none;
}
p a {
    text-decoration: underline;
}
a:hover {
    color: #1633ff;
}
::selection {
    background: #cee5ff;
}
::-moz-selection {
    background: #cee5ff;
}
pre {
    border: 1px #ccc solid;
    border-radius: 3px;
    display: block;
    color: #212529;
    overflow: auto;
}
input {
    /* display: block; */
    /* width: 100%; */
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=text]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.flex {
    display: flex;
}
.flex-alcenter {
    align-items: center;
}
.flex-justifyend {
    justify-content: flex-end;
}
.flex-column {
    flex-direction: column;
}
.container {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.container-pad {
    margin: 20px auto;
}
.space-between {
    justify-content: space-between;
}
.topbar {
    background: #fff;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    /* padding: 10px; */
    font-size: 18px;
    margin: 20px 0;
    /* box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.25); */
}
.topbar ul {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    padding-left: 0;
}
.topbar a {
    color: #0E2A47;
}
.topbar ul li {
    margin: 0 10px;
}
.topbar-logo {
    height: 50px;
    margin: 0 10px;
}
.topbar-logo img {
    height: 100%;
    width: auto;
}
.topbar-buttons a {
    display: block;
}
.btn,
a.btn {
    padding: 9px 38px;
    color:#fff;
    font-weight: 500;
    background-color: var(--back-color);
    /* background: #1A68F7; */
    border-radius: 10px;
    display: inline-block;
    /* border: 3px rgba(0,0,0,0.1) solid; */
}
.btn:hover,
a.btn:hover {
    background-color: var(--back-color-hover);
    color:var(--back-color-font);
}
.btn-green,
a.btn-green {
    background: #3CA03A;
}
.btn-green:hover,
a.btn-green:hover {
    background: #4fb84d;
}
.welcome {
    padding: 20px 0;
}
.welcome h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: var(--font-color);
    /* color: #08305A; */
}
.welcome p {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: var(--font-color);
    /* color: #3A6CA0; */
}
.welcome .welcome-image {
    width: 704px;
}
.welcome .welcome-image img {
    width: 100%;
    height: auto;
}
.welcome-text {
    width: 570px;
}
.stats {
    /* background-image: url(/static/images/stats-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.stats-image img {
    width: 600px;
    height: auto;
}
.stats-text {
    text-align: right;
}
.addsite h2,
.team h2,
.solutions h2,
.sandbox h2,
.stats-text h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.025em;
    color: var(--font-color);
    margin: 0;
}
.stats-text p {
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    letter-spacing: -0.025em;
    color: #3A6CA0;
}
.stats-text p span.badge {
    font-size: 36px;
    /* color: #3CA03A; */
    /* color: var(--back-color); */
    color: var(--font-color);
    line-height: 36.25px;
    font-weight: 600;
}
p.stats-grey {
    font-size: 18px;
    line-height: 152%;
    text-align: right;
    letter-spacing: -0.025em;
    color: rgba(14, 42, 71, 0.45);
}
.stats-numbers span {
    font-weight: bold;
    font-size: 36px;
    /* line-height: 152%; */
    letter-spacing: -0.025em;
    color: var(--font-color-alt);
    background-color: var(--back-color);
    /* background: #3CA03A; */
    border-radius: 10px;
    padding: 9px 15px;
    margin: 0 14px;
}
.stats-numbers-item {
    display: flex;
    align-items: center;
    margin: 22px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 152%;
    letter-spacing: -0.025em;
    color: #3A6CA0;
    position: relative;
    flex-wrap: wrap;
}
.stats-numbers-item__new {
    position: absolute;
    left:-10px;
    top:-10px;
    background-color: rgb(233, 82, 82);
    color:#fff;
    font-size: 11px;
    border-radius: 10px;
    padding: 0px 9px;
}
.break {
    flex-basis: 100%;
    height: 0;
}
.small-grey-hint {
    font-size: 11px;
    color:#ccc;
    display: flex;
    flex-wrap: wrap;
}
.sandbox {
    padding: 50px 0;
    /* background-image: url(/static/images/sandbox.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.sandbox p {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #0E2A47;
    display: block;
}
.sandbox-buttons .clicklogin-btn {
    margin: 27px;
}
.solutions {
    padding: 100px 0;
}
.team-items,
.solutions-items {
    margin: 50px 0;
    display: flex;
    flex-grow: 3;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team-items {
    justify-content: flex-start;
}
.team-item,
.solution-item {
    display: inline-block;
    width: 385px;
    height: 248px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(14, 42, 71, 0.15);
    border-radius: 10px;
    padding: 23px;
    position: relative;
    margin: 20px;
}
.team-item {
    height: auto;
}
.team-item img {
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
}
.solution-item:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 6px rgba(14, 42, 71, 0.45);
}
.solution-item.disabled {
    opacity: 0.5;
}
.solution-item.disabled:hover {
    box-shadow: 0px 0px 6px rgba(14, 42, 71, 0.15);
}
.solution-item h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.025em;
    color: #0E2A47;
    margin: 0;
    max-width: 213px;
}
.solution-item p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.025em;
    color: #0E2A47;
}
.icon-cropped-wp {
    position: absolute;
    right: 0;
    top: 0;
    width: 151px;
    height: 149px;
    background-image: url(/static/images/icon-cropped-wp.png?v=2);
}
footer {
    background-color: var(--back-footer);
    /* background-color: #222222; */
    padding: 33px 0;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.025em;
    color: var(--font-color-alt);
}
footer a {
    color: var(--font-color-alt);
}
footer a:hover {
    color: #808080;
    text-decoration: underline;
}
.icon-footer {
    background-image: url(/static/images/icon-footer.png?v=2);
    width: 71px;
    height: 71px;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .container {
    border-top: 1px solid #3D3D3D;
    padding: 20px;
}
.footer-content {
    font-style: normal;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.025em;
    /* color: #808080; */
}
.footer-content ul  {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-content ul li a {
    padding: 5px 0;
    display: block;
}
.footer-links {
    margin-right: 100px;
}
.footer-socials {
    display: flex;
    justify-content: flex-end;
}
.footer-socials a {
    margin-top: 11px;
    margin-left: 20px;
}
.addsite,
.team {
    padding: 100px 0;
}
.addsite h2,
.team h2 {
    margin: 20px 0;
}
.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #eaeef3;
    color: #00193a;
}
.cloudbox {
    background: #FFFFFF;
    /* box-shadow: 0px 0px 6px rgba(14, 42, 71, 0.15); */
    border-radius: 10px;
    padding: 30px;
}
.cloudbox img {
    max-width: 100%;
    height: auto;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
/* 
    START - You can grab: Clicklogin buttons styles 
*/
.clicklogin-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1B66F7;
    border-radius: 10px;
    width: 255px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #1B66F7;
}
.clicklogin-btn:hover {
    transition: 0.3s;
    background: #3679ff!important;
    color: #FFFFFF!important;
}
.clicklogin-btn .cl-iconbox {
    background-color: #fff;
    height: 100%;
    display: flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.clicklogin-btn .cl-icon {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.clicklogin-btn .cl-icon__google {
    background-image: url('/static/images/icon-goo-gle.png?v=2');
}
.clicklogin-btn .cl-icon__vk {
    background-image: url('/static/images/icon-v-k.png?v=2');
}
.clicklogin-btn .cl-icon__yandex {
    background-image: url('/static/images/icon-yandex.png?v=2');
}
.clicklogin-btn .cl-icon__ok {
    background-image: url('/static/images/icon-ok.png?v=2');
}
.clicklogin-btn .cl-icon__fb {
    background-image: url('/static/images/icon-f-b.png?v=2');
}
.clicklogin-btn .cl-icon__mailru {
    background-image: url('/static/images/icon-mailru.png?v=2');
}
.clicklogin-btn .cl-icon__linkedin {
    background-image: url('/static/images/icon-linkin.png?v=2');
}
.clicklogin-btn .cl-icon__microsoft {
    background-image: url('/static/images/icon-microsoft.png?v=2');
}
/* 
    END - You can grab: Clicklogin buttons styles 
*/
footer .be-proud {
	padding: 5px;
	border-radius: 10px;
	border: 1px #fff solid;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 250px;
	font-size: 11px;
	margin: 15px auto;
}
footer .be-proud img {
	margin-right: 10px;
}
footer .be-proud a {
	font-size: 11px;
}
@media (max-width:1317px){
    .container {
        width: 100%;
    }
    .welcome {
        padding: 20px;
    }
    .solutions {
        padding: 100px 20px;
    }
    .solutions-items {
        justify-content: flex-start;
    }
}
@media (max-width:1100px){
    /* .stats-numbers,
    .sandbox-buttons,
    .footer,
    .container {
        flex-direction: column;
    } */
    .stats-numbers-item.flex-justifyend {
        /* justify-content: flex-start; */
        flex-direction: row-reverse;
    }
    .welcome-text,
    .welcome .welcome-image,
    .stats-image img {
        width: 100%;
    }
    .solutions h2, .sandbox h2, .stats-text h2 {
        text-align: center;
    }
    .welcome {
        padding: 20px;
    }
    .stats-text p {
        text-align: center;
        padding: 15px;
    }
    
}

@media (max-width:800px){
    .stats-numbers,
    .sandbox-buttons,
    .footer,
    .container {
        flex-direction: column;
    }
    .footer-content .flex {
        flex-direction: column;
    }
    .topbar .container .flex {
        flex-direction: column;
    }
    .topbar ul {
        flex-direction: column;
    }
    .topbar .flex-alcenter {
        align-items: flex-start;
    }
    .topbar ul li {
        margin: 10px 0;
    }
    .footer-socials {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-links {
        margin: 10px 0;
    }
}