* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
}
body {
    color: #303036;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #fff;
    word-wrap: break-word;
}

a,
button {
    cursor: pointer;
}











.wrapper {
    width: 100%;
    position: relative;
    max-width: 200rem;
    margin: 0 auto;
    overflow: hidden;
}











.main {
    width: 100%;
    margin-top: 10rem;
}









.section {

}
.section__title {

}



.section-about {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e8e8e8;
}
.section-about .section__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;
}
.section-about__text {
    margin-top: 3.6rem;
    font-size: 1.6rem;
    max-width: 80rem;
    text-align: justify;
    text-align-last: center;
    line-height: 1.5;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    padding-top: 3.6rem;
}












.section-products {
    padding: 6rem;
}
.section-products .section__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;
}




.products {
    margin-top: 3.6rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.product {
    display: flex;
    align-items: flex-start;
    padding: 2.4rem 6rem;
    box-shadow: 0 .1rem 3rem rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 100rem;
    border-radius: .7rem;
    margin-top: 2.4rem;
    flex-wrap: wrap;
}
.product:first-child {
    margin-top: 0;
}

.product__heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.product__title {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    color: #31ACFF;
    font-size: 3.2rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1rem; 
    margin-right: 2.4rem;
}
.product__sizes {
    display: flex;
    flex-wrap: wrap;
}
.product__sizes span {
   display: block;
   line-height: 1.3;
   font-size: 1.5rem;
   font-weight: 700;
   color: #fff;
   background-color: #31ACFF;
   padding: .6rem 2rem;
   border-radius: 20rem;
   margin-right: 1rem;
   margin-bottom: 1rem;
}


.product__details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.product.flex-wrap .product__details {
    flex-wrap: wrap;
}
.product.flex-wrap .product__photo-wrap {
    width: 100%;
}

.product:first-child {

}

.product:first-child {

}



.product__photo-wrap {
    width: 20rem;
    flex-shrink: 0;
    position: relative;
    margin-right: 2rem;
}
.product.photo-50 .product__photo-wrap {
    width: 50%;
}
.product__photo-wrap:before {
    content: '';
    display: block;
    padding-top: 100%;

    display: none;
}
.product__photo {
    /*display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;*/
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}


.product__info {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.product__prices {
    border-radius: .7rem;
    background-color: rgba(0, 0, 0, .04);
    margin-top: 1.2rem;
    display: block;
    width: 100%;
    padding: 2rem;
}
.product__prices-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    padding-top: 1rem;
    margin-top: 1rem;
}
.product__prices-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.product__color {
    display: block;
    line-height: 1.3;
}
.product__price {
    display: block;
    flex-shrink: 0;
    margin-left: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.product__desc {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #306BAC;
    line-height: 1.3;
}




.common-chars {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    margin-top: 3.6rem;
    padding-top: 2.4rem;
    border-top: .7rem solid rgba(0, 0, 0, .12);
}
.common-chars-show {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
    border-radius: .7rem;
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
}
.common-chars-show:hover {
    text-decoration: none;
}
.common-chars-show i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 20rem;
    background-color: #FC5130;
    color: #fff;
    font-size: 2rem;
    margin-right: 1.2rem;
    flex-shrink: 0;
}
.common-chars-content {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 3.6rem 6rem;
    background-color: rgba(0, 0, 0, .04);
    border-radius: .7rem;
    margin-top: 2.4rem;
    display: none;
}

















.section-examples {
    padding: 6rem;
    background-color: #F0F0F0;
}
.examples__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;
}

.examples__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.example {
    width: 20%;
    border: .2rem solid #F0F0F0;
    overflow: hidden;
}
.example__link {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.example__img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    transition: .3s;
}
.example:hover .example__img {
    transform: scale(1.1);
}
.example__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    right: 0;
    padding: 1.2rem;
    color: #fff;
    z-index: 5;
}



















.section-features {
    padding: 6rem 6rem 10rem;
    background-image: url('../img/page/home/features/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.section-features .section__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
}
.features {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.feature {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(25% - 2.7rem);
}
.feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50rem;
    color: #8CDAFF;
    border: .3rem solid #8CDAFF;
    font-size: 3.4rem;
}
.feature__text {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-top: 2rem;
    line-height: 1.4;
    text-align: center;
}


















































































@media all and (max-width: 850px) {





.wrapper {
    width: 100%;
    position: relative;
    max-width: 200rem;
    margin: 0 auto;
    overflow: hidden;


    max-width: none;
}











.main {
    width: 100%;
    margin-top: 10rem;


    margin-top: 7rem;
}









.section {

}
.section__title {

}



.section-about {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e8e8e8;


    padding: 6rem 2rem;
}
.section-about .section__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;


    font-size: 3.2rem;
}
.section-about__text {
    margin-top: 3.6rem;
    font-size: 1.6rem;
    max-width: 80rem;
    text-align: justify;
    text-align-last: center;
    line-height: 1.5;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    padding-top: 3.6rem;


    text-align: center;
}












.section-products {
    padding: 6rem;


    padding: 6rem 2rem;
}
.section-products .section__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;


    font-size: 3.2rem;
}




.products {
    margin-top: 3.6rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.product {
    display: flex;
    align-items: flex-start;
    padding: 2.4rem 6rem;
    box-shadow: 0 .1rem 3rem rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 100rem;
    border-radius: .7rem;
    margin-top: 2.4rem;
    flex-wrap: wrap;


    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border-top: .6rem dotted #303036;
    padding-top: 3.6rem;
    margin-top: 4.2rem;
}
.product:first-child {
    margin-top: 0;
}


.product__heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.product__title {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    color: #31ACFF;
    font-size: 3.2rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1rem; 
    margin-right: 2.4rem;


    width: 100%;
    margin-right: 0;
    text-transform: none;
    font-size: 2.8rem;
    margin-bottom: .8rem;
    line-height: 1;
}
.product__sizes {
    display: flex;
    flex-wrap: wrap;


    width: 100%;
}
.product__sizes span {
   display: block;
   line-height: 1.3;
   font-size: 1.5rem;
   font-weight: 700;
   color: #fff;
   background-color: #31ACFF;
   padding: .6rem 2rem;
   border-radius: 20rem;
   margin-right: 1rem;
   margin-bottom: 1rem;


   margin-right: .6rem;
   margin-bottom: .6rem;
   padding: .4rem 1rem;
   font-size: 1.4rem;
}


.product__details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;


    flex-wrap: wrap;
}
.product.flex-wrap .product__details {
    flex-wrap: wrap;
}
.product.flex-wrap .product__photo-wrap {
    width: 100%;
}



.product__photo-wrap {
    width: 20rem;
    flex-shrink: 0;
    position: relative;
    margin-right: 2rem;


    margin-right: 0;
    width: 100%;
}
.product.photo-50 .product__photo-wrap {
    width: 100%;
}
.product__photo-wrap:before {
    content: '';
    display: block;
    padding-top: 100%;
    display: none;
}
.product__photo {
    /*display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;*/
    display: block;
    width: 100%;
    height: auto;
}


.product__info {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.product__prices {
    border-radius: .7rem;
    background-color: rgba(0, 0, 0, .04);
    margin-top: 1.2rem;
    display: block;
    width: 100%;
    padding: 2rem;
}
.product__prices-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    padding-top: 1rem;
    margin-top: 1rem;
}
.product__prices-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.product__color {
    display: block;
    line-height: 1.3;
}
.product__price {
    display: block;
    flex-shrink: 0;
    margin-left: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.product__desc {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #306BAC;
    line-height: 1.3;
}










.common-chars {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    margin-top: 3.6rem;
    padding-top: 2.4rem;
    border-top: .7rem solid rgba(0, 0, 0, .12);
}
.common-chars-show {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
    border-radius: .7rem;
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
}
.common-chars-show:hover {
    text-decoration: none;
}
.common-chars-show i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 20rem;
    background-color: #FC5130;
    color: #fff;
    font-size: 2rem;
    margin-right: 1.2rem;
    flex-shrink: 0;
}
.common-chars-content {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 3.6rem 6rem;
    background-color: rgba(0, 0, 0, .04);
    border-radius: .7rem;
    margin-top: 2.4rem;
    display: none;


    padding: 3.6rem 2rem;
}






















.section-examples {
    padding: 6rem;
    background-color: #F0F0F0;


    padding: 6rem 1.6rem;
}
.examples__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;


    font-size: 3.2rem;
}

.examples__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.6rem;
}
.example {
    width: 20%;
    border: .2rem solid #F0F0F0;
    overflow: hidden;


    width: 50%;
}
.example__link {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.example__img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    transition: .3s;
}
.example:hover .example__img {
    transform: scale(1.1);
}
.example__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    right: 0;
    padding: 1.2rem;
    color: #fff;
    z-index: 5;


    padding: .6rem;
}






























.section-features {
    padding: 6rem 6rem 10rem;
    background-image: url('../img/page/home/features/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;


    padding: 6rem 2rem;
}
.section-features .section__title {
    font-size: 5rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;


    font-size: 3.2rem;
}
.features {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;


    margin-top: 3.6rem;
    flex-wrap: wrap;
}
.feature {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(25% - 2.7rem);


    width: 100%;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: .1rem solid rgba(255, 255, 255, .2);
}
.feature:first-child {


    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50rem;
    color: #8CDAFF;
    border: .3rem solid #8CDAFF;
    font-size: 3.4rem;


    width: 6rem;
    height: 6rem;
    font-size: 2.4rem;
}
.feature__text {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-top: 2rem;
    line-height: 1.4;
    text-align: center;


    margin-top: 1.2rem;
}



}









