/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #343f52;
}

body.fixed {
    padding-top: 56px;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 70px 0;
}

.form-control {
    height: 45px;
    padding: 10px 15px 0;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #343f52;
    font-weight: bold;
    margin: 0 0 15px 0;
}

h1 {
    font-size: 64px;
    line-height: 74px;
}

h2 {
    font-size: 44px;
    line-height: 54px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}

strong {
    font-weight: 700;
}

a {
    color: #343f52;
    text-decoration: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #49c038;
    outline: 0;
    text-decoration: none;
}

p {
    color: #343f52;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.btn {
    position: relative;
    border-radius: 6px;
    padding: 0 30px;
    height: 40px;
    min-width: 150px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn img {
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.btn-primary {
    color: #fff;
    background-color: #49c038;
    border-color: #49c038;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #49c038;
    border-color: #49c038;
    opacity: .9;
    outline: none;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #49c038;
    border-color: #49c038;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    transition: all .2s;
    padding: 10px 0;
}

header.fixed {
    background-color: #fff;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header .logo img {
    height: 50px;

    transition: all .2s;
}

header.fixed .logo img {
    height: 45px;
}

header nav {
    text-align: right;
}

header nav ul li {
    display: inline-block;
    margin: 0 15px;
}

header nav ul li a {
    display: block;
    font-weight: bold;
}

header nav ul li a.active {
    color: #49c038;
}

header nav .btn {
    float: right;
    display: inline-block;
    font-weight: bold;
}

.hero {
    text-align: center;
    padding: 170px 0 0 0;
    background: linear-gradient(180deg, #f2f3fb, rgba(255, 255, 255, 0) 100%);
}

.hero p {
    width: 70%;
    margin: 0 auto 20px;
    display: block;
}

.hero .hero-text {
    margin: 0 0 0 0;
}


.stage {
    padding: 70px 0;
}


.benefits h6 {
    color: #6cbd45;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

.benefits .benefit {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
    border-radius: 6px;
}

.benefits .benefit img {
    height: 40px;
    margin: 0 0 10px 0;
}

.benefits .benefit .lab {
    position: relative;
    margin: 0 0 13px 0;
}

.benefits .benefit .lab:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #6cbd45;
    display: block;
    position: relative;
    top: 4px;
}

.benefits .benefit .val {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}


.contacts {
    color: #fff;
    background-color: #49c038;
    padding: 50px 0;
}

.contacts h3 {
    color: #fff;
}

.contacts p {
    color: #fff;
}

.contacts .lab {
    font-weight: bold;
    position: relative;
    margin: 0 0 13px 0;
}

.contacts .lab:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    top: 4px;
}

.contacts img {
    height: 25px;
}

.contacts a {
    color: #fff;
}


.office-list {
    text-align: center;
}

.office-list .worktime {
    color: #fff;
    border-radius: 5px;
    background-color: #49c038;
    display: table;
    margin: 0 auto 20px;
    padding: 5px 25px;
}

.office-list .office {
    padding: 10px 20px;
    border-radius: 6px;
}

.office-list .office:nth-child(even) {
    background-color: #f3f3f3;
}


.text {
    padding: 120px 0 50px 0;
}

.text ul {
    margin: 0 0 20px 0;
    list-style: disc;
    list-style-position: inside;
}

.text h1 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.text h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.text h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.text h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.text-stage {
    margin: 30px 0;
}

.text-stage img {
    max-height: 300px;
    display: inline-block;
    margin-left: 15px;
}

footer {
    text-align: center;
}

footer a img {
    height: 50px;
}

footer ul {
    padding: 20px 0 10px;
}

footer ul li {
    display: inline-block;
    margin: 0 15px;
}

footer ul li a {
    display: block;
    font-weight: bold;
}

footer .copyright {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

.font-weight-bold {
    font-weight: bold;
}

.text a {
    color: #49c038;
    font-weight: bold;
}

.text table, th, td {
    border: 1px solid #ddd;
}

.blanka {
    color: #49c038;
    font-weight: bold;
}