

body {
    padding: 0;
    margin: 0;
    font-family: 'Anton', sans-serif;
    color: #fff;
    background-image: linear-gradient(267deg, #dadada 0%, #000000 25%, #0c272f 51%, #000000 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite;
}



* {
    box-sizing: border-box;
}

button:focus {
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 50px;
    margin-bottom: 58px;
}

h3 {
    font-size: 25px;
    margin-bottom: 28px;
}

a {
    text-decoration: none;
}

section {
    padding-top: 113px  
}

p {
    margin: 0;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

.wrapper{

}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header:before {
 
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 z-index: 2;


}

.header__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}

.header__logo {
    flex: 0 0 60px;
    position: relative;
    z-index: 3;
}

.header__logo img{
    width: 140px;
}

.header__burger {

}

.header__menu{

}

.header__list{
    display: flex;
    position: relative;
    z-index: 2;
}

.header__list li{
    
    list-style: none;
    margin: 0px 0px 0px 20px;

}

.header__link{
    color: #878787;
    font-size: 16px;
    font-family: Karantina, sans-serif;
    transition: color 0.3s, font-size 0.3s;
}

.header__link:hover {
    color: #2cb22f; /* Цвет текста при наведении на ссылку */
    font-size: 105%;
}

.header__link__activ {
    color: #2cb22f; /* Цвет текста при наведении на ссылку */
    font-size: 105%;
}








header a {
    color: #fff;
}





.logo {
    margin-right: 275px;
}

.menu {
    display: flex;
}


.menu li {
    margin-right: 40px;
}
.menu li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}


.btnHeader {
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    width: 238px;
    height: 26px;
    padding-top: 0px;
    transition: all 0.5s ease;
    font-weight: 700;
}

.btnHeader:hover {

    color: #000; /* Цвет текста при наведении на ссылку */
    font-size: 102%;
    background-color: #4BFF73;

}



.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 20px;
}

.container p {
    color: #c4c4c4;
}




.offer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 120px;
}

.offer h1 {
    line-height: 50px;
    font-family: Karantina, sans-serif;
    font-size: 41px;
    margin-bottom: 19px;
    margin-top: 0px;
    letter-spacing: 0.02em;
}

.offer p {
    font-size: 16px;
    color: #a9a9a9;
}


.action__input {
    margin-top: 20px;
    padding-left: 10px;
    width: 60%;
    font-size: 18px;
    height: 40px;
    color: #a1ffad;
    background: linear-gradient( 217deg,rgb(2 255 144/19%),rgba(255,0,0,0) 70.71% ),linear-gradient(127deg,rgb(0 0 0/14%),rgba(0,255,0,0) 70.71%),linear-gradient(336deg,rgb(24 38 27/76%),rgb(0 0 0/73%) 70.71%);
    border: 0.1px solid #00ea4a!important;
    border-radius: 3px;


}

 .btn {
    width: 38%;
    background: #c0ffd5;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #c0ffd5!important;
}


    .btn:hover{
    background: #0aff5c;

    }

.container h4 {
    font-family: Karantina, sans-serif;
    font-size: 24px;
}

.one {
}

.twoo {
}

.twoo img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.hydrated {
    visibility: inherit;
}


.row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}



.card {
    position: relative;
    height: 300px;
    width: 95%;
    margin: 10px 15px;
    transition: ease all 2.3s;
    perspective: 1200px;
}



.card .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.card .cover:before {
    content: '';
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: ease all 2.3s;
    transform-style: preserve-3d;
    transform: translateZ(0px);
}

.card .cover:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    transition: ease all 1.3s;
    background: rgba(0, 0, 0, 0.4);
}

.card:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
}
.card:hover .cover h1 {
    transform: translateZ(100px);
}
.card:hover .cover p {
    transform: translateZ(100px);
}
.card:hover .cover span {
    transform: translateZ(100px);
}
.card:hover .cover b {
    transform: translateZ(100px);
}
.card:hover .cover .otziv {
    transform: translateZ(100px);
}
.card:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
}
.card:hover .cover:before {
    transform: translateZ(30px);
}
.card:hover .cover:after {
    background-color: black;
}


.card .cover.item-a {
    background-image: url(../img/whatsapp2.png);
}

.card .cover.item-b {
    background-image: url(../img/telegram2.png);
}

.card .cover.item-c {
    background-image: url(../img/instagram2.png);
}

.card .cover.item-d {
    background-image: url(../img/vkontakte2.png);
}

.card .cover.item-o {
    background-image: url(../img/odnoklassniki2.png);
}

.card .cover.item-f {
    background-image: url(../img/facebook2.png);
}

.card .cover.item-g {
    background-image: url(../img/viber2.png);
}

.card .cover.item-h {
    background-image: url(../img/gmail2.png);
}

.card .cover.item-i {
    background-image: url(../img/yandex2.png);
}

.card .cover.item-e {
    background-image: url(../img/mail2.png);
}

.card .cover.item-k {
    background-image: url(../img/mamba2.png);
}

.card .cover.item-l {
    background-image: url(../img/youtube2.png);
}

.card .cover.item-m {
    background-image: url(../img/wechat2.png);
}

.card .cover.item-n {
    background-image: url(../img/telefon2.png);
}






.card .cover h1 {
    font-weight: 600;
    position: absolute;
    bottom: 215px;
    left: 50px;
    color: white;
    text-transform: none;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 2em;
    transform: translateZ(0px);
}

.card .cover h1 img{
    width: 8%;
    
}

.card .cover p {
    font-weight: 300;
    position: absolute;
    width: 85%;
    bottom: 130px;
    left: 50px;
    color: #8f8f8f;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 16px;
    transform: translateZ(0px);
}

.card .cover b {
    font-weight: 600;
    position: absolute;
    bottom: 64px;
    left: 50px;
    color: #8f8f8f;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 26px;
    transform: translateZ(0px);
}

.card .cover .otziv {
    font-weight: 600;
    position: absolute;
    bottom: 45px;
    left: 175px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 45px;
    transform: translateZ(0px);
}

.otziv img {
    width: 26%;
    margin-right: -35px;
}

.card .cover .price {
    font-weight: 200;
    position: absolute;
    top: 47px;
    right: 50px;
    color: #f3b913;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 1.2em;
    transform: translateZ(0px);
}


.card .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0b0f08;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .card-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s, ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: transparent;
    border: 1px solid white;
    font-weight: 200;
    font-size: 1.3em;
    color: white;
    padding: 14px 32px;
    outline: none;
    text-decoration: none;
}





.container-text {
    font-family: Karantina, sans-serif;
    line-height: 25px;
    padding: 20px;
    max-width: 1170px;
    margin: 0 auto;
}

.container-text h1, h2, h3 {
    font-size: 20px;
    margin: 20px;
    color: #d4b600;
}

.container-text time {
    font-size: 12px;
    color: #595856;
}

.container-text p {
    color: #aaa8a8;
}

.list_tarif {

display: flex;

}

.box__1{

    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 57%);
    margin: 10px;
    border: 0.1px solid #084954!important;
    border-radius: 5px;
    height: max-content;
    width: 32%;
}

.box__1 h1, h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin: 41px 10px 25px -14px;
    color: #0e9eff;
}

.box__1 p {
    color: #adadad;
    display: inline-block;
    padding: 0px 25px 3px 46px;
}

.box__1 a {
    color: #000;
}


.yes {
    background-color: #ffd522;
    margin: 20px 20px 30px 20px;
    height: 45px;
    font-size: 20px;
    border-radius: 5px;
    border: 0.1px solid #ffd522!important;
}

    .yes:hover{
    background: #595959;

    }



.container-forma {
    margin: 0 auto;
    align: center;
}

.container-forma h2 {
    font-size: 20px;
    text-align: center;
    color: #d4b600;
}

.forma {
    border-radius: 12px;
    padding: 0 20px 20px;
    width: 100%;
}

ul.breadcrumb {
    margin-top: 50px;
    padding: 10px 16px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb span {
    color: #0e9eff;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #a3a3a3;
    content: "/\00a0";
}

.nodisp {
    display: none;
}



.messen {
    width: 512px;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.button2 {
    margin-top: 10px;
    width: 500px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #00e1ff;
    border-radius: 4px;
    border: 0.1px solid #00e1ff;
    color: #000;
}


    .button2:hover{
    background: #f2fdff;

    }



.button3 {
    margin-top: 10px;
    width: 500px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #21ff79;
    border-radius: 4px;
    border: 0.1px solid #21ff79;
    color: #000;
}

    .button3:hover{
    background: #f2fdff;

    }



.footer-text {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    padding: 114px 0;
}

.footer-text p {
    margin-right: 67px;
}

.footer-text a {
    color: #6e6e6e;
}

.action__controls {
    width: 50%;
}


.box__1 h1, h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin: 41px 10px 25px -14px;
    color: #ff8c03;
}

.container-otziv h2 {
    font-family: Karantina, sans-serif;
    color: #ff8c03;
}




@media screen and (max-width: 1024px){




.btnHeader {
    font-size: 16px;
    width: 213px;
    height: 26px;
    padding-top: 0px;
    font-weight: 600;
}


.offer {
    margin-top: 100px;
}

section {
    padding-top: 50px;
}
.card {
    width: 97%;
    margin: 10px;
}

.card .cover h1 {
    font-size: 1.7em;
}

.card .cover p {
    width: 79%;
    font-size: 14px;
}

.card .cover b {
    font-size: 20px;
}

.otziv img {
    width: 24%;
}

.card .cover .price {
    top: 54px;
    font-size: 1em;
}

.container-text {
    width: 100%;
    padding: 20px;
}

.footer-text {
    font-size: 14px;
    padding: 60px 0;
}




}






@media screen and (max-width: 991px) {


.card {
    height: 241px;
}

.card .cover h1 {
    bottom: 186px;
    font-size: 1em;
}

.card .cover p {
    bottom: 100px;
}

.card .cover b {
    bottom: 40px;
}

.card .cover .otziv {
    bottom: 20px;
}

.card .cover .price {
    top: 33px;
}

.header__burger {
    display: none;
}

.card h1 img {
    width: 14%;
    margin: 24px 0px -4px 0px;
}

.btnHeader {
    width: 183px;

}

.box__1 h1, h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 13px 9px -14px;
    color: #0e9eff;
}


.box__1 p {
    color: #adadad;
    display: inline-block;
    padding: 0px 14px 0px 43px;
    font-size: 12px;
    line-height: 20px;
}



}












@media screen and (max-width: 767px) {

body.lock {
    overflow: hidden;
}


body {

    background-image: linear-gradient(267deg, #dadada 0%, #000000 25%, #0c272f 51%, #000000 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite;
}

.header__logo {
    flex: 0 0 40px;
}

.one p {

    display: none;
}
.header__burger {
display: block;
width: 30px;
height: 20px;
position: relative;
z-index: 3;
}

.header__burger span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.3s ease 0s;
}

.header__burger:before,
.header__burger:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.header__burger:before {
    top: 0;
}

.header__burger:after{
    bottom: 0;
}

.header__burger.active span {
    transform: scale(0);
}

.header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
}

.header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
}

.header__menu{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #061405;
    padding: 70px 10px 20px 10px;
    transition: all 0.3s ease 0s;

}

.header__menu.active {
    top: 0;
}

.header__list{
    display: block;
}

.header__list li {
    margin: 0px 0px 20px 0px;
}


.card .cover h1 {
    bottom: 169px;
    left: 35px;
}


.card .cover p {
    width: 80%;
    left: 35px;
    bottom: 78px;
}

.card .cover b {
    font-size: 20px;
    bottom: 33px;
    left: 35px;
}

.card .cover .otziv {
    font-size: 35px;
    left: 150px;
}

.card .card-back a {

    font-size: 1.1em;
    padding: 5px 23px;

}



.card {
    height: 225px;
}


.card h1 img {
    width: 14%;
    margin: 24px 0px -4px 0px;
}



.otziv img {
    width: 16%;
    margin-right: -26px;
}


.offer {
    margin-top: 100px;
}


.card .cover .price {
    top: 35px;
    font-size: 0.8em;
}




}



@media screen and (max-width: 709px) {

.offer {
    display: block;
}

.row {
    display: block;
    
}

.card {
    height: 250px;
}


.card .cover h1 {
    bottom: 185px;
    left: 35px;
    width: 80%;
    font-size: 1.6em;
}

.card h1 img {
    width: 6%;
    margin: 18px 0px -3px 0px;
}

.card .cover .price {
    top: 35px;
    font-size: 1.2em;
}

.card .cover p {
    width: 88%;
    left: 35px;
    bottom: 89px;
    font-size: 16px;
}

.messen {
    width: 100%;
}


.button2 {
    width: 100%;
}

.button3 {
    width: 100%;
}

.one {
    display: none;
}
.footer-text {
    font-size: 10px;
    padding: 60px 0;
}

.card {
    width: 95%;
    margin: 10px;
}
.footer-text p {
    margin-right: 6px;
}






}




@media screen and (max-width: 534px) {

.card .cover .price {
    top: 38px;
    font-size: 1em;
}

.card .cover h1 {
    font-size: 1.2em;
}

.card .cover:before {

    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.action__controls {
    width: 100%;
}

.list_tarif {
    display: block;
}

.box__1 {
    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 57%);
    margin: 10px;
    border: 0.1px solid #084954!important;
    border-radius: 5px;
    height: 320px;
    width: 95%;
}

.box__1 h1, h2 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin: 25px 10px 10px -14px;
    color: #0e9eff;
}

.box__1 p {
    padding: 0px 25px 3px 46px;
    line-height: 20px;
}


.offer h1 {
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 0.02em;
}

.box__1 h1, h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 13px 9px -14px;
    color: #0e9eff;
}


.box__1 p {
    color: #adadad;
    display: inline-block;
    padding: 0px 14px 0px 43px;
    font-size: 14px;
    line-height: 20px;
}



}

@media screen and (max-width: 434px) {

    body {
    background-image: linear-gradient(265deg, #dadada 0%, #000000 25%, #0c272f 51%, #000000 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite;
}

.card .cover .price {
    top: 42px;
    font-size: 0.8em;
}

.card .cover h1 {
    font-size: 1.2em;
}

.card .cover p {
    width: 85%;
    left: 35px;
    bottom: 89px;
    font-size: 15px;
}

}


@media screen and (max-width: 399px) {


    body {
    background-image: linear-gradient(274deg, #dadada 0%, #000000 25%, #0c272f 51%, #000000 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite;
}


.action__input {
    margin-top: 20px;
    padding-left: 10px;
    width: 60%;
    font-size: 18px;
    height: 40px;
    color: #a1ffad;
    background: linear-gradient( 217deg,rgb(2 255 144/19%),rgba(255,0,0,0) 70.71% ),linear-gradient(127deg,rgb(0 0 0/14%),rgba(0,255,0,0) 70.71%),linear-gradient(336deg,rgb(24 38 27/76%),rgb(0 0 0/73%) 70.71%);
    border: 0.1px solid #00ea4a!important;
    border-radius: 3px;


}

 .btn {
    width: 38%;
    background: #c0ffd5;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #c0ffd5!important;
}


    .twoo img {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.card .cover .price {
    top: 30px;
    right: 22px;
    font-size: 0.8em;

}

.card .cover h1 {
    bottom: 199px;
    left: 24px;
    font-size: 1.2em;
}


.card .cover:before {

    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.card .cover p {
    width: 85%;
    left: 24px;
    bottom: 89px;
    font-size: 13px;
}

.card .cover b {
    left: 24px;

}

.card h1 img {
    width: 8%;
    margin: 18px 0px -3px 0px;
}

.offer {
    margin-top: 55px;
}

    .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 6px;
}


.list_tarif {
    display: flex;
    flex-direction: column;
}

.box__1 {
    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 57%);
    margin: 0px;
    margin-bottom: 10px;
    border: 0.1px solid #00ccea!important;
    border-radius: 5px;
    height: 294px;
    width: 100%;
}

.action__controls {
    width: 100%;
}

}


@media screen and (max-width: 321px) {

.box__1 {
    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 57%);
    margin: 0px;
    margin-bottom: 10px;
    border: 0.1px solid #00ccea!important;
    border-radius: 5px;
    height: 317px;
    width: 100%;
}

}



