@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"), url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"), url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: bold;
    font-weight: bold;
}

@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"), url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"), url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"), url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"), url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html,
body {
    height: 100%;
}

body {
    font: 17px/22px 'MyriadProRegular', sans-serif;
    color: #545653;
    background: url(/images/bg.gif) repeat #fff;
}

#wrapper {
    position: relative;
    overflow: hidden;
    min-width: 320px;
    min-height: 100%
}

[class*="-center"] {
    position: relative;
    margin: auto;
    padding: 0 20px;
    width: 1220px
}

[class*="-center"]:before,
[class*="-center"]:after {
    content: "";
    display: block;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
.block_header {
    margin: 21px 0;
    font-weight: bold
}

h1 {
    font: bold 24px/28px 'MyriadProRegular'
}

h2 {
    font: bold 20px/24px 'MyriadProRegular'
}

h3,
.block_header {
    font-size: 1.17em
}

h5 {
    font-size: 0.83em
}

h6 {
    font-size: 0.67em
}

a {
    color: #53a757;
    text-decoration: none
}

.text img {
    max-width: 100%
}

input,
textarea {
    font: 16px/26px 'MyriadProRegular', sans-serif
}

input,
textarea {
    font: 16px/26px 'fira sans', sans-serif
}

input.input_search {
    padding: 0 20px;
    border: 2px solid #ced4d5;
    width: 280px;
    height: 52px;
    max-width: 100%;
    border-radius: 10px;
    color: #2e2e2e
}

input:not([type="text"]):not([type="submit"]):not([type="button"]):not([type="image"]),
textarea {
    padding: 0 20px;
    border: 2px solid #ced4d5;
    width: 280px;
    height: 52px;
    max-width: 100%;
    border-radius: 10px;
    color: #2e2e2e
}

input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
textarea:hover {
    border-color: #bab7b7
}

input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
textarea:focus {
    border-color: #a7a7a7
}

input[type="text"],
textarea, select {
    padding: 0 20px;
    border: 2px solid #ced4d5;
    width: 250px;
    height: 52px;
    max-width: 100%;
    border-radius: 10px;
    color: #2e2e2e
}

textarea {
    height: 176px;
    resize: none
}

.btn,
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    display: inline-block;
    font: 16px/22px 'fira sans', sans-serif;
    border: 2px solid #459549;
    padding: 13px 30px;
    text-decoration: none;
    color: #fff;
    background-color: #459549;
    position: relative;
    border-radius: 12px;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background-color: #e0c459;
    border: 2px solid #e0c459;
    color: #fff
}

#wrapper .error_input {
    background: #ffeff3
}

::-webkit-input-placeholder {
    color: #9ca4a7
}

::-moz-placeholder {
    color: #9ca4a7
}

:-moz-placeholder {
    color: #9ca4a7
}

:-ms-input-placeholder {
    color: #9ca4a7
}

#wrapper :focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

#wrapper :focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

#wrapper :focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

#wrapper :focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.btn,
a,
input,
button,
textarea,
.header-nav li a:after,
.nav-toggle,
.btn_int:after,
.inew-date:after,
.gallery-unit,
.gallery-item:after,
.aside-nav li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.header {
    position: relative;
    z-index: 3;
    padding-top: 25px;
}

.header a {
    color: #fff
}

.header li a:hover {
    color: #6f6c64
}

.header-center {
    display: table;
    position: relative;
    padding: 0px 20px 0 20px;
}

.header-center>* {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle
}

.header-center> :last-child {
    padding-right: 0;
    text-align: right
}

.header-center .logo {
    width: 150px !important;
}

.header-nav {
    overflow: hidden;
    text-align: right;
}

.header-nav li {
    display: inline-block;
    margin-left: 23px
}

.header-nav li a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
}

.header-nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 1px solid #6f6c64;
    left: 0;
    width: 0
}

.header-nav li a:hover:after {
    width: 100%
}

.nav-toggle {
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 19px;
    color: #fff;
    display: inline-block;
    z-index: 9
}

.nav-toggle:before,
.nav-toggle:after,
.nav-toggle i:before,
.nav-toggle i:after {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s
}

.nav-toggle:before,
.nav-toggle:after,
.nav-toggle i:before,
.nav-toggle i:after {
    content: "";
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 3px solid #6f6c64;
}

.nav-toggle i:before {
    left: 0
}

.nav-toggle i:before,
.nav-toggle i:after {
    transition-delay: 0.45s
}

.nav-toggle:before {
    border-top: 0;
    right: 11px;
    border-left: 3px solid #fff;
    height: 0;
    width: 0;
    top: -3px;
    transition-delay: 0.3s
}

.nav-toggle i:after {
    top: 16px;
    width: 16px
}

.nav-toggle:after {
    top: 8px
}

.nav-toggle.active {
    z-index: 99;
    transition-delay: 0.3s;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-toggle.active i:before,
.nav-toggle.active i:after {
    width: 0;
    transition-delay: 0s
}

.nav-toggle.active:before {
    height: 24px;
    border-top: 3px solid #fff;
    transition-delay: 0.15s
}


.icallback-toggle {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    padding: 6px 10px 3px 38px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(69, 157, 83) 0%, rgb(122, 192, 97) 90%);
    background-image: -webkit-linear-gradient( 90deg, rgb(69, 157, 83) 0%, rgb(122, 192, 97) 90%);
    background-image: -ms-linear-gradient( 90deg, rgb(69, 157, 83) 0%, rgb(122, 192, 97) 90%);
    height: 34px;
    margin-right: 0px;
    margin-bottom: 3px;
}

.icallback-toggle i {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url("/images/icon-phone.png") no-repeat;
}

.icallback-toggle:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(236, 185, 62) 0%, rgb(231, 221, 132) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236, 185, 62) 0%, rgb(231, 221, 132) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236, 185, 62) 0%, rgb(231, 221, 132) 100%);
}

.idogovor {
    display: inline-block;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    color: #fff !important;
    padding: 11px 12px 7px 48px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(69, 157, 83) 0%, rgb(122, 192, 97) 90%);
    background-image: -webkit-linear-gradient( 90deg, rgb(69, 157, 83) 0%, rgb(122, 192, 97) 90%);
    background-image: -ms-linear-gradient( 90deg, rgb(69, 157, 83) 0%, rgb(122, 192, 97) 90%);
    height: 44px;
    margin-right: 0px;
    margin-bottom: 3px;
}

.idogovor i {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url("/images/icon-dogovor.png") no-repeat;
}

.idogovor:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(236, 185, 62) 0%, rgb(231, 221, 132) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236, 185, 62) 0%, rgb(231, 221, 132) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236, 185, 62) 0%, rgb(231, 221, 132) 100%);
}

.sb-search {
    position: relative;
    margin-top: 0px;
    width: 0%;
    min-width: 34px;
    height: 34px;
    float: right;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #767171;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.sb-search form {
    display: inline-block;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    outline: none;
    background: none;
    width: 250px;
    height: 34px !important;
    margin: 0;
    z-index: 10;
    padding: 1px 65px 3px 12px !important;
    font-family: inherit;
    font-size: 16px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    background: url("/img/icon-search.png") no-repeat 8px 6px;
    z-index: 90;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 250px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.nav-popup {
    display: none;
    z-index: 95;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    min-height: 540px;
    padding-bottom: 40px;
}

.nav-popup-center {
    padding-top: 30px !important;
    padding-left: 50px;
    background: rgba(67, 69, 66, 1)
}

.nav-list {
    display: inline-block;
    vertical-align: top;
    max-width: 250px;
    margin: 0 80px 40px 0
}

.nav-list>li:first-child {
    font: 24px/30px 'MyriadProRegular'
}

.nav-list li {
    position: relative;
    font: 16px/22px 'MyriadProRegular';
    padding-left: 10px;
    min-width: 250px;
}

.nav-list>li:first-child {
    padding: 0 0 10px
}

.nav-list>li:first-child:after {
    display: none
}

.nav-list li {
    display: block;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 0 !important;
}

.nav-list li a {
    color: #ebbf4a;
}

.nav-list ul li a {
    color: #fff;
}

.nav-list ul li a:hover {
    color: #ebbf4a;
    text-decoration: underline;
}

.nav-list ul {
    padding: 7px 0 0 0px
}

.nav-list ul li {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none !important;
}

.nav-list ul li:last-child {
    padding-bottom: 0
}

.nav-list ul li:after {
    top: 4px
}

.cover {
   margin-top: 30px; 
    padding-top: 20px;
    min-height: 460px;
    position: relative;
    background-position: center center;
    color: #fff;
    transition: all 0.7s ease-in-out;
    border-top: 3px solid #e1b068;
    border-bottom: 3px solid #e1b068;
}

.cover .btn {
    padding: 12px 30px 14px 30px;
    font-size: 24px;
    background-color: transparent;
    border: 1px solid #fff;
    height: auto;
}

.cover .btn:hover {}

.cover-list {
    min-height: 100%;
    padding-bottom: 100px;
    z-index: 1
}

.cover-item {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

.cover-unit {
    width: 800px;
    margin: 30px auto 0 auto;
    max-width: 100%;
}

.cover-title {
    font: normal 38px/45px 'MyriadProBold';
    color: #fff;
    margin-top: 0;
    text-align: center;
}

.cover-title span {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.cover-title-mini {
    font: normal 28px/32px 'MyriadProBold';
    color: #fff;
}

.cover-txt {
    position: relative;
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 30px 0;
    color: #fff;
    text-align: center;
}

.cover-title+.cover-txt {
    margin-top: 15px
}

.timer { 
    width:430px !important; 
    height:120px; 
    margin:0 auto;
}

.results {
    background: url("/images/board.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
    border-top: 3px solid #8b9ca0;
    border-bottom: 3px solid #8b9ca0;
  
}

.results span {
    font-size: 18px;
    font-weight: bold;
}

.results ul {
    margin-left: 40px;
}

.results ul li {
    background: url("/images/star.png") no-repeat 0 3px;
    padding-left: 30px;
    margin-bottom: 7px;
}

.star {
    margin: 15px 0;
}
.star li {
    background: url("/images/star.png") no-repeat 0 3px;
    padding-left: 30px;
    margin-bottom: 7px;
}

.stuff {
    padding: 20px;
}

.graduates {
    padding: 20px;
    background: #fff;
    border-top: 3px solid #8b9ca0;
    border-bottom: 3px solid #8b9ca0;
}
.graduates .car1 {
    margin-top: 25px;
}

.graduates .name {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.documents {
    padding:0 0 30px 0;
}

.price {
    background: url("/images/price.jpg") no-repeat center center;
    background-size: cover;
    padding: 40px;
    border-top: 3px solid #8b9ca0;
    border-bottom: 3px solid #8b9ca0;
}


.form-inline{
	padding-top: 20px;
}

.form-inline .form-control{
	width: 412px;
	height: 46px;
	background-color: #545151;
	color: #fff;
	border-color: #666666;
}

.form-inline .btn{
	width: 120px;
	height: 46px;
	background-color: #545151;
	color: #fff;
	border-color: #666666;
}

.form-section{
	background-image: url('../images/bg-img-1.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 0;
    width: auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.form-section p{
	margin-top: 14px;
}


#main_modal header p, #status_modal header p {
    text-align: center;
    margin: 30px 0;
}

#main_modal input[type='text'], #main_modal textarea {
	border: none;
	font-size: 17px;
	height: 38px;
	padding: 2px 11px 3px;
	margin: 0 0 10px 0;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.29);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.29);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.29);
}

input.error[type='text'], textarea.error {
	background: #f8d7de;
}

.order-form article input {
	margin-bottom: 17px;
	border:1px solid #d7d7d7;
	width: 245px;
	border-radius: 6px;
	padding-top:5px;
}
.order-form article textarea {
	width: 245px;
	height: 120px !important;
	border:1px solid #d7d7d7;
	border-radius: 6px;
	padding-top:15px;
}

.order-form .send-btn {
	margin-top: 15px;
	margin-left: 40px !important;
}

.order-form .send-btn:hover {
	opacity:0.9;
}
.thanks header {
	padding: 28px 0;
	font-size: 22px;
	line-height:35px;
	color:#6a6767;
}
.orderButton {
	display:inline-block;
	text-decoration:none !important;
	width:166px;
	height:44px;
	background:url(../images/send.png) no-repeat 0 0;
	margin-left: 30px !important;
}
.orderButton:hover {
	
}
.order-form .address { 
    display: none;
}

.f-foot {
    min-height: 30px !important;
    padding-top: 0px !important;
}

@media (max-width:1220px) {
    [class*="-center"] {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .header-nav li {
        margin-left: 24px
    }
    .cover-unit {
        margin-right: 50px
    }
}

@media (max-width:998px) {
    .header-nav {
        display: none
    }
    .header-center>* {
        padding-right: 10px
    }
    .cover-title {
        font-size: 30px;
        line-height: 36px
    }
    .cover-title-mini {
        font-size: 20px;
        line-height: 36px
    }
    .cover-txt {
        font-size: 14px
    }
    .cover-unit {
        margin-right: 0;
        float: none
    }
}

@media (max-width:788px) {
    .promo {
        position: static;
        width: 600px;
        margin: 0 auto;
        max-width: 100%
    }
    .timer {
        width: 290px !important;
    }
    .flip-clock-wrapper ul {
        width: 22px !important;
        height: 35px !important;
    }
    .flip-clock-wrapper ul li {
        height: 35px !important;
        line-height: 35px;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 22px !important;
        height: 200%;
    }
    .flip-clock-divider {
        height: 55px;
    }
    .flip-clock-divider .flip-clock-label {
        top:3.5em;
    }
    .flip-clock-divider.days .flip-clock-label {
	   left:0;
    }
    .flip-clock-divider.hours .flip-clock-label {
	   left:0;
    }
    .flip-clock-divider.minutes .flip-clock-label {
	   left:0;
    }
    .flip-clock-divider.seconds .flip-clock-label {
	   left:0;
    }
    .results {
        background: none;
    }
    .footernav ul,
    .mainpagemenu ul {
        margin-bottom: 35px;
    }
    .newsblock .item {
        margin-bottom: 20px;
    }
    .show_all {
        margin-bottom: 20px;
    }
    .cover-txt {
        font-size: 17px !important;
    }
}

@media (max-width:768px) {}

@media (max-width:600px) {
    .nav-list {
        display: block;
        margin-right: 0;
        margin-bottom: 20px
    }
    .cover-title {
        font-size: 30px;
        line-height: 36px
    }
    .cover-title-mini {
        font-size: 20px;
        line-height: 24px
    }
    .cover-txt {
        font-size: 14px
    }
    .cover {
        height: auto
    }
    .calculator div {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .map-modal {
        width: 300px;
    }
    .maintext img {
        max-width: 100%;
        height: auto;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-dots {
    position: absolute;
    bottom: 36px;
    right: 0;
    left: 0;
    z-index: 3 !important;
    text-align: center
}

.slick-dots li {
    display: inline-block
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    margin: 0 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: none !important;
    padding: 0;
    position: relative
}

.slick-dots li button:active {
    background-color: transparent
}

.slick-dots li button:hover {
    background-color: transparent;
}

.slick-dots li.slick-active button:after,
.slick-dots li button:active:after {
    background: #fff;
}

.slick-dots li button:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent
}

#wrapper .superarrows {
    position: absolute;
    bottom: 30px;
    padding: 0;
    border: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#wrapper .slick-arrow {
    display: inline-block;
    padding: 0;
    border: 0;
    text-indent: -1000px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    color: #fff;
}

#wrapper .slick-prev {
    background: url("/img/btn-prev.png");
}

#wrapper .slick-next {
    background: url("/img/btn-next.png");
    margin-left: 210px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.rightside .row {
    text-align: center;
}

.rightbanners a img {
    border: 2px solid #ccc;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rightbanners a:hover img {
    border: 2px solid #e1b068;
}

.mainpagemenu .title {
    font: normal 20px "MyriadProBold";
    text-transform: uppercase;
    color: #5b8f42;
    margin-bottom: 20px;
}

.mainpagemenu ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #666965;
    padding: 8px 10px;
    border-radius: 10px;
    margin-bottom: 7px;
    background: #e0dea9;
    width: 100%;
    display: block;
}

.mainpagemenu ul li {
    margin-bottom: 7px;
}

.mainpagemenu ul li a:hover {
    background: #53a757;
    color: #fff;
}

.newsblock {
    margin-bottom: 30px;
}

.newsblock .item h4 {
    font: normal 18px/21px "MyriadProBold";
    color: #53a757;
    text-decoration: underline;
    margin: 0 0 10px 0;
}

.newsblock .item h4:hover {
    color: #3e9342;
    text-decoration: none;
}

.newsblock .item .date {
    background: #53a757;
    border-radius: 10px;
    padding: 5px 14px 4px 14px;
    color: #fff;
    display: inline-block;
}

.newsblock .item .anons {
    font-size: 14px;
    line-height: 19px;
    color: #545653;
    margin: 10px 0 15px 0;
}

.news_date {
    font-weight: bold;
    margin-bottom: 20px;
}

.news {
    margin-bottom: 30px;
}

.news .news_date {
    margin-bottom: 0px;
}

.news h4 {
    margin: 6px 0;
}

.news_all_img img { 
    margin: 0 15px 15px 0;
}

footer {
    min-height: 150px;
    padding-top: 35px;
}

footer .logo {
    width: 208px;
    margin-bottom: 15px;
}

footer .phones {
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
}

footer .phones a {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #2c2727;
}

footer .callback {
    min-height: 45px;
    background: url("/images/icon-phone.svg") no-repeat 0 0;
    padding: 12px 0 0 59px;
    font-size: 21px;
    color: #ebbf4a;
    text-decoration: underline;
    display: inline-block;
}

footer .callback:hover {
    text-decoration: none;
}

footer .copyright {
    font-size: 13px;
    line-height: 15px;
    margin-top: 15px;
}

footer .astrum {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 25px;
}

footer .astrum a {
    color: #fff;
    text-decoration: underline;
}

footer .astrum a:hover {
    text-decoration: none;
}

.maincontent {
    margin: 20px 0;
}

.maincontent p {
    margin:0 0 20px 0;
}

.breadcrumb {
    color: #adabab;
}

.breadcrumb a {
    text-decoration: underline;
}

p,
.maintext ul,
.maintext ol,
.maintext dl {
    margin: 2px 0 5px 0;
}

.maintext ul,
.maintext ol,
.maintext dd {
    padding-left: 18px;
    margin-left: 25px !important;
    margin-bottom: 15px;
}

.maintext ul {
    list-style-type: disc
}

.maintext ol {
    list-style-type: decimal
}

.maintext p {
    margin-bottom: 20px;
}

.maintext table {
    width: 100%;
    margin-bottom: 25px;
}

.maintext table p {
    margin-bottom: 0px;
}

.maintext table td,
.maintext table th {
    border: 1px solid #ccc !important;
    padding: 10px;
}

.maintext h3 {
    color: #53a757;
}

.accordion {
    margin-bottom: 20px;
}

.accordion section {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px 0;
    display: block;
    background-color: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion h2,
.accordion p {
    margin: 0;
}

.accordion div {
    display: none;
}

.accordion p {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.accordion h2 a {
    display: block;
    position: relative;
    font: normal 16px "MyriadProBold";
    padding: 10px 10px 10px 15px;
    color: #333;
    font-weight: bold;
    outline: 0;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion h2.active {
    background: #53a757;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accordion h2.active a {
    color: #fff;
    font-weight: bold;
}

.accordion h2 a:hover {
    background: #53a757;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion h2.active a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.accordion ul {
    padding-left: 10px !important;
}

.accordion ul li {
    list-style: none !important;
    margin-bottom: 20px;
}

.accordion ul li a .linkpdf {
    height: 34px;
    padding: 7px 0 3px 35px;
    margin-bottom: 15px;
    font-size: 14px;
    background: url("/img/icon-pdf.svg") no-repeat;
    background-size: 26px;
}

.g-hidden {
    display: none;
}

.b-modal {
    position: relative;
    width: 300px;
    padding: 24px;
    background: #fff;
    border: 3px solid #bbb;
    border-radius: 10px;
}

.b-modal_close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: url("/img/icon-close-mini.png") no-repeat 0 0;
    cursor: pointer;
}

.b-modal_close:hover {
    opacity: 0.7;
}


.peoples {
    margin-bottom: 25px;
}

.peoples .photo {
    width: 135px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.peoples .name {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.peoples .descr {
    font-size: 14px;
    line-height: 18px;
}

.peoples .link {
    height: 34px;
    padding: 7px 0 3px 35px;
    font-size: 14px;
    background: url("/images/icon-pdf.svg") no-repeat;
    background-size: 26px;
}

.peoples .link span {
    border-bottom: 1px dashed #53a757;
}

.peoples .link span:hover {
    border-bottom: none;
}

.linkpdf {
    list-style: none;
    height: 34px;
    padding: 7px 0 3px 35px;
    background: url("/images/icon-pdf.svg") no-repeat;
    background-size: 26px;
}

.linkxls {
    list-style: none;
    height: 34px;
    padding: 7px 0 3px 35px;
    font-size: 14px;
    background: url("/images/icon-xls.svg") no-repeat;
    background-size: 26px;
}

.linkdoc {
    list-style: none;
    height: 34px;
    padding: 7px 0 3px 35px;
    background: url("/images/icon-doc.svg") no-repeat;
    background-size: 26px;
}

.linkzip {
    list-style: none;
    height: 34px;
    padding: 7px 0 3px 35px;
    background: url("/images/icon-zip.svg") no-repeat;
    background-size: 26px;
}

.download-list {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.download-list li {
    list-style: none;
    margin-bottom: 10px;
}

blockquote {
    border-left: 3px solid #53a757;
    padding: 0 0 0 0px;
    margin: 0 0 30px 0;
    height: 100%;
    display: block;
}

blockquote p {
    font-size: 17px;
    line-height: 21px;
    margin-left: 20px;
}

blockquote img {
    margin-left: 20px;
    display: inline-block;
}

blockquote ul {
    margin-bottom: 0px !important;
}

.cd-tabs {
    position: relative;
    width: 90%;
    max-width: 960px;
    margin: 0 0 15px 0;
}

.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
    display: none;
}

.cd-tabs.is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
    .cd-tabs::after {
        display: none;
    }
    .cd-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
}

.cd-tabs-navigation {
    width: 100%;
}

.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs-navigation li {
    float: left;
}

.cd-tabs-navigation a {
    position: relative;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #c3c2b9;
    padding-top: 6px;
}

.no-touch .cd-tabs-navigation a:hover {
    color: #29324e;
    background-color: rgba(233, 230, 202, 0.3);
}

.cd-tabs-navigation a.selected {
    background-color: #ffffff !important;
    box-shadow: inset 0 2px 0 #f05451;
    color: #29324e;
}

.cd-tabs-navigation a::before {
    /* icons */
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/vicons.svg");
    background-repeat: no-repeat;
}

.cd-tabs-navigation a[data-content='inbox']::before {
    background-position: 0 0;
}

.cd-tabs-navigation a[data-content='new']::before {
    background-position: -20px 0;
}

.cd-tabs-navigation a[data-content='gallery']::before {
    background-position: -40px 0;
}

.cd-tabs-navigation a[data-content='store']::before {
    background-position: -60px 0;
}

.cd-tabs-navigation a[data-content='settings']::before {
    background-position: -80px 0;
}

.cd-tabs-navigation a[data-content='trash']::before {
    background-position: -100px 0;
}

.cd-tabs-navigation a[data-content='inbox'].selected::before {
    background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content='new'].selected::before {
    background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content='gallery'].selected::before {
    background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content='store'].selected::before {
    background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content='settings'].selected::before {
    background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content='trash'].selected::before {
    background-position: -100px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-tabs-navigation {
        /* move the nav to the left on medium sized devices */
        width: 80px;
        float: left;
    }
    .cd-tabs-navigation a {
        height: 36px;
        padding-top: 6px;
    }
    .cd-tabs-navigation a.selected {
        box-shadow: inset 2px 0 0 #f05451;
    }
    .cd-tabs-navigation a::before {
        top: 22px;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
        /* tabbed on top on big devices */
        width: auto;
        background-color: #f8f7ee;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }
    .cd-tabs-navigation a {
        height: 30px;
        line-height: 30px;
        width: auto;
        text-align: center;
        font-size: 17px;
        font-size: 1.4rem;
        padding: 0 2.8em 0 2.8em;
    }
    .cd-tabs-navigation a.selected {
        box-shadow: inset 0 2px 0 #f05451;
    }
    .cd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px;
    }
}

.cd-tabs-content {
    background: #ffffff;
}

.cd-tabs-content li {
    display: none;
    padding: 1.4em;
}

.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #8493bf;
    margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
    .cd-tabs-content {
        min-height: 480px;
    }
    .cd-tabs-content li {
        padding: 2em 2em 2em 7em;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs-content {
        min-height: 0;
    }
    .cd-tabs-content li {
        padding: 3em;
    }
    .cd-tabs-content li p {
        font-size: 16px;
        font-size: 1rem;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.maintext table.no-border,
.maintext table.no-border td {
    border: none !important;
}

.ext-links ul li {
    text-align: left;
    margin-bottom: 15px;
}

.o-button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e9ce68;
    min-height: 65px;
    text-align: left;
    padding: 22px 0 0 70px;
    font: normal 18px "MyriadProBold";
    color: #484343;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.o-button.map {
    background: url("/img/icon-map2.png") no-repeat #e9ce68 20px 13px;
}

.o-button.map:hover {
    background: url("/img/icon-map2.png") no-repeat #ebbf4a 20px 10px;
}

.o-button.bankomat {
    background: url("/img/icon-bankomat.png") no-repeat #e9ce68 21px 10px;
}

.o-button.bankomat:hover {
    background: url("/img/icon-bankomat.png") no-repeat #ebbf4a 21px 7px;
}

.o-button.help {
    background: url("/img/icon-help.png") no-repeat #e9ce68 21px 10px;
}

.o-button.help:hover {
    background: url("/img/icon-help.png") no-repeat #ebbf4a 21px 7px;
}

.o-button.calc {
    padding-top: 12px !important;
    background: url("/img/icon-calculator.png") no-repeat #e9ce68 21px 14px;
}

.o-button.calc:hover {
    background: url("/img/icon-calculator.png") no-repeat #ebbf4a 21px 11px;
}

.submenus ul {
    margin-top: 45px;
    margin-bottom: 30px;
}

.submenus ul li {
    text-align: left;
    font-size: 18px;
    padding-left: 6px;
    margin-bottom: 15px;
    border-left: 3px solid #53a757;
}

.submenus ul li span {
    border-bottom: 1px dashed #53a757;
}

.submenus ul li span:hover {
    border-bottom: none;
}

.submenus ul li.active {
    color: #545653 !important;
    border-left: 3px solid #545653;
}

.submenus ul li.active span {
    border-bottom: none;
}

