body {
    font-family: 'Unbounded', cursive;
    overflow-x: hidden;
    background-color: #F8F8F8;
    overflow-x: hidden !important;
}
.wrapper {
    background-color: #F8F8F8;
    font-size: 16px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 414px;
    padding: 50px 30px 50px;
    color: #3C3C3C;
}

:root {
    --color-btn: #F28D16;
    --color-btn-second: #f28b1600;
    --color-btn-animation: 242, 141, 22; /*Цвет --color-btn*/
}

.shapka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shapka_logo>img {
    width: 102px;
    height: 35px;
}

.shapka_insta {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.shapka>a {
    text-decoration: none;
    color: #3C3C3C;
}

.shapka>a>svg {
    margin-right: 5px;
}

.img-container {
    position: relative;
    display: flex;
    justify-content: center;
}
.overlay-img, .overlay-img-an {
    position: absolute;
    max-width: 337px;
    max-height: 349px;
}
.overlay-img:first-child {
    z-index: 2;
}
.overlay-img-an {
    animation: spin 15s linear 0s infinite;
    top: 53px;
    max-width: 254px;
    max-height: 254px;
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.first-text {
    display: block;
    position: relative;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 320px;
    z-index: 3;
}
.first-text h1 {
    font-size: 28px !important;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 10px;
    margin-top: -69px;
}
.first-text h1 span {
    color: #377fe6;
}
.first-text div {
    font-size: 12px;
}

.prem-blok {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.prem-blok_item {
    font-size: 10px;
    line-height: 130%;
    text-align: center;
}

.buttons-blok {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.primary-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: var(--color-btn);
    width: 100%;
    padding: 22px;
    box-shadow: 0px 4px 40px rgba(242, 141, 22, 0.5);
    border-radius: 10px;
    transition: 0.3s;
    animation: radial-pulse 2s infinite;
}
@keyframes radial-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(var(--color-btn-animation), 0.5);
    }
  
    100% {
      box-shadow: 0 0 0 40px rgba(var(--color-btn-animation), 0);
    }
}

.primary-btn:hover {
    background: #D87C10;
}

.secondary-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: var(--color-btn);
    background-color: var(--color-btn-second);
    width: 100%;
    padding: 22px;
    border-radius: 10px;
    border: 1px solid #F28D16;
    margin-top: 10px;
    text-transform: uppercase;
    transition: 0.5s;
}

.secondary-btn:hover {
    background: var(--color-btn);
    color: #FFFFFF !important;
}

h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 33px;
    margin-left: auto;
    margin-right: auto;
}

.second-blok {
    position: relative;
    background: url(https://taplink.shmakovv.ru/halitska/img/bg2.jpg) no-repeat top fixed;
    background-size: cover;
    font-size: 16px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 414px;
    padding: 70px 30px 70px;
    color: #3C3C3C;
    overflow-x: hidden;
}

.img-preview-1 {
    position: absolute;
    right: 296px;
    top: 120px;
}

.img-preview-2 {
    position: absolute;
    left: 303px;
    top: 41px;
}

.second-blok h2 {
    color: white;
    width: 325px;
}

.text-color {
    color: var(--color-btn);
}

.serial-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serial-item {
    color: white;
    width: 325px;
    font-size: 14px;
    text-align: center;
}

.serial-child {
    margin: 20px 0px;
}

.third-block {
    overflow-x: hidden;
    margin: 0 auto;
}

.podzagolovok {
    font-size: 12px;
    line-height: 167.4%;
    text-align: center;
}


/*Контакты*/
.kontakty-blok a {
    text-decoration: none;
}
.b-wa, .b-tg {
    position: relative;
    margin: 15px 0px;
    background-color: var(--color-btn);
    border-radius: 15px;
    overflow: hidden;
}
.b-wa__bg, .b-tg__bg, .b-sunny__bg {
    padding: 20px 25px;
    box-shadow: 0px 4px 40px rgba(242, 141, 22, 0.5);
    border-radius: 10px;
    color: white;
}

.b-wa:hover, .b-tg:hover {
    background: #D87C10;
}

.b-wa__bg {
    background: url(https://taplink.shmakovv.ru/halitska/img/wa.png) no-repeat right;
}

.b-tg__bg {
    background: url(https://taplink.shmakovv.ru/halitska/img/tg.png) no-repeat right;
}

.b-sunny__bg {
    background: url(https://taplink.shmakovv.ru/halitska/img/sdg.png) no-repeat right;
}

.b-wa__z, .b-tg__z, .b-sunny__z {
    font-size: 14px;
    line-height: 167.4%;
    font-weight: 700;
}

.b-wa__s, .b-tg__s, .b-sunny__s {
    font-size: 11px;
    line-height: 167.4%;
    text-decoration-line: underline;
}
.podzagolovok-black {
    font-size: 12px;
    line-height: 167.4%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}




/** Media **/
@media (max-width:414px) {
    .third-block img {
        right: 42px;
    }
}

/* Taplink style*/
.page-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}