@media (min-width: 1200px) {
    .catalog__row {
        margin: 0;
    }
	.catalog__filter-col{
		max-width:auto;
		flex:auto;
		padding:0;
		min-width:390px;
	}
	.catalog__section-col{
		width:calc(100% - 390px);
		max-width:auto;
		flex:auto;
		padding:0 50px;
	}
}
@media (min-width: 992px) {
    .nav-item-sub:hover > .submenu-wrapper {
        display: block;
    }
    .nav-item-sub:hover .submenu-wrapper-support {
        display: flex !important;
        margin-left: -793px;
    }
}
@media screen and (max-width: 992px){
    .home-section.left-block .block-text-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}
@media (max-width: 1500px) {
    .sotrud-title p.small {
        font: 30px "Mont", sans-serif;
    }

    .photo-text .block-with-infa__image {
        width: 100%;
        min-height: 300px;
    }
    .photo-text div.text-with-img2 {
        margin-bottom: 0;
    }

    .photo-text .text-with-img h4 {
        font: 30px "Mont", sans-serif;
    }

    .photo-text .text-with-img p {
        font: 16px "Mont", sans-serif;
    }

    .sotrud-text-end p {
        margin-bottom: 80px;
    }

    .photo-text .block-with-infa {
        overflow: hidden;
    }

    .photo-text .text-with-img p br {
        display: none;
    }

    .photo-text .block-with-infa2 img {
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .block-text-wrapper h2 {
        font-size: 36px;
        width: 100%;
    }
	.home-section__center-left h2{
		font-size:66px;
	}

    .block-text-wrapper h3 {
        font-size: 20px;
        margin-top: 15px;
        width: 100%;
    }
	.home-section__center-left h3{
		font-size:28px;
	}
    .block-text-wrapper .btn-primary {
        margin-top: 25px;
    }

    header .block-text-wrapper {
        bottom: 125px;
        right: 100px;
    }

    .nav-item {
        margin-left: 12px;
    }

    .nav-item .sub-menu {
        width: 230px;
    }

    .sub-menu .submenu-wrapper {
        left: 175px;
    }


    .text-pages .lawyer-infa {
        margin-left: 0;
        font: 14px "Mont", sans-serif;
        font-weight: bold;
    }

    .menu-side .nav-item {
        margin-left: 0;
    }

    .menu-side ul {
        margin-left: 0;
    }

    .text-pages .block-img p {
        font: 12px "Mont", sans-serif;
        padding-top: 19px;

    }

    .work-title p {
        color: #fff;
        font: 60px "Mont", sans-serif;
        font-weight: bold;
    }
}

@media (max-width: 1199px) {
	.catalog__container{
		padding-right:15px;
	}
}
@media (max-width: 991px) {

	.catalog__container{
		padding-right:0;
		overflow:hidden;
	}

    .gallary-tovar-wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .navbar-nav > .nav-item:nth-child(3) {
        width: 100%;
    }

    header.front {
        height: auto;
    }

    .mobile-section-img {
        display: block;
    }
	/*
    header .mobile-section-img {
        transform: translateX(-5vw);
    }
    .home-section1 .mobile-section-img {
        transform: translateX(-30vw) !important;
    }
    .home-section2 .mobile-section-img {
        transform: translateX(-24vw);
    }
    .home-section3 .mobile-section-img {
        transform: translateX(-96vw) !important;
    }
	*/
    .home-section {
        background: #242424 !important;
        height: auto !important;
    }

    .home-section:not(.home-section__center-left) .block-text-wrapper {
        position: static;
        max-width:100%;
		transform: none;
        padding: 50px 15px;
		margin:0 !important;
    }
	/*
	.home-section.home-section__center-left{
		height:500px !important;
	}
	*/
	.home-section.home-section__center-left img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
    .home-section__center-left h2 {
        font: 36px "Mont", sans-serif !important;
        font-weight: bold;
        text-transform: inherit !important;
        line-height: normal;
    }
	.home-section__center-left .block-text-wrapper{
		bottom:auto;
	}
	


    .filter-btn-mobile {
        display: inline-flex;
    }

    .block-text-header-wrapper h1 {
        font-size: 52px;
    }

    .block-text-header-wrapper p {
        font-size: 14px;
    }

    .mobile-hidden-filter {
        display: none;
        border-top: 1px solid #a6a6a6;
        margin-top: -1px;
        margin: -1px -25px;
        padding: 0 25px;
        padding-top: 20px;
    }

    .navbar-brand img {
        width: 115px;
    }

    .sub-menu li a {
        color: #fff;
        font: 16px "Mont", sans-serif;
        transition: 0.5s;
    }

    .top-wrapper {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 88px;
        padding: 0 15px;
    }

    .top-wrapper .navbar-toggler {
        order: -1;
    }


    .cart-mobile {
		color:#000;
    }

    header > .container-fluid {
        background-color: #191919 !important;
        position: relative !important;
        z-index: 999;
        padding: 0;
        min-height: 99px;
    }

    .navbar {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 999999999999;
    }

    .navbar-nav {
        margin-right: 0;
        margin-top: 15px;
        background-color: #262626;
        padding: 0 15px;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-collapse {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .search-wrapper {
        display: block;
        justify-content: center;
        align-items: center;
        padding: 23px 15px 0;
        margin-bottom: 40px;
    }
	
	/*
    input[type=text].form-control {
        width: 100% !important;
    }
	*/
	.search-wrapper input{
		width:100% !important;
	}

    .nav-item {
        margin-left: 0px;
    }

    .submenu-wrapper {
        margin-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-item .sub-menu {
        margin-left: 20px;
        border: none;
        padding: 0;
    }

    .sub-menu .submenu-wrapper {
        position: static;
        padding-left: 0;
        margin-top: 15px;
    }

    .nav-item-sub span img {
        display: block;
    }

    .navbar-light .navbar-nav .nav-item-sub span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .block-text-wrapper {
        bottom: 80px;
        right: 70px;
    }

    .home-section {
        height: 500px;
    }



    .nav-item {
        margin-left: 0px;
        border-bottom: 1px solid #4d4d4d;
    }

    .navbar-light .navbar-nav .nav-link {
        font: 16px "Mont", sans-serif;
        font-weight: bold;
        padding: 15px 0 15px 0;
    }

    .nav-item:last-child {
        border: none;
    }

    .mobile-shop {
        display: inline-block;
        margin: 0 auto;
        margin-top: 20px;
    }


	 

    .card-tovar-header {
        /* height: 99px;*/
        background: #191919;
    }

    .nav-card a {
        color: #fff;
        padding: .5rem 25px;
        font: 16px "Mont", sans-serif;
    }

    .harakteristiky-row > div {
        margin-bottom: 30px;
    }

    .harakteristiky-row h4 {
        color: #000;
        font: 18px "Mont", sans-serif;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .footer-fluid nav .container .row .col-lg-3 {
        max-width: 100%;
        width: auto;
        flex: 0 0 auto;
    }

    .footer-fluid nav .container .row {
        justify-content: space-between;
    }

    .ZoomContainer {
        display: none !important;
    }

    .product {
        margin-bottom: 25px;
    }

    .dropdown-toggle {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    h3.light {
        margin-top: 15px;
        margin-bottom: 35px;
        font: 25px "Mont", sans-serif;
        font-weight: 300;
    }

    h3.light.regular {
        font: 25px "Mont", sans-serif;
        margin: 30px 0 30px 0;
    }

    .serial-number .btn-primary {
        margin-left: 10px;
        margin-top: 0;
    }

    .serial-number {
        background-color: #eeeeee;
        padding: 20px 25px 15px 25px;
    }

    .information1 p {
        font: 14px "Mont", sans-serif;
        font-weight: 300;
    }

    .information3 p {
        font: 14px "Mont", sans-serif;
        font-weight: 300;
    }

    h3.white {
        position: static;
        padding-bottom: 10px;
        font-size: 23px;
        padding-left: 0;
    }

    .where-buy-product .adress p.search-pred {
        padding-top: 20px;
    }

    .menu-side .nav-item {
        border: 0;
    }

    .text-pages .lawyer-infa {
        padding-top: 10px;
    }


    .text-pages p {
        color: #5c5c5c;
        font: 17px "Mont", sans-serif;
        line-height: 25px;
    }




    .text-pages .block-img img {
        padding-bottom: 1px;
    }

    .text-pages .block-img .title {
        bottom: 1px;
    }
	

    .advantages .one-adv.adv1.col-lg-4.col-md-4 {
        padding-left: 0;
    }

    .advantages .one-adv.adv3.col-lg-4.col-md-4 {
        padding-right: 0;
    }

    .advantages .row {
        padding-left: 0;
    }

    .center-text .container {
        padding-left: 0;
    }

    .photo-text .block-with-infa {
        flex-direction: column;
    }

    .photo-text .block-with-infa2 img {
        margin-left: 0;
        margin-bottom: 0;
    }

    .photo-text div.text-with-img {
        padding: 30px 20px;
    }

    .photo-text .block-with-infa {
        margin-bottom: 20px;
    }

    .sotrud-main img.certificate {
        margin: 65px auto 20px auto;
    }

    .title-tov-znak p {
        color: #fff;
        font: 48px "Mont", sans-serif;
        letter-spacing: 3px;
    }

    .all-znaku p {
        color: #000;
        font: 30px "Mont", sans-serif;
        margin-top: 94px;
        margin-bottom: 50px;
    }

    .all-znaku .description {
        margin-left: 15px;
    }

    .description p.small {
        color: #5c5c5c;
        font: 16px "Mont", sans-serif;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .tov-znak-last-text p {
        color: #000;
        font: 18px "Mont", sans-serif;
        font-style: italic;
        margin-top: 60px;
        margin-bottom: 67px;
    }

    .photo-text .block-with-infa2 {
        flex-direction: column-reverse;
    }
	
	.where-buy-product > .row .adress{
		height:auto;
		max-height:610px;
		overflow:auto;
	}
	
	/*
	.home-section.home-section__center-left{
		height:auto !important;
	}
	*/
	.home-section.home-section__center-left img {
		width: 100%;
		height: 100%;
	}
	.home-section a{
		display:block;
		width:100%;
		height:100%;
	}


	.home-section.home-section__center-left {
		display: block;
	}

	.home-section.right-block .block-text-wrapper > * {
		text-align: center;
	}

	.home-section__center-left .home-section__button {
		margin: 0 auto;
	}

	.home-section__center-left h2 {
		font-size: 36px;
		line-height: 1;
		color:#fff !important;
	}

	.home-section__center-left .block-text-wrapper h3 {
		font-size: 14px;
		margin: 15px 0 15px;
		line-height: 1.4;
		font-family: "Mont", sans-serif;
        font-weight: 100;
		color:#fff !important;
	}
	.home-section__center-left .home-section__button{
		max-width:200px;
	}
	.home-section__center-left .home-section__button a{
		font-size:16px;
	}
	.block-text-wrapper h3,
	.block-text-wrapper h2{
		color:#fff !important;
	}
	
	.banner-separated.home-section.right-block .block-text-wrapper {
		position: static;
		max-width: 100% !important;
		transform: none;
		padding: 50px 15px;
		margin: 0 !important;
	}
	.banner-separated.home-section{
		height:auto !important;
	}
}	

@media (max-width: 767px) {

    .photo-text .block-with-infa__image {
        min-height: 0;
    }
    .photo-text .block-with-infa__image img {
        position: static;
        height: auto;
        max-width: 100%;
    }

    #button-addon2 {
        font-size: 0;
    }
    .footer-fluid nav .container .row {
        flex-direction: column;
    }

    .copyright-mobile-wrapper {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
		margin-top:20px;
        margin-left: 30px;
    }

    .copyright-mobile {
        display: block;
        margin-left: 20px;
        margin-bottom: 0;
		padding-right:80px;
    }
	.btn-up {
		width: 60px;
		height: 60px;
	}

	.btn-up img {
		display: block;
		max-width: 30px;
	}

    .logo-footer-wrapper .copyright-mobile-wrapper img {
        width: 115px;
    }

    .search-wrapper a {
        color: #fff;
        text-decoration: none;
        font: 12px "Mont", sans-serif;
        margin-left: 0;
        margin-top: 8px;
    }

    .nav-item .sub-menu {
        width: 200px;
    }

    .nav-item .sub-menu {
        margin-left: 12px;
        border: none;
        padding: 0;
    }

    header,
    .bcg {
        /*height: 600px !important;*/
    }

    header .block-text-wrapper {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
    }
	.home-section__center-left h2 {
		font-size: 66px;
	}
    .block-text-wrapper  .block-text-wrapper h2 {
        font-size: 25px ;
    }

    .block-text-wrapper h3 {
        font-size: 14px;
        margin-top: 15px;
    }
	.home-section__center-left  .block-text-wrapper h3 {
		font-size: 28px;
	}

    .block-text-wrapper .btn-primary {
        margin-top: 14px;
    }


    .home-section {
        height: 600px;
        position: relative;
    }

    .socials-wrapper img {
        height: 14px;
        width: auto;
    }

    .socials-wrapper a {
        margin: 0 5px;
    }

    .subsribe-wrapper img {
        width: 25px;
        height: auto;
        margin-right: 10px;
    }

    .footer-fluid {
        background-color: #060606;
        padding-top: 25px;
    }

    .logo-footer-wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column-reverse;
        margin-top: 25px;
    }

    .copyright-wrapper {
        margin-left: 0;
    }

    .footer-line {
        display: none;
    }

    .lang-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        padding: 10px 0;
        padding-left: 30px;
        width: 100%;

    }

    .copyright {
        color: #7f7f7f;
        font: 12px "Mont", sans-serif;
        margin-bottom: 15px;
    }

    .socials-fluid .container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        flex-direction: column;
    }

    .socials-fluid {
        position: relative;
    }

    .subsribe-wrapper {
        color: #7f7f7f;
        font: 12px "Mont", sans-serif;
        margin-top: 15px;
    }

    .copyright, .logo-footer-wrapper-desktop {
        display: none;
    }

    .logo-footer-wrapper-mobile {
        display: flex;
        background-color: #060606;
        margin-top: 0;
        background: url(../images/footer-bg.png) no-repeat center / cover;
    }




    .block-text-header-wrapper h1 {
        color: #fff;
        font: 32px "Mont", sans-serif;
        font-weight: bold;
        letter-spacing: 6px;
    }

    .carousel-card .carousel-indicators {
        position: static;
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    .right-tovar-wrapper h2, .right-tovar-wrapper .type {
        word-wrap: break-word;
    }

    .tovar-desc-wrapper > h2 {
        font-size: 26px;
        word-wrap: break-word;
    }

    .card-header h5 a {
        white-space: unset;
        text-align: left;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .nav-card a {
        color: #fff;
        padding: .2rem 4px;
        font: 16px "Mont", sans-serif;
        display: inline;
    }

    .square-znak {
        background: #4c4c4c;
        width: 20px;
        min-width: 20px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-top: 4px;
        font: 20px "Mont", sans-serif;
        font-weight: 300;
        margin-right: 15px;
        padding: 2px 4px;
    }

    .socials-tovar-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }

    .socials-fluid:after {
		opacity: 0;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .socials-fluid {
        height: auto;
    }

    .socials-wrapper {
		padding:26px 0 0 0;
        margin: 0px -5px;
    }

    .subsribe-wrapper {
        margin: 0;
        padding: 24px 0;
    }

    .footer-nav {
        margin-bottom: 0;
    }

    .carousel-control-prev img {
        margin-right: 2px;
    }

    .product {
        height: 241px;
    }

    a.product {
        overflow: hidden;
    }

    .product p {
        left: 15px;
    }

    h2.regular {
        font: 36px "Mont", sans-serif;
    }

    h3 {
        font: 24px "Mont", sans-serif;
        font-weight: 300;
        margin: 20px 0;
        line-height: 40px;
    }

    .search-group {
        padding: 35px 25px;
    }

    .voprosu h3 {
        font: 24px "Mont", sans-serif;
        font-weight: 300;
        margin: 15px 0 25px;
    }

    .btn-outline-secondary span {
        display: none;
    }

    .search-group .btn-outline-secondary {
        width: 60px;
        background-image: url("../images/magnifying-glass.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .big-video iframe {
        height: 300px;
    }

    .zadatvporos a {
        font: 10px "Mont", sans-serif;
        font-weight: bold;
        padding: 9px 20px;
    }

    .zadatvporos {
        margin-bottom: 30px;
    }

    .cartochka .col-sm-12 {
        padding: 0;
    }

    .menu-fat {
        height: 100px;
    }

    .search-group {
        padding: 0;
    }

    .result .nav-tabs .nav-link {
        font: 14px "Mont", sans-serif;
        font-weight: bold;
        margin: 15px 35px 0 0;
        padding-bottom: 10px;
    }

    .result .nav-tabs .active:after {
        height: 2px;
        bottom: -1px;
    }

    .nav-tabs {
        padding-bottom: 0;
    }

    .registration-product {
        margin-left: 0px;
    }

    .button-registration button,
    .button-registration input {
        font: 12px "Mont", sans-serif;
        width: 295px;
    }

    .information1 {
        padding: 0 10px;
    }

    .information {
        margin-bottom: 10px;
    }

    .card-header h5 a {
        margin-bottom: 0;
    }

    .serial-number .form-control {
        width: 100%;
    }

    .serial-number .form-row {
        display: block;
    }

    .serial-number .btn-primary {
        margin-left: 0;
        margin-top: 10px;
    }

    .otsledit-zakaz {
        padding: 0;
    }

    p.infa-o-zakaze {
        margin-left: 0;
    }

    div.center-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .card-tovar {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .card .card-tovar {
        align-items: flex-start;
    }

    .card .card-tovar .infa {
        margin-left: 0;
    }

    .card .card-tovar p.name {
        margin-top: 10px;
    }

    .recomdation {
        margin-left: 0;
    }

    #mapCenters {
        height: 300px;
    }

    .text-pages .text-right h2 {
        text-align: left;
        font: 30px "Mont", sans-serif;
        height: auto;
    }

    .text-pages .text-right h1 {
        text-align: left;
        font: 35px "Mont", sans-serif;
        word-break: break-word;
    }
	
    .text-pages {
        padding-left: 15px;
    }

    .block-all-infa1 {
        padding-right: 15px;
    }

    .text-pages img {
        width: 100%;
    }

    .text-pages .last-text {
        padding-top: 10px;
    }

    .text-pages .text1 {
        padding-top: 20px;
    }

    .about-us-headrer {
        height: 480px;
    }

    .acv-v-prome-headrer {
        height: 480px;
    }

    .advantages .one-adv.adv2.col-lg-4.col-md-4 {
        padding-left: 0;
    }

    .advantages .one-adv.adv3.col-lg-4.col-md-4 {
        padding-left: 0;
    }

    .job-page {
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .job-page .row {
        padding-left: 0;
    }

    .sotrud-header .work-title p {
        font: 34px "Mont", sans-serif;
        font-weight: bold;
        letter-spacing: 0;
    }

    .sotrud-title p.small {
        font: 17px "Mont", sans-serif;
        letter-spacing: 0;
    }
    .sotrud-title p{
		margin-bottom:0;
		font-size:34px;
		letter-spacing:1px;
	}
	.sotrud-banner{
		
	}
    .photo-text div.text-with-img {
        padding: 30px 15px;
    }

    .sotrud-text-end p {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .sotrud-text-end h4 {
        font: 43px "Mont", sans-serif;
        font-weight: bold;
        letter-spacing: 5px;
        line-height: 41px;
    }

    .title-tov-znak p {
        font: 43px "Mont", sans-serif;
    }

    .all-znaku p {
        color: #000;
        font: 30px "Mont", sans-serif;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .one-tov-znak {
        margin-bottom: 41px;
        flex-direction: column;
    }

    .all-znaku .logo {
        border: 1px solid #b9b9b9;
        height: 107px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .all-znaku .logo img {
        padding-bottom: 0;
        width: 132px;
    }

    .one-tov-znak .acv-marine img {
        width: 57px;
    }
    .one-tov-znak .acv-logo img {
        width: 57px;
    }

    .all-znaku .description {
        margin-left: 0;
        margin-top: 15px;
    }

    .description p.small {
        color: #5c5c5c;
        font: 16px "Mont", sans-serif;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .tov-znak-last-text p {
        color: #000;
        font: 18px "Mont", sans-serif;
        font-style: italic;
        margin-top: 60px;
        margin-bottom: 67px;
    }

    .home-section .block-text-wrapper {

        max-width: 100%;
        text-align: center;

    }
	.sotrud-img{
		max-height:300px;
	}
	
	.home-section img {
		/*
		height: 40vw;
		width: 100%;
		*/
		/*transform: none !important;*/
	}
	
	.home-section__center-left .block-text-wrapper {
		z-index: 10;
		max-width: 380px !important;
	}
	/*
	.home-section.home-section__center-left{
		height: auto !important;
	}
	*/

    .harakteristiky-row {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
	.sotrud-main h4{
		font-size:24px;
	}
	.sotrud-text {
		margin: 0 !important;
		padding: 15px;
	}

	.sotrud-text h4 {
		font-size: 24px !important;
	}
    .home-section.left-block .block-text-wrapper {
        margin: 0;
    }
	.home-section.home-section__center-left {
		height: auto;
		display: flex;
		align-items: center;
	}
	
	.home-section__center-left h2 {
		font-size: 45px;
		margin-bottom: 5px;
	}

	.home-section__center-left .block-text-wrapper h3 {
		margin: 0 0 30px;
		font-size: 19.3px;
	}

	.home-section__center-left .home-section__button a {
		font-size: 12px;
	}

	.home-section__center-left .home-section__button {
		max-width: 150px;
	}
	.home-section.home-section__center-left{
        flex-wrap: wrap;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
	.home-section__center-left .block-text-wrapper{
		margin: 0 auto;
		left: auto !important;

		margin-left: 25px;
	}
	.home-section__button a:not(:hover){
		background:#151515;
	}
}
@media screen and (max-width: 375px) {
	
}
@media (max-width: 350px) {
    .navbar-light .navbar-nav .nav-link {
        font: 14px "Mont", sans-serif;
        font-weight: bold;
    }

    h3.light {
        text-align: center;
    }
}


@media (max-width: 992px) {
    ul.list-column {
        column-count: 2;
    }
}
@media (max-width: 480px) {
    ul.list-column {
        column-count: 1;
    }
}
