html, body {
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

div, p, input, button, form, span, a, ul, li {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
p {
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

.pt60 {
    padding-top: 60px;
}

.center {
    text-align: center;
    padding-top: 40px;
}

.logo-color {
    color: #00000000;
    text-shadow: 1px 1px 1px #ed1c24, 0 0 0em #000;
}

.container {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.phone-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    height: 60px;
}

.phone-numbers {
    background-color: #EFF2F2;
}

.phone-number a {
    margin-left: 20px;
    color: #000;
    font-weight: 700;
}

.offer {
    background-image: url('../images/laser2.jpg');
    background-size: cover;
    padding-top: 34px;
    padding-bottom: 30px;
}

@media screen and (max-width:480px) {
    .offer {
        background-image: url(../images/laser2.jpg);
        background-size: cover;
        padding-top: 34px;
        padding-bottom: 218px;
        width: auto;
        height: 254px;
    }
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 2px #ffffff, 0 0 1em #fff9f9;
    letter-spacing: 3px;
    background-color: #d8d8d87a;
    border-radius: 10px;
}

.logo img {
    width: 217px;
    letter-spacing: 3px;
    border-radius: 10px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li {
    list-style: none;
    margin-right: 40px;
}

.nav li a {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social img {
    width: 42px;
    margin-left: 30px;
}

.offer-text {
    padding-top: 115px;
    width: 380px;
    text-align: left;
    text-shadow: 1px 1px 2px #ffffff, 0 0 1em #fff9f9;
}

.offer-text p {
    font-size: 20px;
    margin-bottom: 40px;
}

.offer-text a {
    background-color: #B23030;
    color: #fff;
    font-size: 20px;
    padding: 17px 50px;
}

.from-sumsung {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
}
.from-sumsung p {
    margin: 0;
    font-weight: 700;
}

.from-sumsung img {
    width: 146px;
    background-color: #ffffff38;
    border-radius: 5px;
}

.hr {
    height: 5px;
    width: 70px;
    background-color: #000;
}

.kaspi {
    padding-top: 60px;
    margin-top: 20px;
    box-shadow: 1px 1px 2px #000000, 0 0 1em #000000;
    border-radius: 10px;
    background: linear-gradient(18deg, rgb(0 208 255 / 27%) 0%, rgb(0 0 0) 100%);
}

.plan, .plan-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.plan-center p{
    margin-left: 15px;
    font-size: 45px;
    font-weight: 700;
}

.plan-center img {
    margin-right: 15px;
    margin-left: 15px;
}

.plan-center h2 {
    margin-right: 20px;
}

p.bonus {
    font-size: 28px;
    padding: 7px;
    background-color: #1CB547;
    color: #fff;
    border-radius: 25px;
}

.bg-kaspi {
    background: linear-gradient(7deg, rgb(15 140 178) 0%, rgb(221 19 19) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    border-radius: 25px;
}
.last {
    margin-right: 30px;
}
.percent {
    font-size: 15px;
    position: relative;
    top: -10px;
}

.sumsung {
    width: 210px;
    margin: 0 auto;
    display: block;
}

.official {
    background-color: #B23030;
    border-radius: 5px;
}

.official h2 {
    color: #fff;
    padding: 23px;
    font-size: 25px;
}

.special-img1 {
    width: 450px;
    margin-left: 15px;
}

.special-img2 {
    width: 410px;
    margin-right: 12px;
}

.left-side, .advantages {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 45px;
}

.first, .second, .third {
    width: 400px;
}

.first {
    margin-top: 40px;
    margin-bottom: 20px;
}
.second {
    margin-bottom: 20px;
}
.work .hr {
    float: left;
    margin-right: 40px;
    height: 3px;
}

.advantages img {
    width: 270px;
    margin: auto;
    display: block;
    border-radius: 10px;

}

.advantages h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.advantages p {
    font-size: 14px;
    width: 270px;
    text-align: center;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first-reasons img, .second-reasons img {
    float: left;
    margin-right: 20px;
    width: auto;
    height: 50px;
    border-radius: 5px;
}

.why-us p {
    padding-bottom: 40px;
    
}

.first-icon {
    position: relative;
    bottom: -20px;
}

.present {
    background: rgb(175 150 132);
    background: -moz-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgba(240,60,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,185,9,1)), color-stop(100%, rgba(240,60,6,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgb(176 154 138) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgba(240,60,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgba(240,60,6,1) 100%);
    background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(166 141 125) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb909', endColorstr='#f03c06', GradientType=1 );
    padding-top: 53px;
    padding-bottom: 30px;
    margin-top: 60px;
}

.smart-present-img, .plus-img {
    display: block;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
}
.plus-img {
    /* margin-left: 60px; */
}

.present h3 {
    color: #fff;
    text-align: left;
    margin-left: 12px;
}

.present h2 {
    color: #fff;
}

.present a {
    padding: 20px 65px;
    background-color: #B23030;
    color: #fff;
    width: 350px;
    margin: 40px auto;
    display: block;
}

.wrapper-present {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.border {
    border: 5px solid #fff;
}

.how-work {
    padding-bottom: 60px;
}
.how-work h2 {
    margin-bottom: 60px;
}

.how-work img {
    display: block;
    margin: auto;
    width: auto;
    height: 125px;
    border-radius: 10px;
}

.how-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-wrapper p {
    width: 500px;
}

.product-card {
    border-radius: 10px;
    width: 350px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin: auto;
    /* background: rgb(175 150 132);
    background: -moz-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgba(240,60,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,185,9,1)), color-stop(100%, rgba(240,60,6,1)));
    background: -webkit-linear-gradient(-45deg, rgb(255 182 0) 0%, rgb(176 154 138) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgba(240,60,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,185,9,1) 0%, rgba(240,60,6,1) 100%); */
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(62 61 61) 100%);
}

.product-card img {
    max-height: 180px;
    display: block;
    margin: 0 auto;
}

.text-price {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.details {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0;
}

.details-btn {
    padding: 13px;
    color: #000;
    background-color: #dc4e4e;
    border-radius: 4px;
    position: relative;
    top: -2px;
}

.slider-kotl {
    position: relative;
    top: 10px;
    padding-bottom: 10px;
}

.product-text {
    font-weight: 700;
}

.product-card h4 {
    padding-top: 8px;
}

.footer {
    margin-top: 60px;
    padding-top: 30px;
    background-color: #EFF2F2;
    padding-bottom: 5px;
}

.footer-logo {
    width: 250px;
    display: block;
    margin: 2px auto;
    margin-bottom: 20px;
}

.footer-inner {
    padding-bottom: 40px;
}

.footer-social img{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 70px;
}
.footer a {
    color: #000;
}

.footer-nav li {
    padding: 5px;
    list-style: none;
}

.footer-nav li a {
    font-size: 1.3rem;
    color: #000;
}

.copyright {
    margin-block-start: 0;
    padding: 30px;
}


/* contact page */

.contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap-reverse;
}
.contact a {
    color: #000;
}
.gis {
    /* max-width: 500px; */
    flex: 2;
}
.call {
    margin: 0 auto;
    flex: 1;
    margin-left: 40px;
}

.call p {
    line-height: 2em;
}


/* end contact page */

/* shop */

.shop-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-inner .product-card {
    margin-top: 60px;
}

/* end shop */

.plan1-img {
    width: 231px;
}



.mobile-menu  {
    display: none;
}

.divider {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Responsive */

/* 992px - 1200px */
@media screen and (max-width: 1200px) {
    .container {
		width: 960px;
    }

    .phone-number a {
        margin-left: 14px;
        font-size: 12px;
    }

    .logo img {
        width: 200px;
    }

    .nav li a {
        font-size: 20px;
    }
    .plan1-img {
        width: 150px;
    }

    .plan2-img {
        width: 180px;
        margin-top: 10px;
    }

    .plan-center p {
        font-size: 35px;
        text-shadow: 2px 5px black;
    }
    .left-side, .advantages {
        flex-flow: wrap;
        justify-content: space-around;
    }
    .advantage-1 {
        width: 350px;
    }

    .advantage-1 p {
        margin: auto;
    }    
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
    .container {
		width: 720px;
    }
    .phone-number {
        flex-wrap: wrap;
        height: 100px;
    }
    .mobile-menu {
        display: block;
    }
    nav,
    nav ul {
    position: absolute;
    width: 320px;
    height: 250px;
    right: 2em;
    background-color: #dc4e4e;
    }
    nav {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    }
    nav ul li {
    display: table;
    width: 100%;
    height: calc(100% /4);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.15);
    -webkit-perspective: 0px;
            perspective: 0px;
    -webkit-transform: rotateX(-90deg) scale(0.5);
            transform: rotateX(-90deg) scale(0.5);
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    }
    nav ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 2.5em;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
    }
    nav ul li a:hover {
    background: rgba(255,255,255,0.1);
    }
    #toggle {
    display: none;
    }
    #toggle + #toggle-btn,
    .nav-icon {
    position: absolute;
    top: 155px;
    right: 45px;
    border-radius: 3px;
    cursor: pointer;
    }
    #toggle + #toggle-btn {
    height: 40px;
    width: 40px;
    z-index: 1000;
    background: rgba(0,0,0,0.05);
    }
    .nav-icon,
    .nav-icon:before,
    .nav-icon:after {
    position: absolute;
    height: 4px;
    width: 40px;
    margin: 18px 0;
    z-index: 900;
    border-radius: 3px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    }
    .nav-icon:before {
    content: "";
    margin-top: -18px;
    }
    .nav-icon:after {
    content: "";
    margin-top: 18px;
    }
    #toggle:checked ~ nav {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    }
    #toggle:checked ~ .nav-icon {
    background: rgba(255,0,0,0);
    }
    #toggle:checked ~ .nav-icon:before {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    margin-top: 0;
    }
    #toggle:checked ~ .nav-icon:after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    margin-top: 0;
    }
    #toggle:checked ~ nav ul li {
    -webkit-transform: rotateY(0deg) scale(1);
            transform: rotateY(0deg) scale(1);
    }   
    .plan, .plan-center {
        flex-wrap: wrap;
    }
    .mobile-why-us {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .why-us-img {
        width: 370px;
        margin: auto;
    }
    .smart-present-img, .plus-img {
        width: 230px;
        margin: auto;
    }
    .special-img2 {
        width: 350px;
    }
    .smart-present-img, .plus-img {
        width: 150px;
    }
    .how-wrapper p {
        width: 350px;
        text-align: center;
    }
    .wrapper-footer {
        display: flex;
        align-items: center;
        flex-flow: column-reverse;
    }
    .contact {
        flex-flow: column-reverse;
    }
    .gis {
        width: 100%;
    }
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
    .container {
		width: 540px;
    }
    .phone-number {
        height: 150px;
    }
    #toggle + #toggle-btn, .nav-icon {
        top: 232px;
        margin-right: 28px;;
    }
    .social img {
        margin-left: 14px;
    }
    .first-reasons, .second-reasons {
        margin: auto;
    }
    .why-us p {
        width: 300px;
        padding-top: 23px;
    }
    .wrapper-present {
        flex-flow: column;
        text-align: center;
    }
    .plus-img {
        width: 55px;
        margin-bottom: 10px;
    }
    .work {
        flex-flow: column;
        padding-top: 0;
    }
    .wrapper {
        flex-flow: column;
    }
    .how-wrapper {
        flex-flow: column;
    }
    .wrapper-footer {
        display: flex;
        align-items: center;
        flex-flow: column-reverse;
    }
    .plan, .plan-center {
        flex-flow: column;
    }
    .special-img1 {
        width: 450px;
        margin-left: 10px;
    }
    .product-card{
        width: 260px;
        margin-top: auto;
        margin-bottom: 20px;
    }
    .product-card img {
        max-height: 150px;
        display: block;
        margin: 0 auto;
    }
}

/* 0 - 576px */
@media screen and (max-width: 576px) { 
    .container {
		width: 90%;
    }
    .phone-number a {
        font-size: 11px;
        margin-left: 0;
    }
    .phone-number p {
        font-size: 10px;
    }
    .social {
        display: none;
    }
    .from-sumsung {
        width: 280px;
    }
    /* h2 {
        font-size: 20px;
    } */
    .present a {
        padding: 20px;
        width: 260px;
    }
    .special-img2 {
        width: 244px;
    }
    .product-card {
        width: 280px;
        margin: 42px;
    }
    .details-btn {
        padding: 7px;
    }
    .how-wrapper p, .why-us-img {
        width: 280px;
    }
    h1 {
        font-size: 30px;
    }
    .offer-text {
        width: 280px;
    }
    .offer-text a {
        padding: 17px 10px;
    }
    nav, nav ul {
        left: 0;
    }
    iframe {
        width: 100%;
    }
    .work-for-you {
        width: 280px;
    }
    .work .hr {
        display: none;
    }
    .product-card img{
        max-height: 160px;
    }
    .special-img1 {
        width: 320px;
        margin-left: 0px;
    }
}

iframe {
    width: 478px;
}

/* .details-btn {
    display: block;
} */

.details {
    display: block;
    width: 320px;
    /* margin: auto; */
}

.floor-kotl {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.floor-img {
    width: 230px;
}

.c {
    border: 1px solid #333; /* Рамка */
    display: inline-block;
    padding: 5px 15px; /* Поля */
    text-decoration: none; /* Убираем подчёркивание */
    color: #000; /* Цвет текста */
    background-color: antiquewhite; /* Цвет фона */
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
   .c:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Тень */
    background: linear-gradient(to bottom, #fcfff4, #e9e9ce); /* Градиент */
    color: #a00;
   }

   .form-action {
    text-align: center;

   }

   .ui-form {
    max-width: inherit;
    padding: 30px 100px;
    margin: 50px auto 30px;
    background: white;
 }

 @media screen and (max-width:480px) {
    .ui-form {
        max-width: inherit;
        padding: 550px 39px 0px;
        margin: 50px auto 0px;
        background: #ffffff;
    }
}
 .ui-form h3 {
    position: relative;
    z-index: 5;
    margin: 0 0 60px;
    text-align: center;
    color: #4a90e2;
    font-size: 30px;
    font-weight: normal;
 }
 .ui-form h3:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 60px;
    top: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fee8e4;
 }
 .ui-form h3:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50px;
    top: -40px;
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 90px solid #ffe3b5;
 }
 .form-row {
    position: relative;
    margin-bottom: 40px;
 }
 .form-row input {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    background: none;
    border-width: 0;
    border-bottom: 2px solid #4a90e2;
    transition: all 0.2s ease;
 }
 .form-row label {
    position: absolute;
    left: 13px;
    color: #9d959d;
    font-size: 20px;
    font-weight: 300;
    transform: translateY(-35px);
    transition: all 0.2s ease;
 }
 .form-row input:focus {
    outline: 0;
    border-color: #F77A52;
 }
 .form-row input:focus+label, .form-row input:valid+label {
    transform: translateY(-60px);
    margin-left: -14px;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    border-color: #F77A52;
    color: #F77A52;
 }
 .ui-form input[type="submit"] {
    width: 100%;
    padding: 0;
    line-height: 42px;
    background: #4a90e2;
    border-width: 0;
    color: white;
    font-size: 20px;
 }
 .ui-form p {
    margin: 0;
    padding-top: 10px;
 }

 .main-text {

 }

 /* стили для кнопки WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    animation: whatsapp-vibrate 0.8s linear infinite;
  }
  
  /* стили для иконки WhatsApp */
  .whatsapp-icon {
    display: inline-block;
    background-image: url('https://cdn4.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-whatsapp-square2-512.png');
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
  }
  
  /* анимация для вибрации кнопки WhatsApp */
  @keyframes whatsapp-vibrate {
    0% {
      transform: translate(0, 0);
    }
    25% {
      transform: translate(-2px, -2px);
    }
    50% {
      transform: translate(0, 0);
    }
    75% {
      transform: translate(2px, 2px);
    }
    100% {
      transform: translate(0, 0);
    }
  }