@media (min-width: 280px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 400px) {
	.container {
		max-width: calc(100% - 15px);
	}
}

@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}	
}

@media (min-width: 992px) {
	.container {
		max-width: calc(100% - 15px);
	}
	.home-slide .btn-success {
		width: 100%;
	}
	.dashboards_form_parent .feedback-section{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}		
	.dashboards_form_parent .section-title {
		font-size: 28px !important;
		line-height: 30px !important;
	}
	.dashboards_form_parent > .feedback-section > form > div {
		margin-top: 10px !important;
		padding-bottom: 20px !important;
	}
	.dashboards_form_parent > .feedback-section > form .form-control,
	.dashboards_form_parent > .feedback-section > form .btn-success,
	.dashboards_form_parent > .feedback-section > form .form-control-phone-parent{
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
		width: calc(100% - 15px);
	}
	.container-fluid{
		max-width: 1680px;
		width: calc(100% - 15px);
	}
	.pt-xl-5 {
		padding-top: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}	
}

@media screen and (max-width: 1300px) {
	.security-rubin {
		width: 4.4%;
		height: auto;
	}
	.reviews-rubin-2 {
		left: 3%;
	}
	.team-rubin {
		width: 6.6%;
		height: auto;
	}
	.clients-rubin {
		width: 4.4%;
		height: auto;
	}
	.cases-rubin {
		width: 5.6%;
		height: auto;
	}
	.home-dashboards-rubin {
		width: 5%;
		height: auto;
	}
	.home-slide-rubin {
		max-width: 7%;
		height: auto;
	}
	.hand-container {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}	
	.without-hands .hand-container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.home-dashboards-rubin, .security-rubin {
		display: none;
	}
	.reviews-rubin-2 {
		left: 1%;
	}	
}

@media screen and (max-width: 1120px) {
	.btn-success, .btn-primary {
		font-size: 16px;
	}
	.home-slide h1, .home-cyber h1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 1060px) {
	header .navbar-nav .nav-link {
		font-size: 12px;
	}
	.hand-container {
		max-width: 920px;
	}
	.section-title {
		font-size: 30px !important;
	}
	.btn-success, .btn-primary {
		font-size: 14px;
	}
	.fitches-card ol li:before {
		line-height: 22px;
		width: 22px;
		height: 22px;		
	}
	.team-img.mini {
		width: 80px;
		height: auto;		
	}
}

@media (orientation: landscape) and (max-width: 992px) {

}

@media screen and (max-width: 992px) {
	.clients-logo {
		max-width: 16%;
		height: auto;
	}
	header .navbar-nav .nav-link {
		font-size: 16px;
		width: auto;
		display: inline-block;
	}
	.home-slide {
		background: #091f44 url(../img/home-slide-mobile.jpg) no-repeat top center;
		background-size: cover;
	}	
	.home-dashboards {
		background: #e1e9f9;
	}
	.hand-container:before, .hand-container:after {
		display: none;
	}
	.cyber-card {
		width: 142px;
		height: 142px;
	}
	.cyber-card-number {
		margin-top: 28px;
		font-size: 42px;
		line-height: 42px;
	}
	.cyber-card span {
		color: #5b7995 !important;
		font-size: 10px;
		line-height: 12px;
		font-weight: 500;
	}
	.feedback_form {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.team-cards {
		border-right: none;
	}
	.switcher-list > li:first-child {
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 768px) {
	.rubin {
		display: none;
	}
	.fitches-section, .home-variants, .home-cases {
		background: #091f44 !important;
		background-image: none !important;
	}
	.hand-container.bg-white {
		background: transparent !important;
		box-shadow: none;
	}
	.fitches-section .section-title {
		border-bottom: none;
		color: #fff;
	}
	.fitches-card {
		background: #fff;
		padding: 2rem;
		border-radius: 12px;
		border: 2px solid #ced2da;
		margin-bottom: 1rem;
	}
	.footer-top {
		border-bottom: 2px solid #182844;
	}	
	.footer-logo-container {
		padding-bottom: 2rem;
		padding-top: 0.75rem;
		border-bottom: 2px solid #182844;
	}
	.fitches-card h4 {
		width: 80%;
		border-bottom: none;
		padding: 0 0 0 15px !important;
		margin: 0 !important;
	}
	.variants-icon {
		padding: 0 !important;
		margin: 0 !important;
		width: 50px !important;
		height: auto;
	}
	.fitches-card h3{
		position: relative;
		font-size: 18px;
	}
	.fitches-card h4{
		position: relative;
		font-size: 16px;
	}	
	.fitches-card h3:after, .fitches-card h4:after {
		content: '';
		position: absolute;
		right: -10px;
		top: 50%;
		margin-top: -3.5px;
		width: 12px;
		height: 7px;
		background: url('../img/caret.png');
	}
	.team-cards > .row {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.team-cards .owl-prev span, .team-cards .owl-next span {
		display: none;
	}

	.team-cards .owl-prev, .team-cards .owl-next {
		display: block;
		width: 24px;
		height: 24px;
		background: url('../img/team-carousel-left.png') no-repeat center !important;
		background-size: contain !important;
		position: absolute;
		top: calc(50% - 12px);
	}

	.team-cards .owl-prev {
		left: -30px;
	}

	.team-cards .owl-next {
		right: -30px;
		transform: rotate(-180deg);
	}		
	
	.team-cards {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 0 6px #aaa;
		padding: 1rem 40px;
		margin-bottom: 2rem;
	}
		
	.team-cards .col-12 {
		width: 90% !important;
	}
	
	.team-cards .owl-carousel {
		width: calc(100% - 40px);
	}
	
}

@media (orientation: landscape) and (max-width: 768px) {

}

@media screen and (max-width: 620px) {
}

@media screen and (max-width: 560px) {
	body {
		font-size: 12px;
	}
	.grid-3-carousel {
		width: calc(100% - 50px);
	}
	.clients-section-after-description {
		font-size: 18px;
	}
	.grid-3-carousel .owl-prev {
		left: -32px;
	}
	.grid-3-carousel .owl-next {
		right: -32px;
	}	
	.feedback-social-buttons > a{ 
		max-width: calc(45% - 30px);
		min-width: calc(45% - 30px);
	}	
	.home-slide h1, .home-cyber h1 {
		font-size: 24px;
	}	
	.home-slide-desc, .home-dashboards-desc, .feedback-section-desc {
		font-size: 12px;
	}
	.home-slide-list p {
		font-size: 14px;
	}
	.section-title {
		font-size: 18px !important;
	}
	article h1, article h2, article h3, article h4, article h5, article h6 {
		font-size: 18px !important;
		margin-bottom: 1rem;
		margin-top: 2rem;
	}
	.home-dashboards-card > p > a {
		font-size: 12px;
	}
	.btn-success, .btn-primary, .btn-success .small {
		font-size: 12px;
	}
	.home-slide-list img {
		width: 40px;
		height: auto;
	}
	.fitches-section, .home-variants, .home-cases {
		margin-bottom: -1px;
	}
	.grid-3-carousel {
		width: 100%;
	}	
	.grid-3-carousel .card-cases {
		width: 220px;
	}
	.fitches-card h3 {
		max-width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.how-it-works-card h4 {
		font-size: 9px;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 320px) {
	.btn-success, .btn-primary, .btn-success .small {
		font-size: 10.4px;
	}
}