:root 
{
  --main-bg-color: #95afd6;
}
.contactsWrapper_off{display: none !important;}

body
{
	--width: 800px;
    --height: 500px;
    --min-height: 90px;
    --width_sort: 144px;
    --height_sort: 90px;
}
body:before
{
	content:'';
	width: 0;
    height: 0;
    border-top: 1000px solid var(--main-bg-color);
    border-right: 400px solid transparent;
    position: fixed;
    opacity: .5;
	transform: translateY(-30px);
}

body:after
{
	content:'';
	width: 0; 
	height: 0;
	border-bottom: 1000px solid var(--main-bg-color);
	border-left: 400px solid transparent;
	position: fixed;
    opacity: .5;
	right:0;
	top:0;
	z-index:-1;
}
main
{
	position:relative;
	display:grid;
	grid-template-areas: 
		"hOne hOne"
		"text bigImg"
		"text imgsList"
		"contactsWrapper contactsWrapper"
		"sotialWrap sotialWrap";
	grid-template-columns: auto 850px;
	grid-gap: 0.1em;
	padding:0;
	grid-template-rows: auto calc(var(--height) + 20px) auto auto;
/*	grid-column-gap: 1em;
  	grid-row-gap: 1em;*/
}
.gal_fix_size
{
 	width: var(--width);
    height: var(--height);
}
.gal_border
{
    width: var(--width);
    height: var(--height);
    border: 10px #ffffff solid;
}
.gal_block_dot
{
    border: 1px dashed #6a6a6a;
    border-bottom: none;
	overflow:hidden;
	width: calc(var(--width) + 20px);
    height: calc(var(--height) + 20px);
}
.gal_fix_size_small
{
    width: var(--width);
}
.gal_img_add_prew
{
    display: grid;
    height: 100%;
    align-items: center;
    width: var(--width);
    justify-items: center;
    cursor: pointer;
}
.gal_small_img_yes_width
{
	width: var(--width_sort)!important;
	min-height: var(--height_sort)!important;
}
.modal_sort_images>.gal_small_img_tab {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.gal_small_img_tab
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin: 25px 10px 0 10px;
}
.gal_small_img_no
{
    background-color: #e2dede40;
    display: grid;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: gray; stroke-width: 2; stroke-dasharray: 7 7'/></svg>");
    align-items: center;
    justify-items: center;
    min-height: var(--min-height);
    transition: 300ms;
    cursor: pointer;
}
.gal_small_img_yes
{
    border: 1px #bcbdbe solid;
    background-position: center;
    background-size: 100%;
    height: var(--min-height);
	position:relative;
    user-select: none;
    cursor: pointer;
}
.gal_block_dot_small_img {
    border: 1px dashed #6a6a6a;
    border-top: none;
	/*margin: 0 0 0 3em;*/
	width: calc(var(--width) + 20px);
	padding-bottom: 10px;
}
.gal_block_small_img_client {
    margin: -4px 0em 0em 0em;
    width: calc(var(--width) + 20px);
}

.sotialWrap
{
	display: grid;
    justify-items: center;
    /*background-color: #F4F4F5;*/
}
.sotialWrap_block{  }
.soc_adm_soc
{
	border-right: 3px solid #fff;
	padding: 0.5em 0.5em 0 0.5em;
}
.soc_adm_mes
{
 	padding: 0.5em 0.5em 0 0.5em;   
}
.imgsList
{
	grid-area: imgsList;
}
.imgsList_setup
{
	/*margin-left: 3em;*/
	overflow: hidden;
	justify-content: flex-end;
}
.bigImg
{
	grid-area: bigImg;
}
.bigImg_setup
{
	display: flex;
 /*   background: #f6f5f57d;*/
  /*  margin-left: 3em;*/
}
/*.imgsList_tab
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 1em;
  	grid-row-gap: 1em;
}
*/
.imgItemWrap
{
	border: 2px #e2e2e2 solid;
	overflow: hidden;
}
.h1_block
{
	grid-area: hOne;
	display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 2em;
    margin-top: 2em;
}
h1>.tox-tinymce
{
	min-height: 100px !important;
}
.h1_block_center
{
	/*display: grid;
	justify-items: center;
	*/
}
.h1_block_center>h1>div
{
	/*display: inline-grid;*/
	padding: 1em 3em;
	background-color: #ffffff45;
}
h1{margin:0;}

.contactsWrapper
{
	grid-area: contactsWrapper;
	margin: 0;
    width: auto;
    display: flex;
	text-align:center;
	justify-content: center;
	margin-top: 4em;
    margin-bottom: 2em;
}

.links
{
	grid-area: links;
	width:100%;
	z-index:0;
	margin:0;
	padding: 10px 0 10px 5%;
}

.text
{
	grid-area: text;
	padding: 0 1em 0 1em;
}
.text::-webkit-scrollbar { width: 0; }

.text { -ms-overflow-style: none; }

.text { overflow: -moz-scrollbars-none; }


.links>div
{
	display: flex;
	height: 100%;
    align-items: center;
	justify-content:center;
}

.links>div>div
{
	width:25%;
	background-color:var(--main-bg-color);
	height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	position:relative;
}

.links>div>div:first-child:before
{
	content:'';
	width: 0;
    height: 0;
    border-bottom: 70px solid var(--main-bg-color);
    border-left: 40px solid transparent;
    left: 0;
    position: relative;
	transform: translateX(-100%);
	position:absolute;
}

.links>div>div:last-child:before
{
	content:'';
	width: 0;
    height: 0;
    border-top: 70px solid var(--main-bg-color);
    border-right: 40px solid transparent;
    right: 0;
    position: absolute;
	transform: translateX(100%);
}

.links>div>div>a
{
	color:black;
}

.contactItem
{
	width: 25%;
	background-color:var(--main-bg-color);
	position:relative;
}

.contactItem:first-child:before
{
	content: '';
    width: 100px;
    height: 100%;
    background-color: var(--main-bg-color);
    transform: skew(-20deg, 0deg);
    left: -25px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.contactItem:last-child:before
{
	content: '';
    width: 100px;
    height: 100%;
    background-color: var(--main-bg-color);
    transform: skew(-20deg, 0deg);
    right: -25px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.contactItem>div
{
	display:block;
}

.bold 
{
	width:100%;
	padding:0;
}



.imgItem
{
    /*height: 100px;
    object-fit: cover; 
    width: 100%;
    margin-bottom: -11px;
    */
}

.imgsList_setup:before
{
	display:none;
}
.sotialWrap>.sotial
{
	justify-content:center;
}

figure.zoom,#myimage
{
	height: 100%;
}

@media screen and (max-width: 1000px)
{
	.links
	{
		height: 80%;
	}
	
	.contactsWrapper
	{
		height: 100%;
	}
}

.imgItem{
	transition: transform 1s linear;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}



@keyframes slidein {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}

.divL,.divR
{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
	z-index:100;
	cursor:pointer;
}

.divL
{
	left:0;
}

.divR
{
	right:0;
}

.divL:hover,.divR:hover
{
	background-color:black;
	opacity:0.3;
}
.bigImgItem_def
{
	display: grid;
    align-items: center;
}
.bigImgItem_def img {height: 15em;}
.bigImgItem:hover ~.img-zoom-result
{
	display:none;
}

@media screen and (max-width: 1300px)
{
	.contactsWrapper:before, .contactsWrapper:after
	{
		content:none;
	}
}


.cont_adm_block
{
    display: grid;
    grid-template-columns: auto auto auto;
}
.cont_adm_tab
{
    display: grid;
    grid-template-columns: auto auto auto;
    position: relative;
    z-index: 10;
    padding: 0.5em;
    grid-column-gap: 3em;
    background-color: #95AFD6;
    min-width: 250px;
}
.cont_adm_dot
{
    border: 1px dashed #6a6a6a;
}
.cont_adm_center
{
    display: grid;
    height: 100%;
}
.adm_con_2cell
{
    display: grid;
    grid-template-columns: 70px auto;
    align-items: center;    
}
.adm_con_2cell_1
{
    display: grid;
    align-items: center;
    justify-items: center;
   /* background-color: #cecece;
    border-radius: 50%;*/
    border-right: 1px solid #000;
    height: 70px;
}
.adm_con_2cell_1 img
{
    height: 45px;
}
.adm_con_2cell_2
{
    text-align: left;
    padding: 0em 1em;
}
.block_btn_top_right_cell_1
{
    position: relative;
    display: grid;
    grid-template-columns: auto 30px;
    grid-column-gap: 0.3em;
    margin: -0.5em -0.5em -1em 0;
}
.block_btn_top_right_cell_2
{
    position: relative;
    display: grid;
    grid-template-columns: auto 30px 30px;
    grid-column-gap: 0.3em;
    margin: -0.5em 0 -1.2em 0;
}
.block_btn_top_right_cell_2_gal
{
    position: relative;
    display: grid;
    grid-template-columns: auto 30px 30px;
    grid-column-gap: 0.5em;
    margin: -0.7em -0.7em 0 0;
}
.left_corner
{
    border: 20px solid transparent;
    border-right: 10px solid #7b94ba;
}
.right_corner
{
    border: 20px solid transparent;
    border-left: 10px solid #7b94ba;
}
.soc_adm_block
{
    display: grid;
    grid-template-columns: auto auto;
}
.gal_btn_tab
{
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin: 1.5em 0em 0em;
}
/* Text edit */
.RN-table-wrap {
    position: relative;
    display: grid;
    justify-items: center;
    margin: 1em 0;
}
.RN-table th {
    background-color: #f2f2f2;
}
.RN-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 380px;
}
.RN-table th, .RN-table td {
    /*border: 1px dashed #727272;*/
    padding: 8px 10px;
    text-align: left;
}
/* Text edit END */

@media (max-width: 1700px)
{
	body
	{
		--width: 700px;
	    --height: 438px;
	    --min-height: 78px;
	}
	main{grid-template-columns: auto 750px;}
}
@media (max-width: 1500px)
{
	body
	{
		--width: 600px;
	    --height: 375px;
	    --min-height: 65px;
	}
	main{grid-template-columns: auto 630px;}
	.text{padding: 0 1em 0 1em;}
}
@media (max-width: 1350px)
{
.sclNtwrClass>a>img{height: 25px;}
	body
	{
		--width: 500px;
	    --height: 313px;
	    --min-height: 54px;
	}
	main{grid-template-columns: auto 540px;}
	.gal_small_img_tab{grid-column-gap: 0.5em; grid-row-gap: 0.5em;}
	.block_btn_top_right_cell_1{margin: -0.7em -0.5em -1em 0;}
	.block_btn_top_right_cell_2_gal{margin: -0.7em -0.5em 0 0;}
	.text{padding: 0 1em 0 1em;}
	.bigImg_setup, .imgsList_setup{margin-right: 1em;}
}
@media (max-width: 1100px)
{
	body
	{
		--width: 400px;
	    --height: 250px;
	    --min-height: 54px;
	}
	main{grid-template-columns: auto 440px;}
	.gal_small_img_tab{grid-template-columns: 1fr 1fr 1fr 1fr;}
	.gal_btn_tab{grid-template-columns: auto; grid-row-gap: 0.7em;}
}
@media (max-width: 995px)
{
	main
	{
		position:relative;
		display:grid;
		grid-template-areas: 
			"hOne hOne"
			"bigImg bigImg"
			"imgsList imgsList"
			"text text"			
			"contactsWrapper contactsWrapper"
			"sotialWrap sotialWrap";
		grid-template-columns: 1fr;
		margin: 0em 0.5em 1em 0.5em;
		grid-template-rows: auto;
		grid-row-gap: 1em;
	}
	.btn-left-right{width: 1em; margin-top: 2.5em;}
	.imgIconsWrapper2{display: none;}
	body
	{
		background-position-y: 11%; 
		background-position-x: -17%;
		--width: 800px;
	    --height: 500px;
	    --min-height: 90px;
	    --width_sort: 125px;
	    --height_sort: 78px;
	}
	.gal_small_img_tab{grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 1em; grid-row-gap: 1em; margin: 20px 10px 0 10px;}
	.gal_btn_tab{grid-template-columns: auto auto;}
	h1{line-height: 1.5;}
	.bigImg_setup, .imgsList_setup{margin-left: 0.5em; margin-right: 0.5em;}
	.contactsWrapper{margin-top: 1em;}
	.sotialWrap{justify-items: center;}
	.soc_adm_soc{border-right: none;}
	.text{padding: 1em;}
	.cont_adm_tab{grid-template-columns: auto; grid-row-gap: 0.7em;}
	.cont_adm_block{margin-bottom: 3em;}
	.soc_adm_block{grid-template-columns: 1fr; grid-row-gap: 0;}
	.bigImg, .imgsList{display: grid; justify-items: center;}
}
@media (max-width: 850px)
{
	body
	{
		--width: 700px;
	    --height: 438px;
	    --min-height: 78px;
	}
}
@media (max-width: 750px)
{
	.h1_block{background-image:none;}
	.h1_block_center>h1>div{background-color: transparent; padding: 1em 1em;}
	body
	{
		--width: 600px;
	    --height: 375px;
	    --min-height: 65px;
	}	
}
@media (max-width: 850px)
{
	body{--width_sort: 115px; --height_sort: 72px;}	
}
@media (max-width: 750px)
{
	body{--width_sort: 95px; --height_sort: 59px;}
}
@media (max-width: 700px)
{
	body{background-position-y: 17%;}
}
@media (max-width: 640px)
{
	body
	{
		--width: 500px;
	    --height: 313px;
	    --min-height: 69px;
	}
	.gal_small_img_tab{grid-template-columns: 1fr 1fr 1fr 1fr;}
	.modal_sort_images>.gal_small_img_tab{grid-template-columns: 1fr 1fr 1fr 1fr;}
}
@media (max-width: 550px)
{
	body
	{
		--width: 400px;
	    --height: 250px;
	    --min-height: 54px;
	    --width_sort: 80px; 
	    --height_sort: 50px;
	}
	.gal_btn_tab{grid-template-columns: auto; grid-row-gap: 0.7em;}
	.gal_small_img_tab{grid-column-gap: 0.5em; grid-row-gap: 0.5em;}
	.bigImgItem_def img {height: 10em;}
}
@media (max-width: 500px)
{
	.text{padding: 0.5em;}
	.gal_small_img_tab{grid-template-columns: 1fr 1fr 1fr;}
	body{background-position-y: 11%; background-size: 50% 21%; --min-height: 74px;}
}
@media (max-width: 450px)
{
	body
	{
		--width: 360px;
	    --height: 225px;
	    --min-height: 70px;
	}
	.gal_btn_tab{grid-template-columns: auto; grid-row-gap: 0.7em;}
	.gal_small_img_tab{grid-column-gap: 0.5em; grid-row-gap: 0.5em;}
	.modal_sort_images>.gal_small_img_tab{margin: 10px 0 0 0;}
}