/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1d293f;
}

: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;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #ff6900;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #ff6900;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 50px 0;
    font-size: 50px;
    line-height: 54px;
    color: #1d293f;
    font-weight: bold;
}


.button {
    height: 55px;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button-sm {
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 50px;
    border-radius: 4px;
    display: inline-block;
}

.button-secondary {
    border: 1px solid #707070;
    color: #404346;
}

.button-secondary:hover {
    border-color: #ff6900;
    color: #ff6900;
}

.button-primary {
    background-color: #ff6900;
    border: 1px solid #ff6900;
    color: #fff;
}

button:focus {
    outline: none;
}

.button-primary:focus,
.button-primary:hover {
    color: #fff;
    background-color: #f37b28;
    border-color: #f37b28;
}

.form-control {
    height: 60px;
    border: 0;
    background-color: #fff;
    padding: 0 30px;
    outline: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    background-color: #fff;

    box-shadow: 0 7px 10px 0 hsl(0deg 0% 64% / 12%),
    0 0 1px 0 hsl(0deg 0% 56% / 25%);
}

header nav ul li a.active {
    color: #ff6900;
}

.nav-link {
    display: inherit;
    padding: inherit;
}

.top {
    background-color: #1675bb;
    text-align: right;
    padding: 5px 0;
}

.top .phone {
    color: #fff;
}

.top .phone i {
    margin-right: 5px;
}


.logo {
    display: inline-block;
}

.logo img {
    height: 45px;
}


nav {
    padding: 35px 0;
}

nav ul {
    text-align: right;
}

nav ul li {
    display: inline-block;
    margin: 0 12px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #1d293f;
}


.hero {
    padding: 170px 0 50px;
}

.hero img {
    margin: 0 0 0 auto;
    display: block;
}

.hero h1 {
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.hero h1 span {
    display: block;
    color: #66cc33;
}

.hero ul {
    margin: 0 0 30px 0;
}

.hero ul li {
    list-style-type: disc;
    list-style-position: inside;
}


.form form {
    width: 400px;
    margin: 0 auto;
    display: table;
}


.offer .text {
    padding-right: 100px;
}

.offer .heading {
    margin-bottom: 30px;
}

.offer h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.offer ul li {
    list-style-type: disc;
    list-style-position: inside;
}


.for {
    text-align: center;
}

.for img {
    margin: 0 0 25px 0;
}

.for p {
    width: 40%;
    margin: 0 auto;
    display: table;
    font-size: 20px;
    line-height: 26px;
}


.process .heading {
    text-align: center;
}

.process .step img {
    height: 70px;
}

.process .step .num {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 20px 0;
}

.process .step .info {
    color: #7c8087;
}


.advantages .advantage {
    margin: 0 0 25px 0;
}

.advantages .advantage h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.advantages .advantage img {
    height: 65px;
}

.advantages .advantage p {
    margin: 0;
    color: #7c8087;
}


.banner {
    text-align: center;
}

.banner .heading {
    color: #fff;
    margin-bottom: 30px;
}


.testimonials .heart {
    width: 70px;
}

.testimonials .heading {
    margin-top: 30px;
}

.testimonials .testimonial {
    border: 1px solid #e2e4e8;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.testimonials .testimonial img {
    margin: 0 0 20px 0;
}

.testimonials .testimonial-text {
    margin: 0 0 20px 0;
}

.testimonials .testimonial-author {
    font-weight: bold;
    font-size: 18px;
}

.testimonials .testimonial-company-type {
    font-size: 18px;
}


.example {
    text-align: center;
    background-color: #f7f7f7;
}

.example p {
    margin: 0;
}

.example img {
    margin: 0 0 50px 0;
}


.form {
    position: relative;
}

.form:before {
    content: "";
    background: url('../imgs/dots.png') top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 85%;
    position: absolute;
    top: -7%;
    left: -3%;
}

.form .heading {
    text-align: center;
}

.form .form-group {
    position: relative;
    box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, .13);
}

.form .form-group .form-control:focus {
    background-color: #f9f9f9;
}

.form .form-group .icn {
    height: 100%;
    width: 60px;
    background-color: #66cc33;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.form .form-group img {
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}


.faq .question {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 60px 30px 30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    position: relative;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.faq .question.collapsed {
    border-radius: 5px;
}

.faq .accordion .question:after {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
}

.faq .accordion .question.collapsed:after {
    content: "\f107";
}

.faq .answer .answer-content {
    padding: 0 30px 30px 30px;
}

.faq .accordion-item {
    margin: 0 0 25px 0;
    box-shadow: 0px 2px 15px rgba(125, 139, 140, 0.15);
    border-radius: 5px;
}

.faq .accordion-item:last-of-type {
    margin: 0;
}


.banner {
    background: url("../imgs/banner.jpg") center center no-repeat;
    background-size: cover;
    padding: 200px 0;
}


footer {
    padding: 70px 0 40px;
    background-color: #1675bb;
}

footer .footer-logo {
    margin: 0 0 30px 0;
    display: inline-block;
}

footer .social li {
    display: inline-block;
    margin-right: 15px;
}

footer .social li a i.fa-facebook-f {
    position: relative;
    top: 10px;
    font-size: 30px;
}

footer .social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #fff;
    color: #1675bb;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
}

footer .footer-nav {
    margin: 100px 0 0 0;
}

footer .footer-nav li {
    display: inline-block;
    margin-right: 20px;
}

footer .footer-nav li a {
    color: #fff;
}

footer .footer-contacts {
    color: #fff;
}

footer .footer-contacts li {
    padding-left: 45px;
    position: relative;
    margin: 0 0 15px 0;
}

footer .footer-contacts li span {
    display: block;
    font-size: 14px;
}

footer .footer-contacts li i {
    position: absolute;
    left: 0;
    font-size: 24px;
}

footer .footer-contacts li i.fa-phone,
footer .footer-contacts li i.fa-map-marker {
    top: 10px;
    left: 3px;
    font-size: 30px;
}

footer .newsletter {
    padding-left: 0px;
}

footer .newsletter .form-control {
    padding: 0 205px 0 55px;
}

footer .newsletter form {
    position: relative;
}

footer .newsletter form i {
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 24px;
}

footer .newsletter form button {
    position: absolute;
    right: 3px;
    top: 2px;
}


.checkbox label {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 20px;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    height: 0;
    width: 0;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}