.header{

        }
        .header__left {
            display: flex;
            align-items: center;
            padding:0 0 15px;
        }

        .header__logo-container {
            position: relative;
            margin: 0 20px 0 0;
        }

        .header__logo-overlay {
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .header__info {
            text-align:left;
        }

        .header {
            padding: 25px 0;
            color: #004271;
        }

        .header__name {
            font-size: 32px;
            font-weight: 500;
            color:#00B5EC;
			font-family: 'Roboto Condensed', sans-serif;
        }
        .header__name span{
            color: #0080DB;
        }
        .header__sub {
            margin: 0;
            font-size: 21px;
            white-space: nowrap;
			font-family: 'Roboto Condensed', sans-serif;
        }
        .header__sub-last{
            margin:0 0 10px;
        }
        .header__sub span {
            color: #f00;
        }

        .header__sub2 {
            margin: 0;
            font-size: 16px;
            white-space: nowrap;
			font-family: 'Roboto Condensed', sans-serif;
        }

        .btn-header {
            background: #d00000;
            color: #fff!important;
            font-size: 18px;
            font-weight: 500;
            border-radius: 10px;
            margin: 5px 0 0;
			font-family: 'Roboto Condensed', sans-serif;
        }

        .header__call-info {
            font-size: 16px;
            text-align: center;
            margin: 15px 0 0;
            font-weight: 500;
        }

        .header__call-info__time {
            color: #d00000;
        }

        .header__phone {
            font-size: 22px;
            display: block;
            margin: 0px 0px 5px 0px;
			font-family: 'Roboto Condensed', sans-serif;
        }

        .header__right {
            text-align: right;
        }
		
		.phonerght {
		margin-top:20px;
		}

        .slogan {
            font-size: 32px;
            text-align: center;
            margin: 15px 0 25px;
            color: #0080DB;
        }

        .slogan span {
            color: #D10000;
        }

        .menu {
            background: #00B5EC;
            height: 40px;
            line-height: 20px;

        }

        .menu__item {
            padding: 5px;
            display: inline-block;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            height: 100%;
            line-height: 30px;
        }
        .menu__item:hover{
            background:rgba(255,255,255,0.25);
            color:#fff;
            text-decoration: none;
        }
        .header {
            font-size: 36px;
            text-align: center;
            color: #36B1F7;
            padding: 15px 0;
        }

        .header img {
		}

		.header__logo img {
		height:90px;
		width:auto;
		}

		#header__logo {
		height:90px;
		width:auto;
		}

        .header .header__logo img {
		height:90px;
		width:auto;
		}

        .list-title {
            margin: 15px 0 0;
            font-weight: 500;
        }

        .list {
            margin: 0;
        }
        .list li {
            margin: 0;
            padding: 0;
        }



        .advantages__big-header {
            margin: 25px 0;
            font-size:48px;
            text-align: center;
            color: #1EA4F7;
        }
        .advantages__icon {
            float: left;
            font-size: 36px;
            color: #00b5ec;
            margin-right: 15px;
        }

        .advantages__texts {
            float: left;
            width: calc(100% - 50px);
        }

        .advantages__header {
            font-size: 24px;
        }

        .advantages__text {
            margin: 0 0 25px;
        }

        .request, .garanties,.services {
            background: url(images/bg1.jpg) no-repeat center center;
            background-size: cover;
            color: #fff;
            padding: 25px 0;
            text-align: center;
        }

        .request__header {
            font-weight:700;
            font-size: 24px;
            margin: 0 0 25px;
        }

        .request__header span {
            color: #00b5ec;
        }

        .btn {
            background: #d00000;
            color: #fff;
        }
        .btn:hover{
            color:#fff;
            filter:brightness(1.1);
        }
        .btn-big {
            font-size: 24px;
            margin: 15px 0;
            padding: 5px 30px;
        }
        .btn-request-send{
            width:100%;
            padding:9px 0;
        }

        .garanties__header {
            font-size: 36px;
            margin: 0 0 15px;
        }

        .garanties__text {
            font-weight: 500;
            font-size: 22px;
            text-align: center;
            margin: 0 0 15px;
        }

        .header__phone i, .header__email i {
            margin-right: 10px;
        }

        .footer {
            color: #004271;
            padding: 25px 0;
        }
        .request__input {
            width: 100%;
            padding: 10px;
            border: 0;
            border-radius: 5px;
        }
        .gallery__item {
            height: 500px;

            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .gallery {
            display: flex;
            align-items: center;
        }
        .slick-list{
            width:100%;
        }
        .gallery__item{
            width:100%;
        }

        .slick-arrow{
            outline:none;
        }
        .slick-arrow:hover{filter:brightness(1.1);}
        .slick-arrow:before {
            content: "\f053";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 36px;
            text-rendering: auto;
            margin: 0 10px;
            color:#00B5EC;
            padding:10px;
            background:rgba(255,255,255,0.35);
            cursor: pointer;
            left:0;
            top:0;
            height:100%;
            display:flex;
            align-items:center;
            position:absolute;
            z-index: 1000;
        }
        .slick-next:before{
            content: "\f054";
            position:absolute;
            left:auto;
            right:0;
        }
        .slick-arrow {
            font-size: 0;
            background: none;
            border: 0;
        }
        .steps__header {
            text-align: center;
            font-size: 36px;
            margin: 25px 0;
            font-weight: 500;
        }

        .steps__items {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .steps__item {
            width: calc(25% - 30px);
            text-align: center;
        }

        .steps__picture {
            height: 90px;
        }

        .steps__text {
            margin: 20px;
        }


        .steps__arrow:after {
            content: "\f054";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 36px;
        }

        .contacts{
            text-align:center;
        }
        .contacts__map {
            margin:10px auto 35px;
        }
        .contacts__map > * {
            margin: 0 auto;
        }

        .contacts__title {
            font-size: 28px;
            color: #00B5EC;
            text-align:center;
        }

        .contacts__title span {
            color: #0080DB;
        }
        .contacts__info {
            margin:5px 0;
            font-size: 16px;
            color: #00B5EC;
            text-align:center;
        }

        .contacts__info span {
            color: #0080DB;
            font-weight:500;
        }

        .contacts__table {
            text-align: left;
            margin: 15px auto 35px;
        }

        .contacts__table td:nth-child(2n-1) {
            font-weight: 500;
            padding: 5px 25px;
        }

        .clients {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .clients__logo {
            height: 90px;
            margin: 15px;
        }


        .certificates {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .certificates__item {
            width:calc(25% - 45px);
            margin: 15px;
        }

        .services__inner {
            display: flex;
            flex-wrap: wrap;
        }

        .service {
            width: calc(20% - 30px);
            background: #00b5ec70;
            margin: 15px;
            padding: 15px;
            cursor: pointer;
            transition: all .25s;
        }

        .service__picture {
            width: 100%;
            height: 185px;
            background-repeat:no-repeat!important;
            background-size:cover!important;
            background-position:center center!important;
        }

        .service__title {
            color:#fff;
            text-decoration:none;
            font-size: 14px;
            margin: 15px 0 0;
            font-weight: 500;
        }

        .service:hover {
            box-shadow: 0 0 35px #fff;
        }
        .text-page__request-form__header span {
            color: #00b5ec;
        }


        .text-content{
            padding:10px 0 35px;
        }
        .text-content__picture-container {
            text-align: center;
            width: 100%;
            display: block;
        }
        .text-content tr, .text-content td{
            border-color:#fff;
        }
        .text-content h3 {
            font-size: inherit;
            font-weight: 400;
        }

        .text-content h2 {
            text-align: center;
            color: #00b5ec;
            font-size: 24px;
            margin: 35px 0;
            clear: both;
        }

        .text-content p > img, .text-content .grpelem > img {
            float: left;
            margin-right: 25px;
            margin-bottom: 25px;
        }

        .text-content p > img.float-right, .text-content .grpelem > img.float-right {
            float: right;
            margin-left: 25px;
         }

        .text-content p {
            margin:0 0 5px;
        }

        .text-page__request-text {
            font-size: 18px;
            text-align: left;
            padding: 0 0 15px;
        }

        form.text-page__request-form {
            height: 300px;
            background: #ffffff73;
            padding: 10px;
            border-radius: 15px;
        }

        .text-page__request-form__header {
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 15px;
        }

        .text-page__request-form__input {
            width: calc(100% - 30px);
            margin: 0 15px 5px;
            padding: 5px 10px;
            border: 0;
            border-radius: 5px;
        }

        textarea.text-page__request-form__input {
            height: 105px;
        }

        .btn-request-send-text-page {
            background: #00b5ec;
            margin: 0 15px;
            width: calc(100% - 30px);
        }
        .shop-page h2 {
            text-align: center;
            margin: 35px 0 0;
            font-size: 36px;
            color: #1EA4F7;
        }
        .menu__inner {
            display: flex;
            align-items: center;
            height: 40px;
            justify-content: space-between;
        }

        .btn-request-send-disabled {
            cursor: default!important;
            background: #aaa!important;
        }
        .fence{
            background:none;
        }
        .fence .service{
            width:calc(25% - 30px);
       }
        .fence .service__picture{
            height:250px;
        }
        .fence .service__title{
            color:#333;
        }
        .fence-page p > img, .fence-page .grpelem > img {
            margin-bottom: 150px;
        }
        .text-content.fence-page {
            padding: 15px 0 35px;
        }
        .fence-block{
            position:relative;
            text-align:center;
            background:url(http://xn--j1adp.xn--24-6kcaz1apgh0ajm.xn--p1ai/images/2-min-u724431-fr.png) no-repeat center center;
            background-size:cover;
            padding:25px 0;
            font-size:32px;
            font-weight:bold;
            color:#fff;
        }
        .fence-block__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.25);
        }

        .fence-block .container {
            position: relative;
        }

        .fence-block__items li {
            text-align: left;
            font-size: 28px;
            font-weight: 500;
            margin: 15px 0;
        }

        .fence-block__items {list-style-type: none;}

        .fence-block__items li:before {
            content: "";
            display: block;
            background: url(http://xn--j1adp.xn--24-6kcaz1apgh0ajm.xn--p1ai/images/1453603971_apply.png) no-repeat center center;
            background-size: contain;
            width: 50px;
            height: 30px;
            display: inline-block;
            margin: 0 0 -10px;
        }

        .fence-steps__container{
            padding:25px 0;
            text-align:center;
        }
        .fence-steps {
            position: relative;
            height: 350px;
            max-width: 800px;
            margin: 0 auto;
        }

        .fence-step {
            position: absolute;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            width: 135px;
        }
        .fence-step img{
            width: 105px;
            height: 105px;
            margin:10px 0 5px;
        }
        .fence-step.fence-step-1 {
            left: 0;
            top: 0;
        }

        .fence-step.fence-step-3 {
            left: calc(50% - 70px);
        }

        .fence-step.fence-step-5 {
            left: auto;
            right: 0;
        }

        .fence-step.fence-step-2 {
            left: calc(25% - 50px);
            top: 150px;
        }


        .fence-step.fence-step-4 {
            right: calc(25% - 50px);
            top: 150px;
        }

        .fence-step__inner {
            position: relative;
        }

        .fence-step__inner:after {
            content: "";
            display: block;
            background: url(http://xn--j1adp.xn--24-6kcaz1apgh0ajm.xn--p1ai/images/1454162961_arrow-right.png);
            width: 50px;
            height: 50px;
            background-size: contain;
            transform: rotate(45deg);
            position: absolute;
            right: -31px;
            bottom: -25px;
        }

        .fence-step-2 .fence-step__inner:after,  .fence-step-4 .fence-step__inner:after {
            right: -40px;
            transform: rotate(-45deg);
            top: -25px;
        }
        .fence-step-5 .fence-step__inner:after {
            display:none;
        }
        .fence-block-second{
            background-image:url(http://xn--j1adp.xn--24-6kcaz1apgh0ajm.xn--p1ai/images/6-min-u724476-fr.png);
        }
        .fence-block__inner {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
            padding: 25px;
        }
        .modal-content {
            padding: 20px;
            text-align: center;
        }

        h5 {
            font-size: 16px;
            margin: 0 0 15px;
        }

        input.modal__input {
            width: 100%;
            border: 1px solid #ccc;
            padding: 5px;
            margin: 0 0 15px;
        }

        .modal .btn-request-send {
        }

        .row.shop-header__advantages {
            text-align: center;
            margin: 35px 0;
        }
        .gallery-shop{}
        .shop-header__advantages__text {
            margin: 5px;
            font-size: 18px;
            white-space: nowrap;
        }
        .product{
            text-align:center;
        }
        .product__price {
            text-align: center;
            font-size: 32px;
            font-weight: 700;
        }

        .product__gallery {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product__gallery img {
            height: 210px;
        }


        .btn-buy {
            font-size: 24px;
            color: #fff!important;
            padding: 7px 35px;
            margin: 0 0 15px;
        }

        .product__texts {
            text-align: center;
            margin: 0 auto 25px;
            max-width: 640px;
        }

        .product__texts__item {margin: 10px 0 25px;}
        .mfp-wrap {
		    top: 0!important;
    		    position: fixed!important;
    		    height: 100vh!important;
	    }

		.soroka1 {
		text-align:center;
		font-size:10px;
		color:#666666;
		margin-top:10px;
		}

		.soroka1 a {
		color:#666666 !important;
		}
		
		.soroka1 a:hover {
		color:#666666 !important;
		}		

.socicon {
float:right;
font-size:10px;
margin-top: 10px;
margin-bottom:10px;
}

.socicon img {
width:20px;
height:20px;
}


        @media screen and (max-width:640px) {

.socicon {
float:none;
margin-bottom: 20px;
}
	    

            .header__sub{
                font-size: 16px;
            }

			.header__sub span {
				display: block;
			}

			.header__sub2 span {
				display: block;
			}

			.btn-header {
				margin-bottom:15px !important;
			}			

            .header__left {
                flex-direction: column;
                text-align: center;
            }
            .header__info{
                text-align:center;
             }
            .header__logo-container {
                display:inline-block;
            }
            .header__logo {
                height: 80px;
            }

            .col-md-3.header__right {
                text-align: center;
            }

            .slogan {
                font-size: 24px;
            }
            .request__input {
                width: calc(100% - 20px);
            }

            .btn-request-send {
                width: calc(100% - 20px);
            }

            .container {
                padding: 0 15px;
                width: auto;
                margin: 0;
            }

            .menu {
                height: auto;
            }

            .menu__item {width: 100%;text-align: center;}

            .gallery__item {
                height: 250px;
                background-size: contain;
            }

            .advantages__big-header {
                margin: 10px 0 25px;
                font-size: 24px;
            }

            .advantages__header {
                font-size: 20px;
                font-weight: 500;
            }

            .advantages__text {
                font-size: 14px;
            }

            .request__header {
                font-size: 18px;
                font-weight: 500;
            }

            input.request__input {
                margin: 0 0 10px;
            }

            .steps__item {
                width: 100%;
            }

            .steps__arrow:after {
                content: "\f078";
                font-size: 24px;
            }

            .steps__arrow {
                margin: 0 0 30px;
            }

            .garanties__text {
                font-size: 16px;
            }

            .service {
                width: 100%;
            }
            .text-content p > img {
                float:none;
                margin:0 auto;
                max-width:100%;
            }
            .menu__inner {
                flex-direction: column;
                height: auto;
            }

            .menu__item {
                height: 40px;
            }

            #vk_groups {
                margin: 15px auto;
            }
            .clients__logo {
                max-width: 100%;
            }
            .fence .service {
                width: 100%;
            }

            .fence-block {
                font-size: 24px;
            }

            .fence-block__items li {
                font-size: 20px;
            }

            .fence-step {
                position: initial;
                width: auto;
                left: auto;
                top: auto;
                margin: 0 0 15px;
            }

            .fence-step__inner:after {
                display: none;
            }

            .fence-steps {
                height: auto;
            }

            .fence-block__inner {
                flex-direction: column;
                text-align: center;
            }

            .fence-block-second h1 {
                font-size: 28px;
                font-weight: bold;
            }

            .fence-block-second h2 {
                font-size: 22px;
                margin: 15px 0 0;
            }

            .text-page__request-text {
                text-align: center;
            }

            .product__gallery {
                flex-direction: column;
            }

            .product__gallery img {
                height: 120px;
            }

            .text-page__request-form__input {
                width: calc(100% - 20px);
                margin: 0 0 5px;
            }

            .btn-request-send {
                margin: 0 10px;
            }
            .fence-step__inner:after {
                content: "\f063";
                display: block;
                background: none;
                left: 0;
                transform: none!important;
                margin: 25px  auto 0;
                font: normal normal normal 14px/1 FontAwesome;
                position: initial;
                font-size: 36px;
            }
            .text-content__picture-container img {
                max-width: 100%;
                height: auto;
            }
            .header__logo-overlay {
                width: 25px;
            }
        }
