@media (min-width:1400px) {
  
}

@media screen and (max-width: 991px) {
    .hamburger {
		display: block
	}
	.main_menu {
		display: none;
	}
	.section-home {
        padding: 150px 0;
        height: auto;
    }
    .logo-site img {
        width: 200px;
    }
    .img-home {
        display: none;
    }
    
    .flex-service .box-services {
        width: 33.3334%;
    }
    .title-lawyer, .img-home img {
        width: 100%;
        max-width: 100%;
    }
    .img-home {
        position: relative;
        left: 0
    }
    .box-articles {
        margin-bottom: 15px;
    }
    .sec-head h2 {
        font-size: 23px;
    }
    .sec-head a {
        font-size: 14px;
    }
    .sec-head span {
        font-size: 17px;
        /*padding-left: 150px;*/
    }
    .flex-authentication {
        display: block;
    }
    .all-services ul li {
        margin-bottom: 10px;
    }
    .option-serv {
        display: flex;
    }
    .click-flex figure {
        position: relative;
    }
    .click-flex {
        height: auto;
    }
    .title-video {
        padding-right: 0;
    }
    .section-news {
        clip-path: polygon(0% 5%, 100% 0%, 100% 90%, 0% 100%);
    }
    .sec-head h2 {
        font-size: 20px;
    }
    .sec-head a {
        font-size: 11px
    }
    .img-contact img {
        max-width: 100%;
    }
    .box-statistic {
        margin-bottom:15px;
    }
    .section-footer {
        padding: 0;
    }
    .codeAndSend {
        display: block;
        width: 100%;
    }
    .codeAndSend .img-code, .write-code, .send-form {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .logo-site-footer {
        text-align: center;
    }
    .box-news figure img {
        height: auto;
    }
    .form-service {
        width:100%;
    }
    .form-service .img-code, .form-service .write-code {
        width: 100%;
        margin: 0;
    }
    .order-services {
        margin-right: 0;
    }
    .flex70 .form-group:last-child {
        width: 100%;
    }
    .avatar-upload .avatar-preview {
        margin-right: 0;
    }
    .avatar-upload .avatar-preview {
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
	.hamburger {
		display: block
	}
	.main_menu {
		display: none;
	}

	.home_title {
		position: unset;
		width: 100%;
		margin-top: 25px;
	}
	.box-news {
        margin-bottom: 15px;
    }
	.list-about {
	    margin-top: 180px;
        margin-right: -150px;
	}
	.home_txt img {
		width: 100%;
	}
	.home_txt {
		position: unset;
	}
	.flex-home {
		flex-direction: column;
	}
	.home_title a {
		text-align: left;
	}
	#header{
		padding: 20px 0
	}
	.social {
		display: none;
	}
	.flex-site-interface {
		flex-wrap: wrap;
	}
	.flex-site-interface .sec-int:nth-child(1),
	.flex-site-interface .sec-int:nth-child(2){
		width: 50%;
		flex: auto;
	}
	.flex-site-interface .sec-int:nth-child(3) {
		flex: auto;
		width: 100%;
	}
	.box-blog {
		margin-bottom: 15px;
	}
	.top-footer:before {
		z-index: 0;
		bottom: -364px;
		right: 0px;
	}
	.top-footer .row div:nth-child(2), 
	.top-footer .row div:nth-child(3)  {
		width: 50%;
	}
	.section-workshops-page .sec-head {
    	display: block;
	}
	.section-workshops-page .sec-head h3 {
		margin-bottom: 15px;
	}
	.flex50, .flex70 .form-group:first-child, .form-contact .form-group, .flex70 {
		display: block;
		width: 100%;
	}
	.flex50 .form-group:last-child {
        margin-right: 0;
    }
	.flex50 .form-group {
		width: 100%;
	}
	.flex50 .form-group label, .form-reg .form-group label {
    	margin: 0 !important
	}
	.noti-reg {
		padding: 0;
		display: block;
	}
	.noti-reg .box-note:nth-child(1) {
    	padding: 0;
	}
	.noti-reg .box-note {
		width: auto
	}
	.sec-btn {
		margin-bottom: 50px;
	}
	.btn-reg {
		float: initial;
		width: 100%;
	}
	.icon-up {
		left: 10px;
		bottom: 30px;
	}
	.head-blog p {
		margin-bottom: 10px;
	}
	.head-blog a {
		margin-left: 15px;
	}
	.images-blog img {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 575px) {
	.home_txt > h2{
		font-size: 24px;
	}
	.buttons_store{
		margin-top: 30px;
	}
}
@media screen and (max-width: 380px) {
	.buttons_store > li > a{
		border:2px solid transparent;
		font-size: 15px;
		padding: 8px 13px;
	}
	.buttons_store > li > a > i{
		margin-right: 6px;
	}
}