:root {
    --font-: 'Montserrat', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

body {
  margin: 0;
  font-size: 16px;
  font-family: var(--font-);
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}
a {
  background-color: transparent;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}
button {
    outline: 0;
    border: 0;
    background-color: transparent;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}
button,
input { 
  overflow: visible;
}
button,
select { 
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
[hidden] {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #d4d4d4;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus {
    outline: none;
    border: 0;
}
header {
    width: 100%;
    background-color: #000;
}
.top {
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
    margin-bottom: 40px;
}
.top__content {
    width: 100%;
    max-width: 1248px;
    height: 90px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top__image {
    height: 65px;
    width: auto;
}
.top__login {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.2);
    background-image: url(../img/background.jpg);
    background-position: center;
    background-size: cover;
    background-color: transparent;
    width: 120px;
    height: 45px;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-wrap: 10px;
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #c50402;
}
.top__login:hover, .top__login:focus, .top__login:active {
    background-image: url(../img/background.jpg);
    box-shadow: 0 0 2px #fbbbba;
}
.top__fa {
    font-size: 1.2rem;
    color: #fff;
    margin-left: 10px;
}
.background {
    width: 100%;
    max-width: 1248px;
    height: 619px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.background__mobilebuttons {
    display: none;
}
.background__girl {
    width: auto;
    height: 619px;
    position: relative;
    overflow: hidden;
}
.background__girlimg {
    width: auto;
    height: 619px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.background__form {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}
.background__titlemobile, .background__mobileimglogoinside, .background__fa {
    display: none;
}
.background__contentform {
    background-color: rgba(255, 255, 255, .6);
    padding: 15px 15px 15px 140px;
    border-radius: 5px;
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
}
.background__line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.background__label {
    font-size: 1.725rem;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 7px;
}
.background__input, .background__inputregion {
    border: 0;
    outline: 0;
    width: 301px;
    height: 44px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fff !important;
}
.background__input:focus, .background__inputregion:focus {
    border: 1px solid #ff4f89;
    box-shadow: 0 0 3px #ff4f89;
}
.background__submit {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.2);
    background-image: url(../img/green-bg.png) !important;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    width: 305px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: 10px;
    text-align: center;
    font-size: 1.475rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-bottom: 2px solid #1a6d06;
    cursor: pointer;
}
.background__submit:hover, .background__submit:focus, .background__submit:active {
    box-shadow: 0 0 3px #1e7d05;
}
.linejoin {
    width: 100%;
    height: 114px;
    background-image: url(../img/footer_border.png);
    background-repeat: repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linejoin__link {
    width: 409px;
    height: 78px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.1125rem;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(209, 79, 0, 0.75);
    background-color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border: 0;
    transition: 0.05s;
}
.linejoin__link:hover {
    background-color: rgba(0, 0, 0, .9);
}
.blackbackground {
    background-color: #000;
    width: 100%;
}
.features {
    width: 100%;
    max-width: 1248px;
    height: 60px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    font-size: 1.075rem;
    color: #fff;
}
.features .features__first, .features .features__second, .features .features__last {
    display: flex;
    align-items: center;
}
.features .features__first img, .features .features__second img, .features .features__last img {
    margin-right: 10px ;
}
.wrapper {
    width: 100%;
    padding: 45px 10px 0;
}
.wrapper__device {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.125rem;
    font-weight: 500;
    color: #337ab7;
}
.wrapper__mobile {
    height: 70px;
    width: auto;
    margin-right: 20px;
}
.wrapper__strong {
    color: #04af67;
    font-style: italic;
}
.wrapper__link {
    color: #04af67;
    font-style: italic;
    text-decoration: none;
    font-weight: 700;
}
.wrapper__link:hover {
    text-decoration: underline;
}

/* Carousel images girls */
.carousel {
    width: 100%;
    max-width: 1248px;
    margin: 45px auto;
    padding: 0 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.carousel .swiper-wrapper .swiper-slide img {
    width: 14.286%;
    height: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    max-width: 1190px;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 1190px;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 51px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 51px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../img/arrowleft.png");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/arrow.png");
    right: 10px;
    left: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* End carousel images girls */

.buttoncenter {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}
.top--enter {
    text-transform: uppercase;
    width: 168px;
    height: 35px;
    font-size: 1.2125rem;
    font-weight: 700;
}
.top--enter:hover, .top--enter:active, .top--enter:focus {
    box-shadow: 0 0 2px #c50402;
}

/* Dlider opinions styles */
.slideropinions {
    margin: 0 0 35px 0;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 1245px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 30px;
    overflow: hidden;
}
.slider ul {
    list-style: none;
}
.slides {
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
    height: 100%;
    float: left;
    clear: none;
}
.contentslide {
    background-color: #f9f9f9;
    box-shadow: 0 0 4px rgba(0, 0, 0 , .2);
    padding: 30px 60px;
    width: 95%;
    margin: 10px auto;
}
.slide h4 {
    font-size: 2rem;
    font-weight: 700;
}
.slide .slideinner {
    padding: 20px 0;
    font-size: 1.175rem;
    font-style: italic;
    font-weight: normal;
    line-height: 150%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e5e5e5;
}
.slide .slideauthor {
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 20px;
    text-align: right;
}
.slider-nav {
    position: absolute;
    bottom: 0px;
}
.slider-nav__item {
    width: 15px;
    height: 15px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #161618;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    opacity: 0.5;
}
.slider-nav__item:hover { background: #ff4f89; opacity: 1; }
.slider-nav__item--current, .slider-nav__item--current:hover { background: #ff4f89; opacity: 1;}
/* End slider opinions styles */

.details {
    width: 100%;
    max-width: 1205px;
    margin: 0 auto;
    padding: 0 10px;
}
.details__title {
    margin: 45px 0 30px;
    font-size: 2.25rem;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}
.details__strong {
    color: #ff4f89;
    font-weight: 800;
}
.details__features {
    display: grid;
    grid-gap: 40px 30px;
    grid-template-columns: repeat(2, 33%) auto; 
    grid-template-rows: repeat(2, auto);
}
.details__feature {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.details__imgcontent {
    background-color: #eee;
    width: 212px;
    height: 212px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details__img {
    width: 122px;
    height: auto;
}
.details__big {
    margin: 10px 0;
    text-align: center;
    font-size: 1.875rem;
    color: #ff4f89;
    font-weight: 700;
    font-style: italic;
}
.details__small {
    text-align: center;
    color: #474747;
    font-weight: 500;
    line-height: 1.25rem;
}
.freedetails {
    width: 100%;
    max-width: 1205px;
    margin: 55px auto;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: repeat(2, auto) 27px;
    grid-template-areas:    "title title"
                            "content1 content2"
                            "gridbottom gridbottom";
}
.freedetails__title {
    grid-area: title;
    background-color: #ebebeb;
    padding: 5px 0;
    text-align: center;
    font-size: 2.25rem;
    color: #ff4f89;
    font-weight: 800;
    text-transform: uppercase;
}
.freedetails__left {
    grid-area: content1;
    border-right: 3px solid #ebebeb;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}
.freedetails__l1 {
    font-size: 1.675rem;
    color: #04af67;
    font-weight: 600;
    margin-bottom: 3px;
}
.freedetails__l2 {
    font-size: 3.75rem;
    color: #464646;
    font-weight: 700;
    margin-bottom: 3px;
}
.freedetails__l3 {
    color: #d95714;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}
.freedetails__l3:hover {
    text-decoration: underline;
}
.freedetails__right {
    grid-area: content2;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}
.freedetails__jointitle {
    text-align: center;
    font-size: 1.375rem;
    color: #464646;
    font-weight: 700;
    margin-bottom: 20px;
}
.freedetails__list {
    width: 90%;
    margin: 0 auto;
    list-style-type: none;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, auto);
}
.freedetails__elementlist {
    color: #464646;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.freedetails__style {
    margin-right: 10px;
    height: 21px;
    width: auto;
}
.freedetails__bottom {
    grid-area: gridbottom;
    background-color: #ebebeb;
}
footer {
    width: 100%;
    background-color: #000;
}
.linefinalwrapper {
    width: 100%;
    background-image: url(../img/footer_border.png);
    background-repeat: repeat;
    background-position: center center;
    height: 63px;
}
.backgroundbottom {
    width: 100%;
    max-width: 1058px;
    height: 584px;
    margin: 0 auto;
    background-image: url(../img/footer_girl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.backgroundbottom__footerline {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
}
.backgroundbottom__find {
    padding: 7px 24px;
    background-color: rgba(255, 255, 255, .7);
    font-size: 3.675rem;
    font-weight: 500;
    font-style: italic;
}
.backgroundbottom__strong {
    font-weight: 700;
}
.backgroundbottom__joinnow {
    display: inline-block;
    padding: 4px 24px 7px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .7);
    font-size: 1.375rem;
    font-weight: 500;
}
.backgroundbottom__submit--footer {
    width: auto;
    height: auto;
    background-image: url(../img/green-bgfooter.png) !important;
    border-bottom: 2px solid #104d02;
    padding: 15px 131px;
}
.backgroundbottom__linktotop {
    color: rgba(255, 255, 225, 1);
    font-size: 3.1875rem;
}
.footerwrapper {
    width: 100%;
    border-top: 1px solid #fff;
}
.footerwrapper:before {
  position: absolute;
  display: block;
  content: '';
  border-top: 1px solid #555;
  width: 100%;
}
.footerwrapper__content {
    width: 100%;
    max-width: 1248px;
    height: 60px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerwrapper__menu {
    list-style-type: none;
    display: flex;
}
.footerwrapper__element {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.footerwrapper__link {
    color: #fff;
    text-decoration: none;
}
.footerwrapper__link:hover {
    text-decoration: underline;
}
.footerwrapper__element:first-child {
    padding-left: 0;
}
.footerwrapper__element:last-child {
    border-right: 0;
}
.footerwrapper__copyright {
    display: flex;
    align-items: center;
}
.footerwrapper__span {
    display: block;
    margin-right: 20px;
    color: #fff;
}
.footerwrapper__logo {
    height: 35px;
    width: auto;
    cursor: pointer;
}
.cd-top {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    position: fixed;
    bottom: 16px;
    right: 67px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(237, 113, 158, 0.8) url(../img/cd-top-arrow.png) no-repeat center 50%;
    background-size: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-top--fade-out {
    opacity: .5;
}
.cd-top:hover {
    background-color: #ff4f89;
    opacity: 1;
}
@media only screen and (max-width: 1248px) {
    .features {
        padding: 20px 10px;
        flex-direction: column;
        height: auto;
    }
    .features__second {
        padding: 15px 0;
    }
    .freedetails__list {
        grid-gap: 10px 20px;
    }
    .cd-top {
        right: 16px;
    }
}
@media only screen and (max-width: 1040px) {
    .background__girlimg {
        transform: translate(-49%, -50%);
    }
    .carousel .swiper-wrapper .swiper-slide img {
        width: 16.66%;
    }
    .hidden_mobile {
        display: none;
    }
    .backgroundbottom {
        background-position: 0 center;
    }
    .footerwrapper__content {
        height: auto;
        padding: 15px 10px;
        flex-direction: column;
        justify-content: center;
    }
    .footerwrapper__menu {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1020px) {
    .details__features {
        grid-template-columns: repeat(2, auto); 
        grid-template-rows: repeat(3, auto);
    }
    .freedetails__list {
        width: 95%;
    }
}
@media only screen and (max-width: 1000px) {
    .backgroundbottom {
        background-position: -40px center;
    }
}
@media only screen and (max-width: 960px) {
    .freedetails__list {
        width: 60%;
        grid-gap: 10px 0;
        grid-template-columns: 100%;
        grid-template-rows: repeat(4, auto);
    }
    .freedetails__elementlist {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 910px) {
    .background__girlimg {
        transform: translate(-47%, -50%);
    }
    .carousel .swiper-wrapper .swiper-slide img {
        width: 20%;
    }
    .hidden_mobile_two {
        display: none;
    }
    .details__break {
        display: block;
    }
    .freedetails__jointitle {
        font-size: 1.175rem;
    }
    .backgroundbottom__find {
        font-size: 3.275rem;
    }
    .backgroundbottom__linktotop {
        font-size: 3.0875rem;
    }
}
@media only screen and (max-width: 850px) {
    .background__girlimg {
        transform: translate(-45%, -50%);
    }
    .features__last {
        grid-column: span 1;
    }
    .backgroundbottom__find {
        font-size: 3.0875rem;
    }
}
@media only screen and (max-width: 775px) {
    html, body {
        background-color: #000;
        height: 100%;
        min-height: 100%;
    }
    header {
        height: 100%;
        min-height: 100%;
    }
    .top {
        display: none;
    }
    .background {
        height: 100%;
        min-height: 100%;
        background-image: url(../img/girlmobile.jpg);
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
    }
    .background__mobilebuttons {
        display: block;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
    }
    .background__mobilebuttonshidden {
        display: none;
    }
    .background__mobileimglogo {
        height: 50px;
        width: auto;
        margin-bottom: 10px;
    }
    .background__mobileshows {
        border: none;
        background-image: url(../img/background_mobile.png);
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 250px;
        height: 45px;
        display: flex;
        align-items:center;
        justify-content: center;
        flex-wrap: 10px;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 2px solid #c50402;
        margin-bottom: 10px;
    }
    .background__mobileshows--white {
        background-image: url(../img/background_mobilewhite.png);
        color: #000;
        border-bottom: 2px solid #666;
    }
    .background__girl {
        display: none;
    }
    .background__form {
        display: none;
    }
    .background__formdisplay {
        display: block;
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        width: 100%;
        min-height: 100%;
        height: 100%;
    }
    .background__contentform {
        background-color: rgba(0, 0, 0, .7);
        padding: 15px 30px 15px;
        border-radius: 0;
        display: flex;
        flex-direction: column; 
        align-items: initial;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        min-height: 100%;
        height: 100%;
    }
    .background__fa {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
    .background__mobileimglogoinside {
        display: inline-block;
        height: 50px;
        width: auto;
        margin: 0 auto;
    }
    .background__titlemobile {
        display: flex;
        height: 45px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
    .background__titlemobilespan {
        font-size: 1.275rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .background__line {
        flex-direction: column;
        width: 375px;
        margin: 0 auto 15px;
    }
    .background__label {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        margin: 0 0 5px;
    }
    .background__input, .background__inputregion {
        display: block;
        width: 375px;
        margin: 0 auto;
        background-color: #ffffff !important;
    }
    .background__submit {
        width: 375px;
        height: 50px;
        margin: 0 auto;
        border-radius: 5px;
    }    
    main {
        display: none;
    }
    .linefinalwrapper {
        display: none;
    }
    .backgroundbottom {
        display: none;
    }
    .footerwrapper__menu {
        flex-direction: column;
    }
    .footerwrapper__element {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }
    .footerwrapper__copyright {
        display: none;
    }
    .cd-top {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .background__contentform {
        padding: 10px 0 15px;
    }
    .background__titlemobile {
        height: 35px;
    }
    .background__titlemobilespan {
        font-size: 1.175rem;
        white-space: nowrap
    }
    .background__line {
        width: 278px;
    }
    .background__input, .background__inputregion {
        width: 278px;
        height: 40px;
    }
    .background__submit {
        width: 278px;
        height: 45px;
        font-size: 1.075rem;
    }
}
