
@media only screen and (max-width: 1366px){



	.navbar-light .navbar-nav .nav-link{
		font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
	}

	/* Первая секция */
	.first-section .section-title{
		font-size: 36px;
	}
	.registration{
		margin-top: -45px;
    margin-left: 25px;
	}

	/* Секция Информация */
	.section-info .section-title{
		font-size: 36px;
	}
}
@media only screen and (max-width: 1200px){

	/* Первая секция */
	.first-section .section-title{
		font-size: 32px;
	}
	.first-section .description{
		font-size: 15px;
	}
	.watch-review{
		margin-bottom: 30px;
	}
	.registration{
		margin-top: -40px;
		margin-left: 0;
	}

	/* Вторая секция */
	.second-section{
		padding-bottom: 30px;
	}
	.second-section .advantage{
		margin-bottom: 50px;
		font-size: 17px;
	}
	.second-section .advantage img{
		max-width: 55px;
    max-height: 55px;
	}

	/* Третья секция */
	.third-section{
		padding: 60px 0;
	}
	.third-section .section-title{
		font-size: 24px;
	}

	/* Секция Разработчик */
	.developer{
		padding: 35px 0;
	}
	.developered-by span{
		font-size: 24px;
	}
	.developered-by img{
		max-width: 55px;
    max-height: 55px;
	}

	/* Секция Информация */
	.section-info .section-title{
		font-size: 32px;
		margin-bottom: 25px;
	}
}



@media only screen and (max-width: 992px){

	/* Шапка */
	.navbar-nav{
		margin-left: 0 !important;
	}

	.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
	}
	.navbar-language{
		font-size: 14px;
	}
	.navbar-sign-in{
		padding: 7px 15px;
		font-size: 14px;
		margin-left: 20px;
	}

	/* Первая секция */
	.first-section{
		padding-top: 40px;
	}
	.first-section .section-title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.first-section .section-title img{
		height: 25px;
	}
	.first-section .description{
		margin-bottom: 35px;
	}
	.first-section .watch-review{
		justify-content: center;
		font-size: 15px;
		margin-bottom: 25px;
	}
	.first-section .watch-review img{
		width: 25px;
	}
	.first-section .label{
		text-align: center;
		font-size: 15px;
	}
	.registration{
		margin-top: 0;
		padding: 60px 0 0;
		max-width: 450px;
		width: 100%;
	}
	.feedback-call{
		position: relative;
		top: 0;
		margin-top: 30px;
	}
	.rebbit-img{
		position: relative;
	}

	/* Вторая секция */
	.second-section .advantage{
		margin-bottom: 40px;
	}
	.second-section .advantage img{
		max-width: 50px;
		max-height: 50px;
	}

	/* Третья секция */
	.third-section{
		padding: 50px 0;
	}
	.third-section .section-title{
		font-size: 20px;
		margin-bottom: 25px;
	}

	/* Секция разработчик */
	.developer{
		padding: 25px 0;
	}
	.developered-by span{
		font-size: 22px;
	}
	.developered-by img {
    max-width: 50px;
    max-height: 50px;
    margin-left: 25px;
	}

	/* Footer */
	.footer-info{
		padding: 12px 15px;
	}
	.footer-info a{
		font-size: 16px;
	}

	/* Секция Информация */
	.section-info{
		padding-top: 40px;
	}
}


@media only screen and (max-width: 767px){

	/* Шапка */
	header.header{
		border-bottom: 1px solid #eee;
	}
	.navbar-menu-button{
		display: block;
	}
	.navbar-menu{
		position: fixed;
    z-index: 100;
    display: block;
    top: 0;
    left: -255px;
    background: white;
    height: 100%;
    width: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	}
	.navbar-menu .navbar-brand{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}

	.pull-right{
		width: 100%;
		flex-direction: row-reverse;
		justify-content: center;
		border-bottom: 1px solid #eee;
		padding: 15px 0;
	}
	.navbar-nav{
		margin: 0 !important;
		width: 100%;
		padding: 10px;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 16px;
	}
	.navbar-sign-in{
		margin-left: 0;
		margin-right: 30px;
		font-size: 14px;
	}
	.navbar-language{
		font-size: 15px;
	}

	/* Секция Информация */
	.section-info .section-title{
		font-size: 30px;
	}
}

@media only screen and (max-width: 576px){

	/* Шапка */
	.navbar-menu-button:after, .navbar-menu-button:before, .navbar-menu-button div{
		margin: 6px 0;
	}

	/* Первая секция */
	.first-section{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.first-section .section-title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 32px;
	}
	.first-section .watch-review{
		justify-content: flex-start;
	}
	.first-section .label{
		text-align: left;
		font-size: 14px;
	}
	.registration{
		padding: 70px 15px 0;
	}
	.registration-form{
		padding: 25px 25px 15px;
	}
	.auth-label{
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	/* Вторая секция */
	.second-section{
		padding-bottom: 5px;
	}
	.second-section .col-lg-4.col-sm-6{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.second-section .advantage{
		margin-bottom: 35px;
		width: 250px;
	}
	.second-section .advantage img{
		max-width: 45px;
		max-height: 45px;
	}

	.third-section{
		padding: 40px 0;
	}
	.third-section .section-title{
		font-size: 18px;
		margin-bottom: 25px;
		text-align: center;
	}
	.third-section .section-img{
		position: relative;
		max-height: 150px;
    margin-top: 30px;
	}

	/* Секция разработчик*/
	.developer{
		padding: 20px 0;
	}
	.developered-by span{
		font-size: 18px;
	}
	.developered-by img{
		max-width: 40px;
		max-height: 40px;
		margin-left: 20px;
	}

	/* Footer */
	.footer-info a{
		font-size: 15px;
	}

	/* Секция Информация */
	.section-info{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.section-info .section-title{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.section-info .section-description{
		font-size: 15px;
	}
}
@media only screen and (max-width: 450px){
	.first-section .label br{
		display: none;
	}
}
@media only screen and (max-width: 400px){

	/* Шапка */
	.navbar{
		padding: 3px 1rem;
	}

	.navbar-menu-button{
		width: 35px;
		padding: 0 5px;
	}
	.navbar-menu-button:after, .navbar-menu-button:before, .navbar-menu-button div{
		margin: 5px 0;
	}
	.navbar-menu{
		width: 230px;
	}

	.navbar-sign-in{
		font-size: 13px;
		margin-right: 25px;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 15px;
	}
	.navbar-language{
		font-size: 14px;
	}

	/* Первая секция */
	.first-section{
		padding-bottom: 50px;
	}
	.first-section .section-title{
		font-size: 22px;
		line-height: 28px;
	}
	.first-section .section-title img{
		height: 22px;
	}
	.first-section .section-title span br{
		display: none;
	}
	.first-section .description{
		font-size: 14px;
	}
	.first-section .watch-review{
		flex-wrap: wrap;
		font-size: 14px;
	}
	.first-section .watch-review img{
		width: 22px;
	}
	.first-section .label{
		padding-right: 10px;
	}
	.registration{
		padding: 60px 10px 0;
	}
	.registration__label{
		font-size: 17px;
	}
	.registration-form__title{
		font-size: 17px;
	}
	.registration-form{
		padding: 25px 20px 15px;
	}
	.auth-label{
		font-size: 16px;
	}
	.btn-submit{
		font-size: 14px;
	}
	.registration-form .feedback-call{
		font-size: 14px;
	}
	.rebbit-img img{
		max-width: 40%;
	}

	/* Вторая секция */
	.second-section .advantage{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.second-section .advantage img{
		max-height: 40px;
		max-width: 40px;
		margin-right: 20px;
	}

	/* Третья секция */
	.third-section{
		padding: 30px 0;
	}
	.third-section .section-title{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.third-section .section-img{
		position: relative;
		max-height: 120px;
    margin-top: 30px;
	}

	/* Секция о разработчике */
	.developered-by{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.developered-by span{
		font-size: 16px;
	}
	.developered-by img{
		margin-left: 15px;
		max-height: 35px;
	}

	/* Footer */
	.footer-info{
		padding: 10px 15px;
	}
	.footer-info .row{
		justify-content: center !important;
	}
	.footer-info a{
		-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 7px 0;
	}

	/* Секция Информация */
	.section-info .section-title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.section-info .section-description{
		font-size: 14px;
	}
}

@media only screen and (max-width: 360px){


	.social-sign-in span{
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	/* Первая секция */
	.first-section .watch-review span{
		margin-left: 30px;
	}
	.registration{
		padding: 50px 5px 0;
	}
	.registration__label{
		font-size: 16px;
		margin-bottom: 15px;
	}

	/* Треться секция */
	.third-section .section-title{
		font-size: 16px;
	}

	/* Секция разработчик */
	.developer{
		padding: 15px 0;
	}
	.developered-by img{
		margin-left: 12px;
		max-height: 30px;
	}

	/* Footer */
	.footer-info a{
		padding: 5px 0;
	}
	.footer-info a:last-child{
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
		max-width: 100%;
	}
}
