/*Обнуление*/
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}
/*--------------------*/

@font-face {
    font-family: Verdana;
    src: url('../Fonts/Verdana.eot');
    src: local('../Fonts/Verdana'),
        url('../Fonts/Verdana.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Verdana.woff2') format('woff2'),
        url('../Fonts/Verdana.woff') format('woff'),
        url('../Fonts/Verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Verdana;
    src: url('../Fonts/Verdana-Bold.eot');
    src: local('../Fonts/Verdana Bold'), local('Verdana-Bold'),
        url('../Fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Verdana-Bold.woff2') format('woff2'),
        url('../Fonts/Verdana-Bold.woff') format('woff'),
        url('../Fonts/Verdana-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body{
    font-family: Verdana;
    position: relative;
}

.wrapper {
    width:1366px;
    
    

}

.conteiner {
    background: url('../image/Background/Backgroud.png') 0 0/cover no-repeat;
    width: 1366px;
    margin: 0 auto;
    padding: 0px 0px 40px 0px;
    margin-bottom: 100px; 
    margin-top: -168px;
}
.head{
    width:1366px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: rgba(60,60,60,0.85);
    
}

.header__contacts {
    width:1366px;
    margin: 0 auto;  
    display: flex; 
    justify-content: space-around;   
    align-items: center;
    padding-top: 20px;
   
}

.logo__header span { 
    display: block;
    width: 201px;
    
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;    
    text-align: left;
   
    
}
.work__header a{
    
    height: 82px;
    color: #ffffff;    
    font-size: 18px;
    font-weight: 400;    
    line-height: 1.5;
    text-align: left;
   
    
}

.work__header a:hover{
    color:#fca546;
}

.work__header {
    
    width: 220px;   
    color: #ffffff;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;    
    line-height: 1.1;
    text-align: left;    
    
}

.contacts__header{
    display: flex;
    flex-direction: column;
    
}

.contacts__header a {
    display: block;  
    color: #ffffff;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;   
    line-height: 1.2;
    text-align: left;  
    
       
}

.contacts__header a:hover{
    color:#fca546;
}
.head__btn a{   
    color: #ffffff;    
    font-size: 18px;
    font-weight: 400;
    line-height: 28.96px;
    text-align: center;
    width: 281px;
    height: 56px;
    border-radius: 7px;
    background-color: #201d1d;
    background-image: linear-gradient(-176deg, #fca546 0%, #e8570b 100%);
    padding: 18px 30px; 
    margin: 0 auto;
    transition: 0.3s;
   
}

.head__btn:hover{
    transform: scale(1.05);
}

.head__btn a:active{
   
width: 281px;
height: 56px;
box-shadow: inset 0 7px 59px rgba(0, 0, 0, 0.78);
border-radius: 7px;
background-color: #201d1d;
background-image: linear-gradient(-176deg, #fca546 0%, #e8570b 100%);
}

.social__header img{
    width: 45px;
    height: 45px;
    margin: 0px 14px ;
}

.social__header img:hover{
    transform: scale(1.05);
}

.social__header img:active{
    transform: scale(0.95);
}


.wrapper__for-sticky{
    position: relative;
    top:30px;
}

.menu__stiky{
    background-color: rgba(60,60,60,0.85);
    width: 1366px;
    margin: 0 auto;
    padding: 0 100px;
    position: sticky;
    top: 0;    
    z-index: 20;    
    margin-top: 50px;
}

.menu__stiky ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;    
    padding: 16px 15px;
    margin: 0 auto;
}

.menu__stiky a{
    color: #fefefe;
    font-size: 18px;
    font-weight: 400;
    text-align: center;  
    position: relative;      
    transform: scale(0);
    transition: opacity 300ms, transform 300ms;
}

.menu__stiky a:hover:after{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ef701d;
    position: absolute;
    top: 32px;
    left: 0;
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
}

.content{
    width: 1366px;
    height: 100%;
    padding: 0px 50px 0px 50px;
    margin-top: 60px;    
}

.content__wrapper{
    width: 1200px;
   
    border-radius: 26px;
    background-color: rgba(32,29,29,0.5);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 20px 50px 20px 50px; 
}


.header__title-content h2 {      
    width: 450px;
    
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    
}

.header__title-content span{
    display: inline-block;    
    width: 180px;    
    border-radius: 12px;
    background-color: #c10304;
    background-image: linear-gradient(to right, #fca445 0%, #e8580c 100%);
    text-align: center;
    
}

.header__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.wrapper__garanti {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.content__garanti span{    
    font-weight: 700;    
}



.content__garanti h5 {   
    width:450px;   
    color: #ffffff;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;   
    
}

.content__livenum {   
    width: 450px;
    height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;   
    margin: 15px 0px;
}

.content__livenum span {       
    font-weight: 700;
    
}

.header__form input{    
    width: 250px;
    height: 40px;
    box-shadow: inset 0 9px 16px rgba(0, 0, 0, 0.19);
    border-radius: 22px;
    background-color: #ffffff; 
    color:#010101 ; 
    padding: 15px 32px ; 
    font-size: 18px;   
}

.header__form button{  
    width:250px;
    height: 45px;
    border-radius: 7px;    
    background-image: linear-gradient(-176deg, #fca546 0%, #e8570b 100%);    
    color: #ffffff;  
    font-size: 18px;
    font-weight: 400;    
    text-align: center;
    margin: 0px 0px 0px 10px;
}

.header__form button:hover{
    transform: scale(1.05);
    transition: 0.3s;
}

.header__form button:active{
    transition: 0.3s;
    box-shadow: inset 0 3px 40px rgba(0, 0, 0, 0.71);
    border-radius: 7px;
    background-color: #201d1d;
    background-image: linear-gradient(-176deg, #fca546 0%, #e8570b 100%);
}
.header__youtube-wrapper {
    width: 261px;
    height: 232px;
    border-radius: 26px;
    background-color: rgba(32,29,29,0.5);
    display: flex;   
    flex-direction: column;     
    justify-content: center;
    margin-top: -80px;
    
}

.header__youtube-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__youtube-img h3{
    display: block;
    width: 190px;
    height: 50px;
    color: #ffffff;   
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    
}

.header__youtube-img img {
    display: block;
    width: 167px;
    height: 143px;
    transition: 0.3s;
    cursor: pointer;
}

.header__youtube-img img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.header__youtube-img img:active{
    transform: scale(0.95);
    transition: 0.3s;
}

.header__down-wrapper {
    width: 1366px;    
    margin-top: 10px;
}
.coins__wrapper{
    display: flex;
    justify-content: space-around;
    width: 1200px;
    padding: 20px;
    border-radius: 26px;
    background-color: rgba(32,29,29,.5);
    margin: 0 auto;
    
    
}

.coin{
    display: flex;
    justify-content: center;
    align-items: center;
}

.coin p{    
    color: #ffffff;    
    font-size: 14px;
    font-weight: 700;    
    text-align: left;
    margin-left: 15px;
}

.down__img-yoga {
    width: 246px;
    
}

.down__img-rub {
    width: 379px;
    
}

.down__img-amer {
    width: 347px;
    
    
}

.down__img-pig {
    width: 278px;
    
}

/* -------------------------------------------popup video----------------------------------------------- */
.popup__window-one {
    position: fixed;
    background-color: rgba(24, 24, 24, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
}
.popup__window-one:target{
    opacity: 1;
    visibility: visible;
    
    transition: 0.8s;
}

.popup__body {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    position: relative;
    border-radius: 12px;
}

.popup__content {
    background-color: #fff;
    border-radius: 30px;
    padding: 100px;
    position: relative;
}
.popup__body iframe{
    width: 620px;
    height: 349px;
}

.popup__close{
    position: absolute;    
    top: 20px;
    right: 20px;
    color: black;
    font-size: 30px;
}

.popup__area{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  
}

.popup__content p{
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}

.popup__input-form input{
    width: 394px;
    height: 55px;
    border: 2px solid gray;
    border-radius: 12px;
    padding: 10px;
    font-size: 24px;
    margin-top: 10px;
}
.popup__input-form input:focus{
    box-shadow: 0px 0px 20px rgb(49, 47, 47);
}

.input__btn{
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    margin-top: 30px;
    background-image: linear-gradient(-176deg, #fca546 0%, #e8570b 100%);
    font-size: 24px;
    border-radius: 12px;
    color: antiquewhite;
}

.input__btn:hover{
    transform: scale(1.05);
}

.input__btn:active{
    transform: scale(0.9);
    box-shadow: inset 10px 10px 20px rgb(49, 47, 47);
}

/* -------------------------Thanks modal----------------------- */

.wrapper__modal {
    position: fixed;
    background-color: rgba(24, 24, 24, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 32;
    opacity: 0;
    visibility: hidden;      
    transition: all 0.5s;
}

  .wrapper__modal:target{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }

  .thanks__modal{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
  }
  
  .content__modal {
    position: absolute;
    z-index: 33;
    max-width: 800px;
    max-height: 100%;
    background-image: linear-gradient(-176deg, #fca546 0%, #e8570b 100%);
    padding: 50px;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }  
  
  .title__content-modal {
    font-size: 40px;
    line-height: 1.2;
    color: rgb(56, 55, 53);
    font-weight: 700;
  }
  
  .text__modal {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    color: rgb(56, 55, 53);
    margin: 20px;
    margin-bottom: 0px
  }
  .links__modal{  
    margin: 0 auto;
  }
  
  .links__modal img {
    width: 50px;
    height: 50px;
    margin: 30px 20px 25px 20px; 
  
  }
  
  .links__modal img:hover{
    transform: scale(1.2);
  }
  
  .links__modal img:active {
      transform: scale(0.8);
  }
  
  .slogan__modal{
    margin: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(56, 55, 53);
    font-weight: 700;
  }