:root {
    --slogan-txt-color:white;
    --font-cyr-font:'Open Sans';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: var(--font-cyr-font);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2;
	z-index: -2;
    position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li{
	list-style-type: none;
}
header
{
	z-index:-1;
}

div{
	color: #7b7b7b;
    text-shadow: 0 0 #e0e0e0;
}

h1{
	color:#484848;
}

.add_textarea{
	position:absolute;
	/*top: -1000px;*/
}

.text_cursor{
	background-color:black;
	width:3px;
	height:5px;
}

.cursor{
	-webkit-animation: pulsing .9s infinite;
	animation: pulsing .9s infinite;
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

@keyframes pulsing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

.zIndex
{
	z-index:10000000;
	top:150px;
}

.changeDataWrapper,.changeDataWrapperSmall
{
	position: fixed;
    left: 50%;
    background-color: white;
    padding: 20px;
	width:30%;
	box-shadow: 0 0 1000px 300px white;
	border: 1px solid #e0d8d8;
    border-radius: 30px;
	text-align:center;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index:5;
}

@media screen and (min-width: 1201px) and (max-width: 1500px)
{
	.changeDataWrapper
	{
		width:50%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1200px)
{
	.changeDataWrapper
	{
		width:80%;
	}
}

@media screen and (max-width: 799px)
{
	.changeDataWrapper
	{
		width:90%;
	}
}

.changeDataTextarea
{
	width:100%;
}

.buttonSaveClass,.saveSclLink
{
	display:block;
	width:100%;
}

.reductMenuButton
{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background: transparent;
	border:none;
	cursor:pointer;
}

.reductMenuLi
{
	width:100%;
	margin:10px 0;
}

.reductMenuLi>input
{
	width:70%;
}

.reductMenuLi>button
{
	width: 20%;
    margin: 5px;
    background-color: red;
    border: 1px solid;
    padding: 4px;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    text-shadow: 0 0 3px brown;
}

.closeModalWindowClass
{
	position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 16px;
    border: 1px solid;
    border-radius: 50%;
	cursor:pointer;
}

@media screen and (max-width: 1000px)
{
	.closeModalWindowClass
	{
		transform: translate(100%, -100%);
	}
}

.menuItemUp,.menuItemDown
{
	margin:5px;
	cursor:pointer;
	display: inline-block;
}

.menuItemUp
{
	transform: rotateZ(180deg);
}

.wrapper>div
{
	position:relative;
}

.mainRight,.mainLeft
{
	position: absolute;
    top: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: 600;
    padding: 1px 15px;
    cursor: pointer;
    width: 10%;
    height: 99%;
	display: flex;
    align-items: center;
}

.mainRight
{
	right: 0;
	background: linear-gradient(to right, rgba(216,240,224,1) 0%, rgba(255,255,255,0) 100%);
    transform: rotateZ(180deg);
}

.mainLeft
{
	left: 0;
	background: linear-gradient(to right, rgba(216,240,224,1) 0%, rgba(255,255,255,0) 100%);
}

.allMclass
{
	display:none;
}

.main_part_m3,.main_part_m1
{
	max-width:900px;
	margin:0 auto;
}

.main_part_m2_text
{
	text-align:center;
	padding:2%;
	position:relative;
}

.main_part_m2_text>h1
{
	text-align:center;
}

@media screen and (min-width: 1201px) and (max-width: 1500px)
{
	.main_part_m2_text
	{
		margin: 20px;
	}
}

.m2ImgGallery
{
	width: 100%;
    height: 100%;
}

.gallerysImgWrapper
{
	width: 100px;
    height: 100px;
    display: inline-block;
    padding: 5px;
	cursor:pointer;
	position: relative;
	border: 1px solid #267761;
    margin: 2px;
}

.AddGallerysImgWrapper
{
	width: 300px;
    height: 130px;
	display: block;
    margin: 0 auto 30px;
	border: none;
	position:relative;
}

.grayDiv>span
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.makeNewImgOrderBttn
{
	line-height: 1;
    position: absolute;
    bottom: 0;
}

.gallerysImgWrapper>.textAlgin>button
{
	position: relative;
    z-index: 1000000;
}

.modalImgWrapper
{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
	background-color:rgba(97, 99, 100, 0.7);
}

.modalWrapper
{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.scrollingPart
{
	border: 2px solid #7d4f4f;
	border-radius: 10px;
	box-shadow: 0px 0px 100px;
}

.modalImgImg
{
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.choolseNewPartWrapper
{
	padding: 5px;
    z-index: 90000000000;
    transition: top 5s ease-out;
    left: 0;
}

.choolseNewPartButtonsWrap
{
	display: flex;
}

.chooseNewPartDisc
{
	color:white;
}

.chooseNewPartAgree
{
	cursor: pointer;
    background-color: rgba(255,255,255,0);
    color: #ffffff;
    width: 100%;
    border: 0px solid;
    text-decoration: underline;
}

.chooseNewPartAgree:focus
{
	border: 1px solid;
}

.chooseNewPartRefuse
{
	cursor: pointer;
    background-color: rgba(255,255,255,0);
    color: #da8787;
    width: 100%;
    border: 0px solid;
    text-decoration: underline;
}

.chooseNewPartRefuse:focus
{
	border: 1px solid;
}

.dltImgGallery,.dltM8Item
{
	position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    padding: 1px 11px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
	z-index:2;
	cursor:pointer;
}

.gallButton, .newMap, .newVideo, .buttonSaveClass, .reductScl,.dontChangeScl,.saveSclLink,.chooseNewImgAgree,.saveImgOrder,.saveChangeColor
{
	cursor:pointer;
	padding: 15px;
	border-radius: 15px;
    margin: 20px;
	font-size: 18px;
}

.gallButtonAgree
{
	background-color: #1e473d;
    border: 1px solid #ffffff;
    color: #ffffff;
    box-shadow: 0px 0px 30px #65a595;
}

.addNewScl
{
	padding: 30px;
    font-size: 70px;
    color: #9acabe;
    border: 2px solid white;
    text-shadow: 0px 0px 4px #969696;
    cursor: pointer;
}

.gallButtonSort, .newMap, .newVideo, .buttonSaveClass, .reductScl,.dontChangeScl,.saveSclLink,.chooseNewImgAgree,.saveImgOrder,.saveChangeColor
{
	background-color: #9acabe;
    border: 1px solid #ffffff;
    color: #38403e;
    box-shadow: 0px 0px 30px #b5b5b5;
	margin: auto;
}

.saveChangeColor
{
	text-align:center;
}

.putSclWrapper
{
	min-height:150px;
}

input[name=putNewSclLink]
{
	display: block;
    width: 95%;
    top: 50%;
    position: relative;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    padding: 10px;
    font-style: italic;
	margin-top:20px;
}

.reductScl,.dontChangeScl
{
	margin:10px;
}

.textAlgin
{
	text-align: center;
}

.noCursor
{
	cursor:auto;
}

.putImgInput
{
	display:block;
	position:absolute;
	opacity:0;
	z-index: 100000;
    width: 100%;
    height: 50px;
	top:0;
}

.putImgWrapper
{
	position: relative;
}

.labelForPutImgInput,.submitImgInput
{
	position:relative;
	right: 0;
    background-color: white;
    border: 1px solid #e6e0e0;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #bbbbbb;
    color: #509c89;
    font-weight: 800;
	padding:5px;
}

.labelForPutImgInput
{
	display: block;
	cursor:pointer;
}

.putImgForm
{
	text-align:center;
}

.submitImgInput
{
	display:none;
	transform: none;
	font-size: 100%;
	height: 50px;
	margin-top:20px;
	color: coral;
}

.loadedImgPrewSpan
{
	margin: 3px;
    border: 1px solid;
    display: inline-block;
}

.main_part_m4
{
	text-align:center;
}

.main_part_m4>h1
{
	text-align:center;
}

.sendLetterForm
{
	cursor: pointer;
    width: 50%;
    display: inline-block;
}

.sendLetterForm>*
{
	display: block;
	width:100%;
}

.sendLetterForm>label
{
	text-align:left;
	font-weight:600;
}

.sendLetter
{
	background: #e2e2e2;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 20px 0;
    font-size: 15px;
}

.redClass
{
	color: #c21010;
    font-weight: 600;
    padding: 10px 0;
}

.marginClass
{
	margin:10px;
	width: auto;
    text-align: center;
    display: inherit;
}

button[name=saveClienEmail]
{
	border: 2px solid white;
    background: #ffebeb;
    border-radius: 10px;
    padding: 15px;
    color: #b11010;
    font-weight: 600;
    box-shadow: 0px 0px 10px #ca8888;
	margin-top: 20px;
}

.saveAdminEmail
{
	text-align: center;
    border: 1px solid #d0cece;
    width: 50%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    background-color: #fbfbfb;
    color: #828282;
    font-weight: 600;
    font-style: italic;
}

.m3Img, .bigImg, /*.m8CangeImg*/
{
	position: absolute;
    width: 30px;
    left: 50%;
    box-shadow: 0px 0px 5px #699469;
    border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
    background-color: #ebf7ef;
}

.chooseNewImgRefuse
{
	cursor: pointer;
    padding: 10px;
    border-radius: 15px;
    margin: 20px;
    font-size: 18px;
    background-color: #ececec;
    border: 1px solid #ffffff;
    color: #636363;
    box-shadow: 0px 0px 10px #807474;
    position: absolute;
    top: -50px;
    right: -30px;
}

.m3MainImg
{
	width: 400px;
}

@media screen and (max-width: 710px)
{
	.m3MainImg
	{
		width:80%;
	}
}

.main_part_m5, .main_part_m6
{
	text-align:center;
}

.main_part_m5>iframe
{
	width:560px;
	position:relative;
	left:50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 710px)
{
	.main_part_m5>iframe
	{
		width:50%;
	}
}

.newVideo, .newMap
{
	margin: 20px auto;
    display: block;
}

.changingTextarea
{
	cursor:pointer;
	position:relative;
	display:inline-block;
}

.headerImg
{
	width: 100%;
}

.main_part_m5_iframe>iframe
{
	width:560px;
}

.main_part_m7
{
	text-align:center;
}

.sclNtwrClass
{
	margin:2px;
}

.sclNtwrClass, .sclNtwrClass>a
{
	display:inline-block;
}

.sclNtwrClass>a>img
{
	height:50px;
}

.sclChangeClass
{
	display:flex;
	cursor:pointer;
}

.sclChangeClass>a
{
	display:inline-block;
}

.sclChangeClass>a>img
{
	width:50px;
	height:50px;
}

.sclDltClass
{
	color:red;
	font-weight:600;
}

.sclDltClass,.sclRdctClass
{
	margin: 20px;
}

@media screen and (max-width: 1000px)
{
	.changeDataWrapper
	{
		width: 80%;
	}
	
	.closeModalWindowClass
	{
		top: 45px;
		right: 50px;
	}
	
	.gallerysImgWrapper
	{
		width:100px;
		height:100px;
		position: relative;
	}
	
	.AddGallerysImgWrapper
	{
		width:300px;
		height:210px;
	}
	
	.main_part_m5_iframe>iframe
	{
		width:80%;
	}
}

.refuseAbsolute
{
	position: static;
    left: auto;
    transform: translate(0,0);
    margin: 0;
    top: auto;
}

.grayDiv
{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
	text-align:center;
}

.grayDiv>span
{
	color: white;
    vertical-align: middle;
    position: absolute;
    font-size: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.middleClass
{
	text-align:center;
}

.middleClass>span
{
	position: absolute;
    top: 50%;
	transform: translate(-50%,-50%);
}

.img
{
	position:relative;
}

.chooseColor>img {
	height:20px;
	width:20px;
}

.colorBox
{
	height: 50px;
    width: 50px;
    border: 1px solid gray;
    margin: 1px;
}

.newColorListWrapper
{
	position: fixed;
    padding: 15px;
    background-color: #ffffff;
    display: inline-block;
    min-width: 200px;
    max-width: 350px;
    width: 80%;
    top: 0;
    border: 2px solid #747474;
    border-radius: 5px;
    color: #3f4947;
    text-shadow: 0px 0px 1px grey;
    z-index: 3;
    left: 50%;
    transform: translate(-50%,3px);
}

.colorBoxBackground, .colorBoxText
{
	border: 1px solid green;
	margin:5px 0;
	cursor:pointer;
	position:relative;
}

.colorBoxBackground:after, .colorBoxText:after
{
	content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    background-color: transparent;
    transform: rotate(225deg);
    left: 7px;
    top: 9px;
}

.colorBoxBackground:before, .colorBoxText:before
{
	content: "";
    position: absolute;
    width: 27px;
    background-color: #525252;
    left: 0;
    top: 0;
    bottom: 0;
}

.marginLeft
{
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    z-index: 100000;
}

.marginLeft>div
{
	margin-left:35px;
}

.closeChangeColor
{
	position: absolute;
    cursor: pointer;
    padding: 1px 6px;
    top: -6px;
    right: 0;
    color: #607d76;
}

.main_part_m8>h1
{
	text-align:center;
}

.m8Wrapper
{
	display: flex;
	flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
}

.m8Data,.m8ImgWrapper
{
	padding:10px;
}

.m8Data
{
	width:45%;
	text-align:center;
	position:relative;
}

.m8H3Text
{
	font-weight:600;
	text-shadow: 0px 0px 1px grey;
}

.m8Img
{
	max-width: 100%;
    height: 300px;
}

@media screen and (max-width: 1000px)
{
	.m8Wrapper
	{
		width: 100%;
	}
}

@media screen and (max-width: 700px)
{
	.m8Wrapper
	{
		display:block;
	}
	
	.m8Data
	{
		width:90%;
	}
}

.addM8
{
	cursor:pointer
}

.addM8>span
{
	position: relative;
    color: #9acabe;
    font-size: 200px;
    text-shadow: 0px 0px 1px white, 0px 0px 10px #b5b5b5;
}

input[name=newTitleM8],textarea[name=newDiscM8]
{
	width:100%;
}

.addTitleM8
{
	padding-top: 50px;
}

.inlineBlock
{
	display:inline-block;
}

.loadedImgPrew
{
	height: 100px;
	margin: 2px;
}

div[palId=colorPickerWrapper]
{
	text-align: center;
	display: inline-block;
	padding:10px;
}

.canvasLittle
{
	border:1px solid lightgray;
	width:30px;
	height:30px;
	margin: 0 5px;
}

span[palId=color1]
{
	height:30px;
	display: block;
}

canvas[palId=canvas]
{
	border:1px solid;
}

.colorSpan
{
	width:30px;
	height:30px;
	display: inline-block;
	border: 1px solid lightgray;
	margin: 0 5px;
}

main
{
	position: relative;
    z-index: -1;
}

input[name=titleLetter], input[name=nameLetter], textarea[name=letterText], input[name=emailLetter], input[name=phoneLetter]
{
	border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px;
}

.leftRightArrows
{
	background-color: rgba(0,0,0,.5);
    height: 110px;
    position: absolute;
    top: 0px;
    font-weight: 800;
    font-size: 25px;
    text-shadow: 1px 0 5px white;
}

.leftRightArrows:hover
{
	background-color: rgba(0,0,0,.7);
}

.leftRightArrows>div
{
	height:60px;
	margin: 25px 10px;
}

.left
{
	left: 0;
}

.gallBigImg
{
	width: 900px;
	margin:0 auto;
	display:flex;
	position: relative;
	overflow-x: hidden;
}

.gallBigImg>img
{
	height:600px;
	margin: 0 auto;
	padding-bottom: 10px;
	position:relative;
	width:auto;
}

.gallerysImgWrapper>img
{
	opacity:.8;
}

.gallerysImgWrapper>img:hover
{
	opacity:1;
	border: 1px solid #4c4c4c;
}

@media screen and (max-width: 900px)
{
	.gallBigImg
	{
		max-width:90%;
	}
}

.bigGallImgArrows
{
	box-shadow: 2px 2px 2px #eaeaea;
    height: 110px;
    position: absolute;
    background-color: rgba(0,0,0,0);
    font-weight: 800;
    font-size: 25px;
    text-shadow: 1px 0 5px white;
}

.bigGallImgArrows:hover
{
	background-color: rgba(0,0,0,.7);
}

.rightBig,.leftBig
{
	width: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 900px)
{
	.rightBig,.leftBig
	{
		width:15%;
	}
}

.blackBackground
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.7);
	cursor:pointer;
	z-index:300000000000;
}

.bigPrevWrapImg
{
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.bigPrevWrapImg>img
{
	max-height:80%;
	max-width: 90%;
}

.closeBigPrevWrap
{
	background-color: black;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    top: 0;
    position: absolute;
}

.slideBigPrevWrapImg
{
	background-color: black;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bigLeft
{
	right: 0;
}

.currentSrc
{
	display:none;
}

.toolsWrapper
{
	display: flex;
    border-bottom: 1px solid;
    border-radius: 5px;
    background-color: whitesmoke;
	flex-wrap: wrap;
}

.toolsAgreeItem,.tollsItem
{
	width: auto;
    padding: 3px 7px;
    border-radius: 5px 5px 0 0;
    background-color: #dae3e1;
    border: 1px solid #bcd9d1;
    margin: 0;
    flex: 1 1 auto;
    cursor: pointer;
    position: relative;
    color: #aac1bc;
}

.main_part_m3_img
{
	display:inline-block;
	position: relative;
}

.chooseNewFont
{
	background-color: #9acabe;
    border: 1px solid #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 30px;
    font-family: serif;
    color: #1e473d;
	margin: 0 0 0 10px;
}

.changeFontWrapper
{
	position: relative;
    display: flex;
	height: 50px;
	background-color: #9acabe;
}

.selectWrapper>select
{
	margin: 5px 0 0 20px;
    height: 40px;
    padding: 5px;
	font-size: 25px;
	min-width: 250px;
    max-width: 350px;
}

.selectWrapper>select>option
{
	font-size: 25px;
}

main
{
	z-index:1;
}

menu
{
	z-index:2;
}

.viewSite
{
	text-align: center;
    width: 100%;
    display: block;
    background-color: #1e473d;
    color: white;
    text-decoration: none;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    z-index: 1000000;
}

.dltChangingTextareaText
{
	right: 5px;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 0;
    padding: 0 8px;
    background-color: #f37b7b;
    color: white;
    font-weight: 600;
    font-family: arial;
    transform: translate(70%,-70%);
	cursor:pointer;
	display: flex;
    padding: 5px;
}

.dltChangingTextareaText>img
{
	height:20px;
	width:20px;
}

@media screen and (max-width: 900px)
{
	.dltChangingTextareaText
	{
		transform: translate(0,-70%);
	}
	
	.changingTextarea
	{
		display:block;
	}
}

.m8Data>*
{
	display:block;
}

.submitImgInput
{
	width:100%;
}

.addImgInputWrapper
{
	position:relative;
}

.addGallAlt
{
	line-height: 1;
    font-size: 10px;
    border: 1px solid #9acabe;
    border-radius: 5px;
    padding: 3px 0;
    color: #1e473d;
    background-color: #f5f7f6;
    cursor: pointer;
}

.addGallAltInput
{
	width:90%;
}

.changeM7Img
{
	text-align:center;
}

.changeM7Img>img
{
	position: absolute;
    transform: translateX(-50%);
}

@keyframes spin-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spinningArrows
{
	animation: spin-clockwise .6s linear infinite;
	display: inline-block;
    height: 33px;
}

.imgChange
{
	cursor:pointer;
}

.img>.imgChange
{
	top:0;
}

.main_part_m3_flex_wrapper
{
	display:flex;
}

.main_part_m3_flex_wrapper>*
{
	padding:5px;
	text-align: right;
}

h1[part_num="main_part_m3"]
{
	width: 100%;
    text-align: center;
}

@media screen and (max-width: 850px)
{
	.main_part_m3_flex_wrapper
	{
		display:block;
		text-align:center;
	}
	
	.main_part_m3_flex_wrapper>*
	{
		text-align: center;
	}
}

.changeImgClass
{
	cursor:pointer;
	top:0;
}

.changeImgClass>*,.changeColorText
{
	background-color: white;
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
	cursor:pointer;
}

/*.changeImgClass:after
{
	content:'Замена картинки';
	background-color:white;
	padding:5px;
	border-radius:5px;
}*/

button[part_num="main_part_m4"]
{
	background-color: #bdbdbd;
    border: 0;
    border-radius: 0;
    padding: 20px;
}

address
{
	color:var(--slogan-txt-color);
	text-shadow: none;
}

footer>div{
	display:flex;
}

footer>div>div{
	width:50%;
	position:relative;
}

footer>div>div>address{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px)
{
	
	footer>div{
		display:block;
	}
	
	footer>div>div{
		width:100%;
	}
}

.sotialWrap
{
	background-color:white;
	text-align:center;
}

.sotialWrap>.sotial
{
	width:100%;
	padding:20px 0;
}

menu>.chooseColor
{
	top: 5px;
}

.main_part_m1_text,.main_part_m3_text,.m8DivText
{
    text-align: justify;
}

.bigGalleryLink
{
	margin-top: 30px;
    border: 2px dotted #c3c3c3;
    border-radius: 20px;
    padding: 3px;
    text-decoration: underline;
	color: cornflowerblue;
	cursor:pointer;
}

.bigGalleryWrap
{
	position: fixed;
    left: 50%;
    background-color: white;
    padding: 20px;
    width: 90%;
    box-shadow: 0 0 1000px 300px white;
    border: 1px solid #e0d8d8;
    border-radius: 30px;
    text-align: center;
    transform: translate(-50%,0);
    z-index: 5;
    top: 10%;
    bottom: 10%;
}

.flexCenter
{
	display: flex;
    justify-content: center;
    align-items: center;
}

.waitCircle {
	border: 10px solid #d5efe9;
	border-radius: 50%;
	border-top: 18px solid #9fbbb4;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.waitCircle:before{
	content: '';
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #adcfc7;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* хром, сафари */
.bigStlWrap::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.bigStlWrap { -ms-overflow-style: none; }

.bigStlWrap
{
	width: 100%;
    overflow: auto;
    height: 90%;
    border: 2px solid lightgrey;
    border-radius: 5px;
	position: relative;
}

.stlItemWrap
{
	width:auto;
	display: flex;
	border: 1px dotted gray;
	border-radius: 5px;
	height:60px;
	margin: 5px;
}

.stlChckbxWrap
{
	flex-grow: .1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stlImgWrap
{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-grow: .1;
}

.stlLinkWrap
{
	flex-grow: .8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stlImgItem
{
	width:40px;
}

.stlLink
{
	width:90%;
}

.stlChckbx
{
	transform: scale(1.5);
}

.paddind50
{
	padding:50px;
}

.saveStlButtonWrap
{
	width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
}

.saveStlButton
{
	padding: 10px;
    background-color: green;
    color: white;
    border-radius: 10px;
	cursor:pointer;
}

.m8_table>div>table
{
	display:inline-block;
	margin:50px auto 20px;
	border-top: 1px solid;
    border-left: 1px solid;
}

caption,th,td
{
	position:relative;
}

.m8_table>div>table>caption
{
	padding: 20px;
    background-color: #dddddd;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.m8_table>div>table>tbody>tr>*
{
	padding: 20px;
	border-bottom: 1px solid;
    border-right: 1px solid;
}

.m8_table>div>table>tbody>tr>th
{
	background-color: #ebebeb;
}

.tableWrap
{
	display:inline-block;
	position:relative;
}

.tableText
{
	margin-top: 50px;
    padding: 0 20px;
}

.addColWrap
{
	position: absolute;
    top: 50px;
    bottom: 30px;
    right: -30px;
    width: 30px;
    font-size: 1.5em;
    font-weight: 600;
    cursor: pointer;
	background-color: whitesmoke;
    box-shadow: 1px 0px 1px;
}

.addColDlt,.addColAdd
{
	height: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    margin: 2px;
    border-radius: 5px;
}

.addRowWrap
{
	position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    font-size: 1.5em;
    line-height: 1.3;
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
	background-color: whitesmoke;
    box-shadow: 0 1px 1px;
}

.addRowDlt,.addRowAdd
{
	width:50%;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid;
    margin: 2px;
    border-radius: 5px;
}

.redAreaWrapTable
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.redAreaTable
{
	background-color: white;
    border: 1px solid;
}

.buttonsWrapTable
{
	display:flex;
}

.buttonsWrapTable>*
{
	width:50%;
}

.refuseBttnTable,.confirmBttnTable
{
	border:1px solid;
}

.refuseBttnTable
{
	background-color:#fff1f1;
}

.confirmBttnTable
{
	background-color:#efffef;
}

.saveTableWrap
{
	display: flex;
    text-align: center;
    justify-content: center;
}

.saveTableBttn
{
	border: 2px solid white;
    background: #d4f3da;
    border-radius: 10px;
    padding: 15px;
    color: #298d51;
    font-weight: 600;
    box-shadow: 0px 0px 10px #acdbba;
    margin-top: 20px;
	margin-left: 20px;
    margin-bottom: 20px;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    
}

.notSaveTableBttn
{
	border: 2px solid white;
    background: #ffebeb;
    border-radius: 10px;
    padding: 15px;
    color: #b11010;
    font-weight: 600;
    box-shadow: 0px 0px 10px #ca8888;
    margin-top: 20px;
	margin-bottom: 20px;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    
}