@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;700&display=swap');

.flex {
        position: absolute;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        height: 90px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        padding-left: 30px;
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 14px 44px rgba(0, 0, 0, 0.06);
        backdrop-filter: blur(7px);
        border-radius: 0 0 20px 20px;
}
.telephone {
        display:none;
}

.section1 {
        background-image: url(../IMG/fone-section1.jpg);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 850px;

       
}

.text1 {
        width: 590px;

}
.block-1 {
        position: absolute;
        max-width: 1920px;
        left: 0px;
        top: 0px;

        background: linear-gradient(0deg, rgba(248, 248, 248, 0.98), rgba(248, 248, 248, 0.98)), url(IMG/fone.svg);
}

.menu-list {
        display: flex;
        justify-content: center;
        gap: 25px;
        margin: 30px;
        font-family: Raleway;
        color: #5A5A5A;
}
.menu-list li a {
        text-decoration: none;
        color: #5A5A5A;
        white-space: nowrap;
}
.menu-list li a:hover {
        transform: scale(1.10);
        color: #2891DD ;
        cursor: pointer;
}
.menu-list li a:active{
        transform: scale(1.10);
        color: #2891DD ;
        cursor: pointer;

}
.selector-style {
        border: none;
        background: white;
}
.phone-heder {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        white-space: nowrap;
        transform: scale(1.10);
        text-decoration: none;
        color: black;
}
.icons {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
        margin: 30px;
}
.icons li img {
                width: 40px;
                height: 40px;
        }
.icons svg:hover {
        opacity: 0.6;
        transform: scale(1.10);
        cursor: pointer;
}
.icons img:hover {
        transform: scale(1.10);
        cursor: pointer;
}
.icons svg:active {
        transform: scale(1.10);
        cursor: pointer;
}
.wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 220px;
        gap: 10px;
}
.text-title {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 49px;
}
.text1 {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 400;
        font-size: 49px;
        line-height: 56px;
}
.best-price {
        background: #F4F8FB;
        border: 2px dashed #2279AA;
        border-radius: 7px;
        padding: 19px;
        margin-top: 20px;
        width: 500px;
        height: 61px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.best-price span {
        font-size: 20px;
        font-family: Raleway;
        text-align: center;
}
.main-adv {
        display: flex;
        margin-top: 30px;
        gap: 21px;
}
.main-adv p {
        font-size: 16px;
        font-family: Raleway;
        width: 183px;

}
.bold {
       font-family: Raleway;
       font-weight: 700; 
}
.adv-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
}
.adv-box-img img {
        object-fit: cover;
        


}


.btn {
        width: 295px;
        height: 79px;
        background: linear-gradient(94.82deg, #22AA79 13.76%, #41CF9C 71.33%, #22AA79 103.55%), #FFFFFF;
        border-radius: 64px;
        
        text-transform: uppercase;
        border: none;
        margin-top: 35px;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;

}
.btn a {
        color: #FBFDFF;
        text-decoration: none;
}
.btn:hover {
        transform: scale(1.05);
}

.block2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
}
.title2{
        font-family: 'Raleway';
        font-style: normal;
        font-size: 38px;
        line-height: 46px;
}

.card {
        height: 285px;
        width: 585px; 
        background: #FFFFFF;
        box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
        border-radius: 20px; 
}
.card:hover {
        transform: scale(1.05);
}
.section-servicies {
        background-image: url(../IMG/fone-block2.jpg);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat;
}
.wrapper-services {
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        font-family: Raleway;
        margin-top: 80px;
}
.border {
        background: #FFFFFF;
        border: 2px dashed #DEDEDE;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        height: 255px;
        width: 555px;
        margin: 15px;
        padding: 30px;
        object-fit: cover;

}
.object {
        display: flex;
        align-items: center;
}
.object img {
        max-width: 100%;
        object-fit: cover;
}

.object2 {
        display: flex;
        align-items: center;
        margin-left: 15px;
}
.object2 img {
        max-width: 85%;
        object-fit: cover;
    
}


.object1 {
        display: flex;
        justify-content: center;
}
.object1 img {
        
        margin-left: 10px;
}
.content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

}
.zakaz {
        color: #22AA79;
        font-size: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
        

}
.zakaz:hover {
        transform: scale(1.05);
}
.zakaz:active {
        transform: scale(1.05);  
}
.service-description {
        display: flex;
        flex-direction: column;

}
.link {
        color: #22AA79;
        list-style: none;
        font-weight: 700;
        text-decoration: none;
}
.for li {
        width: 208px;
        color: #5A5A5A;
        font-size: 16px;
}
.text2 {
        font-family: 'Raleway';
        font-weight: 700;
        font-size: 24px;
        width: 281px;
}
.section2 {
        background-image: url(../IMG/fone-section2.jpg);
        height: 950px;
        padding-top: 150px;
        margin: 80px 0;
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;

}

.wrapper2 {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        gap: 50px;
}
.banner {
        font-family: Raleway;
        font-size: 38px;
        display: flex;
        max-width: 497px;
        max-height: 208px;
}
.advantages-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 600px;
        font-size: 16px;
        font-family: Raleway;
}
.text3 {
        font-size: 18px;
        font-weight: 700;
}
.text4 {
        font-family: Raleway;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color:#5A5A5A;
}

.advantages-list li {
        width: 260px;
        height: 206px;
}
.slogan {
        font-family: Raleway;
        font-size: 38px;
        display: flex;
}
.slogan span {
        width: 520px;
}
.description {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 10px;
        line-height: 2em;
}
.description p {
        font-family: Raleway;
        font-size: 16px;
        color: #5A5A5A;
}
.section-brands {
        background-image: url(../IMG/fone-brands.jpg);
        background-size: auto 100%;
        background-position: left;
        background-repeat: no-repeat;
}
.wrapper3 {
        max-width: 1200px;
        margin: auto;
        margin-top: 50px;
}
.wrapper-portfolio {
        max-width: 1200px;
        margin: auto;
        margin-top: 50px;
       
}
.portfolio {
        background-image: url(../IMG/fone-portfolio.jpg);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat;
}
.brands {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
}
.brands li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 170px;
        padding: 30px;
}
.brands li img {
        object-fit: contain;
}


.bottom-line {
        border-bottom: 1px solid #ECECEC;
}
.right-line {
        border-right: 1px solid #ECECEC;
}
.clients {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
}
.clients li {
      
        display: flex;
        justify-content: center;
        align-items: center;
}

.clients li img {
        width: 277px;
        height: 277px;
        border-radius: 10px;
}
.btn-block {
        display: flex;
        justify-content: center;
        align-items: center;
}
.form {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        margin-top: 50px;
        height: 760px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 42px 94px rgba(0, 0, 0, 0.12);
        border-radius: 40px;
        font-family: Raleway;
        padding: 70px 80px;

}
.section3 {
        background-image: url(../IMG/fone-section3.jpg);
        padding-top: 50px;
        height: 1000px;
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
}

.title3 {
        font-size: 38px;

}
.title4 {
        font-size: 18px;
        color: #5A5A5A;
        margin-top: 20px;
        
}
.contacts-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
}

.ourcontacts {
        font-weight: 700;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: center;
}
.connect {
        display: flex;
        flex-direction: column;
        
}
.contact {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
}

.terms1 {
        color: #1E1E1E; 
        font-size: 18px; 
        font-weight: 700;
        text-decoration: none;
        
}
.terms {
        color: #1E1E1E; 
        font-size: 18px; 
        font-weight: 400;
}
.policy {
        margin-top: 89px;
        font-weight: 400;
        font-size: 14px;
        color: #AEB0B1;
        width: 395px;
}
.database {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
}
.text5 {

}
.database input {
        background: #FFFFFF;
        border: 1.50937px solid #ECECEC;
        border-radius: 37.55px;
        width: 376px;
        height: 69px;
        padding-left: 10px;
}

.contact-icons {
        display: flex;
        gap: 10px;
}
.contact-icons a:hover {
        transform: scale(1.05);
}

.selector {
        background: #FFFFFF;
        border: 1.50937px solid #ECECEC;
        border-radius: 37.55px;
        width: 376px;
        height: 69px;
}
.comment {
        width: 376px;
        height: 120px;

        background: #FFFFFF;
        border: 1.50937px solid #ECECEC;
        border-radius: 20px;
        padding-left: 10px;
}
.btn-form {
        background: linear-gradient(94.82deg, #22AA79 13.76%, #41CF9C 71.33%, #22AA79 103.55%), #FFFFFF;
        border-radius: 64px;
        text-transform: uppercase;
        color: #FBFDFF;
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 70px;
        border: none;
        width: 376px;
        height: 79px;
        cursor: pointer;
}
.btn-form:hover {
        transform: scale(1.05);
}
.btn-form:active {
        transition: 0.0001s;
        transform: scale(0.95)!important;
}
.footer-wrap {
        background: #F5F4F3;
        height: 80px;
}
.downloading input {
        display: none;
}
.text-dwl {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #2891DD;
        text-decoration-line: underline;

}
.clip {
        display: flex;
        gap: 10px;
        align-items: center;
}
.footer {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        color: #646464;
        font-size: 16px;
        background: #F5F4F3;
        padding: 30px 0;
        font-family:  Raleway;
}
.vidjet {
        
        display: none;
}
.vidjet img {
        width: 50px;
        height: 50px;
}
.select select {
        display: block;
        width: 100%; /* от ширины блока div */
        padding-left: 10px;/* отступы от текста до рамки */
        background: url(../IMG/selector.svg) no-repeat;
        background-position: 95% 50%;
        padding-right: 10px;
        border: 1.50937px solid #ECECEC;
        border-radius: 37.55px;
        -webkit-appearance: none;/* Chrome */
        -moz-appearance: none;/* Firefox */
        appearance: none;/* убираем дефолнтные стрелочки */
        width: 376px;
        height: 69px;
}
.policy2 {
        display: none;
}
.line-mob1 {
        display: none;
}
.line-up {
        display: none;
}
.slider-mob {
        display: none;
}

.info-block {
        position: fixed;
        left: 50%;
        top: 40%;
        transform: translate(-50%, 0);
        opacity: 0;
        transition: 1s;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 1em;
        border-radius: 1em;
        background-color: #fff;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.51);
        pointer-events: none;
}
.show-form {
        transform: translate(-50%, -50%);
        pointer-events: auto;
        opacity: 1;
}
.main-logo {
        transition: 0.4s;
        cursor: pointer;
        
}
.main-logo:hover {
        transform: scale(1.05);
        
}
.main-logo:active {
        transition: 0.0001s;
        transform: scale(0.95);
        
}
.messenger {
        display: none;
}
.telephone-icon {
        display: none;
}

@media screen and (max-width:900px) {

        .phone-heder {
                display: none;
        }
        .flex {
                top: 5px;
                padding-left: 0;
                background: rgba(0, 0, 0, 0);
                width: 360px;
                height: 40px;
                box-shadow: 0 0 0 rgba(0, 0, 0, 0.00);
                backdrop-filter: blur(0px);
                border-radius: 0;
        }
        .telephone {
                display: block;
        }
        .object1 img {
                width: 112px;
                height: 30px;
        }
      
        .text-title {
                font-size: 28px ;
                text-align: center;
                
        }

        .icons {
                gap: 3px;
                margin: 0 10px;
        }
        .icons li img {
                width: 30px;
                height: 30px;
        }

        .wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 10px 0 10px;
                padding: 80px 0 60px;
        }
        .section1 {
                background-image: url(../IMG/fonemob-sec1.jpg);
                background-size: 100%;
                background-position: center top;
                background-repeat: no-repeat;
        }
        .text1 {
                font-size: 28px;
                display: inline-block;
                width: 340px;
                text-align: center;
                line-height: 34px;

        }
        .best-price {
                width: 340px;
                height: 36px;
                padding: 10px;
                margin: 10px auto;
        }
        .best-price span {
                font-size: 14px;
                
        }
        .main-adv p {
                font-size: 14px;
                display: inline-block;
                width: 100%;
        }
        .main-adv img {
                top: 0;
        }
        .section2 {
                background-image: url(../IMG/fonemob-sec2.jpg);
                padding-top: 30px;
                margin: 10px auto;
                background-size: 100% auto;
              
        }
        .section3 {
                background-image: url(../IMG/fonemob-sec3.jpg);
                padding-top: 30px;
                height: 1282px;
                background-size: 100% auto;
                
        }
        .main-adv {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 10px auto ;
                gap: 10px;
        }
        .adv-box {
                width: 107px;
                height: 150px;
        }
        .title2 {
                width: 289px;
                text-align: center;
                font-size: 28px;
                line-height: 36px;
        }
        .block2 {
                margin-top: 20px;
        }

        .wrapper-services {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 30px auto;
        }
        .for {
                width: 180px;
        }
        .for1 {
                width: 150px;
                font-size: 14px;
                color: #5A5A5A;
        }
        .card {
                width: 340px ;
                height: 227px ;
        }
        .border {
                width: 320px ;
                height: 207px ;
                padding: 15px 10px;
                margin: 10px;
                
        }
        .content {
                width: 180px;
        }

        .banner span {
                width: 340px;
                font-size: 28px;
                margin: 10px;
                line-height: 32px;

        }
        .text2 {
                font-size: 18px;
                line-height: 1em;
        }
        .for li {
                font-size: 14px;
        }
        .zakaz {
                font-size: 14px;
                gap: 5px;
        }
        .text3 {
                font-size: 16px;
                margin-bottom: 5px;
                line-height: 20px;
        }
        .text4 {
                font-size: 14px;
                width: 162px;
                line-height: 20px;   
                color: #5A5A5A;
        }
        .slogan {
                width: 340px;
                margin-left: 10px;
        }
        .slogan span {
                font-size: 28px;
                width: 340px; 
                line-height: 36px;               
                
        }
        .description p {
                font-size: 16px;
                margin-left: 10px;
                width: 340px;
                line-height: 24px;
        
        }
        .wrapper2 {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 5px;
        }
        .advantages-list {
                gap: 14px;
                justify-content: center;
                margin-top: 30px;
        }
        .advantages-list li {
                width: 164px;
                margin-bottom: 20px;
        }


        .wrapper3 {
                max-width: 340px;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                margin-top: 0;


        }
        .brands li {
                width: 170px;
                height: 90px;
        }


        .clients {
                display: flex;
                flex-wrap: nowrap;
                overflow-y: scroll;
                margin-bottom: 20px;
        }

        .menu-list {
                display: none;
        }
        .btn {
                width: 340px;
                height: 67px;
                margin-top: 40px;
        }
        
        
        .form {
                display: flex;
                flex-direction: column;
                justify-content: flex-start; 
                margin: auto;
                padding: 30px 20px;
                margin-top: 50px;
        
                width: 340px;
                height: 1182px;

                background: rgba(255, 255, 255, 0.9);
                box-shadow: 0px 2px 34px rgba(0, 0, 0, 0.1);
                border-radius: 20px
        }
        .connect {
                width: 300px;
        }
        .title3 {
                
                font-size: 28px;
                width: 300px;
        }
        .title4 {
                width: 300px;
                font-size: 16px;
                margin-top: 10px;
        }
        .ourcontacts {
                font-size: 21px;
                margin: 10px auto;
        }
        .contacts-list {
                max-width: 340px;
                font-size: 16px;
        }
        .contact-icons {
                gap: 5px;
                display: flex;
                justify-content: space-between;
        }
        .contact img {
                width: 30px;
                height: 30px;
        }
        .selector {
                width: 300px;
                height: 66px;  
        }
        .database input {
                width: 300px;
                height: 66px;
        }
        .terms1 {
                font-size: 16px;
        }
        .terms {
                font-size: 16px;
        }
        .comment {
                width: 300px;
                height: 120px;
        }
        .policy {
                display: none;
        }
        .downloading input {
                display: none;
        }

        .btn-form {
                width: 300px;
                height: 79px;
                margin-bottom: 0;
        }

        .footer {
                font-size: 16px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
        }
        .vidjet {
        
                position: fixed;
                display: flex;
                justify-content: flex-end;
                width: 340px;
                bottom: 50px;
                animation: pulse 2s ease-in-out infinite;
        }
        .select select {
                width: 300px;
                height: 66px;
        }
        .policy2 {
                display: flex;
                justify-content: center;
                font-size: 14px;
                color: #AEB0B1;
                width: 300px;
                text-align: center;

        }
        .section-servicies {
                background-image: none;
                background-size: 0;
                background-position:0;
                background-repeat: 0;
        }


        .portfolio {
                background-image: none;
                background-size: 0;
                background-position:0;
                background-repeat: 0;

        }

        .section-brands {
                background-image: none;
                background-size: 0;
                background-position:0;
                background-repeat: 0;
        }
        .line-mob1 {
                border-right: none;
        }
        .line-up {
                border-top: 1px solid #ECECEC;
        }
        .slider-mob {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                margin-bottom: 30px;
        }

        .messenger {
        display: block;
        position: fixed;
        right: 10%;
        bottom: 10%;
        width: 260px;
        height: 60px;
        /* overflow: hidden; */
        }
        .messenger-btn {
        padding: 14px;
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background-color: #2891DD;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 2;
        }
        .messenger-btn img {
        width: 32px;
        height: 32px;
        }
        .messenger-links {
        position: absolute;
        left: 50px;
        top: 10px;
        width: 200px;
        transform: scale(0);
        transform-origin: 100% 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 0;
        }
        .messenger-links.show {
        left: 0;
        transform: scale(1);
        }
        .messenger-links a {
        width: 40px;
        margin-left: 4px;
        }
        .messenger-links img {
        max-width: 40px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        }
        .messenger-links a:hover img {
        transform: scale(1.1);
        text-decoration: none;
        }
}





























