
* {
    outline: none !important;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #222;
    max-width: 1920px;
    margin: 0 auto;
}

.inline-block {
    display: inline-block;
}

.mb-5 {
    margin-bottom: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.text-bold {
    font-weight: bold;
}

.social-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.social-link:not(.social-icon-viber) {
    margin-right: 15px;
}
.social-link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

header {
    position: relative;
    min-height: 100vh;
    padding-top: 50px;
    background: transparent url(../images/bg/header.png) no-repeat top center;
    background-size: cover;
}
header .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15vh;
}
header .logo {
    display: block;
    width: 200px;
    max-width: 100%;
    box-shadow: 0 0 30px rgba(255,255,255,0.1);
}
header .social-link.social-icon-facebook {
    background-image: url(../images/socials/facebook-white.png);
}
header .social-link.social-icon-instagram {
    background-image: url(../images/socials/instagram-white.png);
}
header .social-link.social-icon-telegram {
    background-image: url(../images/socials/telegram-white.png);
}
header .social-link.social-icon-viber {
    background-image: url(../images/socials/viber-white.png);
}
header a[href^="tel"] {
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
header a[href^="tel"]:hover {
    color: #68b6c9;
    text-decoration: none;
}
header h1 {
    margin: 0 auto 5px;
    max-width: 500px;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
header h1 + p {
    margin: 0 auto;
    max-width: 700px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: lowercase;
}
@media (max-width: 767px) {
    header {
        background-image: url(../images/bg/header-mobile.png);
    }
    header .top {
        justify-content: center;
    }
    header .logo {
        width: 150px;
    }
    header h1 {
        font-size: 50px;
    }
    header h1 + p {
        font-size: 16px;
        margin-bottom: 50px;
    }
}

footer {
    position: relative;
    min-height: 100vh;
    padding: 100px 0 50px;
    background: transparent url(../images/bg/footer.png) no-repeat top center;
    background-size: cover;
}
footer .footer-content {
    display: flex;
    flex-direction: column;
}
footer .footer-contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 150px;
}
footer .footer-phones > a {
    display: block;
    margin-bottom: 5px;
    color: #135e94;
    font-size: 24px;
    font-weight: 500;
}
footer .footer-phones > a:hover {
    color: #fff;
    text-decoration: none;
}
footer .footer-socials .address {
    color: #135e94;
    font-size: 24px;
    font-weight: 500;
}
footer .footer-logo > img {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    float: right;
}
footer .social-link {
    width: 30px;
    height: 30px;
}
footer .social-link:not(.social-icon-viber) {
    margin-right: 30px;
}
footer .social-link.social-icon-facebook {
    background-image: url(../images/socials/facebook-blue.png);
}
footer .social-link.social-icon-instagram {
    background-image: url(../images/socials/instagram-blue.png);
}
footer .social-link.social-icon-telegram {
    background-image: url(../images/socials/telegram-blue.png);
}
footer .social-link.social-icon-viber {
    background-image: url(../images/socials/viber-blue.png);
}
@media (max-width: 1199px) {
    footer {
        padding-top: 70px;
    }
}
@media (max-width: 991px) {
    footer {
        min-height: auto;
        padding: 50px 0 30px;
    }
    footer .footer-content {
        flex-direction: column-reverse;
    }
    footer .footer-logo > img {
        float: none;
        margin-bottom: 50px;
    }
    footer .footer-contacts {
        flex-direction: column;
        margin-bottom: 0;
    }
    footer .footer-phones {
        margin: 0 auto 15px;
        text-align: center;
    }
    footer .footer-socials {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
    }
    footer .footer-socials .address {
        margin-bottom: 30px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    footer {
        background-image: url(../images/bg/footer-mobile.png);
    }
    footer .footer-logo > img {
        width: 200px;
    }
}

.video-link {
    display: block;
    position: relative;
    background-color: #68b6c9;
}
.video-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 97px;
    height: 73px;
    margin: auto;
    background: transparent url(../images/icons/play.png) no-repeat center;
    background-size: cover;
}
.video-link > img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.video-link:hover:after {
    transform: scale(1.05);
}
@media (max-width: 767px) {
    .video-link:after {
        width: 48px;
        height: 36px;
    }
}

.section-advantages {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.section-advantages .section-title {
    margin: 0 0 50px;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.advantage-item {
    display: block;
    position: relative;
    max-width: 250px;
    margin: 0 auto 30px;
    font-size: 20px;
    text-align: center;
}
.advantage-item:before {
    content: "";
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.advantage-item.advantage-icon-1:before {
    background-image: url(../images/advantages/1.png);
}
.advantage-item.advantage-icon-2:before {
    background-image: url(../images/advantages/2.png);
}
.advantage-item.advantage-icon-3:before {
    background-image: url(../images/advantages/3.png);
}
.advantage-item.advantage-icon-4:before {
    background-image: url(../images/advantages/4.png);
}
.advantage-item.advantage-icon-5:before {
    background-image: url(../images/advantages/5.png);
}
.advantage-item.advantage-icon-6:before {
    background-image: url(../images/advantages/6.png);
}
.advantage-item.advantage-icon-7:before {
    background-image: url(../images/advantages/7.png);
}
.advantage-item.advantage-icon-8:before {
    background-image: url(../images/advantages/8.png);
}
@media (max-width: 767px) {
    .section-advantages {
        padding: 30px 0;
    }
    .section-advantages .section-title {
        margin-bottom: 30px;
    }
    .advantage-item {
        font-size: 16px;
    }
    .advantage-item:before {
        width: 80px;
        height: 80px;
    }
}

.section-description {
    position: relative;
    padding: 50px 0;
    background-color: #dedede;
}
.section-description:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #dedede url(../images/bg/default.png) no-repeat left center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .section-description {
        padding-bottom: 0;
    }
    .section-description:after {
        position: relative;
        width: 100%;
        height: 500px;
        margin-top: 30px;
    }
    .section-description p {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .section-description {
        padding: 30px 0 0;
    }
    .section-description:after {
        height: 250px;
    }
}

.section-video {
    padding: 50px 0;
    background-color: #f7f7f7;
}
@media (max-width: 1199px) {
    .section-video p {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .section-video {
        padding: 30px 0;
    }
}

.section-material {
    padding: 0 0 50px;
    background-color: #f7f7f7;
}
.section-material .section-header {
    padding: 15px 0;
    margin-bottom: 50px;
    background-color: #68b6c9;
}
.section-material .section-header .section-title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.section-material .section-header .section-title + p {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
}
.material-item {
    display: block;
    position: relative;
    max-width: 250px;
    margin: 0 auto 30px;
    font-size: 20px;
    text-align: center;
}
.material-item:before {
    content: "";
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.material-item.material-icon-1:before {
    background-image: url(../images/material/1.png);
}
.material-item.material-icon-2:before {
    background-image: url(../images/material/2.png);
}
.material-item.material-icon-3:before {
    background-image: url(../images/material/3.png);
}
.material-item.material-icon-4:before {
    background-image: url(../images/material/4.png);
}
.material-item.material-icon-5:before {
    background-image: url(../images/material/5.png);
}
.material-item.material-icon-6:before {
    background-image: url(../images/material/6.png);
}
.material-item.material-icon-7:before {
    background-image: url(../images/material/7.png);
}
.material-item.material-icon-8:before {
    background-image: url(../images/material/8.png);
}
@media (max-width: 767px) {
    .section-material {
        padding-bottom: 30px;
    }
    .section-material .section-header {
        margin-bottom: 30px;
    }
    .section-material .section-header .section-title {
        font-size: 24px;
    }
    .section-material .section-header .section-title + p {
        font-size: 20px;
    }
    .material-item {
        font-size: 16px;
    }
    .material-item:before {
        width: 80px;
        height: 80px;
    }
}

.section-features {
    padding: 50px 0;
    background-color: #e1f1f4;
}
.section-features .section-title {
    padding: 0;
    margin: 0 0 50px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 120px;
    padding-left: 120px;
    margin-bottom: 30px;
    border: 2px solid #68b6c9;
    border-radius: 15px;
}
.feature-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}
.feature-item.feature-icon-color {
    height: 160px;
    padding-top: 15px;
    justify-content: flex-start;
}
.feature-item.feature-icon-color:before {
    top: 15px;
    background-image: url(../images/features/color.png);
}
.feature-item.feature-icon-1:before {
    background-image: url(../images/features/1.png);
}
.feature-item.feature-icon-2:before {
    background-image: url(../images/features/2.png);
}
.feature-item.feature-icon-3:before {
    background-image: url(../images/features/3.png);
}
.feature-item.feature-icon-4:before {
    background-image: url(../images/features/4.png);
}
.feature-item.feature-icon-5:before {
    background-image: url(../images/features/5.png);
}
.feature-item.feature-icon-6:before {
    background-image: url(../images/features/6.png);
}
.feature-item > .name {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.feature-item.feature-icon-color > .name {
    margin-bottom: 5px;
}
.feature-item > .value {
    display: block;
    font-size: 20px;
}
.feature-item > dl {
    margin: 0;
}
.feature-item > dl > div:not(:last-child) {
    margin-bottom: 5px;
}
.feature-item > dl dt {
    width: 140px;
    font-size: 16px;
    text-align: left;
}
.feature-item > dl dd {
    margin-left: 140px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .section-features {
        padding: 30px 0;
    }
    .section-features .section-title {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .feature-item {
        height: 130px;
        padding-left: 0;
    }
    .feature-item:before {
        position: relative;
        width: 50px;
        height: 50px;
        left: 0;
        right: 0;
        margin: 0 auto 5px;
    }
    .feature-item.feature-icon-color {
        height: auto;
        padding: 15px 10px;
    }
    .feature-item.feature-icon-color:before {
        top: auto;
        margin-bottom: 10px;
    }
    .feature-item > .name {
        font-size: 16px;
        text-align: center;
    }
    .feature-item > .value {
        font-size: 16px;
        text-align: center;
    }
    .feature-item.feature-icon-color > .name {
        font-size: 16px;
        text-align: center;
    }
    .feature-item > dl dt {
        width: 50%;
        float: left;
        padding-left: 20px;
        font-size: 14px;
    }
    .feature-item > dl dd {
        margin-left: 50%;
        font-size: 14px;
    }
}

.section-form {
    padding: 30px 0;
    background-color: #f7f7f7;
}

form {
    padding: 30px;
    background-color: #eaf1fb;
    border: 2px solid #68b6c9;
    border-radius: 10px;
}
form .title {
    display: block;
    margin-bottom: 30px;
    color: #68b6c9;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
form .form-info {
    color: #555;
    font-weight: 500;
}
form button[type="submit"] {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #68b6c9;
    border-radius: 2px;
    text-transform: uppercase;
}
form button[type="submit"]:hover {
    color: #fff;
    background-color: #135e94;
}
.form-control {
    border-color: #68b6c9;
    border-radius: 2px;
    border-width: 2px;
    background-color: #f7f7f7;
}


#scrollUp {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    color: #fff;
    font-family: "Glyphicons Halflings";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50%;
    background-color: #68b6c9;
    text-align: center;
    text-decoration: none !important;
    opacity: 0.7;
}
#scrollUp:before {
    content: "\e113";
}
#scrollUp:hover {
    opacity: 1;
}
