
body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #3A3E3E;
  line-height: 1.5;
  background: #3A3E3E none repeat scroll 0% 0%;
  margin: 0px;
}
header {
	background-color: transparent;
	border: none;
	left: 0;
	padding: 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-animation: fadeIn .13s .1s both;
	animation: fadeIn .13s .1s both;
}

.down10 {
      background: #3A3E3E;
border-bottom: none;
margin-top: 0;
/*height: 80px;*/
}

.white-text {
    color: #EEEEEE;
}

.center-text {
	text-align: center;
}

.nav-main {
	text-align: right;
	font-size: 12px;
	color: #fff;
	font-family: "Open Sans","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.nav-main::before, .nav-main::after {
	content: " ";
	display: table;
}

.span1 {
	width: 100%;
    position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	/*float: left;*/
}

a {
	color: #64a1a9;
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

ul.list-inline {
	display: block;
	margin: 0;
	padding: 0;
}

ul.list-inline li {
	margin: 0 0 0 20px;
	position: relative;
	z-index: 10;
}

ul.list-inline li {
	display: inline-block;
}



.custom-file-label::after {content: "Выбрать";} /*заменяем своим*/

ul.images {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    width: auto;
    overflow-x: auto;
}
ul.images li {
    flex: 0 0 auto;
    min-width: 200px;
    height: 200px;
    /*background:#aeaeae;*/
    border: 1px solid #ccc;
    position: relative;
    margin-right: 5px;
}
ul.images li img{
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    margin: 0 auto;
    display:block;
}

ul.images li .btn-delete {
    position: absolute;
    cursor: pointer;
    right: 2px;
    top: 2px;
    z-index: 5;
    width: auto;
    height: auto;
}



.bg-header {
  background: #3A8285 url("../images/header3.jpg") no-repeat scroll 50% 50% / cover;
  padding: 110px 0px 90px;
}
.bg-gray {background-color: #f6f7f7;}

.pad-dn-1 {padding-bottom: 1px;}
.pb-10 {
    padding-bottom: 10rem;
}
.mb-20 {
    margin-bottom: 20rem;
}
.mb-30 {
    margin-bottom: 30rem;
}
.mb-40 {
    margin-bottom: 40rem;
}

section {background-color: #fff;}

.center400px { max-width:400px; margin:0 auto;}
.center700px { max-width:710px; margin:0 auto;}
.leftimg {border: 1px solid #ccc; position: relative; float: left; display: block; max-width: 100%; max-height: 100%; height: auto;}
.autosizeimg {display: block; max-width: 100%; max-height: 100%; height: auto;}
.mar-right20 {margin-right: 20px;}
.mar-right40 {margin-right: 40px;}
.mar-bot20 {margin-bottom: 20px;}

.descrm120 { min-height:120px; padding-top:4px; margin-bottom:16px; display: block;}
.nullblokc1 {width: 20px; height: 550px; float: left;}

.zago {
	color: #ff3300;
	margin-left: 0px;
	font-size: 14px;
	font-weight: 600;
}

.upcontent { margin-left:4%; margin-right:4%;}

.mbtn1 {
	display: inline-block;
	padding: 10px 32px 12px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 2px solid transparent;
	color: #fff;
	min-width: 200px;
	font-size: 16px;
	border-radius: 5px;
	font-family: "Open Sans","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.btn-gr {
	background: #6493C5;/*#90C564;
	border-color: #90C564;*/
}
.btn-gr:hover, .btn-gr:focus {
	background: #3F74AB;/*76b343;*/
	border-color: #3F74AB;
}
.btn-primary {
	font-size: 20px;
	padding: 13px 42px 12px;
}

#footer {
	padding-top: 25px;
	position: relative;
    color: #3A3E3E;
}

.copyright {
	clear: both;
	padding-left: 25px;
	font-size: 11px;
	color: #999;
	margin-top: 0;
	padding-top: 0;
}

.circle1 {
    display: inline-block;
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  line-height: 3rem;
  background: lightblue;
  margin-left: 1em;
  margin-right: 1em;
  border-radius: 50%;
  text-align: center;
}

:root {
  --toast-width: 270px;
  --toast-border-radius: 0.25rem;
  --toast-theme-default: #fff;
  --toast-theme-primary: #0d6efd;
  --toast-theme-secondary: #6c757d;
  --toast-theme-success: #198754;
  --toast-theme-danger: rgba(220, 53, 69, 0.72);
  --toast-theme-warning: #ffc107;
  --toast-theme-info: rgba(238, 238, 238, 0.72);
  --toast-theme-light: #f8f9fa;
  --toast-theme-dark: #212529;
}
#notes {
  position: fixed;
  top: 3em;
  width: 100%;
  cursor: default;
  transition: height 0.45s ease-in-out;
  -webkit-transition: height 0.45s ease-in-out;
  pointer-events: none;
  z-index: 9999;
}
#notes .note-item {
  max-height: 12em;
  opacity: 1;
  will-change: opacity, transform;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  width: 50vw;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  z-index: 2;
  pointer-events: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 20em;
  font: inherit;
  line-height: 1.25em;
  /*color: #fff;*/
  margin: 3px 2.5em 1em auto;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding: 0.75em 1em;

  border-radius: .25rem;
}
@media (max-width: 30em) {
  #notes .note-item {
    width: 75vw;
    max-width: none;
  }
}
#notes .note-item[data-show="false"] {
  pointer-events: none;
  opacity: 0 !important;
  max-height: 0 !important;
  margin-bottom: 0 !important;
}
#notes .note-item[data-type="info"] {
  background-color: var(--toast-theme-info);/*rgba(55, 94, 151, 0.72);*/
}
#notes .note-item[data-type="warn"] {
  background-color: rgba(235, 172, 0, 0.72);
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#notes .note-item[data-type="error"] {
    color: #fff;
    border: 2px solid #a71d2a;
  /*background-color: rgba(251, 101, 66, 0.72);*/
  background-color: var(--toast-theme-danger);
  animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#notes .note-item[data-type="success"] {
  background-color: rgba(0, 204, 51, 0.72);
  color: #fff;
}
#notes .note-item .note-item-text {
  flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  padding-right: 0.5em;
  max-width: calc(100% - 1.25em);
  max-width: -webkit-calc(100% - 1.25em);
}
#notes .note-item .note-item-btn {

  width: 0.875em;
  height: 0.875em;
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.875em auto no-repeat;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
#notes .note-item .note-item-btn:hover {
  opacity: 0.6;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
    -webkit-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
    -webkit-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0) t;
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}

.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #6493C5;/*#0088cc;*/
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #6493C5; /* #0088cc цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.telegram-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
