﻿/*@import "../_variables.scss";

@media only screen and (max-width : 767px) {
    .home {
        .main-picture {
            height: calc(100vh - 120px) !important;
        }

        .main-picture {
            .over-img {
                position: inherit;
                top: 0;
                left: 0;
                transform: none;
                margin-top: 40px;

                .content-img {
                    .content-left-side .title {
                        font-size: 35px;
                    }

                    .content-left-side .mini-title {
                        margin-top: 25px;
                    }
                }
            }
        }

        .wrapper-top-trade {
            width: 100%;
            padding: 0;
            margin: 0;

            .top-trade {
                margin-bottom: 30px;

                .same-height {
                    padding-bottom: 100px;
                }

                .wrapper-title {
                    background: #f2f2f2;
                    padding: 30px 0;
                    margin-bottom: 0;

                    .title {
                        font-size: 25px;
                    }

                    .mini-title {
                        font-size: 15px;
                        margin-top: 15px;
                    }
                }

                .top-one {
                    padding: 0;
                    margin: 0;

                    .wrapper {
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none;
                        padding: 0;
                    }

                    .user-details {
                        .number-one {
                            font-size: 75px;
                        }

                        img {
                            width: 105px;
                        }

                        .name {
                            text-align: center;
                            font-size: 18px;
                        }

                        p {
                            font-size: 17px;
                        }
                    }

                    .start-wining {
                        margin-bottom: 0;
                        padding-bottom: 30px;
                        background: $lightGreen;

                        img {
                            width: 75px;
                        }

                        .start-wining-btn {
                            padding: 0;
                        }
                    }
                }
            }
        }

        .list-trades {
            margin-bottom: 0px;

            .number p {
                font-size: 20px;
            }

            .height {
                line-height: 28px;
            }

            .name {
                p {
                    font-size: 14px;
                }

                img {
                    width: 30px;
                    margin-right: 4px;
                }
            }

            .percents p {
                font-size: 16px;
            }

            .price p {
                font-size: 16px;
                text-align: right;
            }

            .lets-go-btn {
                margin-top: 30px;
                margin-bottom: 25px;
            }
        }

        .wrapper-app {
            height: 230px;

            .phoneImg {
                img {
                    display: none;
                }
            }

            .wrapper-text {
                width: 100%;

                .app-title {
                    font-size: 30px;
                }

                .app-mini-title {
                    font-size: 20px;
                }
            }
        }

        .slider-viewport {
            #content-box {
                margin-top: 0;

                figure {
                    min-height: 205px !important;
                }

                .number {
                    font-size: 60px;
                }

                .wrapper-text {
                    margin-top: 20px;

                    .title {
                        font-size: 23px;
                    }

                    .mini-title {
                        font-size: 16px;
                        height: auto;
                    }
                }

                .step-btn {
                    margin-bottom: 40px;
                }
            }
        }

        nav.slider-controls {
            #controls {
                right: 37%;

                li a {
                    padding: 4px;
                }
            }
        }

        .support {
            text-align: left;

            .wrapper-img img {
                margin-top: 0;
            }

            .wrapper-img, .wrapper-text {
                margin-top: 30px;
                float: left;
            }

            .wrapper-text {
                width: 50%;
                text-align: center;
            }

            .support-btn {
                text-align: center;
            }
        }

        .wrapper-ifollow {
            margin-bottom: 28px;

            .wrapper-title {
                margin: 25px 0;

                .title {
                    font-size: 25px;
                }

                .mini-title {
                    font-size: 15px;
                }
            }

            .person {
                margin: 0 auto;
            }

            img {
                width: 50px;
            }

            .percentage div {
                height: 55px;

                p {
                    font-size: 20px;
                    line-height: 35px;
                    margin-left: 10px;

                    &.name {
                        font-size: 15px;
                        bottom: -7px;
                        margin-left: 10px;
                    }
                }
            }

            .follow p {
                line-height: 60px;
                font-size: 15px;
            }

            .fa.fa-angle-right {
                font-size: 20px;
            }

            .divifollow {
                text-align: right;
            }
        }

        .fm-academy {
            .content-fm {
                .title {
                    font-size: 25px;
                }

                .mini-title {
                    font-size: 15px;
                }

                .wrapper-text {
                    border-radius: 50px 50px 0 0;
                }
            }
        }
    }
}
    */

