/* CSS Document */
/* FONTS */

@font-face {
    font-family: Roboto; 
    src: url(/template/fonts/Roboto.ttf); 
   }
@font-face {
    font-family: PoiretOne-Regular; /* Гарнитура шрифта */
    src: url(/template/fonts/PoiretOne-Regular.ttf); /* Путь к файлу со шрифтом */
   }
/* FONTS END */
/*---ОБЩИЕ СТИЛИ---------------------------*/
html,body {
	font-family: "Roboto", sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	background-color: #2c343b;
	font-size: 1em;
	/*color: aliceblue;*/
	color: #a5a5a5;
}
.wrapper{
	overflow-x: hidden;
	min-height: 100%;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
ul,ol,li {
	list-style: none;
}
::before,
::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
/*---ОБЩИЕ СТИЛИ end-----------------------*/

/*---МОИ СТИЛИ-----------------------------*/
.color-sin{
	color: #507182;
}
.strong{
	font-weight: 600;
}
.hr-double {
	height: 2px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #71879F;
	border-bottom-color: #71879F;
	margin-top: 15px;
	margin-right: 5px;
	   margin-bottom: 5px;
	margin-left: 5px;
	display: block;
	padding: 0;
}
/*---МОИ СТИЛИ end-----------------------*/

/*---IBG-----------------------------------*/
._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 10px;
}
/*---IBG end-------------------------------*/

/*HEADER*/
._container{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
}
.site-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	margin-top: 45px;
	margin-bottom: 35px;
}

/*Logotip*/
.lewo-logo{
	padding-top: 5px;
	padding-bottom: 5px
}
.logo__item{
	display: inline-grid;
	/*padding: 15px 0;*/
	grid-template: auto auto / 85px 1fr;
}
.logo__icon{
	text-align: center;
	align-self: center;
	grid-row: span 2;
}
.logo__icon img{
	box-shadow: 0px 0px 10px #fff;
}
.logo__icon img:hover{
	box-shadow: 0px 0px 15px #fff;
}
.logo__title{
	font-family: 'PoiretOne-Regular';
	font-weight: 100;
	margin: 0;
	/*line-height: 1.5em;*/
	color: #768aa0;
	font-size: 1.9em;
	letter-spacing: 2px;
}
.logo__text{
	color: gray;
	/*line-height: 1.5em;*/
	font-size: 1.1em;
	font-family: Roboto;
	letter-spacing: 5px;
}
/*Logotip end*/

.prawo-text{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #e5e6d8;
    font-weight: 100;
}
/*HEADER end*/

/*---MAIN----------------------------------*/
main{}
.main-page{}

/*БЛОК НАВИГАЦИИ ДЛЯ БОЛЬШИХ РАЗРЕШЕНИЙ*/
.tabs-navigation{
	
}
.nav-tabs{
	display: flex;
	flex-wrap: wrap;
}
.nav-item{
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}
.nav-link-hover{
	display: none;
}
.nav-link-main{
	display: block;
	padding-right: 15px;
	padding-bottom: 15px;
}
.nav-link-main:hover{
	color: antiquewhite;
}
/*БЛОК НАВИГАЦИИ ДЛЯ БОЛЬШИХ РАЗРЕШЕНИЙ end*/

/*БЛОК НАВИГАЦИИ ДЛЯ 768*/
@media (min-width: 768px){
.tabs-navigation{
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	/*margin-top: 70px;*/
	padding-left: 20px;
	padding-right: 20px;
}

/*.nav-tabs{}*/
.tabs-navigation > .nav-tabs {
        position: relative;
        /*width: 100%;*/
        display: block;
        text-align: center;/*убрать при медиа*/
        /*border: 1px solid #e5e7e9;*/
        will-change: transform;
        border-top: 1px solid #e5e7e9;
    }
/*.nav-item{}*/
.tabs-navigation .nav-item {
        display: inline-block;
        will-change: transform;
    }
.nav-link{}
.tabs-navigation .nav-link {
    position: relative;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    /*font-size: 18px;*/
	/*font-size: 1.2em;*/
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    opacity: .87;
}

/*косые полоски*/
.tabs-navigation > .nav-tabs .nav-link {
        display: block;
        position: relative;
        z-index: 1;
        min-width: 120px;/*подобрать*/
        padding: 35px 20px;
    }
.tabs-navigation > .nav-tabs .nav-link::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        width: 1px;
        height: 20px;
        opacity: 0;
        transform: rotate(-45deg);
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        background: #fff;
    }
.tabs-navigation .nav-link.active::before, .tabs-navigation .nav-link:hover::before {
        opacity: 1;
        transform: rotate(45deg);
    }
/*косые полоски end*/

/*.nav-link-main{}*/
.tabs-navigation .nav-link-main{
	    display: block;
        white-space: nowrap;
        transition: .3s ease-in-out;
}

/*.nav-link-hover{}*/
.tabs-navigation .nav-link-hover{
	    display: block;
        white-space: nowrap;
        transition: .3s ease-in-out;
}

.tabs-navigation .nav-link-hover {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate3d(-50%, -100%, 0);
        opacity: 0;
        visibility: hidden;
    }
/*появление сверху .nav-link-hover*/
.tabs-navigation .nav-link.active .nav-link-hover, .tabs-navigation .nav-link:hover .nav-link-hover {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, 35px, 0);
    }
/*появление сверху .nav-link-hover end*/

/*исчезновение сверху .nav-link-main*/
.tabs-navigation .nav-link.active .nav-link-main, .tabs-navigation .nav-link:hover .nav-link-main {
		transform: translate3d(0, 100%, 0);
		opacity: 0;
		visibility: hidden;
	}
/*исчезновение сверху .nav-link-main end*/
}
/*@media min 768 end!!!!!*/

/*all: initial;  Сброс всех стилей иногда можно применять*/

/*БЛОК НАВИГАЦИИ ДЛЯ 768 end*/

/*SECTION-ABOUT*/
.section-about{
	/*background-color: #ededed;*/
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section-about__container{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-left{
	/*font-family: Roboto;*/
	/*color: #595959;*/
	border-right: 1px solid #dadada;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
.about-left p{
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}
.about-left span{
	color: #768aa0;
}
.about-left h2{
	font-family: "Arial";
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 1.5px;
		/*color: #768aa0;*/
	color: #507182;
	margin-top: 0;
	margin-bottom: 5px;
}
.about-right{
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
}
.overlay{
	  /*align-content: center;*/
	    overflow: hidden;
	align-content: end;
	position: absolute;
    text-align: left;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
}
.overlay-1{
	  align-content: center;
	position: absolute;
    text-align: left;
    color: #fff;
    width: 100%;
    height: 100%;
    /*border-radius: 10px;*/
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.15);
}
.overlay__body{
	width: 80%;
	border-radius: 0px 10px 10px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: "Roboto", sans-serif;
	color: antiquewhite;
	font-size: 1.2em;
	letter-spacing: 1.3px;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
/*SECTION-ABOUT end*/

/*SECTION-BAGES*/
.section-bages{
	/*background-color: #ededed;*/
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section-bages__container{
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bages-left{  /*img*/
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
}
.bages-right{  /*text*/
	/*font-family: Roboto;*/
	/*color: #595959;*/
	border-left: 1px solid #dadada;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
.bages-right h2{
	font-family: "Arial";
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 1.5px;
		/*color: #768aa0;*/
	color: #507182;
	margin-top: 0;
	margin-bottom: 5px;
}
.bages-right p{
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}
.bages-right span{
	color: #768aa0;
}
/*SECTION-BAGES end*/

/*SECTION-LEGENDS*/
.section-legends{
	/*background-color: #ededed;*/
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section-legends__container{
	/*display: grid;
	grid-template-columns: 1fr 1.5fr;*/
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-legends h2{
	font-family: "Arial";
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 1.5px;
		/*color: #768aa0;*/
	color: #507182;
	margin-top: 0;
	margin-bottom: 5px;
}
.section-legends p{
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}
.section-legends span{
	color: #768aa0;
}
/*SECTION-LEGENDS end*/

/*SECTION-VIDEO*/
.section-video{
	margin-bottom: 30px;
}
.section-video__container{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.video-salon{
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #ececec;
	border-radius: 10px;
	font-size: 1em;
	box-shadow: 0px 0px 5px #ececec;
	text-align: center;
}
.video-salon h2{
	font-family: "Roboto";
	font-size: 0.9em;
	font-weight: 600;
	/*color: #171615;*/
	text-align: left;
}
.items{
	padding: 10px 0;
}
.items__body{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.item{
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.item__video{
	position: relative;
	margin-bottom: 15px;
	/*aspect-ratio:16/9 ;*/
	padding: 0px 0px 56% 0px;
}
.item__video video{
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item__text{
	font-family: "Georgia", serif;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
/*SECTION-VIDEO end*/

/*SECTION-GALLERY*/
.img-responsive {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
.object_fit-gallery {
    object-fit: contain;
    /* object-fit: cover; */
    /* object-fit: scale-down; */
    object-position: center center;
    max-height: 280px;
}
.section-gallery{
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section-gallery h2 {
    font-family: "Roboto";
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 2.5px;
    /* color: #768aa0; */
    color: #507182;
    margin-top: 0;
    margin-bottom: 5px;
}
.section-gallery p {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
	padding-bottom: 15px;
}
.section-gallery p span{
	
}
.section-gallery__container{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallery__items{
	display: grid;
	gap:32px;
	grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
}
.gallery__item{
	box-shadow: 0 0 15px rgba(97, 97, 97, 0.5);
	border-radius: 10px;
}
.gallery__item:hover{
	box-shadow: 0 0  15px rgba(231, 181, 207, 0.8);
}
.item-gallery{
	/*background: #f4f5f7;*/
	display: flex;
	flex-direction: column;
	position: relative;
}
.item-gallery__image{
	/*background-color: #ccc;*/
	padding:10px;
	border-radius: 10px;
}
.item-gallery__image:hover{
	/*background-color: #fff;*/
	transition:all 0.3s ease 0s;
}
.item-gallery__labels{
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	right: 24px;
	top:24px;
}
.item-gallery__label{
	color: #fff;
	flex:0 0 48px;
	width: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	/*border: 1px solid red;*/
	margin-bottom: 10px;
}
.item-gallery__label._new{
	background: #2ec1ac;
	opacity: 0.8;
}
.item-gallery__body{
	flex:1 1 auto;
	padding: 16px 16px 16px 16px;
	display: flex;
	flex-direction: column;
}
.item-gallery__content{
	flex:1 1 auto;
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.item-gallery__content a{
	text-decoration: none;
	color: inherit;
}
.item-photoshop__content a:hover{
	color: lightcoral;
}
.item-gallery__title{
	font-family: "Roboto";
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 8px;
	margin-top: 8px;
}

.item-gallery__text{
    color: gray;
}
.item-gallery__likes{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: inherit;
	margin-top: 18px;
}
.item-gallery__like{
	font-weight: 600;
	color: #768aa0;
	cursor: pointer;
}
.item-gallery__like i:hover{
	color: lightcoral;
}
.item-gallery__like_feedback{
	font-weight: normal;
	color: #b0b0b0;
}
.item-gallery__like_feedback:hover{
	color: #768aa0;
}

/*ЛАЙКИ*/
.likes_btn {
    /*background-color: #ccc;
    color: #768aa0;*/
    padding: 0.2em 1em;
    outline: none;
    border-radius: 20px;
	transition:all 0.3s ease 0s;
	font-weight: 600;
	cursor: pointer;
}
.likes_btn:hover{
	box-shadow: 0 0  15px rgba(231, 181, 207, 0.8);
}
.likes_btn:hover i{
	color: lightcoral;
}
.add-likes{
	cursor: pointer;
}
/*ЛАЙКИ end*/

/*SECTION-GALLERY end*/

/*SECTION-GALLERY-ONE*/
.object_fit-gallery-one {
    object-fit: contain;
    /* object-fit: cover; */
    /* object-fit: scale-down; */
    object-position: center center;
    /*max-height: 250px;*/
	max-height: 800px;
}
.gallery__item-one{
	box-shadow: 0 0 15px rgba(97, 97, 97, 0.5);
	/*box-shadow: 0 0  15px rgba(231, 181, 207, 0.8);*/
	border-radius: 10px;
}
.item-gallery-one{
	/*background: #f4f5f7;*/
	display: flex;
	flex-direction: column;
	position: relative;
}
.item-gallery__labels-one{
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	right: 24px;
	top:24px;
}
.item-gallery__label-one{
	color: #fff;
	flex:0 0 48px;
	width: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	/*border: 1px solid red;*/
	margin-bottom: 10px;
}
.item-gallery__label-one._new{
	/*background: #2ec1ac;*/
	background: #e7e4d1;
}
.item-gallery-one__image{
	/*background-color: #ccc;*/
	padding:10px;
	border-radius: 10px;
}
.item-gallery-one__body{
	flex:1 1 auto;
	padding: 16px 16px 16px 16px;
	display: flex;
	flex-direction: column;
}
.item-gallery-one__likes{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	justify-content: space-around;
	flex-wrap: wrap;
	line-height: inherit;
	margin-top: 18px;
}
.item-gallery-one__like{
	font-weight: 600;
	color: #768aa0;
	cursor: pointer;
}
.item-gallery-one__like i:hover{
	color: lightcoral;
}
.item-gallery-one__like_feedback:hover{
	color: lightcoral;
}
.item-gallery-one__message{
	font-weight: 600;
	/*color: #768aa0;*/
}
.item-gallery-one__message i{
	
}
/*SECTION-GALLERY-ONE end*/

/*SECTION-GALLERY-ONE-FEEDBACK */
.feedback-body{
	/*flex: 1 1 auto;*/
    padding: 16px 16px 16px 16px;
    /*display: flex;*/
    /*flex-direction: column;*/
}
.box{
	box-shadow: 0 0 15px rgba(97, 97, 97, 0.5);
	border-radius: 10px;
}
.feedback-title{
	font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
    /*color: gray;*/
}
.comments__items{
	margin-top: 10px;
}
.comment__item{
	padding: 15px;
}
.comment__item-name{
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 15px;
}
.comment__item-comment{
	font-size: 1.1em;
	margin-bottom: 15px;
	letter-spacing: 1.1px;
    line-height: 1.3;
}
.comment__item-data{
	font-style: italic;
}

/*feedback__form*/
.feedback-form{}

.feedback__form{
	padding-top: 20px;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
}
.feedback__input{
	border: 1px solid #ccc;
	width: 100%;
	/*margin-right: 10px;*/
	padding: 5px;
	height: 30px;
	border-radius: 5px;
	font-size: 1.1em;
	/*background: #eee;*/
	    background: #595959;
	color: antiquewhite;
	
}
.feedback__input::placeholder{
	color: aliceblue;
	
}
.feedback__input:focus {
      /*color: #212529;*/
	color: aliceblue;
      /*background-color: #fff;*/
	background-color: #595959;
      border-color: #bdbdbd;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
    }
.feedback__textarea{
	color: antiquewhite;
	border: 1px solid #ccc;
	width: 100%;
	/*margin-right: 10px;*/
	padding: 5px;
	height: 60px;
	border-radius: 5px;
	font-size: 1.3em;
	resize: none;
	/*background: #eee;*/
	background-color: #595959;
}
.feedback__textarea::placeholder{
	color: aliceblue;
}
.feedback__textarea:focus {
      color: aliceblue;
      /*background-color: #fff;*/
	  background-color: #595959;
      border-color: #bdbdbd;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
    }
 .feedback__form span input{
	display: none;
}
.feedback__button{
	width: 295px;
	height: 45px;
	font-size: 1.2em;
	background-color: #768aa0;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 5px;
}
.feedback__button:hover{
	/*border: 1px solid #e91e63;*/
	box-shadow: 0 0 15px rgba(231, 181, 207, 0.8);
}
.feedback__form_error{
	/*position: absolute;
	top: 100%;*/
	margin-top: 15px;
	color: bisque;
}
/*feedback__form end*/
/*КНОПКА НАЗАД*/
#floating-button {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  /*background-color: #f44336;*/
  background-color: #ff7961;
  color: white;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  border-radius: 24px;
  cursor: pointer;
	opacity: 0.8;
}

#floating-button:hover {
  /*background-color: #ff7961;*/
	background-color: coral;
	box-shadow: 0 0  15px rgba(231, 181, 207, 0.8);
}
/*КНОПКА НАЗАД end*/
/*PHOTOSHOP-FEEDBACK end */

/*КОНТАКТЫ*/
.contact{
	text-align: left;
	max-width: 300px;
}

.contact a{
	margin-bottom: 25px;
	color: #e5e6d8;
	display: block;
}
.contact a:hover{
	color: #768aa0;
}
.contact h3{
}
/*КОНТАКТЫ end*/

/*FOOTER*/
.footer-vera {
	padding: 25px 0px;
	background: rgba(0, 0, 0, 0.32);
	/*color: #fff;*/
	font-size: 1.2em;
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.footer-vera a:hover{
	color: #768aa0;
}
.footer__container{}
.footer-group {
	text-align: center;
	line-height: 2.0em;
}
.footer-group span{
	color: #ded8d8;
}
.footer-icons{
	margin-right: 20px;
}
.footer-copy{}
/*
.footer-group > * {
	margin-top: 0;
	padding: 15px;
}
*/
.footer-link{
	text-align: center;
	margin-top: 15px;
}
.lada-studio{
	text-align: center;
	margin-top: 25px;
	
}
.lada-studio img{
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ececec;
	transition: all 0.3s ease 0s;
}
.lada-studio img:hover{
	box-shadow: 0px 0px 15px #fff;
}
/*FOOTER end*/

/*MEDIA*/
@media only screen and (max-width:1200px) {
	.section-about__container{
		grid-template-columns: 1fr;
	}
	.section-bages__container{
		grid-template-columns: 1fr;
	}
	.about-right{
		padding: 0px 0px 30% 0px;
	}
	.bages-left{
		padding: 0px 0px 30% 0px;
	}
	.about-left{
		border-right: 0px;
	}
	.bages-right{
		border-left: 0px;
		order: -1;/*изменяем порядок grid*/
	}
}
@media only screen and (max-width: 768px) {
	.section-about{
		margin-top: 0;
		margin-bottom: 0;
	}
	.section-bages{
		margin-top: 0;
		margin-bottom: 0;
	}
    .section-about__container {
        grid-template-columns: 1fr;
    }
	.about-right{
		padding: 0px 0px 30% 0px;
		margin-left: 20px;
	    margin-right: 20px;
	}
	.bages-left{
		padding: 0px 0px 30% 0px;
		margin-left: 20px;
	    margin-right: 20px;
	}
	.about-left{
	border-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
	.bages-right{
		border-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
	/*legends*/
	.section-legends__container{
	padding-left: 20px;
	padding-right: 20px;
	}
	/*legends*/
	/*gallery*/
	.section-gallery__container{
	padding-left: 20px;
	padding-right: 20px;
	}
	/*gallery*/
}

@media only screen and (max-width:480px){
	.about-right{
		padding: 0px 0px 50% 0px;
		margin-left: 5px;
	    margin-right: 5px;
	}
	.bages-left{
		padding: 0px 0px 50% 0px;
		margin-left: 5px;
	    margin-right: 5px;
	}
	.about-left{
	border-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	}
	.bages-right{
		border-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	}
	/*legends*/
	.section-legends__container{
	padding-left: 10px;
	padding-right: 10px;
	}
	/*legends*/
	/*gallery*/
	.section-gallery__container{
	padding-left: 10px;
	padding-right: 10px;
	}
	/*gallery*/
	/*video*/
	.section-video__container{
	padding-left: 10px;
	padding-right: 10px;
	}
	/*video*/
	.feedback__form {
		align-items: center;
	}
}

/*MEDIA шрифт размер*/
@media(max-width:1270px){
	body{
		font-size: 0.9em;
	}
}
