@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.woff2') format(woff2),
    url('../fonts/Ubuntu-Medium.woff') format(woff);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.woff2') format(woff2),
    url('../fonts/Ubuntu-Bold.woff') format(woff);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html,
body {
	height: 100%;/*sticky footer*/
	display: flex;/*sticky footer*/
	flex-direction: column;/*sticky footer*/
	margin: 0;
	scroll-behavior: smooth;
	font-family: 'Ubuntu';
	font-weight: 500;
	color: #92a4ff;
	line-height: 1.5;
	font-size: 18px;
  
 }

body > * {
	flex-shrink: 0;
	/*sticky footer*/
  }

.container{
	max-width: 1250px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.main{
    padding: 130px 0;
    background: url('../images/back.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.pasha__img img,
.pasha__img{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.pasha-block {
    padding-top: 100px;
    max-width: 590px;
    margin: 0 auto;
}
.pasha-block__item {
    position: relative;
    margin-bottom: 45px;
}
.pasha-block__item:last-child{
    margin-bottom: 70px;
}
.pasha-block__item::before{
    position: absolute;
    content: '';
    width: 35px;
    height: 45px;
    top: 3px;
    left: -50px;
    background: url('../images/bullet.svg') no-repeat;
    background-position: center;
}
.pasha-block__item-title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #0065ff;
}
.pasha__btn {
    display: block;
    margin: 0 auto 50px auto;
    width: 638px;
    max-width: 100%;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(185deg, #46bcff 0%, #06f 100%);
}
.pasha-box {
    max-width: 590px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pasha-box__right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pasha-box__top-img{
    width: 38px;
}
.pasha-box__top-title{
    margin-bottom: 5px;
}
.pasha-box__top-title,
.pasha-box__bottom-title,
.pasha-box__bottom-mail {
    font-size: 16px;
    color: #46bcff;
}
.pasha-box__bottom-mail {
    text-decoration: none;
}
.pasha-box__top-img{
    width: 30px;
}



@media(max-width:550px){
    .pasha-block__item-title{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .pasha-block__item-text{
        font-size: 16px;
    }
    .pasha-block__item{
        margin-bottom: 35px;
    }
    .pasha-block__item:last-child{
        margin-bottom: 60px;
    }
    .pasha__btn{
        margin-bottom: 50px;
    }
    .pasha-box{
        flex-direction: column;
        text-align: center;
    }
    .pasha-box__top{
        margin-bottom: 20px;
    }
    .main{
        padding: 40px 0;
    }
    .pasha-block{
        padding-top: 40px;
    }
    .pasha__img{
        width: 250px;
    }
    .pasha-box__right{
        margin-bottom: 30px;
        order: -1;
        align-items: center;
    }
    .pasha-box__top-title{
        margin-bottom: 0;
    }
    .pasha-block__item{
        margin-left: 30px;
    }
    .pasha-block__item::before{
        left: -40px;
        top: 0;
    }
}