a{
        text-decoration:none;
        color:inherit;
    }

body{
        margin: 0;
        font-family: "PlayRegular", sans-serif;
    }


        /*Поп-ап с формой и кнопка на первом экране*/

.btn-start{
    display: inline-block;
    background-color: #fcd10a;
    width: 210px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 10px 10px #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 11px;
    }
    
.button-start{
    display: inline-block;
    background-color: #fcd10a;
    width: 210px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 10px 10px #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    }

    .button-start:hover{
        background-color: #e8c00e;    
    }

    .button-1{
        width: 400px;
        height: 60px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 50px;
        background-color: #fcd10a;
        border: none;
        box-shadow: 0 10px 10px #c0c0c0;
        outline: none;
        cursor: pointer;
        overflow: hidden;
    }
    
    .button-1:hover{
        background-color: #e8c00e;
    }

    .button{
      width: 400px;
      height: 70px;
      font-size: 20px;
      font-weight: 600;
      background-color: #fcd10a;
      border: none;
      box-shadow: 0 10px 10px #c0c0c0;
      border-radius: 50px;
      outline: none;
      cursor: pointer;
    }

    .button:hover{
        background-color: #e8c00e;
    }
        
        
        
    .modal{
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: 200ms ease-in-out;
        border-radius: 10px;
        z-index: 15;
        background-color: #fff;
        width: 480px;
        height: 250px;
        max-width: 80%;
        padding-top: 20px;
    }
    
    .modal.active {
      transform: translate(-50%, -50%) scale(1);
    }
    
    .modal-header {
      margin-bottom: -20px;    
/*      padding: 10px 15px;*/
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
        
    .modal-header .title {
        margin: 0 auto;
        font-size: 20px;
/*                font-size: 1.25rem; */
        font-weight: bold;
    }
    
    .title{
        text-align: center;
    }
    
        .modal-header .close-button {
          cursor: pointer;
          border: none;
          outline: none;
          background: none;
/*          font-size: 1.25rem;*/
          font-weight: bold;
        }
        
        .close-button:hover{
          color: red;
        }
        
        .modal-body {
          padding: 10px 15px;
        }
        
        #overlay {
          position: fixed;
          opacity: 0;
          transition: 200ms ease-in-out;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, .8);
          pointer-events: none;
        }
        
        #overlay.active {
          opacity: 1;
          pointer-events: all;
        }        
        
        .div-pop-up{
            width: 400px;
            text-align: center;
            margin: 0 auto;
            margin-top: 30px;            
        }


		#bg_popup{
		background-color: rgba(0, 0, 0, 0.8); 
		display: none;
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		}
		  
		#popup {
		background: #ebebeb;
		width: 1000px;
		height: 410px;
		margin: 25% auto;
		margin-top: 15%;
		text-align: center;
		padding: 5px 20px 13px 20px;
		border-radius: 15px;
		position: relative;
		-webkit-box-shadow: 0px 0px 20px #000;
		-moz-box-shadow: 0px 0px 20px #000;
		box-shadow: 0px 0px 20px #000;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		}
		  
		.close-5{
		    background:#EBEBEB;
		    display:block;
		    position:absolute;
		    top:-12px;
		    right:0px;
		    width:50px;
		    height:38px;
            padding-top: 12px;
		    line-height:28px;
		    color:#000;
		    cursor:pointer;
            font-size: 40px;
		    text-align: center;
		    box-shadow: 1px 1px 3px #000;		    
		    border-radius: 50px;
		    -webkit-border-radius: 50px;
		    -moz-border-radius: 50px;
		    -ms-border-radius: 50px;
		    -o-border-radius: 50px;
		    -moz-box-shadow: 1px 1px 3px #000;
		    -webkit-box-shadow: 1px 1px 3px #000;
		}
		
		.close-5:hover {
		    background-color:#fcd10a;
		}
		
		.h3-popup{
		    text-align:center;
		}


    .button-owner{
        width: 300px;
        height: 50px;
        background-color: #fcd10a;    
        border: none;
        border-radius: 50px;
        box-shadow: 0 10px 10px #c0c0c0;
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
        outline: none;
        cursor: pointer;
        overflow: hidden;
    }

    .button-owner:hover{
        background-color: #e8c00e;        
    }

.h1-fst{
    display: none;
}

.usl-mob{
    display: none;
}

.privacy{
    font-size: 14px;
    margin-top:-40px;
    text-align:center;
    height: 40px;
    padding-top:20px;
    background-color: #fff;
}

.download-start{
    color: #808080;
    margin-bottom: -30px;
}

.div-btn-owner{
    margin: 0 auto;
    width: 330px;
/*    background-color: red;*/
    text-align: center;
}

.div-garant-big-mob{
    display: none;
}

.privacy-short{
    font-size: 14px;
    margin-top:-40px;
    text-align:center;
    height: 40px;
    padding-top:20px;
    background-color: #fff;  
}

.container-short{
    background-color: #fff;
}

.a-privacy{
    color: #888888;
}

.custom-btn {
    margin:0 auto;
/*    box-shadow: 0 0 10px #c0c0c0;*/
/*    display: -webkit-box;*/
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    width: 100%;
    height: 58px;*/
/*    padding-top: 2px;
    border: none;*/

    position: relative;

/*    -webkit-box-shadow: 0px 9px 16px 0px rgba(250, 73, 35, 0.25);
    box-shadow: 0px 9px 16px 0px rgba(250, 73, 35, 0.25);*/
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
/*    background: #fa4923;*/
    opacity: 0;
    z-index: 0;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    box-shadow:0 0 10px #fff;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

        .popup-header{
            text-align: right;
            margin-bottom: 15px;    
        }
    
        .popup{
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            padding-top: 150px;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0, 0, 0, 0.6);
        }

        .close{
            color: #000;
            font-size: 40px;
            text-align: center;
            height: 50px;
            padding-right: 10px;
            padding-left: 10px;
            border-radius: 40px;
            background-color: #ebebeb;
        }

        .close:hover,
        .close:focus {
            color: #fcd10a;
            text-decoration: none;
            cursor: pointer;
        }

        .popup-body {
            text-align: center;
        }
        

        .popup-content {
            position: relative;
            background-color: rgb(0, 0, 0, 0);
            margin: auto;
            border-radius: 10px;
            padding-bottom: 50px;
            padding-left: 15px;
            padding-right: 15px;
            border: none;
            width: 700px;
            animation-name: animatetop;
            animation-duration: 0.1s; 
        }

        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 0;
            }
            to{
                top: 100;
                opacity: 1;
            }
        }

        .usl{
            font-size: 20px;
            text-align: center;
            display: block;
            margin-bottom: -15px;
            margin-top: -1px;
        }

        video{
            outline: none;
            border-radius: 10px;
            width: 700px;
        }

        .popup-header{
            text-align: right;
            padding-right: 10px;
        }

.central-container{
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    }

.container{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
    }

.header{
    width: 100%;
    height: 100%;
    }

.logo{
    width: 120px;
    display: inline-block;
    }

.two-btn{
    margin-top: 10px;
    display: inline-block;
    float: right;
    }

.left-container{
    display: inline-block;
    width: 400px;
    text-align: left;
    margin-top: 60px;
    }

.right-container{
    display: inline-block;
    background-image: url('../images/btn-1.jpg');
    background-size: cover;
    width: 650px;
    height: 430px;
    vertical-align: top;
    }

.video-text{
    position: absolute;
    text-align: center;
    margin-left: 125px;
    margin-top: 100px;
    width: 400px;
    font-size: 30px;
    font-weight: 600;
    }


.first-div{
    height: 100%;
    background-color: #F8F8F8;
    padding-bottom: 60px;
    padding-top: 10px;
    }

.first-div-sec{
    height: 100%;
    background-color: #F8F8F8;
    padding-bottom: 0px;
    padding-top: 10px;
    }

.first-div-short{
    background-color: #fff;    
}

.btn-first{
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: 35px;
    width: 400px;
    height: 42px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fcd10a;
    border-radius: 50px;
    margin:0 auto;
    margin-top: 80px;
    padding-top: 19px;
    box-shadow: 0 10px 10px #c0c0c0;
    }

.btn-first:hover{
    background-color: #e8c00e;
} 

.btn-first-cons{
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: 35px;
    width: 400px;
    height: 42px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fcd10a;
    border-radius: 50px;
    margin:0 auto;
    margin-top: 80px;
    padding-top: 19px;
    box-shadow: 0 10px 10px #c0c0c0;
    }

.btn-first-cons:hover{
    background-color: #e8c00e;
} 

.button-start{
/*    display: inline-block;
    background-color: #fcd10a;*/
    width: 210px;
    height: 40px;
    font-size: 18px;
/*    font-weight: 600;
    text-align: center;*/
    border-radius: 30px;
    box-shadow: 0 10px 10px #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
/*    padding-top: 11px; */
    }

.btn-start{
    display: inline-block;
    background-color: #fcd10a;
    width: 210px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 10px 10px #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 11px;
    }

.btn-start:hover{
    background-color: #e8c00e;
}

.btn-login{
    display: inline-block;
    width: 140px;
    height: 28px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #fcd10a;
    border-radius: 30px;
    box-shadow: 0 10px 10px #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    padding-top: 8px;   
    }

.btn-login:hover{
    background-color: #F0F0F0;
    border: 2px solid #e8c00e; 
}

.h1-fst{
    font-size: 35px;
}

h1{
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    margin-top: 20px;
    }

.h1-sec{
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    margin-top: 20px;
    }

.h1-mob{
    display: none;
}

.h1-mob-sec{
    display: none;
}

.h2{
    line-height: 150%;
    font-size: 27px;
    text-align: center;
    margin-top: -5px;
    }

.h2-mob{
    display: none;
}

.icon{
    width: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    }

.bullet{
    display: inline-block;  
    font-size: 30px;
    font-weight: 500;
    }

.bullet-div{
    margin: 0 auto;
    margin-top: -40px;
    width: 450px;
    }

.eat-left-container{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    }

.eat-right-container{
    display: inline-block;
    width: 650px;
    height: 100%;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
    }

.div-eat{
    width: 1350px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    }

.h2-how{
    font-size: 45px;
    margin-top: 20px;
    text-shadow: 0 5px 5px #c0c0c0;    
    }

.h2-cat{
    font-size: 33px;
    text-align: center;
    margin-top: 20px;   
    margin-bottom: -25px; 
    }

.h4-cat{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;    
    }

.help-container{
    width: 1800px;
    }

.logo-footer{
    width: 130px;
    }

.logo-footer-div{
    margin-top: 20px;
    text-align: center;
    }

.point{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    }
    
.double-point{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
}    

.point-icon{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    }

.point-div{
    margin: 0;
    }

.text-garant{
    font-size: 30px;
    }

.garant-offer-txl{
    margin-top: 30px;
    text-align: left;
    font-weight: 400;
    }

.cta-garant{
    margin-top: 40px;
    }

.btn-garant{
    width: 330px;
    height: 37px;
    display: block;
/*    margin: 0 auto;*/
    margin-right: 0;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 17px;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fcd10a;
    box-shadow: 0 10px 10px #c0c0c0;
    }

.btn-garant:hover{
    background-color: #e8c00e;
}

.div-garant{
    height: 384px;
    width: 100%;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    }

.div-garant-big{
    height: 535px;
    width: 100%;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    }

    .div-garant-mob{
        display: none;
    }

.man-photo{
    width: 380px;
    display: inline-block;
    vertical-align: top;
    margin-top: 52px;
    }

.man-photo-big{
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-top: 52px;
    }

.p-name{
    font-size: 25px;
    text-align: left;
}

.garant-right{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    margin-top: 50px;
    }   

.garant-right-big{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    margin-top: 50px;
    }   

.container-garant{
/*    background-color: red;*/
    width: 1200px;
    margin: 0 auto;
    }

.container-garant-big{
/*    background-color: blue;*/
    width: 1200px;
    margin: 0 auto;
    }

.train-left-container{
    width: 600px;
    text-align: left;
    display: inline-block;
    margin-top: 55px;
    }

.train-right-container{
    width: 500px;
    vertical-align: top;
    display: inline-block;
    }

.div-offer{
    text-align: center;
    background-color: #EBEBEB;
    width: 1000px;
    height: 450px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    padding-top: 10px;
    box-shadow: 0 10px 10px #c0c0c0;
    }

.div-offer-first{
    text-align: center;
    background-color: #EBEBEB;
    width: 1000px;
    height: 420px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-top: 10px;
    box-shadow: 0 10px 10px #c0c0c0;
    }    

.h2-offer{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    }   

.h2-offer-cons{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    }

.div-face{
    margin-top: 60px;
    text-align: center;
    }

.left-offer{
    display: inline-block;
    width: 550px;
    text-align: left;
    margin-top: 20px;
    }

.right-offer{
    display: inline-block;
    width: 400px;
    margin-top: 30px;
    vertical-align: top;
    }

input{
    width: 390px;
    height: 40px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 10px 10px #c0c0c0;
    padding-left: 10px; 
    }

.owner{
    padding-top: 5px;
    padding-left: 30px;
    width: 900px;
    text-align: left;
    margin: 0 auto;
    }

.button{
    width: 400px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fcd10a;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 10px #c0c0c0;
    cursor: pointer;
    overflow: hidden;
    }

.button:hover{
    background-color: #e8c00e;
}

.button-cons{
    position: relative;
    z-index: 0;
    width: 400px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fcd10a;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 10px #c0c0c0;
    cursor: pointer;
    overflow: hidden;
    }

    .button-cons:hover{
        background-color: #e8c00e;        
    }

.res-right{
    text-align: left;
    display: inline-block;
    width: 600px;
    margin-top: 50px;
    }

.res-left{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin-top: 20px;
    }   

.help-left{
    text-align: left;
    display: inline-block;
    width: 600px;
    }

.help-right{
    width: 700px;
    display: inline-block;
    vertical-align: top;
    }   

.result-text{
    text-align: center;
    font-size: 40px;
    text-shadow: 0 5px 5px #c0c0c0;
    }

.h2-owner{
    text-align: center;
    font-size: 40px;
    margin: 0;
    text-shadow: 0 5px 5px #c0c0c0;
    }

.result-photo{
    width: 485px;
    }

.result-div{    
    text-align: center;
    margin-top: -10px;
    }

.otz-container{
    width: 1000px;
    margin: 0 auto;
    }

.otz-div-container{
    margin-top: -15px;
    }

.otz-div{
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    }

.icon-otz{
    display: inline-block;
    vertical-align: top;

    }

.otz-name{
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    }

.otz-text{
    text-align: justify;
    }   


.point-div-footer{
    margin-top: -15px;
    }

.point-footer{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 3px;   
    }

.point-footer-icon{
    display: inline-block;
    vertical-align: top;
    width: 60px;    
    }

a{
    text-decoration: none;
    }

.pulse {
    display: block;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    margin-top: 130px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    color: red;
    background: #fc0a0a;
    border-radius: 50%;
    animation: radial-pulse 1s infinite;
    }

.play-icon{
    margin-top: 2px;
    }

.p-video{
    text-align: center;
    width: 300px;
    background-color: #FFF;
    }

.icon-name{
    text-align: left;
    width: 250px;
    }

.train-right-container-mob{
    display: none;
}

.help-right-mob{
    display: none;
}


@media screen and (max-width: 1450px) {
	#popup {
		width: 900px;
		height: 410px;
		}

    .modal{
        width: 430px;
        height: 250px;
        padding-top: 20px;
    }

.logo-footer{
    width: 100px;
    }

.button{
    width: 360px;
    height: 50px;
    }

.button-1{
    width: 350px;
    height: 56px;
    font-size: 20px;
    border-radius: 50px;
}

.button-cons{
    font-size: 18px;
    width: 360px;
    height: 50px;
    }

    .usl{
        margin-top: -30px;
    }

    .div-btn-owner{
        width: 300px;
    }

.man-photo-big{
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-top: 52px;
    }

.garant-offer-txl{
    margin-top: 30px;
    text-align: left;
    font-weight: 400;
    }

.point-footer{
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;   
    }

input{
    width: 350px;
    height: 40px;
    }

.div-offer{
    width: 850px;
    height: 430px;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 7px;
    }

.div-offer-first{
    width: 850px;
    height: 370px;
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 7px;
    }

    .h2-offer-cons{
        font-size: 23px;
        margin-top: 15px;
        }

.left-offer{
    width: 400px;
    }

.right-offer{
    width: 400px;
    margin-top: 30px;
    vertical-align: top;
    }

.result-text{
    font-size: 35px;
    }

.otz-container{
    width: 900px;
    }

.otz-div{
    padding: 10px;
    }  

.train-right-container{
    width: 450px;
    margin-left: 30px;
    }   

.text-garant{
    font-size: 25px;
    }

.cta-garant{
    margin-top: 40px;
    }

.btn-garant{
    width: 300px;
    height: 37px;
    display: block;
/*    margin: 0 auto;*/
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 17px;
    text-align: center;
    border-radius: 50px;
    background-color: #fcd10a;
    box-shadow: 0 10px 10px #c0c0c0;
    }

.button-owner{
    width: 300px;
    height: 54px;
    margin-top: 30px;
    font-size: 20px;
    box-shadow: 0 10px 10px #c0c0c0;
    }

.man-photo{
    width: 380px;
    margin-top: 52px;
    }

.garant-right{
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    }   

.garant-right-big{
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    }   

.div-garant-big{
    height: 480px;
    width: 100%;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    }

.container-garant{
    width: 100%;
    margin: 0 auto;
    }

.container-garant-big{
    width: 1000px;
    margin: 0 auto;
    }

    .help-right{
        width: 510px;
    }   


    .help-left{
        margin-top: 20px;
        width: 450px;
        }

    .train-left-container{
        width: 450px;
        margin-top: 55px;
        }

    .res-container{
        width: 100%;
    }

    .res-left{
        width: 250px;
        vertical-align: top; 
    }   

    .res-right{
        text-align: left;
        width: 400px;
        margin-top: 50px;
    }

    .first-div{
        height: 100%;
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .first-div-sec{
        height: 100%;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .container{
        width: 1000px;
    }

    .h1-fst{
        font-size: 29px;
    }

    h1{
        font-size: 35px;
        font-weight: 800;
        margin-top: 5px;
        }
  
    .h1-sec{
        font-size: 40px;
        font-weight: 800;
        margin-top: 5px;
        }  
    
    .h2{
        margin-top: -15px;
        font-size: 21px;
        }

    .logo{
        width: 100px;
        margin-left: 15px;
    }

    .two-btn{
        margin-top: 10px;
    }

    .button-start{
        width: 190px;
        height: 36px;
        font-size: 16px;
        box-shadow: 0 6px 10px #c0c0c0;
    }

    .btn-start{
        width: 190px;
        height: 26px;
        font-size: 16px;
        font-weight: 600;
        padding-top: 9px;
        box-shadow: 0 6px 10px #c0c0c0;
    }

    .btn-login{
        width: 120px;
        height: 23px;
        font-size: 16px;
        font-weight: 600;
        padding-top: 6px;   
        border: 2px solid #fcd10a;
        box-shadow: 0 6px 10px #c0c0c0;
        }

.central-container{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    }

.right-container{
    width: 550px;
    height: 380px;    
    }

.icon{
    width: 70px;
    }

.bullet{
    font-size: 25px;
    font-weight: 500;
    }

.bullet-div{
    margin-top: -20px;
    width: 350px;
    }

.pulse {
    margin-top: 120px;
    width: 70px;
    height: 70px;
    }

.play-icon{
    margin-top: 0px;
    }

.video-text{
    font-size: 25px;
    font-weight: 600;
    margin-left: 95px;
    margin-top: 70px;
    width: 367px;
    }

.btn-first{
    width: 350px;
    height: 38px;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 40px;
    padding-top: 17px;
    }

.btn-first-cons{
    width: 370px;
    height: 38px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 25px;
    padding-top: 17px;
    }

.left-container{
    margin-top: 50px;
    }

.div-eat{
    width: 1000px;
    padding-bottom: 50px;
    }

.eat-left-container{
    width: 505px;
    }

.eat-right-container{
    width: 480px;
    height: 100%;
    margin-top: 0px;
    margin-left: 10px;
    }

.point{
    font-size: 14px;
    padding-top: 15px;
    }

.double-point{
    font-size: 14px;
    padding-top: 5px;
    }

.point-icon{
    width: 70px;
    }
}

@media screen and (max-width: 1150px) {
	#popup {
		width: 750px;
		height: 400px;
		}

    .modal{
        width: 400px;
        height: 230px;
        padding-top: 10px;
    }

    .div-pop-up{
        width: 320px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;            
    }

    .button-start{
        width: 180px;
        height: 34px;
        font-size: 16px;
        border-radius: 20px;
        box-shadow: 0 5px 5px #c0c0c0;
        margin-left: 4px;
        margin-right: 4px;
    }

    .download-start{
        margin-bottom: -10px;
    }

    .container{
        width: 780px;
    }

    .usl{
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: -10px;
        }

    .man-photo-big{
        width: 270px;
        margin-top: 20px;
        }

    .garant-right-big{
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
        }   

    .div-garant-big{
        height: 360px;
        width: 100%;
        margin: 0 auto;
        background-color: #F8F8F8;
        padding-bottom: 40px;
        padding-top: 20px;
        text-align: center;
        }

    .container-garant-big{
        width: 100%;
        margin: 0 auto;
        }


    .point-footer{
        font-size: 14px;
        }

    .h1-fst{
        font-size: 22px;
    }
    
    h1{
        font-size: 28px;
        font-weight: 800;
        margin-top: 20px;
    }

    .h1-sec{
        font-size: 32px;
        font-weight: 800;
        margin-top: 20px;
    }

    .h2{
        margin-top: 15px;
        font-size: 21px;
    }
    
    .central-container{
        margin-top: 5px;
    }

    .left-container{
        width: 320px;
        margin-top: 10px;
    }

    .bullet-div{
        margin-top: -10px;
        width: 310px;
    }

    .icon{
        width: 70px;
    }
    
    .bullet{
        margin-top: 25px;
        font-size: 20px;
    }

    .right-container{
        margin-top: 20px;
        width: 400px;
        height: 280px;
        }

    .div-eat{
        width: 780px;
    }

    .eat-left-container{
        width: 405px;
        margin-top: 5px;
        }

    .eat-right-container{
        width: 370px;
        margin: 0;
        }

    .point{
        font-size: 11px;
    }

    .double-point{
        font-size: 11px;
    }

    .point-icon{
        width: 60px;
    }

    .train-left-container{
        width: 350px;
    }

    .train-right-container{
        width: 400px;
        margin-left: 0px;
    }   
    
    .help-left{
        width: 330px;
    }

    .help-right{
        margin-top: 30px;
        width: 440px;
    }   

    .man-photo{
        width: 300px;
        margin-top: 46px;
    }

    .div-garant{
        margin-top: -40px;
        height: 298px;
        padding-top: 15px;
    }

    .h2-cat{
        font-size: 25px;
        margin-bottom: -25px; 
    }

    .garant-right{
        font-size: 17px;
        font-weight: 600;
        margin-top: 40px;
    }   
    
    .garant-offer{
        margin-top: 15px;
    }

    .owner{
        font-size: 12px;
        width: 700px;
        padding-left: 0;
        text-align: left;
        margin: 0 auto;
    }

    .div-face{
        margin-top: 30px;
    }

    .text-garant{
        font-size: 22px;
    }

    .face-finger{
        width: 60px;
    }

    .div-btn-owner{
        width: 260px;
    }

    .btn-garant{
        margin-top: 20px;
        border-radius: 30px;
        width: 260px;
        height: 34px;
        font-size: 18px;
        padding-top: 14px;
        font-weight: 600;
    }

    .button-owner{
        margin-top: 10px;
        border-radius: 30px;
        width: 260px;
        height: 48px;
        font-size: 18px;
    }

    .result-photo{
        width: 380px;
    }

    .result-text{
        font-size: 30px;
        text-shadow: 0 5px 5px #c0c0c0;
        }

    .otz-container{
        width: 750px;
        }

    .res-left{
        width: 180px;
        }

    .res-right{
        width: 400px;
        margin-top: 40px;
    }

    .res-container{
        margin-bottom: 20px;
    }

    .div-offer{
        width: 750px;
        height: 430px;
        border-radius: 6px;
        margin-top: 20px;
        padding-top: 3px;
    }   

    .div-offer-first{
        width: 750px;
        height: 360px;
        border-radius: 6px;
        margin-top: 20px;
        padding-top: 3px;
    }  

    .left-offer{
        width: 380px;
        font-size: 15px;
        }

    input{
        width: 300px;
        height: 38px;
        margin-bottom: 10px;
        border-radius: 5px;
        box-shadow: 0 5px 5px #c0c0c0;
        padding-left: 10px; 
    }   

    .button{
        width: 310px;
        font-size: 19px;
        height: 40px;
        box-shadow: 0 5px 5px #c0c0c0;      
    }

    .button-cons{
        width: 312px;
        font-size: 16px;
        height: 40px;
        box-shadow: 0 5px 5px #c0c0c0;      
    }

    .right-offer{
        padding-top: 5px;
        width: 330px;
    }

    .video-text{
        font-size: 20px;
        font-weight: 500;
        margin-left: 71px;
        margin-top: 52px;
        width: 260px;
    }

    .first-div{
        height: 550px;
/*        background-color: #EBEBEB;*/
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .pulse {
        margin-top: 85px;
        width: 50px;
        height: 50px;
        padding: 0; 
    }

    .play-icon{
        width: 50px;
    }

    .button-1{
        width: 270px;
        height: 44px;
        font-size: 16px;
        border-radius: 20px;
        margin-top: 20px;
    }

    .btn-first{
        width: 270px;
        height: 30px;
        font-size: 16px;
        padding-top: 12px;
        border-radius: 20px;
        margin-top: 20px;
    }

    .btn-first-cons{
        width: 290px;
        height: 30px;
        font-size: 14px;
        padding-top: 12px;
        border-radius: 20px;
        margin-top: 15px;
    }

    .otz-text{
        font-size: 13px;
    }
}



@media screen and (max-width: 850px) {
	#popup {
		width: 650px;
		height: 345px;
		}

    .div-pop-up{
        width: 320px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;            
    }

    .h2-offer-cons{
        font-size: 20px;
        }

    .h3-popup{
        margin: 5px;
    }

    .logo{
        width: 80px;
    }

    .man-photo-big{
        width: 240px;
        margin-top: 20px;
        }

    .garant-right-big{
        font-size: 12px;
        font-weight: 600;
        margin-top: 10px;
        } 

    .garant-offer-txl{
        margin-top: 10px;
        }

    .div-garant-big{
        height: 320px;
        padding-bottom: 40px;
        }

    .download-start{
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .usl{
        font-size: 13px;
        margin-bottom: -15px;
        margin-top: 0px;
        }

    .div-eat{
        width: 700px;
        padding-bottom: 40px;
    }

    .button-start{
        width: 140px;
        height: 24px;
        font-size: 12px;
        border-radius: 20px;
        box-shadow: 0 5px 5px #c0c0c0;
        margin-left: 4px;
        margin-right: 4px;
    }

    .btn-start{
        width: 140px;
        height: 19px;
        font-size: 12px;
        border-radius: 20px;
        box-shadow: 0 5px 5px #c0c0c0;
        padding-top: 5px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .btn-login{
        width: 100px;
        height: 17px;
        font-size: 12px;
        padding-top: 5px;   
        border: 1px solid #fcd10a;
        box-shadow: 0 5px 5px #c0c0c0;
        margin-left: 4px;
        margin-right: 4px;
    }

    .btn-login:hover{
        border: 1px solid #fcd10a;
    }

    .h1-fst{
        font-size: 20px;
    }

    h1{
        font-size: 26px;
        margin-top: 10px;
    }
    
    .h1-sec{
        font-size: 26px;
        margin-top: 10px;
    }    
    
    .first-div{
        height: 450px;
/*        background-color: #EBEBEB;*/
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .res-container{
        margin-top:-10px;
        margin-bottom: 40px;
    }

    .container{
        width: 700px;
        }

    .h2{
        margin-top: 0px;
        font-size: 17px;
    }
    
    .left-container{
        width: 270px;
        }

    .bullet-div{
        width: 270px;
    }

    .bullet{
        font-size: 15px;
        margin-top: 20px;
        }

    .icon{
        width: 50px;
        }

    .button-1{
        width: 250px;
        height: 40px;
        font-size: 15px;
/*        padding-top: 12px;*/
        border-radius: 20px;
        margin-top: 20px;
        }

    .btn-first{
        width: 250px;
        height: 27px;
        font-size: 15px;
        padding-top: 12px;
        border-radius: 20px;
        margin-top: 20px;
        }

    .btn-first-cons{
        width: 250px;
        height: 25px;
        font-size: 12px;
        padding-top: 12px;
        border-radius: 20px;
        margin-top: 20px;
        }

    .right-container{
        width: 350px;
        height: 230px;
        margin-top: 0;
        }

    .pulse {
        margin-top: 65px;
        width: 50px;
        height: 50px;
    }

    .play-icon{
        width: 30px;
        margin-top: 1px;
        }
/*    
    .first-div{
        height: 370px;
    }   
*/
    .eat-right-container{
        margin-top: 8px;
        width: 354px;
    }

    .point{
        font-size: 11px;
        margin-top: 5px;
    }

    .double-point{
        font-size: 11px;
        margin-top: 6px;        
/*        padding-top: 5px;*/
    }

    .point-icon{
        width: 45px;
    }

    .eat-left-container{
        width: 340px;
        margin-top: 0px;
    }

    .train-left-container{
        width: 330px;
    }

    .train-right-container{
        width: 360px;
    }

    .res-left{
        width: 150px;
    }

    .res-right{
        width: 290px;
        margin-top: 50px;
    }
    
    .video-text{
        font-size: 17px;
        margin-top: 48px;
        margin-left: 61px;
        width: 230px;
    }

    .help-left{
        width: 315px;
    }

    .help-right{
        width: 380px;
    }

    .text-garant{
        font-size: 18px;
    }

    .result-photo{
        width: 340px;
    }

    .otz-container{
        width: 650px;
    }

    .result-text{
        margin-bottom: 35px;
        font-size: 26px;
    }

    .h2-how{
        font-size: 35px;
        margin-top: 40px;
        }
    
    .h2-cat{
        font-size: 23px;
        margin-top: -10px;  
        margin-bottom: -15px; 
        }
    
    .h4-cat{
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;    
        }

    .div-offer{
        width: 650px;
        height: 370px;
        border-radius: 5px;
        margin-top: 15px;
        margin-bottom: 30px;
    }   

    .div-offer-first{
        width: 650px;
        height: 320px;
        border-radius: 5px;
        margin-top: 30px;
        margin-bottom: 0px;
    }   

    .h2-offer{
        font-size: 25px;
        margin-top: 15px;
        }


    h3{
        margin-top: -5px;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .left-offer{
        width: 310px;
        }

    .point-footer{
        font-size: 11px;
        padding-top: 15px;
        }

    .logo-footer{
        margin-top: -10px;
        width: 80px;
    }   

    .garant-right{
        font-size: 17px;
        margin-top: 50px;
    }   

    .owner{
        font-size: 11px;
        width: 575px;
        margin-top: 0;
        padding-top: 2px;
        margin: 0 auto;
    }

    .man-photo{
        width: 250px;
        margin-top: 52px;
    }

    .div-garant{
        height: 240px;
        padding-top: 30px;
    }

    .garant-right{
        font-size: 12px;
        font-weight: 600;
        margin-left: 20px;
        margin-top: 50px;
        }   

    .container-garant{
        width: 100%;
        margin: 0 auto;
        }
        
    .privacy{
        margin-top:-15px;
    }    

    .div-btn-owner{
        width: 230px;
    }

    .btn-garant{
        margin-top: 15px;
        width: 230px;
        height: 30px;
        padding-top: 10px;
    }
    
    .button-owner{
        margin-top: 15px;
        width: 230px;
        height: 40px;
    }    
    
    .button-cons{
        font-size: 15px;
    }
    
}

@media screen and (max-width: 750px) {
	#popup {
		width: 520px;
		height: 270px;
		}

    .title{
        font-size: 12px;
    }

    .modal{
        width: 320px;
        height: 230px;
        padding-top: 10px;
    }

    .div-pop-up{
        width: 280px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;            
    }

    .btn-garant{
        margin-top: 20px;
        width: 230px;
        height: 30px;
        padding-top: 10px;
    }

    .button-owner{
        margin-top: 20px;
        width: 230px;
        height: 40px;
    }

    .div-garant-big{
        height: 310px;
        padding-bottom: 0px;
        }

    .garant-right-big{
        font-size: 11px;
        font-weight: 600;
        margin-top: 10px;
        } 

    .logo{
        width: 60px;
        margin-left: 10px;
    }
    
    .man-photo-big{
        width: 220px;
        margin-top: 0px;
        }    
    
    .h2-offer-cons{
        font-size: 18px;
        }    
    
    .h2-how{
        font-size: 25px;
        margin-top: 40px;
    }
    
    .h2-owner{
        font-size: 24px;
    }    
    
    .p-name{
        font-size: 16px;
    }
    
    .h2-cat{
        font-size: 20px;
    }
    
    h3{
        margin-top: -5px;
        font-size: 18px;
        margin-bottom: -10px;
    }    

    .container{
        width: 580px;
    }
    
    .owner{
        width: 555px;        
        padding-top: 20px;
        font-size: 10px;
    }

    .man-photo{
        margin-top: 25px;
        width: 300px;
    }
    
    .h1-fst{
        font-size: 16px;
    }

    h1{
        margin-top: 13px;
        font-size: 21px;
    }

    .h1-sec{
        margin-top: 13px;
        font-size: 21px;
    }

    .h2{
        font-size: 16px;
        margin-top: 0px;
    }

    .central-container{
        margin-top: -10px;
        }

    .left-container{
        width: 200px;   
    }
    
    .right-container{
        margin-top: 10px;
        width: 300px;
        height: 200px;
    }

    .bullet{
        font-size: 14px;
    }

    .icon{
        width: 45px;
    }
    
    .bullet-div{
        margin-top: -8px;
    }

    .button-1{
        width: 180px;
        height: 30px;
        font-size: 11px;
        margin-top: 10px;
        }

    .btn-first{
        width: 180px;
        height: 21px;
        font-size: 11px;
        padding-top: 8px;
        margin-top: 10px;
        }

    .btn-first-cons{
        width: 210px;
        height: 20px;
        font-size: 10px;
        padding-top: 8px;
        margin-top: 10px;
        }

    .video-text{
        font-size: 16px;
        margin-top: 35px;
        margin-left: 35px;
        width: 230px;
    }

    .first-div{
        height: 380px;
    }   

    .usl{
        font-size: 12px;
        margin-top: 0px;
        }

    .pulse {
        margin-top: 55px;
    }

    .div-eat{
        width: 580px;
    }

    .eat-left-container{
        width: 284px;
    }

    .eat-right-container{
        margin-top: 8px;
        width: 290px;
    }

    .point-div{
        margin-top: 2px;
    }

    .point{
        font-size: 9px;
        padding-top: 3px;
    }
    
    .double-point{
        font-size: 9px;
        padding-top: 0;
    }

    .point-icon{
        width: 32px;
    }

    .train-left-container{
        width: 285px;
    }

    .train-right-container{
        width: 290px;
    }

    .help-left{
        width: 260px;
    }

    .help-right{
        width: 315px;
    }

    .text-garant{
        font-size: 15px;
    }

    .result-photo{
        width: 230px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .otz-container{
        width: 560px;
    }

    .result-text{
        font-size: 23px;
    }

    .otz-text{
        font-size: 10px;
    }

    .otz-name{
        padding-left: 5px;
        font-size: 12px;
    }
    
    .icon-otz{
        width: 40px;
    }

    .div-offer{
        width: 560px;
        height: 260px;
        border-radius: 5px;
        margin-top: 15px;
        margin-bottom: 30px;
    }   

    .div-offer-first{
        width: 560px;
        height: 220px;
        border-radius: 5px;
        padding-top:3px;
        padding-bottom:13px;
        margin-top: 30px;
        margin-bottom: 0px;
    }   

    .h2-offer{
        font-size: 20px;
    }

    h3{
        font-size: 13px;
    }

    .left-offer{
        width: 220px;
        margin-left: 5px;
    }

    .point-div-footer{
        margin-top: -4px;
    }

    .point-footer{
        font-size: 8px;
        margin-top: 0px;
    }

    .point-footer-icon{
        width: 32px;
    }
    
    input{
        width: 250px;
        height: 28px;
        margin-bottom: 8px;
        box-shadow: 0 3px 3px #c0c0c0;
    }

    .button{
        width: 260px;
        font-size: 15px;
        height: 35px;
        box-shadow: 0 3px 3px #c0c0c0;   
    }

    .button-cons{
        width: 260px;
        font-size: 13px;
        height: 35px;
        box-shadow: 0 3px 3px #c0c0c0;   
    }

    .right-offer{
        margin-top: 20px;
        padding-top: 0px;
        width: 270px;
    }

    .logo-footer{
        width: 60px;
    }

    .res-left{
        width: 105px;
    }

    .res-right{
        margin-top: 35px;
    }

    .btn-login:hover{
        border: 1px solid #fcd10a;
    }

    .two-btn{
        margin-top: 3px;
    }

    .popup-content {
        border-radius: 10px;
        padding-bottom: 50px;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        width: 500px;
    }

    video{
        width: 450px;
    }

    .privacy{
        font-size: 11px;
        margin-top:-15px;
    }    

}


@media screen and (max-width: 670px) {
	#popup {
		width: 480px;
		height: 250px;
		}

    .title{
        font-size: 10px;
    }

    .modal{
        width: 260px;
        height: 190px;
        padding-top: 10px;
    }

    .div-pop-up{
        width: 220px;
        margin-top: 30px;            
    }

    .btn-first-cons{
        width: 190px;
        height: 19px;
        font-size: 9px;
        padding-top: 8px;
        margin-top: 10px;
        }

		.close-5{
		    width:40px;
		    height:33px;
            padding-top: 7px;
            font-size: 40px;
		}

    .man-photo-big{
        width: 180px;
        margin-top: 0px;
        }

    .garant-right-big{
        font-size: 9px;
        font-weight: 600;
        margin-top: 10px;
        } 

    .div-garant-big{
        height: 260px;
        padding-bottom: 0px;
        }

    .first-div{
        height: 100%;
    }
    
    .h2-offer-cons{
        font-size: 16px;
        }       
    
    .usl{
        font-size: 10px;
        margin-bottom: -20px;
        margin-top: 0px;
        }    

    .container{
        width: 500px;
    }

    .h1-fst{
        font-size: 14px;
    }

    .h1-fst{
        font-size: 14px;
    }

    h1{
        font-size: 16px;
        line-height: 20px;
    }

    .h1-sec{
        font-size: 17px;
        line-height: 20px;
    }

    .h2{
        margin-top: 7px;
        font-size: 13px;
    }

    .left-container{
        margin-top: 0;
        width: 185px;
    }

    .right-container{
        width: 250px;
        height: 170px;
    }

    .bullet{
        font-size: 13px;
    }

    .video-text{
        font-size: 13px;
        margin-top: 23px;
        margin-left: 14px;
        width: 230px;
    }

    .pulse {
        margin-top: 45px;
    }

    .div-eat{
        width: 500px;
    }

    .h2-how{
        font-size: 18px;
    }

    .h2-cat{
        font-size: 15px;
    }

    .h4-cat{
        font-size: 10px;
    }

    .eat-left-container{
        width: 235px;
    }

    .eat-right-container{
        margin-top: 9px;
        width: 260px;  
    }

    .point{
        margin-top: 6px;
        font-size: 8px;
    }

    .double-point{
        font-size: 8px;
    }

    .point-icon{
        width: 25px;
    }

    .train-left-container{
        margin-top: 35px; 
        width: 240px;
    }

    .train-right-container{
        width: 200px;
    }

    .res-left{
        width: 100px;
    }

    .res-right{
        width: 215px;
    }

    .help-left{
        width: 230px;
    }    
        
    .help-right{
        width: 260px;
    }

    .div-garant{
        height: 130px;
    }

    .man-photo{
        margin-top: 20px;
        width: 170px;
    }
    
    .garant-offer{
        margin-top: -5px
    }

    .cta-garant{
        margin-top: 20px;
    }

    .owner{
        width: 480px;        
        font-size: 8px;
        padding-left: 0;
    }

    .garant-right{
        padding-top: 0;
        font-size: 10px;
    }

    .cta-garant{
        margin-top: 2px;
    }

    .face-finger{
        width: 35px;
    }

    .text-garant{
        font-size: 12px;
    }

    .result-photo{
        width: 200px;
    }

    .otz-container{
        width: 480px;
    }

    .result-text{
        font-size: 15px;
    }

    .div-offer{
        width: 480px;
        height: 240px;
    }

    .div-offer-first{
        margin-top: 20px;
        width: 480px;
        height: 210px;
    }

    .h2-offer{
        font-size: 19px;
    }

    h3{
        font-size: 12px;
    }

    input{
        width: 200px;
        height: 20px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .button{
        width: 210px;
        font-size: 10px;
        height: 30px;
    }

    .button-cons{
        width: 210px;
        font-size: 10px;
        height: 30px;
    }

    .right-offer{
        margin-top: 35px;
        width: 210px;
        margin-left: 20px;
    }

    .logo-footer-div{
        margin-top: 10px;
    }

    .logo-footer{
        width: 50px;
    }
    
    .res-container{
        padding-top: 0;
        margin-top:0;
        margin-bottom: 40px;
    }
    
    .div-btn-owner{
        width: 190px;
    }    
    
    .btn-garant{
        width: 190px;
        height: 25px;
        font-size: 13px;
        padding-top: 6px;
        margin-top: 10px;
    }

    .button-owner{
        width: 190px;
        height: 30px;
        font-size: 13px;
        margin-top: 10px;
    }

    .owner{
        margin-top: -10px;
    }

}


@media screen and (max-width: 590px) {
	#popup {
		width: 400px;
		height: 200px;
		border-radius: 8px;
		}
		
    .modal-header .title {
        font-size: 14px;
    }	

    .modal{
        width: 200px;
        height: 170px;
        padding-top: 10px;
    }

    .div-pop-up{
        width: 170px;
        margin-top: 30px;            
    }

    .container{
        width: 400px;
    }
    
    .right-offer{
        padding-top: 3px;
    }
    
    .man-photo-big{
        width: 140px;
        margin-top: 0px;
        }
    
    .garant-right-big{
        font-size: 8px;
        font-weight: 600;
        margin-top: 10px;
        }     
    
    .div-garant-big{
        height: 230px;
    }
    
    .central-container{
        margin-top: 0px;
    }

    .h2-offer-cons{
        font-size: 13px;
        }   

    .first-div{
        height: 100%;
    }
    
    .usl{
        font-size: 8px;
        margin-bottom: -20px;
        margin-top: -5px;
        }    

    .logo{
        width: 50px;
        margin-left: 3px;
    }

    .button-start{
        width: 100px;
        height: 18px;
        font-size: 8px;
        border-radius: 20px;
        box-shadow: 0 3px 3px #c0c0c0;
        margin-left: 6px;
        margin-right: 6px;
    }

    .btn-start{
        width: 100px;
        height: 14px;
        font-size: 8px;
        border-radius: 20px;
        box-shadow: 0 3px 3px #c0c0c0;
        padding-top: 7px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .btn-login{
        width: 70px;
        height: 13px;
        font-size: 8px;
        padding-top: 6px;   
        box-shadow: 0 3px 3px #c0c0c0;
        margin-left: 6px;
        margin-right: 6px;
    }

    .h1-fst{
        font-size: 11px;
    }

    h1{
        font-size: 15px;
    }

    .h1-sec{
        font-size: 15px;
    }

    .h2{
        font-size: 10px;
    }

    .left-container{
        width: 140px;
        margin-top: 10px;
        margin-left: 0;
    }

    .bullet-div{
        margin-top: -5px;
    }

    .bullet{
        margin-top: 10px;
        font-size: 10px;
    }

    .icon{
        width: 30px;
    }

    .button-1{
        width: 240px;
        height: 30px;
        font-size: 12px;
        box-shadow: 0 4px 4px #c0c0c0;
        border-radius: 15px;
        margin-top: 6px;
    }
    
    .btn-first{
        width: 130px;
        height: 14px;
        font-size: 8px;
        padding-top: 4px;
        box-shadow: 0 4px 4px #c0c0c0;
        border-radius: 15px;
        margin-top: 6px;
    }

    .btn-first-cons{
        width: 130px;
        height: 22px;
        font-size: 9px;
        padding-top: 4px;
        box-shadow: 0 4px 4px #c0c0c0;
        border-radius: 15px;
        margin-top: 6px;
    }

    .right-container{
        width: 220px;
        height: 150px;
        margin-top: 0px;
    }

    .pulse {
        margin-top: 35px;
        width: 38px;
        height: 38px;
    }

    .video-text{
        font-size: 10px;
        margin-top: 32px;
        margin-left: -5px;
        width: 230px;
    }    

    .div-eat{
        width: 400px;
    }

    .eat-left-container{
        width: 165px;
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .eat-right-container{
        width: 230px;
    }

    .point-div{
        margin-top: 0;
    }

    .point{
        margin-top: 4px;
        font-size: 7px;
    }

    .double-point{
        margin-top: 0px;
        font-size: 7px;
    }

    .point-icon{
        width: 20px;
    }

    .train-left-container{
        width: 210px;
    }

    .train-right-container{
        width: 185px;
    }

    .res-right{
        margin-top: 35px;
        width: 185px;
    }

    .res-left{
        width: 80px;
    }

    .help-left{
        width: 200px;
    }

    .help-right{
        width: 195px;   
        margin-top: 15px;
    }

    .face-finger{
        width: 25px;
    }

    .text-garant{
        font-size: 10px;
    }

    .owner{
        font-size: 5px;
        text-align: left;
        width: 300px;
        margin: 0 auto;
    }

    .otz-container{
        width: 390px;
    }

    .result-text{
        font-size: 15px;
    }

    .result-photo{
        width: 160px;
    }

    .div-offer{
        width: 390px;
        height: 190px;
        padding-top: 5px;
    }

    .div-offer-first{
        width: 390px;
        height: 160px;
        padding-top: 5px;
    }

    .h2-offer{
        font-size: 15px;
    }

    h3{
        margin-top: -5px;
        font-size: 10px;
    }

    .left-offer{
        width: 180px;
        margin-left: 10px;
    }

    .point-div-footer{
        margin-top: -4px;
    }

    .point-footer-icon{
        width: 25px;
    }

    .point-footer{
        margin-top: -5px;
        font-size: 7px;
    }

    .right-offer{
        margin-top: 15px;
        width: 180px;
        margin-left: 10px;
    }

    input{
        width: 160px;
        height: 16px;
        padding-left: 2px;
        padding-top: 3px;
        font-size: 7px;
        margin-bottom: 5px;
        box-shadow: 0 2px 2px #c0c0c0;
    }

    .button{
        width: 166px;
        font-size: 8px;
        height: 24px;
        margin-top: 2px;
    }

    .button-cons{
        width: 166px;
        font-size: 10px;
        height: 24px;
        margin-top: 2px;
    }

    .logo-footer-div{
        margin-top: 15px;
    }

    .div-garant{
        height: 120px;
    }

    .man-photo{
        width: 150px;
        margin-top: 33px;
        margin-bottom: -17px;
    }
    
    .garant-right{
        width: 185px;
        font-size: 8px;
        font-weight: 600;
        margin-left: 20px;
        margin-top: 50px;
    }

    .div-btn-owner{
        width: 120px;
    }

    .button-owner{
        width: 130px;
        height: 20px;
        font-size: 8px;
        margin-top: 10px;
    }

    .btn-garant{
        width: 120px;
        height: 15px;
        font-size: 7px;
        padding-top: 5px;
        margin-top: 10px;
    }

    .popup-content {
        width: 400px;
    }

    video{
        width: 350px;
    }
    
    .privacy{
        font-size: 10px;
        margin-top:-15px;
    }    

    .res-container{
        padding-top: 0;
        margin-top:-10px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 490px) {
	#popup {
		width: 90%;
		height: 320px;
		padding: 0;
		padding-top: 5px;
		}    

    .modal-header .title {
        font-size: 14px;
    }	

    .modal{
        width: 300px;
        height: 180px;
        padding-top: 10px;
    }

    .div-pop-up{
        width: 260px;
        margin-top: 30px;            
    }

	.close-5{
	    width:30px;
	    height:28px;
        padding-top: 2px;
        font-size: 40px;
	}

    .usl{
        display: none;
    }

    .div-face{
        width: 95%;
        margin-top: 5px;
    }

    .first-div{
        padding-bottom: 0;
        margin-bottom: 0;
        height: 100%;
    }
    
    .div-garant-big{
        display: none;
    }

    .div-garant-big-mob{
        display: block;
        background-color: #f8f8f8;
        text-align: center;
        height: 420px;
        padding-top: 10px;
    }
    
    .p-name{
        text-align: center;
        font-weight: 600;
    }

    .garant-offer-txl{
/*        background-color: red;*/
        margin: 0 auto;
        width: 400px;
        font-size: 10px;
    }

    .div-btn-owner{
        margin-top: 10px;
        width: 350px;   
    }

    .container-garant{
        text-align: center;
        margin-top: 10px;
    }

    .container{
        width: 98%;
    } 
    
    .train-right-container-mob{
        display: block;
        margin: 0 auto;
        width: 160px;
        margin-bottom: -35px;
    }

    .train-right-container{
        display: none;
    }

    .point-div{
        margin-left: -15%;
        display: block;
        width: 300px;
    }

    .point{
        margin-top: 8px;
        font-size: 10px;
    }

    .double-point{
        margin-top: 6px;
        font-size: 10px;
    }

    .point-icon{
        width: 30px;
    }

    .h2{
        display: none;
    }

    .h2-mob{
        display: block;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 20px;
        line-height: 1.5;
        font-size: 12px;
    }

    .h2-offer-cons{
        font-size: 11px;
        }   

    .h1{
        display: none;
    }

    .h1-sec{
        display: none;
    }

    .h1-fst{
        display: none;
    }

    .h1-fst-mob{
        font-size: 14px;
    }

    .h1-mob{
        margin-top: 10px;
        line-height: 23px; 
        display: block;
        font-size: 17px;
        text-align: center;
    }

    .h1-mob-sec{
        margin-top: 10px;
        line-height: 23px; 
        display: block;
        font-size: 17px;
        text-align: center;
    }

    .logo{
        width: 50px;
        margin-left: 7px;
    }

    .btn-first{
        width: 200px;
        height: 20px;
        font-size: 12px;
        padding-top: 7px;
        box-shadow: 0 4px 4px #c0c0c0;
        border-radius: 15px;
        margin-top: 6px;
    }

    .btn-first-cons{
        width: 220px;
        height: 36px;
        font-size: 13px;
        padding-top: 7px;
        box-shadow: 0 4px 4px #c0c0c0;
        border-radius: 5px;
        margin-top: 6px;
    }

    .two-btn{
        margin-top: 0;
    }

    .btn-start{
        width: 100px;
        height: 13px;
        padding-top: 5px;
        font-size: 8px;
    }

    .btn-login{
        padding-top: 5px;  
        width: 60px;
        font-size: 8px;
        height: 13px;
    }

    .res-left{
        display: block;
        margin: 0 auto;
    }
    
    .res-right{
        margin-top:5px;
    }

    .two-btn{
        margin-top: 2px;
    }

    .left-container{
        width: 100%;
        margin: 0 auto;
    }

    .right-container{
        margin-top: 10px;
        width: 330px;
        height: 220px;
    }

    .div-eat{
        width: 350px;
        margin-bottom: -35px;
    }

    .h2-how{
        font-size: 20px;
        margin-top: 40px;
    }

    .h2-cat{
        font-size: 18px;
        font-weight: 600;    
    }

    .h4-cat{
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 10px;    
    }

    .otz-container{
        width: 330px;
    }

    .result-text{
        font-size: 14px;
        margin-bottom: 50px;
    }

    .otz-text{
        font-size: 8px;
    }

    .otz-name{
        padding-top: 0;
        font-size: 10px;
    }

    .icon-otz{
        width: 30px;
    }

    .otz-div{
        border: 1px solid #EBEBEB;
        border-radius: 3px;
        padding: 5px;
        padding-bottom: 0;
        margin-top: 5px;
    }

    .result-photo{
        width: 165px;
    }

    .text-garant{
        font-size: 9px;
    }

    .man-photo{
        width: 200px;
        margin-top: 15px;
    }    

    .garant-right{
        width: 300px;
        font-size: 11px;
        font-weight: 600;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }   

    .cta-garant{
        margin-top: 10px;
    }

    .btn-garant{
        width: 180px;
        height: 20px;
        font-size: 12px;
        padding-top: 5px;
        margin-top: 15px;
        margin: 0 auto;
        box-shadow:  0 5px 5px #c0c0c0;
    }

    .div-garant{
        display: none;
    }

    .div-garant-mob{
        background-color: #f8f8f8;
        display: block;
        height: 360px;
        margin-bottom: -10px;
        text-align: center;
        padding-top: 30px;
    }
    
    .owner{
        font-size: 8px;
        margin-top: 5px;
        text-align: center;
    }
    
    .garant-offer-mob{
        font-size: 14px;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: ;
    }

    .cta-garant-mob{
        font-size: 14px;
        margin-top: -10px;        
    }

    .face-finger{
        width: 40px;
        margin-bottom: -5px;
    }

    .div-offer{
        width: 330px;
        height: 295px;
    }

    .div-offer-first{
        width: 330px;
        height: 265px;
    }

    .h2-offer{
        font-size: 13px;
    }

    h3{
        font-size: 9px;
    }

    .left-offer{
        width: 300px;
    }

    .right-offer{
        width: 280px;
        margin: 0 auto;
        margin-top: -5px;
    }

    input{
        margin-top: 5px;
        width: 250px;
        height: 22px;
        font-size: 10px;
        padding-top: 0;
    }

    .pulse {
        margin-top: 70px;
        width: 38px;
        height: 38px;
    }

    .video-text{
        font-size: 15px;
        margin-top: 47px;
        margin-left: 50px;
        width: 230px;
    }    

    .bullet-div{
        width: 220px;
    }

    .bullet{
        margin-top: 13px;
        font-size: 15px;
    }

    .icon{
        width: 40px;
    }

    .help-right-mob{
        display: block;
        width: 195px;   
        margin: 0 auto;
        margin-top: 15px;
    }

    .help-right{
        display: none;
    }

    .left-offer{
        margin-left: 0;
        width: 180px;
    }

    .button{
        width: 250px;
        height: 30px;
        margin-top: 7px;
        font-size: 13px;
    }

    .button-cons{
        width: 250px;
        height: 35px;
        margin-top: 7px;
        font-size: 13px;
    }

    .logo-footer-div{
        margin-top: 20px;
    }

    .div-garant{
        width: 100%;
        margin-left: 0;
        background-color: #EBEBEB;
        padding-bottom: 20px;
        text-align: center;
    }

    .popup-content {
        margin-top: 0;
        width: 90%;
    }

    video{
        width: 90%;
    }

    .usl-mob{
        font-size: 10px;
        margin-bottom: -5px;
    }        
    
}

@media screen and (max-width: 470px) {
    .h1-mob{
        font-size: 16px;
    }

    .h1-mob-sec{
        font-size: 16px;
    }    
    
}

@media screen and (max-width: 445px) {
    .h1-mob{
        font-size: 15px;
    }

    .h1-mob-sec{
        font-size: 16px;
    }    
    
}

@media screen and (max-width: 420px) {
    .h1-mob{
        font-size: 14px;
    }
    
    .h1-mob-sec{
        font-size: 16px;
    }
    
    .garant-offer-txl{
        width: 360px;
        font-size: 9px;
    }
}

@media screen and (max-width: 405px) {
	#popup {
		width: 90%;
		height: 310px;
		padding: 0;
		padding-top: 5px;
		}    

    .modal-header .title {
        font-size: 14px;
    }	

    .modal{
        width: 380px;
        height: 180px;
        padding-top: 10px;
    }

    .div-pop-up{
        width: 270px;
        margin-top: 30px;            
    }
    
    .h3-popup{
        margin:0;
        
    }
    
    .h1-mob{
        font-size: 14px;
    }

    .h1-mob-sec{
        font-size: 15px;
    }

    .h1-fst-mob{
        font-size: 13px;
    }

    .h2-mob{
        font-size: 11px;
    }
    
    .h2-offer-cons{
        font-size: 11px;
        }       
    
    .div-garant-mob{
        padding-top: 1px;
        margin-top: 10px;
        height: 375px;
    }
    
    .h2-cat{
        margin-top: 10px;
    }
    
    .h2-how{
        font-size: 22px;
        margin-top: 40px;
    }
   
    .point{
        margin-top: 4px;
        font-size: 9px;
    }   
   
    .double-point{
        margin-top: 1px;
        font-size: 9px;
    }    
    
    .garant-offer-mob{
        font-size: 13px;
        font-weight: 500;
        margin-top: 20px;
    }    
    
}

@media screen and (max-width: 385px) {
    .h1-mob{
        font-size: 13px;
    }

    .h1-mob-sec{
        font-size: 14px;
    }
    
    .garant-offer-txl{
        width: 320px;
        font-size: 8px;
    }
    
    .div-btn-owner{
        width: 95%;
    }
    
}

@media screen and (max-width: 365px) {
    .h1-mob{
        font-size: 12px;
    }
 
    .h1-mob-sec{
        font-size: 14px;
    }
    
    .result-text{
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 12px;
    }
    
    .h2-mob{
        margin-top: -5px;
        font-size: 11px;
        line-height: 20px;         
    }    

    .h2-offer-cons{
        font-size: 10px;
        }

    .btn-start{
        width: 100px;
        height: 15px;
        padding-top: 5px;
        font-size: 8px;
    }

    .btn-login{
        padding-top: 5px;  
        width: 60px;
        font-size: 8px;
        height: 15px;
    }

    .bullet{
        margin-top: 13px;
        font-size: 14px;
    }

    .bullet-div{
        width: 220px;
    }

    .div-garant{
        width: 100%;
        margin-left: 0;
        background-color: #EBEBEB;
        padding-bottom: 20px;
        text-align: center;
    }

    .first-div{
        height: 100%;
    }    
    
    .usl{
        font-size: 8px;
        margin-bottom: -15px;
        margin-top: -15px;
        }
    
    .right-container{
        margin-top: 10px;
        width: 280px;
        height: 200px;
    }
    
    .div-offer{
        width: 90%;
        height: 313px;
    }

    .div-offer-first{
        width: 90%;
        height: 280px;
    }
   
    .div-eat{
        width: 90%;
    }
    
    .otz-container{
        width: 90%;
    }
    
    .video-text{
        font-size: 15px;
        margin-top: 33px;
        margin-left: 25px;
        width: 230px;
    }
    
    .pulse {
        margin-top: 60px;
        width: 38px;
        height: 38px;
    }
    
    .point-div{
        margin: 0 auto;
        margin-left: 0px;
        width: 100%;
    }

    .point{
        margin-top: 4px;
        font-size: 8px;
    }

    .double-point{
        margin-top: 1px;
        font-size: 8px;
    }

    .point-icon{
        width: 25px;
    }    

    .h2-cat{
        font-size: 16px;
        font-weight: 600;    
    }

    .text-garant{
        font-size: 8px;
    }

    .res-container{
        text-align: center;
    }

    .train-left-container{
        width: 90%;
    }

    .eat-right-container{
        width: 95%;        
    }

    .res-right{
        width: 80%;
    }

    .help-left{
        width: 95%;
    }

}

@-webkit-keyframes radial-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(207, 0, 15, 0.5);
    }
     
    100% {
      box-shadow: 0 0 0 40px rgba(207, 0, 15, 0);
    }
