* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus,
:active {
    /*outline: none;*/
}

a:focus,
a:active {
    /* outline: none;*/
}

/* Links */

a,
a:link,
a:visited {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    height: 100vh;
    background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

/* ------------------------------------------------------------ */

.wrapper {
    padding: 40px 15px;
}

.main {}

.main__img {}

.main__text {
    padding: 20px 0;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 37px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
}

.main__text span {
    color: #F29200;
}

.main__box {
    margin-top: 50px;
    color: #FFFFFF;
}

.main__subtitle {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 5px;
}

.main__btn {
    background: #F29200;
    border-radius: 15px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    width: 300px;
    height: 55px;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

@media (orientation: portrait) and (max-width:550px) {
    .main__img img {
        width: 350px;
    }
    .main__text {
        font-size: 28px;
    }
}

@media (orientation: portrait) and (max-width:370px) {
    .main__btn {
        width: 100%;
    }
}

@media (orientation: portrait) and (max-height:500px) {
    .main__img img {
        width: 350px;
    }
    .wrapper {
        padding: 20px 15px;
    }
    .main__box {
        margin-top: 15px
    }
}

@media (orientation: portrait) and (min-height:700px) {
    .main__box {
        margin-top: 95px;
    }
}

@media (orientation: landscape) and (max-height:650px) {
    .main__img img {
        width: 350px;
    }
    .main__text {
        padding: 7px 0;
        font-size: 28px;
    }
    .main__box {
        margin-top: 25px;
    }
}

@media (orientation: landscape) and (max-height:650px) {
    .wrapper {
        padding: 20px 15px;
    }
    .main__img img {
        width: 265px;
    }
    .main__text {
        font-size: 22px;
    }
    .main__box {
        margin-top: 15px;
    }
}

@media (orientation: landscape) and (max-height:360px) {
    .main__img img {
        display: none;
    }
    .main__box {
        margin-top: 30px;
    }
}

/* @media (orientation: portrait) and (max-width:600px){
    .main__img img{
        width: 200px;
    }
    .main__text{
        font-size: 28px;
    }
}
@media (orientation: portrait) and (max-width:400px){
    .main__btn{
        width: 100%;
    }
}
@media (orientation: portrait) and (max-height:600px){
    .main__img img {
        width: 100px;
    }
    .main__btn{
        margin-top: 35px;
    }
}
@media (orientation: landscape) and (max-height:650px){
    .main__img img {
        width: 150px;
    }
    .main__text{
        font-size: 26px;
        padding:15px 0;
    }
    .main__btn{
        margin-top: 30px;
    }
}
@media (orientation: landscape) and (max-height:450px){
    .main__img img {
        width: 90px;
    }
    .main__text{
        font-size: 20px;
    }
    .wrapper{
        padding: 20px 15px;
    }
}
@media (orientation: landscape) and (max-height:320px){
.main__img{
    display: none;
}
} */