:root {
    --prime: #E89B14;
    --second: #515151;
    
    --primeLight: #fff4e0;
    
    --white: #f7f7f7;
    --grey: #898989;    
    --black: #282828;
    
    --textYellow: #6f5530;    
    --backYellow: #F9D9AB;
    
    --textGray: #575757;    
    --backGray: #f5f5f5;

    --textGreen: #285f17;    
    --backGreen: #ceeed0;
    
    --secondLight: #d3a219;
    --border: #e4e4e4;
}

HTML {
    color: var(--black);
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto;
    line-height: 1.618;
    letter-spacing: 1px;
}

BODY {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	   -ms-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	   -webkit-text-size-adjust: 100%;
	   -webkit-font-smoothing: antialiased;
}

.conteiner {
    margin: 0 auto;
    width: 100%;
   max-width: 1140px;
}

#siteLogotype {
    border-radius: 0;
    max-width: 194px;
}

#LogotypeBlock {
    line-height: 0;
    margin: 0;
}

input, textarea, select {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 14px 20px;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

select {
    height: 60px;
    cursor: pointer;
}

input[type="checkbox"] {
    margin: 3px 3px 3px 0;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    max-width: 15px;
}

input:not([type="radio"]]), textarea, .submit {
    -webkit-appearance: none;
}

textarea {
    min-height: 150px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

strong, b {
    font-family: RobotoBold;
}

.block {
    display: block;
}

.border .hv {
   border: 1px solid var(--border);
   border-radius: 4px;
}

.border .hv:hover {
   border: 1px solid var(--prime);
}

.border .hv .buttonSend {
    width: 100%;
    border: none;
    padding: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@font-face {
    font-family: NeoSansMed;
    src: url(NeoSansCyr-Medium.ttf) format("truetype");
}

@font-face {
    font-family: MailSans;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    src: url("MailSans.woff2") format("woff2");
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url("Roboto.woff2") format("woff2"),url("Roboto.woff") format("woff")
}

@font-face {
    font-family: RobotoBold;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url("RobotoBold.woff2") format("woff2"), url("RobotoBold.woff") format("woff")
}

.buttonSend {
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    cursor: pointer !important;
    background-color: var(--prime);
    border: 2px solid var(--prime);
    border-radius: 4px;
    display: inline-block;
    padding: 12px 16px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    z-index: 1;
    position: relative;
}

.buttonSend.second {
    box-shadow: none;
    border: 2px solid var(--second);
    padding: 18px 20px;
    background: var(--second);
}

.buttonSend.second:hover {
    border: 2px solid var(--prime);
    background-color: var(--prime);
    color: var(--white);
}

.buttonSend:hover {
    border: 2px solid var(--second);
    background-color: var(--second);
    color: var(--white);
}

p {
    margin-bottom: 24px;
    margin-top: 0;
}

.pTitle {
    margin-bottom: 6px;
}

.uppercase {
    text-transform: uppercase;
}

a {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
}
/*
a:hover {
    text-decoration: underline;
}
*/

a[href$="#"]:not(.flex) {
    cursor: default;
}

.tel {
    color: var(--textYellow);
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
}

sup {
    font-size: 10px;
}

ul li {
    list-style-type: none;
    position: relative;

}

ul li:not(.navMixEl) {
    margin-bottom: 10px;
}

.content ul li:before {
    content: "\00B7";
    padding-right: 6px;
    color: var(--prime);
    font-size: 62px;
    left: -20px;
    transform: translateY(-100%);
    position: absolute;
    line-height: 1;
    max-height: 20px;
    height: 100%;
    display: block;
}

ol li {
    line-height: 36px;
    padding-left: 20px;
}

ol li p {
    margin-bottom: 0;
}

a.web {
    position: relative;
    text-decoration: none;
    color: var(--textYellow);
}

.mail {
    font-family: RobotoCond;
    text-transform: uppercase;
    font-size: 14px;
}

.contentTitle {
    font-size: 36px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 60px;
    position: relative;
    padding: 38px 0;
    font-family: MailSans;
    color: var(--second);
}

.contentTitle:after, #pageTitle:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 76px;
    background: var(--backYellow);
    top: 0px;
    left: 30px;
    right: 0;
    z-index: -1;
}

#pageTitle:after {
    margin-left: 20px;
}

.objectTitle {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

h3.objectTitle {
    font-size: 20px;
    line-height: 24px;
}


#siteTitle, #pageTitle {
    font-size: calc(2.5vw + 2px);
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--second);
    font-family: MailSans;
}

#pageTitle  {
   position: relative;
   margin-top: 60px;
}

#siteSubtitle {
    line-height: 1.2;
    font-size: calc(1.2vw + 2px);
    margin: 0;
    font-weight: normal;
    margin-top: 30px;
    text-transform: uppercase;
    color: var(--second);
}

.content table {
	width: 100%;
}

.content tr {
    line-height: 1.3;
}

.content td.title {
    background-color: var(--prime);
    color: var(--white);
    text-align: center !important;
}

.content thead {
    background-color: rgba(0,0,0,0.03);
}

.content tbody tr:nth-child(2n+2) {
    background-color: rgba(0,0,0,0.03);
}

.content td, .content th {
    padding: 8px 14px;
    text-align: center;
}

.content th {
    padding: 16px;
    text-align: center;
    color: var(--prime);
    font-weight: bold;
}

td.title {
    text-transform: uppercase;
}
.content tr:hover th,
.content .tableCurrentMonth tr:hover td:nth-child(1),
.content .tableAngle tr:hover td:nth-child(1){
	 color: var(--second);
}


tr.header {
    font-family: NeoSansMed;
}

.content tr:hover {
    background-color: var(--prime) !important;
    color: var(--second);
}

.content .tableRowEven {
    background-color: rgba(0,0,0,0.03);
}

.content tr:hover .CurrentDayPrayer {
    color: var(--white);
}

.content table {
	 border-collapse: collapse;
    	 margin-bottom: 30px;
}
.content table, .content th, .content td {
       border: 1px solid var(--border);
}
.content .today {
    background-color: var(--backGreen)!important;
    color: var(--textGreen);
}
.content .sunday {
    background-color: var(--backYellow) !important;
    color: var(--textYellow);
}

.content .tableCurrentMonth td:nth-child(1),
.content .tableAngle td:nth-child(1){
    color: var(--prime);
    font-weight: bold;
}

.content .tableRow td {
    padding: 12px;
}

.bold {
    font-weight: bold;
}

.prime {
    color: var(--prime);
}

.white {
    color: var(--white);
}

.grey {
    color: var(--grey);
}

.small {
    font-size: 14px;
}

.middle {
    font-size: 18px;
}

.okont {
    background-color: rgb(236 118 0 / 30%);
    border-radius: 4px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    max-width: 560px;
}

.anav {
    padding: 12px;
    font-size: 11px;
    border-right: 1px solid #eee;
}

.anav:last-child {
    border-right: 1px solid #fff;
}

.anav:hover {
    background-color: #ffdd81;
}

#div3 {
	background-image: url(shapka_back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
}

#div76 {
    background-image: url(shapka_visual.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% + 20%);
    background-position-y: 70px;
    background-size: calc(65%);
}
#div47 {
    max-width: 60%;
    width: 100%;
}
#global1 {
    max-width: calc(85%);
    width: 100%;
}

#div32,#div33,
#global1 .object  {
    line-height: 1.3;
}

#div32 {
    margin-left: 160px;
}

#global1 .objectNote {
    margin-top: 10px;
    font-size: 14px;
}

#div34 [click="click100001"] {
    width: 100%;
    text-align: center;
}

.t101002 {
    margin-top: 50px;
}

#div9 .divImg {
    text-align: center;
    background-color: var(--primeLight);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#div9 .divImg img,
#div6 .divImg img {
    max-height: 60%;
}

#div6 .divImg img {
    max-height: 46px;
}



 #div14 .divImg img {
    max-height: 42px;
    margin-bottom: 10px;
}

#div9  .objectNote {
    background-color: var(--backGray);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#div9 .object > * {
    max-width: calc(50% - 0px);
}

#div9 {
	background-image: url(carer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#div9 .object {
    border: #dcdcdc 1px solid;
    border-radius: 4px;
}

#div11 .contentTitle {
    z-index: 1;
  /*  color: var(--white);     */
}

#div11  .contentTitle:after{
    background: var(--backYellow);
}

#div11 .contentTitle, 
#div12 .contentTitle, 
#div17 .contentTitle {
    text-align: center;
}

#div11  .contentTitle:after, 
#div12  .contentTitle:after, 
#div17 .contentTitle:after {
    margin-left: auto;
    margin-right: auto;
}
#div10 .contentTitle {
    margin-bottom: 30px;
}

#div10 {
/*	background-image: url(texture.jpg);       
	color: var(--white);     */
	background-color: var(--primeLight);
}

.cifer {
    font-size: 48px;
    color: var(--prime);
    font-family: 'MailSans';
    font-weight: bold;
}

#div12 .hv  {
    background-color: var(--backGray);
    border-radius: 4px;
}

#div12 .hv:hover {
    background-color: var(--backYellow);
}

#div14 {
    background-color: var(--prime);
    color: #fff;
}

#div14 .objectTitle {
    font-size: 36px;
    line-height: 1.3;
}

#div14 .objectNote {
    text-transform: uppercase;
    font-family: 'MailSans';
    font-weight: bold;
    font-size: 14px;
}

.accordion .objectTitle {
	background-image: url(arrow_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 30px;
}

.accordion .objectTitle.ui-state-active {
	background-image: url(arrow_down.png);
}
.accordion .contentBlock {
	margin-bottom: 60px;
	margin-left: 30px;
}

.accordion {
	margin: auto;
	max-width: 800px;
}

#div16 {
    background-image: url(shapka_back.jpg);
    background-position: top center;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}

#div17 {
    transform: rotate(180deg);
}

.master {
    background-image: url(master.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    max-width: 274px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 60px;
    bottom: 0;
}

#content4 {
    min-height: 420px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

#content4 .mscallback {
    width: 100%;
    padding: 80px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    background-color: var(--primeLight);
    margin-top: 60px;
}

#content4 .mscallback .contentBody {
    max-width: 500px;
}

#div17 .mscallback .contentTitle {
    margin-bottom: 15px;
    text-align: left;
}

#div18 {
    background-color: var(--prime);
    color: #fff;
    font-size: 14px;
}

#div18 a {
    color: #fff;
}

.contentTitle:after {
    top: 50%;
    transform: translateY(-50%);
}

#global1 .object:last-child {
    display: none;
}