/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {	}
/* Small Devices, Tablets */
@media only screen and (max-width: 640px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
	.left-sidebar, 
	.right-sidebar, 
	.topline, 
	.footer-top, 
	.footer-bottom__law-info, 
	.footer-bottom__wrapper > a,
	.logo_small, 
	.topmenu__link {
		display: none;
	}

	.page__wrapper {
		width: 100%;
	}

	.mainmenu__closezone {
		width: 100%;
		height: auto;
		background-color: white;
		display: flex;
		align-items: center;
	}

	.mainmenu__closezone a:nth-child(1), .mainmenu__closezone a:nth-child(2) {
		padding: 20px 10px;
		background-color: white;
		text-align: center;
		font-weight: 900;
		text-transform: uppercase;
		color: #004d7b;
		width: 100%;
	}

	.mainmenu__closezone a:nth-child(3) {
		text-align: center;
		width: 60px;
		display: block;
		padding: 0 10px;
	}

	

	.mainmenu__closezone a.active, .mainmenu__closezone a:nth-child(1):hover, .mainmenu__closezone a:nth-child(2):hover {
		background-color: #004d7b;
		color: white;
	}

	.topmenu {
		margin-top: 0px;
		border-bottom: 1px solid #dce5ec;
	}

	.topmenu__wrapper {
		width: 100%;
	}

	.header__wrapper {
		width: 100%;
		flex-wrap: wrap;
	}

	.header__top {
		flex-wrap: wrap;
		width: 100%;
		overflow: hidden;
		border: none;
	}

	.header-section {
		text-align: center;
		padding: 0;
	}

	.header__left {
		display: none;
	}

	.mainmenu {
		display: none;
		/* background-color: rgba(17, 67, 96, 0.95); */
		background-color: rgba(0, 77, 123, 0.95);
		height: 100%;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 2147483647;
		/*overflow: hidden;*/
	}

	.mainmenu__link {
		color: white;
	}

	.mainmenu__list {
		flex-direction: column;
		/* width: calc(100% - 40px); */
		width: 100%;
    	text-align: left;
    	margin-top: 10px;
		margin-left: 0;
		position: relative;
	}

	.mainmenu__item {
		padding: 10px 20px;
	}

	.mainmenu__item:hover {
		color: white;
		background-color: #5ebcff;
	}

	.mainmenu__item:hover a {
		color: white;
	}

	.mainmenu__item:hover > ul {
		margin-top: -29px !important;
		left: 50%;
		background-color: rgba(17, 67, 96, 1.0);
		border: none;
		height: 100vh;
	}

	.mainmenu__item:hover > ul.big-submenu {
		margin-top: -39px !important;
	}

	.mainmenu__item:hover > ul a:hover {
		color: #5ebbff !important;
	}
	
	.big-submenu:before, .big-submenu:after {
		display: none;
		height: 1px;
	}

	

	.mainmenu__right {
		display: none;
	}

	.footer-bottom__wrapper {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer-bottom__copyright {
		width: 100%;
		order: 3;
		text-align: center;
		margin: 20px 0;
		padding: 0 60px;
		line-height: 16px;
	}

	.social {
		width: 200px;
	    justify-content: space-around;
	    order: 2;
	    margin: 0 auto;
	}

	.header-section_bottom {
		width: 100%;
		order: 1;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #0b5871;
	}

	.header-section__title_lightblue {
		margin-top: 10px;
	}

	.topmenu__link_personal {
		display: block;
		width: 30px;
		height: 30px;
		background: transparent url(/img/personal-big-icon.png) center center no-repeat;
		background-size: contain;
		text-indent: -9999px;
		padding: 0;

	}

	.topmenu__burger {
		display: block;
		padding-left: 5px;
		padding: 0;
		width: 30px;
		height: 30px;
		background-size: contain;
	}

	.topmenu__center {
		display: flex;
    	align-items: center;
	}

	.topmenu__left {
		margin: 0;
	}

	.topmenu__wrapper {
		justify-content: space-between;
		overflow: hidden;
		align-items: center;
		padding: 10px;
		box-sizing: border-box;
	}

	.header__slider-wrapper {
		width: 300%;
		flex: none;
	}

	.breadcrumbs {
		justify-content: center;
	}

	.center-content {
		padding: 0;
		width: 100%;
		position: relative;
	}

	.mainmenu__item {
		width: 100%;
		
	}

	.mainmenu__item:hover .big-submenu {
		display: flex;
		overflow: hidden;
	}

	.big-submenu {
		width: 50%;
		box-sizing: border-box;
		flex-wrap: wrap;	
		margin-top: 0;
		background-color: rgba(17, 67, 96, 1.0);
	}

	.big-submenu__item {
		width: 100%;
	}

	.big-submenu__item .big-submenu__link {
		width: 100%;
		/* background: none; */
		padding: 8px 20px 8px 30px;
		background-position-x: 8px !important;
		background-position-y: 8px !important;
		font-size: 16px;
	}

	.big-submenu__item .big-submenu__link:hover {
		color: #5ebbff !important;
	}





	.top-submenu__link {
		font-size: 16px;
	}



	

	.top-submenu {
		margin: 10px 0 0 0;
		width: 50%;
		position: absolute;
		top: 19px;
		right: 20px;
	}

	.top-submenu__item {
		width: 100%;
	}

	.logo_minimal {
		width: 91px;
		height: 50px;
		background-size: contain;
		background-image: url(/img/logo-amigos.png);
		background-position: center center;
	}

	.c-slider__dot, .c-slider__dot--is-active {
		width: 11px;
		height: 11px;
		background-size: contain;
	}

	.c-slider__dot {
		margin-right: 10px;
	}

	.c-slider__dot:last-child {
		margin-right: 0;
	}

	.main > .owl-carousel {
		display: none;
	}

	.breadcrumbs {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		flex-wrap: wrap;
		text-align: center;
		flex-shrink: 0;
	}
	
	.topmenu__quality-control {
		display: none;
	}




	.emergency-modal.remodal {
		min-width: auto;
		padding: 10px;
	}

	.emergency-modal__inner {
		background-color: #fff;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 0px;
		border-radius: 3px;;
	}

	.emergency__title {
		color: #203352;
		font-size: 20px;
		width: 250px;
		text-align: left;
		margin-left: 20px;
		padding-top: 20px;
	}

	.emergency-modal__inner p {
		color: #393a3c;
		font-size: 13px;
		text-align: left;
		padding: 0 20px;
		font-weight: 400;
	}

	.emergency__phones {
		display: flex;
		flex-direction: column;
		margin: 10px;
	}

	.emergency__phone {
		color: #393a3c;
		background: transparent;
		font-size: 17px;
		padding: 0 0 0 13px;
		height: 8px;
		font-weight: 600;
	}

	

	.emergency__country {
		color: #393a3c;
		font-size: 13px;
		line-height: 17px;
		padding-left: 25px;
		font-weight: 400;
		margin-top: 6px;
	}

	.emergency-modal .remodal-close:before, .emergency-modal .remodal-close:after {
		background-color: #8f8f8f;
	}

	.emergency-modal .remodal-close {
		right: 19px;
		top: 26px;
	}

	.emergency__country img {
        width: 15px;
        height: 15px;
	}
	
	.emergency__col {
		margin: 0;
		margin-bottom: 30px;
	}

	.emergency__country-counting {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 82px;
	}





	.qualitycontrol.remodal {
		min-width: auto;
		width: 100%;
		padding: 15px;
	}

	.qualitycontrol__control-group {
		display: flex;
		flex-direction: column;
	}

	.qualitycontrol__label {
		text-align: left;
		padding: 0;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 10px;
	}

	.contacts__sectionpeople {
		padding: 0;
	}

	.manager_horizontal {
		flex-direction: column;
	}

	.manager_horizontal .managers__email {
		margin-left: 0;
		text-align: left;
	}

	.manager__managerphone {
		margin-top: 3px;
	}

	.footer-bottom__social {
		margin: 0 auto;
		order: 2;
	}

	.mainmenu-emergency-link {
		padding: 15px;
		font-family: 'Roboto';
		font-weight: 900;
		color: #fff;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 10px;
		background-color: #db383c;
		border-radius: 2px;
		border: none;
		outline: none;
		cursor: pointer;
		width: fit-content;
		margin-left: 20px;
		margin-top: 40px;
	}

	.mainmenu-emergency-link:hover {
		background-color: #ff6a6e;
	}




	/**/
	.mainmenu__closezone a:nth-child(1){
		width: 50%;
		float: left;
	}
	.mainmenu__closezone a:nth-child(2) {
		width: calc(50% - 80px);
		float: left;
	}
	.mainmenu__closezone a:nth-child(3) {
		float: left;
	}
	.mainmenu__closezone:after {
		content: '';
		clear: both;
	}
	.big-submenu__item.selected {
		width: 90%;
		margin: 10px auto 0 auto;
		padding: 0 0 0 0;
		border: 1px solid #b4c9e2;
		border-radius: 3px;
		background-image: linear-gradient(#fdfeff, #c7d8ef);
		cursor: pointer;
		position: absolute;
		left: 5%;
		right: 5%;
		top: 0;
	}
	.big-submenu__item.selected .big-submenu__link {
		color: #1e445f;
		font-weight: bold;
		display: block;
	}
	.big-submenu__item .big-submenu__link {
		background-position-y: 10px !important;
	}
	.mainmenu__item:hover > ul.big-submenu.selected {
		padding-top: 50px;
	}
	.mainmenu__item.country_selected:hover > ul.big-submenu {
		margin-top: 0px !important;
		height: 100vh;
		overflow-y: scroll;
	}

	.mainmenu__item.country_selected .big-submenu__item {
		display: none;
	}
	.mainmenu__item.country_selected .big-submenu__item.selected {
		display: block;
	}
	.mainmenu__item.country_selected .big-submenu {
		display: flex;
		position: absolute;
		right: 0;
		top: -9px;
		border: 0;
		padding-top: 60px;
		min-height: 100vh;
		height: auto;
	}
	.mainmenu__country_selected .top-submenu {
		top: 85px;
	}
}
@media only screen and (max-width: 375px) {
	.big-submenu {
		min-width: auto;
		width: 50%;
	}
	.mainmenu__closezone a:nth-child(2) {
		width: calc(50% - 96px);
		float: left;
	}
}