@import url(reset.css);

button,input[type="submit"],input[type="button"],a:hover{cursor:pointer;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{display:block;}
a {text-decoration: none;}


aside, nav, footer, header, section, article {display: block;}

.clear{clear:both;}

.clearfix:before, .clearfix:after{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after{clear: both;}

.container
{
	width: 1100px;
	margin: 0 auto;
    padding: 0px;
}


header{
    width: 1100px;
    border-bottom: 1px solid rgb(212,212,212);
    padding: 40px 0 30px;
    display: -webkit-flex; 
    display: flex; 
    margin: 0 auto 90px;
}

.logo{

}

header ul{
    flex-grow:1;
    justify-content: flex-end;
    display: flex;
}

header ul li{
    
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #232F3E;
}
header ul li:first-child a::after{
    content: '';
    width: 1px;
    height:16px;
    background:#232F3E;
    position: absolute;
    right:0;
    top: 50%;
    margin-top:-8px;
}

header ul li a{
    color: #232F3E;
    padding: 0 15px;
    position: relative;
}
header ul li a.active{font-weight: 700;}
header ul li a:hover{text-decoration: underline;}

.screen-1 .container{
    background: url(../images/animation.svg) no-repeat right 155px;
    background: url(../images/amazon-giph3.gif) no-repeat right 155px;
    background-size: 715px;
}

h1{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 64px;
    line-height: 75px;
    color: #232F3E;
    margin-bottom: 48px;
}

.screen-1 p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    color: #232F3E;
    margin-bottom: 53px;
}

.my-btn{
    width: 200px;
    height: 55px;
    background: #FFA838;
    border-radius: 10px;
    display:block;
    line-height: 55px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.screen-2{
    background: url(../images/bg.svg) no-repeat center top;
    padding-top: 155px;
}

h2{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 75px;
    color: #232F3E;
    margin-bottom: 65px;
}

.how-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.how-item{
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 57px;
}

.img-wrap{height: 105px;margin-bottom: 10px;}
.img-wrap-1{margin-bottom: 30px;}


.number{
    width: 38px;
    height: 38px;
    display: block;
    background:#232f3e;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.how-item h3{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #232F3E;
    margin-bottom: 22px;
}

.how-item p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #232F3E;
}

.faq-block{
    display: flex;
    flex-wrap: wrap;
    padding-top: 120px;
}

.faq-block h2{
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 50px;
}

.faq-item{
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 49px;
}

.faq-item h3,.faq-item p{max-width: 450px;}

.faq-item h3{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    color: #232F3E;
    margin-bottom: 15px;
}

.faq-item p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #232F3E;
}

.bunner .container{
    background: #E8F7FF url(../images/img-1.svg) no-repeat right 0px;
    padding: 57px 0 48px 67px;
    margin-top: 75px;
    margin-bottom: 123px;
}

.bunner p{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #232F3E;
}

.bunner p a{
    font-weight: 700;
    text-decoration: underline;
    color: #232F3E;
}

.bunner p a:hover{text-decoration: none;}

footer{
    width: 1100px;
    margin: 0 auto;
    border-top: 1px solid rgb(212,212,212);
    padding: 30px 0 30px;
    display: -webkit-flex; 
    display: flex; 

    
}


footer p{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #232F3E;
}


footer p a{color:#00a4ff;}

footer ul{
    flex-grow:1;
    justify-content: flex-end;
    display: flex;
}

footer ul li{
    
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #232F3E;
}
footer ul li:first-child a::after{
    content: '';
    width: 1px;
    height:16px;
    background:#232F3E;
    position: absolute;
    right:0;
    top: 50%;
    margin-top:-8px;
}

footer ul li a{
    color: #232F3E;
    padding: 0 15px;
    position: relative;
}
footer ul li a.active{font-weight: 700;}
footer a:hover{text-decoration: underline;}

/* global*/
.g-hidden { display: none; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 


/* modal */
.b-modal { position: relative; margin:0 auto; max-width:1070px; width:100%;z-index:990; padding: 0px; box-sizing: border-box; border-radius: 15px;}
.b-modal_close {font-family: 'Titillium Web', sans-serif;color:#000;font-size: 22px;width:18px; height:18px; cursor:pointer; z-index:400; position:absolute;top: 10px; right: 10px;}

.b-modal iframe{
    height: auto;
}

.modal_form,.thanks-wrap{width: 500px !important; max-width: 500px;}

.b-modal-item { max-width:100%;}

.b-modal-item .current-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    font-family: 'Titillium Web', sans-serif;
}