.container {
    width: 100%;
    padding: 0 15px;
}
.logo {
    padding-top: 2em;
}
.banner {
    padding: 21.0em 0rem;
}
.banner__title {
    margin-bottom: 4.2em;
    width: calc(100% - 30px);
}
.banner__title svg{
    width: 100%;
}
.columns {
    flex-direction: column;
}
.column {
    width: 100%;
}
.column__title {
    font-size: 3em;
    margin-bottom: 0.8em;
}
.column__text {
    font-size: 1.4em;
}
.column__tab {
    font-size: 2.0em;
    margin-right: 1.1em;
}
.column__tab:last-child {
    margin-right: 0;
}
.section__select {
    font-size: 1.2em;
}
.column-wrapper__select {
    margin-right: auto;
}
.section__button {
    font-size: 1.6em;
}
.section__title {
    font-size: 2.8em;
    margin-bottom: 1.3em;
}
.slider-item__title {
    font-size: 1.8em;
}
.section__description {
    opacity: .4;
}
.subscription .section__title {
    margin-bottom: 0.8em;
}
.section__description {
    font-size: 1.4em;
    max-width: 90%;
    margin-bottom: 3em;
}
.footer__bottom {
    padding: 2em 0;
}
.social__items svg {
    width: 30px;
}
.footer__top .section__title {
    margin-bottom: 0.3em;
}
.slider {
    overflow-x: auto;
    justify-content: normal;
    padding-bottom: 20px;
}
.slider-item:last-child {
    margin-right: 0;
}
.subscription .row {
    flex-direction: column;
    align-items: center;
}
.subscription form {
    width: 100%;
}
.subscription .section__input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
}
.subscription .section__button {
    font-size: 1.4em;
    padding: 1.0em 1.1em 1.0em 1.1em;
    border-radius: 2.1em;
    width: 280px;
}
.footer__top .section__title-bottom {
    margin-bottom: 1.1em;
}
.store__items {
    flex-direction: column;
    border: none;

    /*border: 1px solid rgba(250, 250, 250, 0.1);*/
    /*border-right-color: rgba(250, 250, 250, 0.1);*/
    /*border-right-style: solid;*/
    /*border-right-width: 1px;*/
    /*border-left-color: rgba(250, 250, 250, 0.1);*/
    /*border-left-style: solid;*/
    /*border-left-width: 1px;*/
    /*border-radius: 10px 0px 0px 10px;*/
    /*border-right: none;*/
    /*border-left: none;*/
}
.store__item {
    position: relative;
}
.store__item:nth-child(1) {
    border: none;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    border-left: 1px solid rgba(250, 250, 250, 0.1);
    border-radius: 10px 0 0 10px;
}
.store__item:nth-child(1)::after {
    content: '';
    bottom: 0px;
    width: 49.7%;

    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    position: absolute;
    z-index: 0;
    left: 0px;
    border-radius: 0 0 0 10px;
    height: 100%;
}
.store__item:nth-child(2) {
    border: none;
    border-right: 1px solid rgba(250, 250, 250, 0.1);
    border-radius: 0 10px 10px 0;
    top: -1px;
}
.store__item:nth-child(2)::before {
    content: '';
    top: 0px;
    width: 50%;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    position: absolute;
    z-index: 0;
    right: 0px;
    border-radius: 0 10px 0 0;
    height: 100%;
}
.store__item:nth-child(2)::after {
    content: '';
    bottom: 0px;
    width: 49.7%;
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    position: absolute;
    z-index: 0;
    right: 0px;
    border-radius: 0 0 10px 0;
    height: 100%;
}
.store__item:nth-child(3) {
    border: none;
    border-left: 1px solid rgba(250, 250, 250, 0.1);
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    border-radius: 10px 0 0 10px;
    top: -2px;
}
.store__item:nth-child(3)::before {
    content: '';
    top: 0px;
    width: 50%;
    border-top: 1px solid rgba(250, 250, 250, 0.1);

    position: absolute;
    z-index: 0;
    left: 0px;
    border-radius: 10px 0 0 0;
    height: 100%;

}
/*.store__item:last-child {*/
/*    border: none;*/
/*}*/

column__righter {
    text-align: left;
}
.column__righter .column__controls {
    justify-content: start;
}

.content-property__image-desktop {
    display: none;
}
.content-property__image-mobile {
    display: block;
}
.columns__lefter .column:first-child{
    order: 1;
}
.columns__lefter .column:last-child{
    order: 0;
}
.section__image img{
    text-align: center;
}
.column__tabs {
    flex-wrap: wrap;

}
.column__tab {
    width: 39%;
    margin-bottom: 20px;
}
.section__bottom {
    margin-bottom: 25px;
}