/*************************
*******Typography******
**************************/

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    background-color: #fff;
}
img.logo {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 3%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a8f9f;
}

h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.caption,
.caption h1 {
    text-align: center;
    color: #0db3c7;
}
.caption h1 {
    font-size: 30px;
}
caption p {
    font-size: 22px;
    padding: 10px 0 20px;
}
.caption #phone-header {
    font-size: 70px;
}
h2#actions {
    font-size: 60px;
    font-weight: bold;
    padding: 18px;
}
h3 {
    font-size: 22px;
    text-transform: uppercase;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #333;
}

.btn {
    border: 0;
    border-radius: 0;
    padding: 15px 24px;
    text-transform: uppercase;
    font-size: 14px;
    width: 200px;
}

.btn.btn-primary:hover {
    background-color: #017fb5;
}
.btn .caret {
    margin-left: 5px;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
p a i {
    margin: 0 0.5em;
}
section {
    overflow-x: hidden;
}
section {
    padding: 60px 0;
}
section#akcii {
    padding: 30px 0;
}
.heading {
    padding-bottom: 60px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}
/*************************
********Home CSS**********
**************************/

.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-right li:first-child a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-right li.active a {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand h1 {
    margin-top: 0px;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.our-services .col-sm-6:hover .service-icon {
    background-color: #006470;
}

.our-services .col-sm-6 {
    border-right: 1px solid #ddd;
}

#services .our-services .col-sm-6 {
    min-height: 400px;
}
#services .our-services .col-sm-6.to-docs {
    border-right: none;
    border-top: none;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: auto;
}
.btn-group {
    margin: 0 0 20px;
}
.our-services .col-sm-6:nth-child(3),
.our-services .col-sm-6:nth-child(4),
.our-services .col-sm-6:nth-child(5),
.our-services .col-sm-6:nth-child(6) {
    padding-top: 60px;
    min-height: 380px;
    border-top: 1px solid #ddd;
}

#akcii .our-services .col-sm-6:nth-child(even),
#services .our-services .col-sm-6:nth-child(even) {
    border-right: 0;
}
#akcii .our-services .col-sm-6:nth-child(3) {
    border-top: none;
    border-right: none;
}
.service-info h3 {
    margin-top: 35px;
    text-transform: uppercase;
    min-height: 49px;
}
#services p {
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
}
#services .service-info ul {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
.to-docs {
    margin: 20px 0px;
}
.to-docs .dropdown-menu {
    position: relative;
    float: none;
}
.open > .dropdown-toggle.btn-primary {
    float: none;
    color: #fff;
    background-color: #0a8897;
    border-color: #0a8897;
}
.to-docs .dropdown-menu > li > a {
    white-space: normal;
}
/*************************
********ourfeatures CSS*******
**************************/
#ourfeatures {
    background-color: #028fcc;
    background-image: -webkit-linear-gradient(left, #0a8f9f 0%, #0db3c7 22%);
    background-image: linear-gradient(left, #0a8f9f 0%, #0db3c7 22%);
    position: relative;
    padding: 85px 0 95px;
}
#ourfeatures .placeholder-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
#ourfeatures .placeholder-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/our-features.png);
    background-size: cover;
}
#ourfeatures .about-info ul li {
    font-size: 18px;
    text-align: left;
    margin: 15px 0px 16px 25px;
}

#ourfeatures h2 {
    margin-bottom: 40px;
}
/*************************
********vzaimodeistviye CSS*******
**************************/
#vzaimodeistviye {
    background-color: #028fcc;
    background-image: -webkit-linear-gradient(left, #0a8f9f 0%, #0db3c7 22%);
    background-image: linear-gradient(left, #0a8f9f 0%, #0db3c7 22%);
    position: relative;
    padding: 90px 0 105px;
}
#vzaimodeistviye .placeholder-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
#vzaimodeistviye .placeholder-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/shema-vzaimodeistviya.png);
    background-size: cover;
}
#vzaimodeistviye .about-info ol li {
    font-size: 22px;
    text-align: left;
    margin: 15px 0px 16px 25px;
}
#vzaimodeistviye h2 {
    margin-bottom: 40px;
}
#vzaimodeistviye .about-info {
    padding-left: 30px;
}
#vzaimodeistviye .about-info ol {
    padding-left: 23px;
}

/*************************
*******Features CSS*******
**************************/
#features {
    text-align: center;
    background-image: url(../images/features-bg.jpg);
}

#features i {
    font-size: 48px;
}

#features h2 {
    margin-bottom: 40px;
    color: #fff;
}
#features a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}
#features a:hover {
    text-decoration: none;
}
#features h3 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff;
}

#features .slider-overlay {
    opacity: 0.8;
}
/*************************
*****links CSS****
**************************/
#links h2 {
    margin-top: 32px;
    color: #0a8f9f;
}

#links p {
    font-size: 19px;
    color: #0a8f9f;
    margin: 10px 0;
    padding: 7px 0;
}

#links a {
    text-decoration: underline;
}
#links a:hover {
    text-decoration: none;
    color: #0a8f9f;
}
a.white {
    color: #fff;
}
/*************************
*****akciya CSS****
**************************/
#akciya {
    padding-top: 0px;
}
#akciya h2 {
    font-size: 30px;
}
#akciya p {
    color: #444;
    font-size: 20px;
    line-height: 1.5em;
}
#akciya .usloviya p {
    text-align: left;
    margin: 20px 5px 0px;
    line-height: 1.2em;
}
#akciya img {
    margin-top: 40px;
}
.zayavka {
    margin: 30px 0;
}
.form-control {
    height: 50px;
}
.agreement {
    display: flex;
    align-items: center;
}
input[type="checkbox"],
input[type="radio"] {
    width: 26px;
    margin: 0px 10px 0 0;
}
.btn-submit {
    width: 100%;
    height: 50px;
    border: none;
}
section#documents {
    padding: 90px 0;
}
/*************************
**********Contact CSS*****
**************************/

#contact {
    padding-top: 0px;
    padding-bottom: 0;
}
.center {
    text-align: center;
}
#contact-us {
    background-image: url(../images/contact-bg.jpg);
    padding-bottom: 90px;
}
#forma {
    padding: 10px 0;
}
#contact-us .heading {
    padding-top: 85px;
    padding-bottom: 30px;
}
.contact-info {
    padding-left: 30px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4em;
}
ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.contact-info ul li {
    margin: 20px 8px;
}
.contact-info ul li a {
    color: #fff;
}
#footer {
    color: #fff;
}

.footer-top {
    position: relative;
    padding: 30px 0 10px;
}
#footer .footer-bottom {
    background-color: #fff;
    padding: 20px 0 10px;
}
#footer .footer-bottom a:hover {
    text-decoration: underline;
}
.footer-logo {
    display: inline-block;
    margin-bottom: 5px;
}
.text-warning {
    color: #ffff00;
}

a.text-warning:hover {
    color: #ffa700;
}
.text-success {
    color: #b5ff00;
}
.text-danger {
    color: #ff723f;
}
/*Presets*/
