@media (max-width: 1200px) {
    .col-50 {
        width: 100%;
    }

    .main-slider .img {
        width: 100%;
    }

    .main-slider .descr {
        width: 100%;
        padding: 10px 0 0;
    }

    .main-slider .owl-dots {
        position: relative;
        bottom: 0;
        margin: 10px 0 0;
        text-align: center;
        left: 0;
    }

    header .menu {
        padding-left: 10px;
        width: calc(100% - 160px);
    }

    header .bottom .logo {
        width: 160px;
    }
}

@media (max-width: 960px) {
    header .message {
        font-weight: 600;
        font-size: 16px;
        padding: 7px 0;
        line-height: 1.2;
    }

    header .top .left {
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        padding: 0 10px 0 38px;
    }
    header .top {
        padding: 5px 0;
        line-height: 1.2;
    }
    header .top .left a {
        display:block;
    }
    header .eye {
        display: none;
    }

    header .menu {
        display: none;
    }

    header .bottom .logo {
        width: 100%;
        text-align: center;
    }

    header .search {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #1C4075;
        z-index: 99;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    header.open-search .search {
        display: flex;
    }

    header .search .close {
        background: transparent;
        border: none;
        width: 20px;
        height: 20px;
        background: none;
        cursor: pointer;
        z-index: 999;
        transition: 0s;
        /* position: absolute; */
        /* right: 6px; */
        /* top: 0; */
        /* bottom: 0; */
        /* margin: AUTO; */
        display: block;
        position: relative;
    }

    header .search .close:after, header .search .close:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 15px;
        content: '';
        background: #fff;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    header .search .close:after {
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    header .search form {
        padding: 3px 0;
        width: calc(100% - 30px);
    }

    .btn-search {
        width: 18px;
        height: 20px;
        background: url(../img/zoom-in.svg) -1px -1px no-repeat;
        display: block;
    }
    header .right {
        padding-right:0;
    }
    .menu_btn {
        display: block;
        width: 20px;
        height: 16px;
    }
    .menu_btn:after {
        content:'';
        display: block;
        background: #A8C5F0;
        height: 2px;
        box-shadow: 0px 6px 0 0px #A8C5F0, 0px 12px 0 0px #A8C5F0;
    }
    header .bottom {
        padding:15px 0
    }
    .left-menu {
        margin: 0;
    }
    .col-left {
        display:none;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 99;
        max-width: 80%;
        background: #fff;
        padding: 0;
    }
    .open-menu .col-left {
        display:block;
    }
    .desctop {
        display:none;
    }
    .open-menu .owerlay{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(51, 51, 51, 0.8);
        z-index: 9;
        display: block;
    }

    .col-content {
        width: 100%;
    }
	
	.col-content--without-right {
    	width: 100%;
	}
    .col-right {
        width:100%;
        padding:0;
    }

    .mobile {
        display:block;   
    }
    .main-slider {
        margin: -20px -10px 20px;
        width: calc(100% + 20px);
    }
    .main-slider .img {
        border-radius:0;
    }
    .main-slider .img:after {
        display:none;
    }
    .main-slider .descr {
        padding:20px 10px 0;
    }
    .input_row .label {
        width: 100%;
    }
    .input_row .input {
        width: 100%;
    }
}
@media (max-width:640px) { 
    .news {
        margin: 0 -10px;
    }
    .news .new {
        width: calc(50% - 20px);
        display: block;
        margin: 0 10px 25px;
    }
    .news .new .descr {
        width:100%;
        padding: 10px;
    }
    .news .new .image {
        width:100%;
    }
    .news .new .bottom {
        display:block;
        margin-top: 5px;
    }
}

@media (max-width:480px) {
    .bottom_slider .item{
        text-align: center;
        padding: 0 60px;
    }
}