

/* Start:/local/components/mds/hardsee/templates/.default/style.css?17243997531434*/
div#hardseeControls {
    background-color: white;
    font-size: 15px;
    min-height: 55px;
    font-weight: bold;
    padding: 10px 0px;
    color: black;
}

div#hardseeControls .hs-btn {
    display: inline-block;
    cursor: pointer;
}
div#hardseeControls .hs-btn.hs-image {
    color: transparent;
}
div#hardseeControls .hs-btn.hs-image img{
    border-radius: 50%;
    width: 24px;
    filter: none !important;
    opacity: 1 !important;
}

div#hardseeControls .hs-btn.hs-circle{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid white;
    text-align: center;
    box-shadow: 0 0 4px black;
    margin-left: 5px;
    background-color: #e5e5e5;
}

div#hardseeControls .hs-btn.hs-circle.selected{
    border: 3px solid red;
}

div#hardseeControls .hs-btn.hs-btn-black{
    background-color: black;
    color: white;
}

div#hardseeControls .hs-btn.hs-btn-blue{
    background-color: lightblue;
    color: darkblue;
}

div#hardseeControls .hs-space {
    display: inline-block;
    width: 30px;
}

div#hardseeControls .hs-return {
    line-height: 40px;
}

div#hardseeControls .hs-group {
    display: inline-block;
    margin: 5px 0;
}

div#hardseeControls .hs-btn.hs-btn-bw img {
    filter: grayscale(100%) !important;
}

div#hardseeControls .hs-btn.hs-btn-none img {
    opacity: 0 !important;
}


/* End */


/* Start:/local/templates/g14main/components/bitrix/menu/header/style.css?17243997534142*/
ul.header-menu {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.header-menu > li {
    height: 100%;
    display: inline-block;
    float: left;
}

/* Sweep To Top */
ul.header-menu > li > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: white;
    height: 100%;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 11px 10px 0;
    z-index: 100;
}

.hardsee ul.header-menu > li > a {
    color: inherit;
}

ul.header-menu > li:hover > a,
ul.header-menu > li > a:focus,
ul.header-menu > li > a:active {
    color: #3c3c3c;
    text-shadow: none;
    text-decoration: none;
    background-color: white;
}

.hardsee ul.header-menu > li:hover > a,
.hardsee ul.header-menu > li > a:focus,
.hardsee ul.header-menu > li > a:active {
    color: inherit;
}

.hardsee .hs-theme-1 ul.header-menu > li:hover > a,
.hardsee .hs-theme-1 ul.header-menu > li > a:focus,
.hardsee .hs-theme-1 ul.header-menu > li > a:active {
    background-color: white;
}

.hardsee .hs-theme-2 ul.header-menu > li:hover > a,
.hardsee .hs-theme-2 ul.header-menu > li > a:focus,
.hardsee .hs-theme-3 ul.header-menu > li > a:active {
    background-color: black;
}

.hardsee .hs-theme-3 ul.header-menu > li:hover > a,
.hardsee .hs-theme-3 ul.header-menu > li > a:focus,
.hardsee .hs-theme-3 ul.header-menu > li > a:active {
    background-color: lightblue;
}

ul.header-menu > li > div {
    padding: 30px;
    position: absolute;
    z-index: 4;
    left: 15px;
    right: 15px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 5px 10px -5px black;
    visibility: hidden;
}

.hardsee ul.header-menu > li > div {
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
}

.hardsee .hs-theme-1 ul.header-menu > li > div {
    background-color: white;
}

.hardsee .hs-theme-2 ul.header-menu > li > div {
    background-color: black;
}

.hardsee .hs-theme-3 ul.header-menu > li > div {
    background-color: lightblue;
}

ul.header-menu > li:hover > div {
    visibility: visible;
}

/*Submenu*/
ul.header-menu ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.header-menu ul a {
    color: #4c6753;
    text-decoration: none;
    display: block;
}

ul.header-menu div ul > li {
    font-size: 1.6rem;
    color: #4c6753;
}

.hardsee ul.header-menu ul a,
.hardsee ul.header-menu div ul > li {
    color: inherit;
}

ul.header-menu div > ul > li > ul {
    margin-left: 25px;
}

ul.header-menu div li > a {
    padding: 5px;
}

ul.header-menu div li > a:hover {
    background-color: rgba(235, 235, 235, 0.8);
}

.hardsee ul.header-menu div li > a:hover {
    background-color: inherit;
}

ul.header-menu div ul > li i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    width: 45px;
}

.hardsee.hs-image-2 ul.header-menu div ul > li i {
    filter: grayscale(100%);
}

ul.header-menu div ul > li div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

ul.header-menu div ul > li > a,
ul.header-menu div ul > li > div,
ul.header-menu div ul > li {
    display: table;
    width: 100%;
    /*min-height: 45px;*/
    height: 45px;
}

.yellow {
    color: yellow;
}

.main-menu-toggler {
	display: none;
}

@media screen and (max-width: 991px) {
	div.pageheader-main div.menu {
		height: initial !important;
		overflow: initial;
	}

	.main-menu-toggler {
		display: block;
		text-align: right;
		/*height: 100%;*/
    		padding: 5px;
	}

	.main-menu-toggler .btn {
		font-size: 2.5rem;

	}

	ul.header-menu {
		height: initial;
		overflow: initial;
		margin-left: -224px;
		background-color: white;
		padding: 15px 10px;
	}

	ul.header-menu > li {
		float: initial;
		height: initial;
	}

	ul.header-menu > li > a {
		color: black;
		height: initial;
	}

	ul.header-menu > li > div {
		position: initial;
		visibility: initial;
		box-shadow: none;
	}
}

@media screen and (min-width: 992px) {
	ul.header-menu.collapse {
		display: initial !important;
	}
}
/* End */


/* Start:/local/templates/g14main/components/bitrix/menu/header/icons.css?17243997532706*/
i.hm-dnevnik {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-dnevnik.png") center no-repeat;
}

i.hm-firstclass {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-firstclass.png") center no-repeat;
}

i.hm-pupils {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-pupils.png") center no-repeat;
}

i.hm-teachers {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-teachers.png") center no-repeat;
}

i.hm-adm {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-adm.png") center no-repeat;
}

i.hm-docs {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-docs.png") center no-repeat;
}

i.hm-info {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-info.png") center no-repeat;
}

i.hm-news {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-news.png") center no-repeat;
}

i.hm-fond {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-fond.png") center no-repeat;
}

i.hm-safe {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-safe.png") center no-repeat;
}
i.hm-orkse {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-orkse.png") center no-repeat;
}
i.hm-yprojects {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-yprojects.png") center no-repeat;
}
i.hm-ege {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-ege.png") center no-repeat;
}
i.hm-smi {
     background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-smi.png") center no-repeat;
 }
i.hm-rprojects {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-rprojects.png") center no-repeat;
}
i.hm-vserosolymp {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-vserosolymp.png") center no-repeat;
}
i.hm-paper {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-paper.png") center no-repeat;
}
i.hm-for-parents-info {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-for-parents-info.png") center no-repeat;
}
i.hm-photogallery {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-photogallery.png") center no-repeat;
}
i.hm-timetable {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-timetable.png") center no-repeat;
}
i.hm-anniversary60 {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-anniversary60.png") center no-repeat;
}
i.hm-grant {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-grant.png") center no-repeat;
}
i.hm-edu-work {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-edu-work.png") center no-repeat;
}
i.hm-faq {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-faq.png") center no-repeat;
}
i.hm-for-parents-meal {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-for-parents-meal.png") center no-repeat;
}
i.hm-president-contest {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-president-contest.png") center no-repeat;
}
i.hm-theater {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-theater.png") center no-repeat;
}
i.hm-mentoring {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-mentoring.png") center no-repeat;
}
i.hm-vpr {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-vpr.png") center no-repeat;
    background-size: contain;
}
i.hm-noko {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-noko.png") center no-repeat;
}
i.hm-extra-edu {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-extra-edu.png") center no-repeat;
}
i.hm-museum {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-museum.png") center no-repeat;
}
i.hm-uni-line {
    background: url("/local/templates/g14main/components/bitrix/menu/header/images/hm-uni-line.png") center no-repeat;
}
/* End */


/* Start:/local/templates/g14main/components/bitrix/breadcrumb/.default/style.css?17243997522108*/
div.header-breadcrumb a {
    display: inline-block;
    background-color: white;
    padding: 5px 10px 5px 18px;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 1.4rem;
    color: black;
    margin-right: 8px;
    border-radius: 5px 0 0 5px;
    position: relative;
}

.hardsee div.header-breadcrumb a {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

div.header-breadcrumb a:hover {
    background: linear-gradient(0deg, rgba(101,138,9,1) 0%, rgba(173,207,51,1) 100%);
    text-decoration: none;
    color: whitesmoke;
}

.hardsee div.header-breadcrumb a:hover {
    background: none;
    color: inherit;
}

div.header-breadcrumb a:after {
    content: '';
    background-color: white;
    position: absolute;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(0,0,0,0.3);
    width: 23px;
    height: 23px;
    transform: rotate(45deg);
    z-index: 1;
    top: 4px;
    right: -12.5px;
}

.hardsee div.header-breadcrumb a:after {
    background-color: inherit;
    border-top-color: inherit;
    border-right-color: inherit;
}

div.header-breadcrumb a:hover:after {
    background: linear-gradient(-45deg, rgba(101,138,9,1) 0%, rgba(173,207,51,1) 100%);
}

.hardsee div.header-breadcrumb a:hover:after {
    background: none;
}

div.header-breadcrumb a span {
    position: relative;
    z-index: 2;
}
div.header-breadcrumb a:last-of-type,
div.header-breadcrumb a:last-of-type:hover
{
    padding-left: 10px;
    background: linear-gradient(0deg, rgba(255,141,6,1) 0%, rgba(255,198,46,1) 100%);
    color: #6f3700;
}
div.header-breadcrumb a:last-of-type:after,
div.header-breadcrumb a:last-of-type:hover:after
{
    background: linear-gradient(-45deg, rgba(255,141,6,1) 0%, rgba(255,198,46,1) 100%);
}

.hardsee div.header-breadcrumb a:last-of-type,
.hardsee div.header-breadcrumb a:last-of-type:hover,
.hardsee div.header-breadcrumb a:last-of-type:after,
.hardsee div.header-breadcrumb a:last-of-type:hover:after
{
    background: none;
    color: inherit;
}
/* End */


/* Start:/local/templates/g14main/components/bitrix/menu/mainmenu-right/style.css?17243997522210*/
div.mainmenu-right {
    /*margin-right: -7px;*/
}
div.mainmenu-right ul {
    padding: 0;
}
div.mainmenu-right li {
    list-style: none;
    margin-bottom: 2px;
    display: table;
    width: 100%;
}
div.mainmenu-right>ul>li>a {
    display: block;
    background: white;
    height: 55px;
    padding-left: 5px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.3);

    color: #000000b3;
    /*text-shadow: 1px 1px 0 rgba(0,0,0,0.3);*/
}

.hardsee div.mainmenu-right>ul>li>a {
    color: inherit;
    background: inherit;
    border-color: inherit;
}

div.mainmenu-right ul>li>a:hover {
    text-decoration: none;
    background: linear-gradient(0deg, rgba(101,138,9,1) 0%, rgba(173,207,51,1) 100%);
}

div.mainmenu-right>ul>li>a:active {
    background: #357e3c;
}

div.mainmenu-right ul>li>a.selected,
div.mainmenu-right ul>li>a.selected:hover,
div.mainmenu-right ul>li>a.selected:active{
    background: linear-gradient(0deg, rgba(255,141,6,1) 0%, rgba(255,198,46,1) 100%);
    color: #6f3700;
}

.hardsee div.mainmenu-right ul>li>a:hover,
.hardsee div.mainmenu-right>ul>li>a:active,
.hardsee div.mainmenu-right ul>li>a.selected,
.hardsee div.mainmenu-right ul>li>a.selected:hover,
.hardsee div.mainmenu-right ul>li>a.selected:active
{
    background: inherit;
    color: inherit;
}

div.mainmenu-right>ul>li>a div{
    display: table-cell;
    vertical-align: middle;
    height: 53px;
}
div.mainmenu-right>ul>li>a div.img{
    width: 70px;
    text-align: center;
}
div.mainmenu-right>ul>li>a div.txt{
    padding: 0 8px 0 3px;
    line-height: 1.3rem;
    font-size: 1.6rem;
}

div.mainmenu-right li>ul {
    margin-top: 10px;
    margin-left: 5px;
}

div.mainmenu-right li>ul a {
    display: block;
    padding: 9px 9px 9px 19px;
    color: #000000b3;
    line-height: 1.3rem;
    border-radius: 11px;
    position: relative;
}

.hardsee div.mainmenu-right li>ul a {
    color: inherit;
}

div.mainmenu-right li>ul a>i {
    position: absolute;
    left: 8px;
}

div.mainmenu-right li>ul a:hover {
    color: whitesmoke;
}

.hardsee div.mainmenu-right li>ul a:hover {
    color: inherit;
}
/* End */


/* Start:/local/components/mds/cookie_notify/templates/.default/style.css?1749717629372*/
.cookie-notify {
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30%;
    background-color: #b5d43ceb;
    color: #13653f;
    text-align: center;
    padding: 30px;
    z-index: 100;
}

.cookie-notify p {
    font-size: 2rem;
}

.cookie-notify .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.cookie-notify a {
    color: #13653f;
}
/* End */


/* Start:/local/templates/g14main/styles.css?17243997523675*/
div.pagebody {
    font-size: 1.4rem;
}

div.pagebody div.block {
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    /*margin-top: 0;*/
    margin-bottom: 15px;
}

.hardsee div.pagebody div.block {
    background-color: inherit;
    color: inherit;
    border-color: inherit;
}

.hardsee.hs-theme-1 div.pagebody div.block {
    border-color: black;
}

.hardsee.hs-theme-2 div.pagebody div.block {
    border-color: white;
}

.hardsee.hs-theme-3 div.pagebody div.block {
    border-color: darkblue;
}

.hardsee.hs-image-2 img {
    filter: grayscale(100%);
}

.hardsee.hs-image-3 img {
    opacity: 0;
}

/*div.pagebody div.block ~ div.block {*/
    /*margin-top: 15px;*/
/*}*/

div.pagebody div.block > div.title {
    border-radius: 10px 10px 0 0;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(255, 128, 1, 1) 0%, rgba(254, 197, 45, 1) 100%);
    margin: -16px -16px 10px;
    padding: 10px 15px;
    font-size: 1.7rem;
    font-weight: bold;
}

.hardsee div.pagebody div.block > div.title {
    color: inherit;
    background: none;
    text-shadow: none;
}

/*div.pagebody div.block div.content {*/
/*    line-height: 1.6rem;*/
/*}*/

div.pagebody div.block div.content h1 {
    color: orangered;
    display: block;
    font-size: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

div.pagebody div.block div.content h2 {
    color: orangered;
    display: block;
    font-size: 2.0rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.hardsee div.pagebody div.block div.content h1,
.hardsee div.pagebody div.block div.content h2
{
    color: inherit;
    border-color: inherit;
}

div.pagebody div.block div.content p {
    margin-bottom: 0.4rem;
}

div.pagebody div.block div.content blockquote {
    margin-left: 10px;
    /*border-left: 2px solid rgba(255, 88, 0, 0.2);*/
    padding-left: 10px;
}

div.pagebody div.block div.content img {
    max-width: 100%;
}

div.pagebody div.block div.content ul,
div.pagebody div.block div.content ol {
    overflow: hidden;
}

div.pagebody div.block div.content ul,
div.pagebody div.block div.content ul li {
    /*padding: 0;*/
    /*margin: 0;*/
    list-style: none;
}

div.pagebody div.block div.content ul {
    /*margin: 2rem 0;*/
}


div.pagebody div.block div.content ul:not(.nomarkers) li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-left: -1rem;
    color: orangered;
}

div.pagebody div.block div.content div.video-center {
    text-align: center;
}

div.pagebody div.block div.content div.video-center::before {
    content: '';
    display: block;
    clear: both;
    height: 15px;
}

.form-control, .custom-select, .custom-file-input {
    font-size: 2rem;
    width: 100%;
    line-height: 2rem;
}

/*Spinner*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #b9c47f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #b9c47f transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End */


/* Start:/local/templates/g14main/template_styles.css?17243997523826*/
html {
    font-size: 10px;
    height: 100%;
}

body {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-family: MyriadPro, serif;
    height: 100%;
    background-color: #f7f8f2;
}

html.hardsee .hs-theme-1 {
    background-color: white;
    color: black;
}

html.hardsee .hs-theme-2 {
    background-color: black;
    color: white;
}

html.hardsee .hs-theme-3 {
    background-color: lightblue;
    color: darkblue;
}

html.hardsee.hs-font-1 {
    font-size: 10px;
}

html.hardsee.hs-font-2 {
    font-size: 12px;
}

html.hardsee.hs-font-3 {
    font-size: 14px;
}

.dotted {
    /*background-image: repeating-radial-gradient(at center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);*/
    background: url('/local/templates/g14main/images/bg-dotted.png') repeat;
}


div.pageheader-top {
    height: 70px;
    background: radial-gradient(600px 200px at top, rgba(255,222,44,1) 0%, rgba(255,222,44,0) 100%),linear-gradient(0deg, rgba(255,141,6,1) 0%, rgba(255,198,46,1) 100%);
}

.hardsee div.pageheader-top {
    display: none;
}

div.pageheader-top .btn-login {
    font-weight: bold;
}

div.pageheader-top .btn-eye {
    font-size: 2rem;
}

div.pageheader-main {
    border-bottom: 1px solid rgba(0,0,0,.2);
}

div.pageheader-main div.header-theme {
    position: relative;
    padding: 0;
}

div.pageheader-main div.header-theme div.image {
    position: relative;
    height: 215px;
    background: url("/local/templates/g14main/images/header/default.jpg") no-repeat top left;
    z-index: 0;
    overflow: hidden;
}

div.pageheader-main div.header-theme div.logo {
    position: absolute;
    top: 7px;
    left: 30px;
    z-index: 10;
}

.hardsee.hs-image-2 div.pageheader-main div.header-theme div.image,
.hardsee.hs-image-2 div.pageheader-main div.header-theme div.logo,
.hardsee.hs-image-2 div.pagebody {
    filter: grayscale(100%);
}

div.pageheader-main div.header-theme div.logo a {
    width: 174px;
    height: 260px;
    display: block;
    background: url("/local/templates/g14main/images/logo.png?v=2") no-repeat;
    background-size: cover;
}

div.pageheader-main div.header-breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
}


div.pageheader-main div.shine {
    width: 414px;
    height: 272px;
    position: absolute;
    top: -57px;
    left: -100px;
    display: block;
    background: url("/local/templates/g14main/images/shine.png") no-repeat;
    background-size: cover;
    z-index: 10;
}

div.pageheader-main div.menu {
    height: 42px;
    padding-left: 224px;
    /*overflow: hidden;*/
    position: relative;
    background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(84,84,84,1) 100%);
}

.hardsee div.pageheader-main div.menu {
    background: none;
    border-bottom: 1px solid;
}

div.pagefooter div.footermenu {
    background: linear-gradient(0deg, rgba(84,84,84,1) 0%, rgba(48,48,48,1) 100%);
    padding: 20px 0;
    width: 100%;
    color: white;
}

.hardsee div.pagefooter div.footermenu {
    background: none;
    color: inherit;
    border-top: 1px solid;
}

div.pagefooter div.footer {
    background: url('/local/templates/g14main/images/bg-dotted.png') repeat, linear-gradient(0deg, rgba(116,149,32,1) 0%, rgba(181,214,75,1) 100%);
    padding: 80px 0;
    width: 100%;
    color: white;
    font-size: 1.4rem;
}

.hardsee div.pagefooter div.footer {
    background: none;
    color: inherit;
}

div.pagebody {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Bootstrap override */
.btn {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: .375rem .75rem .5rem;
 }

.btn-success {
    text-shadow: 0.1rem 0.1rem 0 rgba(0,0,0,0.3);
    background: linear-gradient(0deg, rgba(101,138,9,1) 0%, rgba(173,207,51,1) 100%);
}


/*LINKS*/

div.links img {
    width: 100%;
}

div.links a {
    margin-bottom: 7px;
	width: 100%;
}

.hardsee a,
.hardsee a:visited,
.hardsee a:hover {
    color: inherit;
    text-decoration: underline;
}
/* End */
/* /local/components/mds/hardsee/templates/.default/style.css?17243997531434 */
/* /local/templates/g14main/components/bitrix/menu/header/style.css?17243997534142 */
/* /local/templates/g14main/components/bitrix/menu/header/icons.css?17243997532706 */
/* /local/templates/g14main/components/bitrix/breadcrumb/.default/style.css?17243997522108 */
/* /local/templates/g14main/components/bitrix/menu/mainmenu-right/style.css?17243997522210 */
/* /local/components/mds/cookie_notify/templates/.default/style.css?1749717629372 */
/* /local/templates/g14main/styles.css?17243997523675 */
/* /local/templates/g14main/template_styles.css?17243997523826 */
