span.todo {
    color: red;
    font-weight: bold;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #365658;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}


/* Titles */

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    color: #006FA4;
}

h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 125%;
    color: #006FA4;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 125%;
    color: #006FA4;
}


/* Copy */

p {
    font-size: 20px;
}

p.smaller {
    font-size: 18px;
}

p.small {
    font-size: 16px;
}


/* Buttons */

.button {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 21px 32px;
    margin-right: 10px;
    background: #006FA4;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border: none;
}

.button-block {
    display: block;
    width: 100%;
}

.button-negative {
    padding: 19px 30px;
    background: none;
    border: 2px solid #006FA4;
    color: #006FA4;
}

.button:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.button-negative:hover {
    color: #006FA4;
    text-decoration: underline;
}


/* Sections */

section {
    padding: 80px 0;
}

section.section-side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 70vw;
    background-image: url('../img/hero-side.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-lightblue {
    background: #80CDE6;
}

.section-lightblue h1,
.section-lightblue h2,
.section-lightblue h3,
.section-lightblue p,
.section-lightblue a {
    color: #004D7A;
}

.section-verylightblue {
    background: #E3EEEF;
}

.section-verylightblue h1,
.section-verylightblue h2,
.section-verylightblue h3,
.section-verylightblue p {
    color: #004D7A;
}

.section-darkblue {
    background: #005887;
}

.section-darkblue h1,
.section-darkblue h2,
.section-darkblue h3,
.section-darkblue p {
    color: #FFFFFF;
}

.section-color {
    color: #004D7A;
}

.section-negative {
    color: #FFFFFF;
}

.contact h1,
.contact h2,
.contact h3 {
    color: #004D7A;
}

.contact,
.contact p {
    color: #365658;
}

form label {
    display: block;
    margin-bottom: 4px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #365658;
}

.form-control {
    border: 1px solid #587D83;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.select2-selection {
    border: 1px solid #587D83 !important;
    box-sizing: border-box;
    border-radius: 2px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.select2-results__options {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 0 .5rem;
}

.select2-selection__arrow {
    height: 40px !important;
}

.form-check-label,
.form-check-label a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.form-check-label a {
    text-decoration: underline;
    color: #365658;
}

form input::placeholder,
form textarea::placeholder {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #587D83;
}

.box {
    padding: 80px;
    background: #FFFFFF;
}

.block {
    display: block;
}

.block:not(:last-child) {
    margin-bottom: 36px;
}

.block .button {
    padding: 13px 16px;
    font-size: 14px;
}

span.phone::before {
    content: '';
    margin-right: 10px;
    position: relative;
    top: 0px;
    padding: 10px;
    background-image: url('../img/icon/icon-phone.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}