html {

}
body {
    background-color: #f6f6f6;
    min-width: 320px;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

ul {
    padding: 20px;
    margin: 0;
    
}
h1 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #232855;
}
h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #232855;
}
p {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    color: #242424;
}

nav {
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
#header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    min-width: 340px;
    z-index: 98;
}
#header .callback__btn {
    background-color: #fff;
}

#header .nav-item {
    text-align: center;
    width: 110px;
}
#header .navbar {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
#header .navbar a {
    display: inline-block;
    text-transform: uppercase;
    color: #232855;
    text-align: center;
    width: auto;
}
#header .navbar .nav-item:last-child a{

}
#header .nav-item.active a {
    font-weight: bold;
    border-bottom: 2px solid #ff6a16;
}
.nav-item:hover {
    font-weight: bold;
}
#header .nav-link {
    padding: 0;
}

.header-delivery-title {
    margin-right: 20px;
}
.header_callback a {
    color: #0e6f33;
    font-size: 18px;
}

.header_callback a:last-child {
    text-decoration: underline;
    margin-left: 20px;
        margin-right: 20px;
}

.header_callback a button {
    color: #0e6f33;
    font-size: 18px;
    padding: 0;
    background-color: #f6f6f6;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}

.header_callback a button:focus {
    outline: none;
}
.header_callback a button span {
    position: relative;
}
.header_callback a button span:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url("http://rollety.steko.com.ua/img/green-phone.png") no-repeat;
    background-size: 100%;
}
.header-hidden-menu ul {
    list-style-type: none;
}
.header-hidden-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.header-hidden-menu .col-sm-6 {
    padding-bottom: 10px;
    overflow: auto;
}

.header-hidden-menu-icon {
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    vertical-align: middle;
    padding: 6px;
    padding-left: 7px;
    font-size: 30px;
}
.header-hidden-menu-icon i {
    color: #c4c4c4;
}

.header-hidden-menu-callback {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    float: right;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: underline;
    background: linear-gradient(to bottom, #65ee9a, #009f5b);
}

.header-hidden-menu-box {
    background-color: #ffffff;
    left: -235px; /* прячем меню */
    top: 0;
    height: 100vh;
    position: fixed;
    width: 235px;
    border-top: solid 1px #535659;
    text-align: right;
    z-index: 9999999;
    overflow: auto !important;
}
.overlay-block {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
}
.header-hidden-menu-box-close {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
#outerdiv {
    width:756px;
    height:496px;
    overflow:hidden;
    position:relative;
}

#innerIframe {
    position:absolute;
    top:-300px;
    left:-349px;
    width:1280px;
    height:1200px;
}
.header-hidden-menu-box-menu-item {
    display: inline-block;
    width: 200px;
    height: 70px;
    line-height: 70px;
    border-bottom: solid 1px rgba(83, 86, 89, 0.2);;
    text-align: left;
    font-size: 18px;
    color: #232855;
    text-transform: uppercase;
    cursor: pointer;
}

/* MAIN BODY*/
#main-body {
    padding-top: 100px;
}
.header-box {
    position: relative;
}
.header-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.header-box-cntr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 15px;
}
.header-box-cntr-h2 {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.header-box-cntr-text {
    width: 100%;
}
.header-box-cntr-text button{
    margin: 20px 0 0 40px;
    width: 200px;
    height: 50px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #232855;
    font-size: 18px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5), 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    position: relative;
}
.header-box-cntr-text button:hover {
    padding-left: 30px;
}
.header-box-cntr-text button:hover span {
    background-color: rgba(83, 86, 89, 0.2);
    width: 100%;
}
.header-box-cntr-text button span {
    display: inline-block;
    width: 0%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.header-box-cntr-text .main-form h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
}
.header-box-cntr .form-group{
    max-width: 350px !important;
}
.header-box-cntr .main-form button {
    max-width: 350px;
    margin-top: 50px;
}
.header-box-cntr-text-discr {
    width: 100%;
    min-height: 350px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-box-cntr-text-discr p {
    color: #ffffff;
    max-width: 420px;
}
.header-box-cntr-text-discr h1 {
    color: #ffffff;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 800;
}

#header-form {
    padding: 0 !important;
    
}
#header-form select {
    background-color: #ffffff !important;
}
#header-form form {
    padding: 10px;
}
#header-form .main-body-form-btn {
    margin-bottom: 0 !important;
}
#header-row {
    margin-right: 0px;
    padding-left: 15px;
    padding-right: -15px;
    height: 100%;
}
.header-box {
    overflow: hidden;
}
.header-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.header-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.main-body-btn {
    width: 250px;
    height: 50px;
    background-color: #6cd000;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 50px !important;
    font-weight: bold;
}
.main-body-btn:hover {
    background-color: #4A8E00;
}

.main-body-discription {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 120px;
}

.main-body-discription h1 {
    margin: auto;
    width: 752px;
}

.main-body-discription p {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 55px;
    max-width: 745px;
}

.main-body-discription-block p {
    width: 262px;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
}
.main-body-discription-block img{
    width: 100%;
    max-width: 147px;
    height: auto;
}
.main-body-discription-block h3 {
    width: 262px;
    height: 70px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 45px;
    text-align: center;
    color: #232855;
}
.header-hidden-menu-callback img {



}
#btnborder {
    display: inline-block;
    border-bottom: 1px solid white;
    width: 16px;
    font-size: 22px;
}
#btnborder1 {
    display: inline-block;
    border-bottom: 1px solid green;
    width: 16px;
    font-size: 22px;
}

/* PATNERS*/
.main-body-partners {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}

.main-body-partners h1 {
    text-align: center;
    margin-bottom: 20px;
}

/* ROL SYSTEM */

.main-body-system img {
    width: 100%;
    height: auto;
}

.main-body-system {
    padding: 120px 0 120px 0;
}

.main-body-system-head {
    position: relative;
}
.hand-rotator {
    align-items: center;
}

.main-body-system-head div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.6);
}

.main-body-system-head div h1 {
    position: absolute;
    bottom: 65px;
    left: 10px;
    color: #ffffff;
}

.main-body-system-discr p {
    margin: 60px 0 0 0;

}
.justify {
    justify-content: space-between;
}

/* FORM */
.main-body-form {
    background-color: #ffffff;
    padding: 50px 0 90px 0;
}

.main-body-form p {
    font-family: Montserrat;
    margin: 40px 0 30px 0;
    font-size: 24px;
    font-weight: bold;
    color: #232855;
    max-width: 547px;
}

.main-body-form .form-group {
    max-width: 263px;
}

.main-body-form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #009F5B;
    height: 50px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    letter-spacing: 0.7px;
    color: #b0b0b0;
}
.main-body-form .form-group select {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #009F5B;
    height: 50px;
    font-family: Montserrat;
    font-size: 13px;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    letter-spacing: 0.7px;
    color: #b0b0b0;
    background-color: #ffffff;
    padding: 12px 6px 12px 6px;
}
.main_select {
    background-color: #f6f6f6 !important;
}
.main-body-form-btn button {
    max-width: 263px;
    width: 100%;
    height: 50px;
    background-color: #ff6a16;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
}
.main-body-form-btn button:hover {
    background-color: #C84800;
}
.main-body-form-textarea {
    border: none;
    border-bottom: 2px solid #009F5B;
    border-radius: 0;
}
.bottom-form h2 {
    max-width: 750px;
    margin: auto;
}
.bottom-form .form-group {
    margin-bottom: 40px;
}


/* FOOTER*/
#footer {
    background-color: #232855;
    color: #ffffff;
    padding: 20px 0 30px 0;
}

.footer {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
.footer-logo img{
    max-width: 262px;
}

.footer-navbar {
    text-align: center;
    padding-bottom: 30px;
}

.footer-navbar li {
    display: inline-block;
    width: 110px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-navbar li:first-child {
    /*margin-left: 0;*/
}

.footer-navbar li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-contacts {
    text-align: right;
}
/* MODAL */
#modal_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: none;
    z-index: 999;
    overflow: hidden;

}

#modal_pop::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';

}

.modal_pop_up {
    padding: 30px 30px 30px 30px;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
}
.mopal_pop_up_img {
    text-align: center;
}
.modal_pop_up .mopal_pop_up_img img{
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: auto;
    display: inline-block;
}


#modal_cinw_ctnr {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: none;
    z-index: 999;
    overflow: auto !important;
}

#modal_cinw_ctnr::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.modal_cinw {
    padding: 75px 100px 50px 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
}

.modal_close {
    position: absolute;
    display: inline-block;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#modal_cinw_ctnr .main-body-form {
    padding: 0;
}

#modal_cinw_ctnr input {
    height: 50px !important;
}

#modal_cinw_ctnr .main-body-form h2 {
    max-width: 547px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}
#modal_cinw_ctnr .form-group {
    margin-bottom: 40px;
}
.right-menu {
    position: fixed;
    top: 40%;
    right: 20px;
}
.right-menu-box {
    width: 48px;
    height: 48px;
    background-color: #009f5b;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 15px;
}
.right-menu-box:hover {
    background-color: #00DE7F;
}

#phone {
    width: 28px;
    height: 28px;
    margin-left: calc(50% - 14px);
    margin-top: calc(50% - 14px);
}
#map {
    width: 34px;
    height: 24px;
    margin-left: calc(50% - 17px);
    margin-top: calc(50% - 12px);
}

#totop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    display: none;
}
.language-switch {
    text-align: center;
}
.language-switch a {
    width:100%;
    height: 100%;
    display: inline-block;
    color: white;
    padding-top: 12px;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 991px) {
    .main-body-form .form-group {
        width: 100%;
    }
    .main-body-form-btn button {
        width: 100%;
    }
    .modal_cinw {
        padding: 50px 10px 0 10px;
    }
    .header-roll-box h1 {
        font-size: 25px;
    }
    .header-box-cntr .main-form button {
        margin-top: 10px;
    }
    .nav-item a{
        margin-right: 0;
    }
    .header-box-cntr-text-discr {
        min-height: 0;
    }
    .header_callback {
        text-align: center !important;
    }
}
@media (max-width: 845px) {
    .header-box-cntr-text-discr h1 {
        margin-bottom: 5px;
    }
}
@media (max-width: 845px) {
    .header {
        min-width: 0 !important;
    }
    #header-form h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .nav-item {
        min-width: 70px;
    }
    .navbar-nav {
        font-size: 12px;
    }
    #header .nav-item {
        width: 70px;
    }
    .navbar a {
        margin-right: 0px;
    }
    .navbar a img {
        width: 200px;
        height: auto;
    }
    .header-box {
        max-width: 400px;
        margin: auto;
    }
    .header-box img {
        height: auto;
    }
    .header-box img:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    .main-body-discription p {
        width: 100%;
    }

    .main-body-discription-block p {
        width: 262px;
    }

    .main-body-partners h1 {
        width: 100%;
    }

    .main-body-form .form-group {
        width: 263px;
    }

    .footer-contacts {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }
}

@media (max-width: 575px) {
    body {
        overflow-x: auto;
    }
    h1 {
        font-size: 30px;
    }
    .header-delivery-title {
        margin-right: 0;
    }
    .header_callback {
        text-align: center !important;
    }

    #header .navbar-brand {
        text-align: center;
        width: 100% !important;
    }
    .main-body-discription{
        padding: 20px 15px 70px 15px;
    }
    .main-body-discription h1, .main-body-partners h1 {
        font-size: 30px;
    }
    .main-body-discription p {
        text-align: left;
    }

    .main-body-partners img {
        width: 140px;
        height: auto;
    }

    .main-body-system {
        padding: 0 0 60px 0;
    }

    .main-body-system-discr {
        padding-left: 15px !important;
    }
    .main-body-system-discr p {
        margin: 20px 0 20px 0;
    }
    #h1_font {
        font-size: 40px !important;
        display: none;
    }

    .main-body-form p {
        width: 100%;
    }

    /*.footer-navbar li {*/
        /*margin-left: 10px;*/
    /*}*/

    .header-box-text {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .header-box-text-cntr {
        padding: 15px 20px 15px 20px;
        text-align: left;
        width: 100%;
        top: 0;
        background-color: rgba(0, 0, 0, 0);
    }

    .header-box-text-cntr-discr {
        background-color: rgba(0, 0, 0, 0);
        padding: 10px 0 10px 0;
    }

    .header-box-text-cntr-discr p {
        margin: 10px 0 0 0;
    }

    .header-box-text-cntr button {
        margin: 0;
    }
    .bottom-form h2, .bottom-form {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.1px;
        color: #232855;
    }
    .modal_cinw {
        max-width: 300px !important;
    }
    #modal_cinw_ctnr h2{
        font-size: 20px
    }
}

@media (max-width: 386px) {
    .footer-navbar li {
        width: 90px;
    }
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}