/* 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: 768px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {

    .left-sidebar2 {
        /*display: none;*/
        width: 0;
        flex: 0;
    }

    .left-sidebar2__pickmetour {
        display: none;
    }

    .leftmenu2 {
        display: none;
    }

    .leftsubmenu2 {
        transition: .2s all;
        position: fixed;
        top: 0;
        left: -280px;
        height: 100%;
        margin: 0;
        width: 280px;
        padding: 16px 0 75px 0;
        border-radius: 0;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .leftsubmenu2--state-open {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        left: 0;
    }

    .leftsubmenu2__show-btn {
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -40px;
        width: 40px;
        height: 80px;
    }
    .leftsubmenu2__show-btn-inner {
        /*background-color: #056297;*/
        background-color: #db383c;
        border-radius: 0 2px 2px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        width: 16px;
        height: 80px;
    }

    .leftsubmenu2__list {
        overflow-y: auto;
        height: 100%;
    }

    .leftsubmenu2__show-btn-icon {
        transition: .2s all;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' fill='%23fff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
    .leftsubmenu2--state-open .leftsubmenu2__show-btn-icon {
        left: 0;
        transform: rotate(-180deg);
    }

	.article__wrapper {
		width: 100%;
	}

	.article__title {
		padding: 15px;
		text-align: center;
		margin-bottom: 0;
        margin-top: -30px;
	}

	.article__content {
		margin-top: 0;
	}

	.article__content img {
		/* display: none; */
	}

	.article__content h2 {
		margin: 0 !important;
		margin-bottom: 10px !important;
	}

	.requisites tr {
		display: flex;
		flex-direction: column;
	}

	.requisites iframe {
		display: none;
	}

	.checkstatus__button, .checkstatus__input {
		margin: 20px 0 0 0 !important;
		width: 100% !important;
	}

	.about-table tr {
		display: flex;
		flex-direction: column;
	}

	.about-table tr td {
		border: none !important;
	}

	.sertificates {
		padding: 10px;
	}

	.sertificates__sertificate {
		padding: 0;
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}





	.fancybox-close {
		width: 25px;
		height: 25px;
		background-size: cover;
	}


	.fancybox-opened .fancybox-title {
		visibility: visible;
		right: 30px !important;
	}

	.fancybox-opened .fancybox-title span {
		color: black !important;
	}


	.fancybox-nav.fancybox-next {
		margin-right: -10px;
	}

	.fancybox-nav:hover span {
		filter: brightness(0) invert(1);
		background-color: rgba(255, 255, 255, 0.1);
	}



	.fancybox-nav.fancybox-prev {
		margin-left: -10px;
	}

	.about-table img {
		width: 100%;
	}






}
