#slider {
	        max-width: 1100px;
            min-height: 380px;
            margin: auto;
            position: relative;
            font-size: 15px;
			z-index: 1;


	   }

        #slider .slides-container {
            position: relative;
            width: 100%;
			z-index: 1;

        }

        #slider .slide {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: none;
			z-index: 1;
        }

        #slider .slide .text {
            width: 100%;
            height: 100%;
            background: #8fc6eb;
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }

        #slider .slide:first-child {
            display: block;
        }

        #slider img {
		vertical-align: middle;
        object-fit: cover;
		width: 100%;
		max-height: 360px;
        }
		
		.slide_img {
		//display: inline-block;
		float: left;
		width: 68%;
		margin-top:10px;
		text-align:right;
		}
		
		.slide_left {
		margin-top:100px;
		float: left;
		//display: inline-block;
		width: 30%;
		}
		
		.slide_left_gora {
		font-weight: 300;
		font-size: 30px;
		color: #888b8d;
		}
		
		.slide_link {
		font-weight: 400;
		font-size: 24px;
		color: #888b8d;
		}	

		.slide_left p{
			margin-bottom: 30px;
			margin-right: 10px;
		}

#button_slide{
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
    font-weight: 600;
	font-size:15px;
	margin: 2px;
	margin-top:10px;
	background-color: #c2072e;
	cursor:pointer;
	padding-left: 7px;
	padding-right: 7px;
}

#button_slide a {
    text-decoration: none;
    text-align: center;
    color: #fff;
	font-size:15px;
	margin: 7px;
	margin-top:7px;
	background-color: #c2072e;
	}

        #slider .arrows a {
            position: absolute;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.65);
            top: 43%;
            left: 15px;
            font-weight: 400;
            line-height: 1;
            font-size: 42px;
			z-index: 1;
        }

        #slider .arrows a:hover {
            color: #fff;
        }

        #slider .arrows a.next {
            left: initial;
            right: 15px;
        }