* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*@viewport {*/
/*    width: device-width ;*/
/*    zoom: 1.0 ;*/
/*}*/

/*@-ms-viewport {*/
/*    width: device-width ;*/
/*}*/

html, body {
    position: relative;
    height: 100%;
    width: 100%;
    display: grid;
    justify-self: center;
    margin: 0 auto;
    /*background:url('../img/background_pattern.png') no-repeat center center fixed;*/
    /*background-size: cover;*/
    background: #fff;
    font-family: 'Ubuntu';
    font-weight: 500;
    line-height: 1.5em;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.page-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 10px #dadada;
    -moz-box-shadow: 0px 0px 25px 10px #dadada;
    box-shadow: 0px 0px 25px 10px #dadada;


}

#result {
    width: 100%;
}

.hidden {
    display: none;
}

.search-box select, .search-box select:focus {
    border-radius: 6px;
    height: 40px;
    margin: 0 auto;
    font-size: 15px;
    padding: 8px 10px 10px 5px;
    display: block;
    border: 1px solid #C0C0C0;
}

form {
    padding-bottom: 30px;
}

/*button {*/
/*    background-color: transparent !important;*/
/*    border: none !important;*/
/*}*/

.container, .container img {
    position: relative;
    top: 0%;
    bottom: 0%;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding: 30px;
    max-width: 900px; width: 100%;
}

.form_styled {
    background-color: rgba(255, 255, 255, .8);
    background: url('../img/section_background.png') repeat-y top center;
    background-size: auto;
    height: auto;
    min-height: 100%;
}

.section_bottom {
    background-color: #ffffff;
    background: url('../img/section_background.png');
    background-position: 45% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.section_top {
    background-color: #ffffff;
    background: url('../img/section_background.png');
    background-position: 11% -10%;
    background-repeat: no-repeat;
    background-size: 250%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section_green_background {
    background-color: #ffffff;
    background: url('../img/section_green_background.png') 3% 80%;
    background-repeat: no-repeat;
    background-size: 300%;
}

.section_yellow_background {
    padding: 30px;
    margin-top: 15px;
    background: url('../../images/bg-banner.png') no-repeat;
    background-size: cover;
}

.flip_back {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*.footer {*/
/*    position: relative;*/
/*    width: 700px;*/
/*    height: auto;*/
/*    margin: 0 auto;*/
/*    !*background: url('../img/footer_no_text.png');*!*/
/*    !*background-repeat: no-repeat;*!*/
/*    !*background-size: contain;*!*/
/*    background-color: #fd339a;*/
/*    border-top: 20px solid #e51a86;*/
/*}*/

.footer p {
    font-size: 15px;
    line-height: 18px;
    text-align: center
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Ubuntu';
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.content-section-wrapper {
    background: blue;
    background: url('../../images/bg-pattern.png') no-repeat;
    background-size: cover;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 100% !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .container {
        max-width: 100% !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .container {
        max-width: 100% !important;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 100% !important;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .container {
        max-width: 100% !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .container {
        max-width: 100% !important;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 100% !important;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .container {
        max-width: 100% !important;
    }

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .container {
        max-width: 100% !important;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
    .container {
        max-width: 100% !important;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .container {
        max-width: 100% !important;
    }

}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .container {
        max-width: 100% !important;
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
    .container {
        max-width: 100% !important;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .container {
        max-width: 100% !important;
    }

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .container {
        max-width: 100% !important;
    }

}
