/* Основной код двигается от Смартфонов */
@media (min-width:300px){

	
	/* СБРОС СТИЛЕЙ ДЛЯ КНОПОК */
.smart-button * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* СТИЛИ КНОПОК */
.smart-button {
    position: relative;
    display: inline-block;
    align-items: center;
    gap: 20px;
    padding: 22px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-decoration: none;
    border-radius: 15px;
    overflow: visible !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    border: none;
    cursor: pointer;
    width: 90%;
    margin: 0 auto 30px;
    z-index: 1;
    transform-origin: center;
    min-width: 129px;
    max-width: 447px;
}


.smart-button.secondary {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 10px 30px rgba(79, 172, 254, 0.3);
}


.button-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}


.button-icon img {
    object-fit: contain;
}

.button-text {
    flex-grow: 1;
    text-align: left;
    font-size: 88%;
    color: rgba(255,255,255,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.button-subtext {
    font-size: 0.8em;
    opacity: 0.9;
    display: block;
    margin-top: 5px;
}

/* ХОВЕР ЭФФЕКТЫ */
.smart-button:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.4);
}

.smart-button.secondary:hover {
    box-shadow: 0 20px 40px rgba(79, 172, 254, 0.4);
}

.smart-button:hover .button-icon {
    transform: rotate(15deg) scale(1.2);
}

/* ВОЛНЫ */
.wave {
    position: absolute;
    border-radius: 15px;
    z-index: 0;
    pointer-events: none;
    border-style: solid;
    transform-origin: center;
}
.box-main {

}

/*/* МЯГКИЕ ВОЛНЫ 
@keyframes softWave1 {
    0% { transform: scale(1); opacity: 0.4; border-width: 1px; }
    100% { transform: scale(1.6); opacity: 0; border-width: 0.5px; }
}

@keyframes softWave2 {
    0% { transform: scale(1); opacity: 0.3; border-width: 1.5px; }
    100% { transform: scale(1.8); opacity: 0; border-width: 0.3px; }
}

@keyframes softWave3 {
    0% { transform: scale(1); opacity: 0.2; border-width: 2px; }
    100% { transform: scale(2); opacity: 0; border-width: 0.2px; }
}

/* СТУКОВЫЕ ВОЛНЫ 
@keyframes knockWave {
    0% { transform: scale(1); opacity: 1; border-width: 4px; }
    100% { transform: scale(2.2); opacity: 0; border-width: 1px; }
}*/

/* АНИМАЦИИ КНОПКИ */
@keyframes buttonScaleUp {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

@keyframes buttonScaleDown {
    0% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

@keyframes knockScaleUp {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

@keyframes knockScaleDown {
    0% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

	
	
body {
    font-size: 18px;
    margin-left: 2px;
    margin-right: 3px;
}
.box-main .img-center {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.box-main h1 {
    text-align: center;
    margin-bottom: 7%;
    font-weight: 600;
    font-size: 125%;
}
.box-main p {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 100%;
}
.box-main .text-10 {
    text-align: center;
    font-size: 18px;
    color: #132DAD;
    font-style: italic;
}
.box-main .text-11  {
    margin-top: 15%;
    color: #D00000;
    margin-bottom: 10%;
    font-size: 125%;
    font-weight: 600;
}
.box-main ul li  {
    list-style-type: square;
    padding-left: 0px;
    margin-left: 39px;
    margin-bottom: 2%;

}
.box-main .text-12 {
    text-align: center;
    margin-top: 10%;
    font-weight: 600;
    margin-bottom: 9%;
    font-size: 170%;
}
.box-text-dopolnenie  {
    margin-top: 25%;
    border: 1px solid #838996;
    border-radius: 7px 9px / 9px 8px 7px 6px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 8px;
    padding-right: 7px;
    padding-top: 13px;
    padding-bottom: 11px;
    margin-bottom: 10%;
    background-color: rgba(239,239,239,0.44);
}
.box-text-dopolnenie-2  {
    margin-left: 2px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
    margin-bottom: 3px;
    margin-top: 20%;
    background-color: rgba(255,255,255,1.00);
    border: 1px dotted rgba(7,5,191,1.00);
    padding-top: 0%;
}
.box-text-dopolnenie .box-text-dopolnenie-2 .text-11 {
    margin-top: 4%;
}
.box-main .box-text-dopolnenie p {
    margin-bottom: 5%;

}

.box-main .text-13 {
    color: rgba(0,3,160,1.00);
    margin-top: 50px;
    margin-bottom: 26px;
}
.box-main .fz-229 {
    font-size: 70%;
    margin-top: 20%;
    margin-bottom: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-top: 2px solid rgba(181,181,181,1.00);
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    text-align: center;
    border-bottom: 2px solid rgba(181,181,181,1.00);
    max-width: 500px;
}
.box-main .fz-229 h4 {
    font-size: 123%;
    font-weight: 600;
}

.box-main .content {
    background-image: url(images/fon-love-6.png);
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding-top: 1%;
    width: 100%;
    padding-bottom: 10%;
}

.box-main .content .row-content {
    width: 99%;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
}
.content .row-content .box-content {
    border-radius: 5% 5% 4% 4% / 4% 3% 5%;
    padding-bottom: 5%;
    padding-top: 0%;
    background-color: rgba(245,245,245,1.00);
    opacity: 0.9;
}

.row-content .box-content h2 {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 110%;
    font-weight: 600;
    color: rgba(46,0,0,1.00);

}
.row-content .box-content p {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 110%;
    font-style: italic;
    color: rgba(17,11,162,1.00);
    font-weight: 400;

}
.box-content .content-img-main .img-main {
    width: 99%;
    border-radius: 16px 15px 15px 16px;
    margin-left: auto;
    margin-right: auto;
}






}


@media (min-width:350px){
body {
    font-size: 19px;
}
.box-main h1 {
    font-size: 140%;
}


	
	
	
}


@media (min-width:400px){
.box-main h1 {
    font-size: 160%;
}
body {
    margin-left: 4px;
    margin-right: 3px;
}


	
	
	
}


/* Адаптация для маленьких планшетов */
@media (min-width:450px){
body {
    font-size: 20px;
}
.box-main h1 {
    font-size: 175%;
}
.box-main .text-11 {
    font-size: 169%;
}
.row-content .box-content h2 {
    font-size: 140%;
}






	
	
}




/* Большие планшеты */
@media (min-width:600px){
body {
    font-size: 22px;
}
.box-main {
    padding-left: 2%;
    padding-right: 2%;
    margin-right: auto;
    margin-left: auto;
}
.box-main h1 {
    font-size: 205%;
}
.box-main .text-12 {
    font-size: 200%;
}
.box-main .img-center {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


.box-main .box-text-dopolnenie {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.box-main .box-2 {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}
.box-main .visible-750 {
    box-sizing: content-box;
    width: 100%;
    display: block !important;
    height: 400px;
}
.box-main .visible-750 .qr-telegram {
    max-width: 250px;
    float: left;
    margin-left: 30px;
}
.box-main .visible-750 .qr-max {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: right;
}

	
}




/* Адаптация для больших экранов ПК */
@media (min-width:750px){
.box-main h1 {
    font-size: 265%;
}
.box-main .text-11  {
    font-size: 250%;
}
.box-main .text-12 {
    font-size: 290%;
}



}
@media (min-width:900px){
.box-main {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 0px;
    padding-right: 0px;

}
.box-main h1 {
    font-size: 320%;
}




}

@media (min-width:1050px){
}
@media (min-width:1200px){
}
@media (min-width:1600px){
}





@media (max-width:299px){
body {
    text-align: center;
    font-size: 10px;
}
p {
    margin-top: 2%;
    margin-bottom: 2%;
}
h1  {
    margin-bottom: 4%;
    font-size: 14px;
    font-weight: 600;
}
h3 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 12px;

}
.text-11  {
    color: rgba(22,24,142,1.00);
    font-size: 12px;
    margin-top: 7%;
    margin-bottom: 7%;
}





}
body  {
    background-color: rgba(26,0,0,1.00);
}
.box-main {
    background-color: rgba(255,255,255,1.00);
}
.box-main .visible-750 {
    display: none;
}
