/* Global settings */

body {
    font-family: 'Roboto';
    overflow-y: scroll;
    font-size: 16px;
    background: #fff;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat';
    display: block;
    width: 100%;
}

h2.section-title {
    margin: 0 0 30px 0;
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
@media (min-width: 768px) {
    h2.section-title {
        font-size: 35px;
    }
}
@media (min-width: 992px) {
    h2.section-title {
        font-size: 50px;
    }
}

p.section-description {
    text-align: center;
    color: #777;
}

img.img-centred {
    display: block;
    margin: 0 auto;
}

a,
a:visited {
    color: #fd776c;
    text-decoration: none;
    transition: all 0.3s
}

a:hover,
a:focus,
a:active {
    color: #fd776c;
    text-decoration: none;
    transition: all 0.3s
}

.section-sm, .section-md, .section-lg, .section-xl, .section-146, .section-154 {
    padding: 30px 0;
}
@media (min-width: 768px) {
    .section-lg {
        padding: 50px 0;
    }
}
@media (min-width: 992px) {
    .section-lg {
        padding: 100px 0;
    }
}


/* =============== */

/* ===== SCROLL TO TOP ===== */

#topcontrol {
    z-index: 9999;
    margin: 0 50px 50px 0;
    width: 42px;
    height: 26px;
    display: block;
    background: url('../images/up.png') no-repeat left 0px;
}

#topcontrol:hover {
    background-position: 0 bottom;
}

/* =============== */

.mob-only-inline {
    display: inline;
}
@media (min-width: 768px) { .mob-only-inline { display: none; } }

.mob-only-block {
    display: inline;
}
@media (min-width: 768px) { .mob-only-block { display: none; } }

/* =============== */

/* ===== Panel ===== */

.panel {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
    margin: 0 0 30px 0;
}

/* =============== */



/* ===== Main Menu ===== */

.navbar {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    transition: 0.3s all;
}
@media (min-width: 992px) {
    .navbar {
        background: transparent;
        transition: 0.3s all;
    }
}

.navbar.scrolling {
    background: #fff;
    box-shadow: 0 0 10px 0 #333;
    transition: 0.3s all;
}

.navbar-light .navbar-toggler {
    color: rgb(253, 119, 108);
    border: 2px solid rgb(253, 119, 108);
    margin: 0 15px 0 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:visited {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
    color: #fd776c;
}

.navbar .container {
    padding: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding: 0 0 0 15px;
}

.navbar-brand img {
    height: 60px;
}

.dropdown-item,
.dropdown-item:visited {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    color: #fd776c;
}

.nav-link img {
    width: 20px;
    height: 20px;
    margin: 7px 0 13px 0;
    display: inline-block;
}

.navbar-light .nav-link.phone,
.navbar-light .nav-link.email,
.navbar-light .nav-link.phone:visited,
.navbar-light .nav-link.email:visited {
    font-size: 20px;
    color: #fd776c;
    font-family: montserrat;
}

#navbarSupportedContent {
    padding: 0px 20px;
    background: rgb(255, 255, 255);
}
@media (min-width: 992px) { #navbarSupportedContent { background: transparent; } }

/* ===== Main Menu (The End) ===== */



/* ===== Header ===== */



/* ===== Header (The End) ===== */



/* ===== SLIDER ===== */

#slider {
    background: #fff;
    background: url(/public/themes/strelets/images/home-bg-01.jpg) left top no-repeat, linear-gradient(to bottom, #fff, #eee);
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 60px 0 0 0;
    min-height: 710px;
    text-align: center;
}
@media (min-width: 768px) { #slider { display: block; } }

#slider img {
    width: 100%;
}

#slider h1 {
    margin: 30px 0 30px 0;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
@media (min-width: 992px) {
    #slider h1 {
        font-size: 60px;
        margin: 120px 0 50px 0;
    }
}

#slider h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #fff;
}

#slider p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #fff;
}

@media (min-width: 768px) {
    #slider h1 { color: #222; }
    #slider h2 { color: #555; }
    #slider p { color: #555; }
}

#slider .image-before { display: none; }
#slider .image-after { display: block; }
@media (min-width: 768px) {
    #slider .image-before { display: block; }
    #slider .image-after { display: none; }
}

#slider .open_modal {
    display: inline-block;
    min-width: 280px;
    margin: 10px 10px 50px 10px;
    padding: 20px 44px;
    font-size: 22px;
    border: 3px solid #fff;
    border-radius: 35px;
    color: #fff;
    box-shadow: 0 5px 23px 0 #fd776c;
    background: #fd776c;
    transition: 0.3s all;
}

#slider .open_modal:hover {
    box-shadow: 0 16px 35px 0 #fd776c;
    transition: 0.3s all;
}

#slider .modal_div {
    margin: 0;
    margin-left: -150px;
    width: 300px;
    height: auto;
    border-radius: 5px;
    border: none;
    background: #fff;
    position: fixed;
    top: 80px;
    left: 50%;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 45px 10px;
    box-shadow: 0 0 20px 0 #000;
}
@media (min-width: 425px) {
    #slider .modal_div {
        margin: 0;
        margin-left: -200px;
        width: 400px;
    }
}
@media (min-width: 768px) {
    #slider .modal_div {
        margin: 0;
        margin-left: -300px;
        width: 600px;
    }
}

#slider form input {
    margin: 0 0 20px 0;
    background: #dbffee;
    border: 1px solid #aaa;
}

#slider .mforms_field button[type="submit"] {
    margin: 0;
    padding: 7px 30px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    box-shadow: 0 5px 17px 0 #fd776c;
    background: #fd776c;
    transition: 0.3s all;
}

#slider .modal_close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px 0 #fd776c;
    background: #fd776c;
}

/* ===== Slider (The End) ===== */



/* ===== Section Features ===== */

#features {
    text-align: center;
}

#features .row-45 {
    padding: 50px 0 0 0;
}

#features h3 {
    font-size: 16px;
    color: #fd776c;
}

#features p {
    font-size: 14px;
    color: #777;
}

/* ===== Section Features (The End) ===== */



/* ===== Section Services ===== */

#services {
    background: #efefef;
    text-align: center;
}

#services h2 {
    
}

#services .service img {
    
}

#services h3 {
    font-size: 24px;
    margin: 10px 0;
}

#services h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #fd776c;
}

#services p {
    font-size: 14px;
    color: #777;
}

/* ===== Section Services (The End) ===== */



/* ===== Section Equipment ===== */

#equipment {
    background: #efefef;
    text-align: center;
    padding: 0 0 50px 0;
}

#equipment h2 {
    
}

#equipment .service img {
    
}

#equipment h3 {
    font-size: 24px;
    margin: 10px 0;
}

#equipment h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #fd776c;
}

#equipment p {
    font-size: 14px;
    color: #777;
}

/* ===== Section Equipment (The End) ===== */



/* ===== Section GetInfo ===== */

#getInfo {
    background: url('/public/themes/strelets/images/home-bg-06.jpg') top left no-repeat;
    min-height: 500px;
}
@media (min-width: 768px) {
    #getInfo {
        background: url('/public/themes/strelets/images/home-bg-06.jpg') top center no-repeat;
    }
}

#getInfo .left {
    min-height: 500px;
    padding: 50px 15px;
}

#getInfo .left h2 {
    color: #fff;
}

#getInfo .left h3 {
    font-size: 40px;
    color: #99ced3;
    font-weight: bold;
    margin: 0 0 50px 0;
}
@media (min-width: 992px) {
    #getInfo .left h3 {
        font-size: 60px;
    }
}

#getInfo .left h4 {
    color: #fff;
}

#getInfo .left ul {
    list-style: disc;
    color: #fff;
    font-size: 18px;
}

#getInfo .right {
    min-height: 500px;
    padding: 50px 15px;
}

#getInfo .right h2 {
    color: #fd776c;
    margin: 0 0 40px 0;
}

#getInfo form input {
    margin: 0 0 30px 0;
    background: #fff1f0;
    box-shadow: 0 2px 5px #ddd, inset 0 2px 5px #ddd;
    border: 2px solid #fff;
}

#getInfo button[type="submit"] {
    margin: 0;
    padding: 7px 30px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    box-shadow: 0 5px 17px 0 #fd776c;
    background: #fd776c;
    transition: 0.3s all;
}

/* ===== Section GetInfo (The End) ===== */



/* ===== Section Documents ===== */

#documents {
    padding: 30px 0;
    background-color: #fff;
    background: url('/public/themes/strelets/images/bg-1.png') top center no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    #documents {
        padding: 120px 0;
    }
}

#documents h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}
@media (min-width: 768px) { #documents h2 { font-size: 48px; } }

#documents .thumbnail {
    padding: 25px;
    margin: 0 0 30px 0;
    border: none;
    border-radius: 0;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    /*
    background-color: rgb(255, 118, 108);
    color: #eee;
    border-radius: 20px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 #ff766c;
    */
}

#documents .thumbnail.img {
    padding: 0;
}

#documents .col-sm-6:first-child .thumbnail,
#documents .col-sm-6:first-child .thumbnail h3,
#documents .col-sm-6:first-child .thumbnail p {
    text-align: right;
}
#documents .col-sm-6:last-child .thumbnail,
#documents .col-sm-6:last-child .thumbnail h3,
#documents .col-sm-6:last-child .thumbnail p {
    text-align: left;
}

#documents .thumbnail h3 {
    color: #fd776c;
    min-height: 44px;
    font-size: 22px;
}

#documents .thumbnail .caption p,
#documents .thumbnail .caption ul {
    color: #333;
    display: block;
    overflow: hidden;
}

#documents .thumbnail ul {
    color: #333;
    min-height: 200px;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

#documents .thumbnail ul li {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}

#documents .thumbnail strong {
    font-size: 16px;
}

#documents .thumbnail ul li a {
    color: #333;
}

/* ===== Section Equipment (The End) ===== */



/* ===== Section Offer ===== */

#offer {
    background: #fd776c;
    text-align: center;
    background: url('/public/themes/strelets/images/home-bg-03.jpg') top center no-repeat;
    background-size: cover;
    min-height: 200px;
    padding: 50px 0 0 0;
}

#offer h2 {
    color: #fff;
}

#offer .service img {
    
}

#offer h3 {
    font-size: 24px;
    margin: 10px 0;
    color: #fff;
}

#offer h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #fff;
}

#offer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#offer a.button {
    display: inline-block;
    min-width: 280px;
    margin: 10px 10px 50px 10px;
    padding: 20px 44px;
    font-size: 22px;
    border: 3px solid #fff;
    border-radius: 35px;
    color: #fff;
    box-shadow: 0 5px 23px 0 #fd776c;
    background: #fd776c;
    transition: 0.3s all;
}

#offer a.button {
    box-shadow: 0 16px 35px 0 #fd776c;
    transition: 0.3s all;
}

/* ===== Section Offer (The End) ===== */



/* ===== Section Objects ===== */

#objects {
    background: #f5f5f5;
    text-align: center;
}
@media (min-width: 768px) {
    #objects { text-align: left; }
}


#objects h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

#objects p {
    font-size: 14px;
    color: #777;
}

/* ===== Section Objects (The End) ===== */



/* ===== Section Strelets ===== */

#strelets {
    background: url('/public/themes/strelets/images/home-bg-02.jpg') top center no-repeat;
    background-size: cover;
    min-height: 500px;
    color: #fff;
    overflow: hidden;
}
@media (min-width: 768px) {
    #strelets {
        
    }
}

#strelets h2.section-title {
    color: #fff;
    text-align: center;
}

#strelets h3 {
    color: #fff;
    text-align: center;
}

#strelets p {
    text-align: center;
}

#strelets ul {
    padding: 40px 0 0 0;
}

#strelets ul li {
    padding: 0 0 15px 40px;
    font-size: 15px;
    position: relative;
    list-style: none;
}

#strelets ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background: url('/public/themes/strelets/images/ok.png') top left no-repeat;
}

/* ===== Section Strelets (The End) ===== */



/* ===== Section OurFeatures ===== */

#ourFeatures {
    background: url('/public/themes/strelets/images/bg-1.png') top center no-repeat;
    background-size: cover;
    min-height: 500px;
    color: #333;
    overflow: hidden;
    text-align: center;
}

#ourFeatures .feature {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    min-height: 330px;
}

#ourFeatures h3 {
    font-size: 24px;
    margin: 10px 0;
}

#ourFeatures h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #fd776c;
}

#ourFeatures p {
    font-size: 14px;
    color: #777;
}



/* ===== Section OurFeatures (The End) ===== */



/* ===== Section GetInfo2 ===== */

#getInfo2 {
    background: url('/public/themes/strelets/images/home-bg-06.jpg') top left no-repeat;
    min-height: 500px;
}
@media (min-width: 768px) {
    #getInfo2 {
        background: url('/public/themes/strelets/images/home-bg-06.jpg') top center no-repeat;
    }
}

#getInfo2 .left {
    min-height: 500px;
    padding: 50px 15px;
}

#getInfo2 .left h2 {
    color: #fff;
    margin-bottom: 30px;
}

#getInfo2 .left p {
    color: #fff;
    font-size: 18px;
}

#getInfo2 .right {
    min-height: 500px;
    padding: 50px 15px;
}

#getInfo2 .right h2 {
    color: #fd776c;
    margin: 0 0 20px 0;
}

#getInfo2 .right h3 {
    font-size: 16px;
    color: #777;
    margin: 0 0 20px 0;
}

#getInfo2 form input {
    margin: 0 0 30px 0;
    background: #fff1f0;
    box-shadow: 0 2px 5px #ddd, inset 0 2px 5px #ddd;
    border: 2px solid #fff;
}

#getInfo2 button[type="submit"] {
    margin: 0;
    padding: 7px 30px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    box-shadow: 0 5px 17px 0 #fd776c;
    background: #fd776c;
    transition: 0.3s all;
}

/* ===== Section GetInfo2 (The End) ===== */



/* ===== MAIN ===== */

main {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

/* ===== Main (The End) ===== */



/* ===== FOOTER ===== */

footer {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #999;
    text-align: center;
}
@media (min-width: 992px) {
    footer { text-align: left; }
}
    
footer a {
    font-family: Montserrat;
    font-size: 20px;
    color: #777;
}

footer h3 {
    margin-top: 0;
    font-weight: normal;
}
@media (min-width: 992px) {
    footer h3 { margin-top: 50px; }
}

footer img {
    max-width: 100%;
}
/* ===== Footer (The End) ===== */


