html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
html {
    height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #000000;
}
a:link, a:visited {
    color: #000000;
}
a:hover {
    color: #1b1b1b;
}
ul {
    margin: 0 0 0 15px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.clr {
    clear: both;
}
.container {
    max-width: 1360px;
    margin: 0 auto;
}
#header {
    margin-bottom: 10px;
}
#header .container, #user-bottom .container {
    display: flex;
    justify-content: space-around;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #6F6F6F;
}
#header .container strong, #user-bottom .container strong {
    color: #000;
}
#header .container > div {
    flex: 1 0 25%;
}
.inline_logo.footer img.logo {
    margin-top: -114px;
}

.inline_logo.footer {
    height: 86px;
    overflow: hidden;
}
#header .inline_topinfo, #header .inline_topinfo_right {
    margin-top: 65px;
}
.inline_topinfo {
    text-align: right;
}
#header .inline_logo {
    text-align: center;
    margin: -44px 103px 0 105px;
}
#user-bottom .inline_logo {
    text-align: center;
    margin: -20px auto;
}
.logo {
    max-width: 440px;
    display: inline-block;
}
.inline_topinfo_right {
    padding-left: 18px;
    box-sizing: border-box;
}
.tgtop {
    display: flex;
    justify-content: space-evenly;
}
.tgtop::after {
    display: block;
    content: '';
    background: #ffffff;
    width: 137px;
    height: 25px;
    order: 2;
    margin-top: -25px;
    border-radius: 63px;
}
.tgtop .moduletable {
    order: 1;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #5B5B5B;
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tgtop .moduletable:last-child {
    order: 3;
}
#mainhead {
    padding-top: 18px;
    border-top: #007DDC 5px solid;
}
.top {
    display: inline-block;
}

img.logoim {
    max-width: 100%;
}
#nav, #botnav ul {
    margin:12px 0 22px 0;
    text-align: center;
}
#botnav ul {
    text-align: center;
}
#botnav ul li ul {
    display: none;
}
#nav ul {margin:0; padding:0; }
#nav ul li, #botnav ul li { display: inline-block; padding: 3px 10px; position: relative;}
#nav ul li a, #botnav ul li a {
    display: block;
    padding: 8px 14px;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
#nav ul li a:hover {
    color: #005c9f
}
#nav ul.nav li.parent:before {
    content: '';
    border: solid #222222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 20px;
    right: 1%;
    transform: rotate(45deg);
}
#nav ul.nav li.parent:hover:before  {
      transform: rotate(-90deg);
      transition: all 0.5s
}


#nav li ul {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    top: 50px;
    z-index: 100;
    margin-left: -8px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #a7a7a7;
    border-radius: 3px;
    display: none;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  background: none;
  padding: 0!important;
  top: 0;
  position: relative;

}

#nav ul li ul li:after {
    content: normal;
}

#nav li ul li a {
    display: block;
    width: 250px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    color: #404040!important;
    text-transform: none;
    font-weight: 400;
    padding: 12px 8px;
}

#nav li ul li a:hover {
    background: #fff9eb;
    transition: all 0.5s;
}
#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a  {
     padding-left: 23px;
}
ul.breadcrumb {
    margin: 0;
    padding: 0;
}
ul.breadcrumb li {
    display: inline-block;
    color: #777;
}
ul.breadcrumb li.active span {
    padding-left: 3px;
    font-size: 15px;
}
#topimage .custom.firstscreen {
    background-repeat: no-repeat;
    background-position: right;
    min-height: 680px;
    padding-left: calc(50vw - 686px);
    position: relative;
    margin-bottom: 80px;
    position: relative;
}
.custom.firstscreen video {
    visibility: visible;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
#topimage .custom.firstscreen:after {
    width: 100vw;
    position: absolute;
    z-index: -1;
    height: 101%;
    background: linear-gradient(52deg, rgb(235 246 251 / 40%) 49.35%, rgb(248 253 255 / 0%) 60%);
    content: '';
    left: 0;
    top: -1px;
    max-width: 100%;
}
#topimage .custom.firstscreen:before {
    content: '';
    position: absolute;
    bottom: -52px;
    width: 100%;
    height: 85px;
    z-index: 1;
    left: 0;
    background: url(../images/bg_line.svg) center center no-repeat;
    background-size: cover;
}
#topimage .custom.firstscreen  h2 {
    font-size: 57px;
    line-height: 69px;
    color: #000000;
    max-width: 845px;
    margin: 150px 0 40px 0;
    display: inline-block;
}
#topimage .custom.firstscreen p {
    font-weight: 300;
    font-size: 31px;
    line-height: 38px;
    color: #000000;
}
#topimage .custom.firstscreen .caption {
    margin-top: 70px;
}
#topimage .custom.firstscreen  .caption a {
    display: inline-block;
    margin-right: 14px;
    padding: 30px 35px;
    background: #EEDB72;
    border-radius: 70px;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}
#topimage .custom.firstscreen  .caption a:last-child {
    background: #0073C7;
    color: white;
}
#topimage .custom.firstscreen  .caption a:hover {
    opacity: .8;
}
.modulewithbg.direktor_mod {
    background: url(../images/bg_color_line.svg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 170px;
    margin-bottom: -80px;
}
.customwithbg.direktor_mod  {
    font-weight: 300;
    font-size: 17px;
    line-height: 170%;
}
.customwithbg.direktor_mod h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #005C9F;
    padding-top: 0;
}
.customwithbg.direktor_mod h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 1em;
    padding: 0;
    margin-bottom: 25px;
}
.customwithbg.direktor_mod td:first-child img {
    width: 467px !important;
    height: 467px !important;
}
.customwithbg.direktor_mod td:first-child {
    padding-right: 90px;
}
.customwithbg.direktor_mod table:last-child {
    background: linear-gradient(92.73deg, #007DDC 24.31%, #0061A8 103.54%);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.25);
    border-radius: 70px;
    padding: 10px;
    color: #fff;
    margin-top: 20px;
    display: block;
}
.customwithbg.direktor_mod table:last-child tbody {
    border: 1px solid #fff;
    display: block;
    border-radius: 60px;
    padding: 30px 10px 30px 80px;
    font-size: 18px;
    line-height: 140%;
}
.customwithbg.direktor_mod table:last-child tbody h4 {
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.customwithbg.direktor_mod table:last-child tbody a {
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}
.moduleabout_mod .container {
    max-width: 1520px;
}
.moduleabout_mod .container td:first-child {
    width: 720px;
    height: 430px;
    overflow: hidden;
    border-radius: 80px;
}
.moduleabout_mod .container td:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.moduleabout_mod .container td:last-child  {
    padding-left: 70px;
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    text-align: justify;
    color: #555555;
}
.moduleabout_mod .container td:last-child p {
    padding: 0;
}
.moduleabout_mod .container td strong, #topimage  .custom_procentr strong {
    color: #000;
    margin-bottom: 30px;
    display: inline-block;
}
.moduleabout_mod .container td h2, .modulewithbg.perevagi_mod h2 {
    font-size: 50px;
    line-height: 170%;
    margin: -20px 0 25px 0;
}
#topimage .moduleabout_mod .caption a {
    display: inline-block;
    margin-right: 6px;
    padding: 15px 30px;
    border: 2px solid #0069B6;
    border-radius: 50px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}
#topimage .moduleabout_mod .caption a:hover, #topimage .moduleabout_mod .caption a:last-child {
    background: #0069B6;
    color: white;
}
#topimage .moduleabout_mod .caption a:last-child {
    background: #0069B6 url(../images/dosyagnennya.svg) left 30px center no-repeat;
    padding-left: 74px;
}
#topimage .moduleabout_mod .caption a:last-child:hover {
    opacity: .8;
}
#topimage .moduleabout_mod .caption {
    margin-top: 30px;
}
#topimage .moduleprod_mod {
    margin: 80px 0;
    position: relative;
}
#topimage .moduleprod_mod .customprod_mod {
    position: relative;
}
#topimage .moduleprod_mod .customprod_mod > p {
    font-size: 30px;
    margin-bottom: 50px;
}
#topimage .moduleprod_mod tr, .modulewithbg.perevagi_mod tr {
    display: flex;
    justify-content: space-between;
}
#topimage .moduleprod_mod tr td {
    width: 230px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
#topimage .moduleprod_mod tr td:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 230px;
    width: 100%;
    border: 1px solid;
    border-image: linear-gradient( to bottom, #d8d8d8, rgba(0, 0, 0, 0) ) 1;
    background-clip: padding-box;
    left: 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    z-index: -1;
    border-radius: inherit;
    margin: 0px;
}
#topimage .moduleprod_mod tr td p:last-child a {
    font-size: 19px;
    line-height: 170%;
    background: #fff;
    max-width: 200px;
    display: block;
    margin: 36px auto 0 auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
#topimage .moduleprod_mod tr td:hover a {
    text-decoration: underline;
}

#topimage .moduleprod_mod h2 {
    font-size: 50px;
    line-height: 60px;
    color: #005C9F;
    display: block;
    max-width: 763px;
    background: #fff;
}
#topimage .moduleprod_mod .customprod_mod:after {
    content: '';
    width: 40vw;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: -1;
}
#topimage .custom_procentr {
    background-repeat: no-repeat;
    background-position: left;
    min-height: 520px;
    max-width: 1650px;
    position: relative;
    margin-bottom: 80px;
    box-sizing: border-box;
    padding-left: 920px;
}
#topimage  .custom_procentr {
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    text-align: justify;
 	 max-width: 1360px;
        padding-left: 655px;
        margin: 0 auto;
        background-size: 574px;
        background-position: left top 30px;
}
#topimage  .custom_procentr h2 {
    line-height: 120%;
    font-size: 45px;
    margin: 20px 0 40px 0;
    display: inline-block;
    color: #005C9F;
}
#topimage .custom_procentr a {
    display: inline-block;
    padding: 15px 30px;
    color: white;
    background: #0069B6;
    margin-top: 30px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}
#topimage .custom_procentr a:last-child {
    background: #FCF561;
    color: #000;
}
#topimage .custom_procentr a:hover {
    opacity: .8;
}
.modulewithbg.perevagi_mod {
    background: url(../images/bg_color_line.svg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 370px;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: -70px;
}

.modulewithbg.perevagi_mod td {
    max-width: 420px;
}
.modulewithbg.perevagi_mod ul li {
    margin-bottom: 30px;
}
.moduleabshop_mod .container {
    background: linear-gradient(92.73deg, #007DDC 24.31%, #0061A8 103.54%);
    box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.25);
    border-radius: 70px;
    background-repeat: no-repeat;
    background-position: right;
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    line-height: 140%;
}

.customabshop_mod {
    background-repeat: no-repeat;
    background-position: right center;
    padding: 50px 700px 50px 87px;
    border-radius: 70px;
    margin-bottom: 30px;
    font-weight: 300;
}

.customabshop_mod h3 {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 17px;
    color: #fff;
}

.customabshop_mod a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin-top: 15px;
}
#botcontent .custom {
    max-width: 945px;
    margin: 80px auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
}

#botcontent .custom h3 {
    color: #000;
}

#user-bottom {
    background: url(../images/bg_line_footer.svg) center top no-repeat;
    background-size: contain;
    padding-top: 136px;
}
#botnav {
    margin: 60px 0;
}
#footer {
    padding-bottom: 50px;
}
#footer .custom tr {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    background: #F2F4F7;
    border-radius: 20px;
}
#breadcrumb {
    background: #f2f4f7;
    padding:  25px 0;
    text-align: center;
}
.item-page .page-header h2 {
    text-transform: uppercase;
    /* text-align: center; */
    color: #114e7a;
    letter-spacing: -1px;
    font-size: 27px;
}
.item-page.contact_page tr {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.item-page.contact_page tr td {
    flex: 1;
    text-align: center;
}
.item-page table {
    text-align: left;
}
.item-page h3 {
    margin: 20px 0 35px 0;
    font-size: 25px;
}
.item-page table  td {
    padding: 10px;
}
.item-page ul {
    list-style: circle;
}
.item-page .pull-left.item-image {
    float: left;
    margin: 0 30px 30px 0;
}


/* Next */
#leftbar-w {
    padding: 0;
    width: 230px;
    float: left;
}
#rightbar-w {
    margin-right: 12px;
    padding: 0;
    width: 230px;
    float: right;
}
#sidebar {
    padding: 0;
}
#sidebar .module {
    padding: 6px 0 6px 0;
    margin: 0;
}
#sidebar .module-title {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 0 22px;
    font-family: Tahoma, sans-serif;
}
#leftbar-w .module-title {
    padding: 0 0 0 15px;
}
#rightbar-w  .module-title {
    padding: 0 0 0 15px;
}
ul.sigFreeClassic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.slider_news .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
}
.slider_news .entry-content {
    text-align: left;
    padding: 10px;
}
.dateart {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
    color: #6B6B6B;
}
.slider_news  .entry-title a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
}
table.desul ul li {
    list-style: circle;
}
#main {
    margin: 0 auto 0 auto;
    position: relative;
}
#main-content {
    clear: both;
    margin-top: 10px;
    background: #fff;
    position: relative;
    padding: 10px;
}
#leftcolumn {
    margin-left: 9px;
    padding: 0;
    width: 205px;
    float: left;
}
#rightcolumn {
    margin-right: 9px;
    padding: 0;
    width: 205px;
    float: right;
}
#centercontent {
    width: 500px;
    float: left;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
#centercontent_md {
    width: 725px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 5px;
    overflow: hidden;
}
body.article #centercontent_bg {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #d6d9dd;
    overflow: hidden;
}
.blog-featured {
    background: #fff;
    color: #555;
}
.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0 3px 4px;
    margin-top: 2px;
}
.item-page {
    line-height: 170%;
    font-size: 17px;
    color: #000;
}
.page-header h2 {
    font-size: 25px;
    margin-bottom: 2%;
}
.item .page-header h2 {
    font-size: 23px;
    margin-bottom: 2%;
}
.items-row {
    position: relative;
    clear: both;
    text-align: center;
}
.items-row .span3, .items-row .span4, .items-row .span6 {
    display: inline;
}
.artmods.container {
    margin-bottom: 50px;
}
.artmods.container.slider_istorii {
    margin-top: 50px;
    max-width: none;
}
.artmods.container.slider_istorii > div {
    max-width: 1360px;
    margin: 0 auto;
}
.artmods.container.slider_comanda {
    margin: -155px auto 50px auto;
}
.artmods.container.slider_istorii {
    background: url(../images/bg_color_line.svg) center bottom no-repeat;
    background-size: cover;
}
.artmods.container.slider_istorii .blog-entry.border {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
    padding-bottom: 10px;
}
.artmods.container.slider_istorii .owl-carousel .owl-item img {
    border-radius: 20px 20px 0 0;
}
.artmods.container.slider_istorii .owl-carousel.owl-drag .owl-item {
    padding-bottom: 10px;
}
.slider_comanda .entry-description {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #6B6B6B;
}
.slider_comanda .entry-title h3 a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    color: #000000;
}
.artmods .header_wlink h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
}
.artmods .header_wlink h3 span {
    color: #005C9F;
}
.artmods .header_wlink {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.artmods .header_wlink a {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0073C7;
    text-decoration: none;
    margin-top: 10px;
}
.artmods  .nav-outside-top .owl-nav {
    top: -87px;
}
.slider_comanda .entry-content {
    display: flex;
    flex-direction: column-reverse;
}
.blog .item {
    padding: 10px 20px 20px 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 275px;
    border: 1px solid #dce0e6;
    width: 100%;
}
.blog .item:hover {
    box-shadow: 0 0 20px #ddd;
    background: #fff;
}
.blog.komanda_page .item {
    border: 0;
    max-width: 250px;
}
.item-page .pull-left.item-image img {
    /* margin-bottom: 30px; */
    border-radius: 20px;
    max-width: 422px;
}
iframe {
    border: 0;
    border-radius: 10px;
}
.blog.komanda_page .item:hover  {
    box-shadow: none;
}
.blog .item .pull-left.item-image {
    margin: -10px -20px 20px -20px;
    overflow: hidden;
}
.blog .item .pull-left.item-image:hover img {
    transform: scale(1.3);
    transition: transform 6s;
}
.blog .item .pull-left.item-image img {
    border-radius: 10px 10px 0 0;
}
.cat-children {
    text-align: center;
    margin: 30px 0;
}
.cat-children > div {
    display: inline-block;
    background: #007ddc;
    padding: 10px 35px;
    border-radius: 10px;
}
.cat-children > div a {
    color: #fff;
}
#centercontent_bg  .blog .items-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.page-header h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 45px;
}
.moduletable.video_about h3 {
    text-align: center;
    color: #005c9f;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.moduletable.video_about {
    padding: 0 25px;
}

.blog .item .pull-left.item-image img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.blog.story .item .pull-left.item-image img {
    height: 500px;
}
.blog.komanda_page .item .pull-left.item-image img {
    height: 350px;
    width: 250px;
    object-fit: cover;
}
.blog.komanda_page .page-header h2 {
    font-weight: 400;
    margin: 20px 0 10px 0;
}
.blog.komanda_page .page-header h2 a {
    text-decoration: none;
}
.blog.komanda_page .item:hover .page-header h2 a {
    text-decoration: underline;
}
.blog.shop_page > h2 {
    text-align: center;
    margin-bottom: 30px;
}
.category-desc {
    margin: 70px 0 20px 0;
    /* text-align: center; */
}
.item-page.komanda_page .pull-left.item-image img, .artmods.container.slider_comanda .blog-entry img {
    /* border-radius: 300px; */
    width: 384px;
    height: 410px;
    object-fit: cover;
    margin-bottom: 30px;
    max-width: none;
}
 .artmods.container.slider_comanda .blog-entry img {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px auto;
    max-width: 100%;
}
.readmore {
    margin: 0;
    line-height: 20px;
}
ul.pagenav {
    display: block;
}
ul.pagenav li {
    list-style: none;
}
.pagenav-prev {
    float: left;
    padding-top: 10px;
}
.pagenav-next {
    float: right;
    padding-top: 10px;
}
.pagination {
    clear: both;
}
.pagination span, .pagination a, ul.pagenav li a {
    padding: 1px 8px;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 90%;
}
.pagination a, ul.pagenav li a {
    font-weight: bold;
    text-decoration: underline;
}
.button, .validate {
    padding: 3px 15px;
    border: 1px solid #999;
    background: #b9b8b8;
    color: #fff;
    font-weight: bold;
}
.button:hover, .validate:hover, .pagination a:hover, ul.pagenav li a:hover {
    background: #757474;
    color: #fff;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #13618d;
    padding: 5px 10px;
}
.breadcrumbs {
    padding: 0 0 0 10px;
    color: #555;
}
#footer .customicons p {
    display: flex;
    width: 105px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
    position: fixed;
    z-index: 555;
    bottom: 5vh;
    right: 2vw;
}
#footer .customicons p img:hover {
    box-shadow: 0 2px 26px #0003;
    border-radius: 50%;
}
#navtoogle, #phonetoogle {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    border: 3px solid #CEDEEA;
    border-radius: 30px 0 0 30px;
    border-right: 0;
    width: 75px;
}
#phonetoogle {
    right: auto;
    left: 0;
    border-radius: 0 30px  30px 0;
    border-left: 0;
    border-right: 3px solid #CEDEEA;
}
button.phone_switch {
    height: 44px;
    width: 55px;
    border: 0;
    font-size: 0;
    background: url(../images/phonesw.svg) 0 0 no-repeat;
    margin: 12px 0px -4px 22px;
}
.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 6px 6px 6px 14px;
    padding: 0;
    width: 54px;
    background: transparent;
    height: 40px;
    border: 0;
    font-size: 0;
    border-radius: 20px;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 12px;
    right: 12px;
    height: 3px;
    background: #005C9F;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #005C9F;
    content: '';
}
.cmn-toggle-switch span::before {
    top: -8px;
}
.cmn-toggle-switch span::after {
    bottom: -8px;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s 0;
}
.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0 .3s;
}
span.menutoog div {
    background: #000;
    width: 100%;
    height: .125rem;
    margin: .25rem auto;
    border-radius: 10px;
    transition: .3s cubic-bezier(.28, .55, .385, 1.65);
    transition-timing-function: cubic-bezier(.28, .55, .385, 1.65);
    transform: none;
    transform-origin: center;
}
@media screen and (min-width: 1950px) {
    .custom.firstscreen {
        max-width: 92vw;
        box-sizing: border-box;
    }
    .custom_procentr {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1610px) {
    .moduleabout_mod .container {
        max-width: 1320px;
    }
    #topimage .custom_procentr {
        max-width: 1360px;
        padding-left: 655px;
        margin: 0 auto;
        background-size: 582px;
        background-position: left  top 30px;
    }
    .moduleabout_mod .container td:first-child {
        width: 525px;
        height: 392px;
        overflow: hidden;
        border-radius: 50px;
    }
    #topimage .moduleprod_mod {
        margin: 80px 0 40px 0;
    }
    .modulewithbg.perevagi_mod {
        background-size: contain;
        padding-bottom: 245px;
        font-size: 18px;
        margin-bottom: -125px;
    }
    #botcontent .custom {
        margin: 30px auto;
        font-size: 28px;
        line-height: 38px;
    }
    #header .container > div {
        flex: 1 0;
    }
    #user-bottom {
        padding-top: 100px;
    }
    #botnav {
        margin: 30px 0;
    }
    #topimage .custom.firstscreen {
        min-height: 600px;
        margin-bottom: 50px;
    }
    #topimage .custom.firstscreen  h2 {
        font-size: 54px;
        max-width: 814px;
        margin: 100px 0 40px 0;
    }
    #header .inline_logo {
        text-align: center;
        margin: -48px 45px -20px 70px;
    }
    .logo {
        max-width: 360px;
        display: inline-block;
        height: 190px;
    }
    .customwithbg.direktor_mod h2 {
        font-size: 45px;
    }
}
@media screen and (max-width: 1420px) { 
    #topimage .custom.firstscreen {
        min-height: 600px;
        padding-left: 30px;
    }
    .customwithbg.direktor_mod td:first-child {
        padding-right: 45px;
    }
    .customwithbg.direktor_mod td:first-child img {
        width: 385px !important;
        height: 385px !important;
    }
    .container {
        max-width: 1360px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 30px;
    }
    .modulewithbg.direktor_mod {
        padding-bottom: 130px;
        margin-bottom: -80px;
    }
     
    .customwithbg.direktor_mod h2, .moduleabout_mod .container td h2, 
    .modulewithbg.perevagi_mod h2, #topimage .moduleprod_mod h2, #topimage .custom_procentr h2,
    .artmods .header_wlink h3 {
        font-size: 37px;
        margin-bottom: 0;
    }
    .moduleabout_mod .container td strong, #topimage .custom_procentr strong {
        margin: 10px 0 20px;
    }
    #topimage .moduleprod_mod {
        margin: 50px 0 30px 0;
    }
    #topimage .custom_procentr {
        padding-right: 30px;
    }
    #topimage .custom_procentr {
        padding-left: 630px;
    }
    .modulewithbg.perevagi_mod {
        background: linear-gradient(45deg, #eaf5f8, #fffeeb);
        padding: 40px 0px 30px 0px;
        font-size: 17px;
        margin-bottom: 40px;
    }
    .customabshop_mod {
        background-repeat: no-repeat;
        background-position: right center;
        padding: 30px 544px 30px 54px;
        border-radius: 30px;
        margin: 10px;
        background-size: 477px;
        border: 1px solid #fff;
    }
    .moduleabshop_mod .container {
        border-radius: 50px;
        max-width: none;
        margin: 0 30px;
        padding: 5px;
    }
    .moduleabout_mod .container td:first-child {
        border-radius: 30px;
    }
    #topimage .custom.firstscreen  h2 {
        font-size: 44px;
        max-width: 688px;
        margin: 40px 0 25px 0;
    }
    #topimage .custom.firstscreen  .caption a {
        padding: 25px 28px;
    }
    #topimage .custom.firstscreen .caption {
        margin-top: 40px;
        zoom: .9;
    }
    #topimage .custom.firstscreen {
        min-height: 440px;
    }
    #topimage .custom.firstscreen {
        background-position: right -130px center;
    }
    #nav ul li a, #botnav ul li a {
        padding: 8px;
    }
    .artmods.container.slider_comanda {
        margin: 0 auto 10px auto;
    }
    .artmods  .nav-outside-top .owl-nav {
        top: -93px;
    }
    .artmods.container {
        margin-bottom: 30px;
    }
    .artmods.container.slider_istorii {
        margin-top: 30px;
        max-width: none;
    }
    .artmods .header_wlink {
        gap: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1320px) {
    #topimage .moduleabout_mod .caption a, #topimage .custom_procentr a {
        padding: 12px 24px;
        font-size: 16px;
    }
    #header .inline_logo {
        text-align: center;
        margin: -48px 22px 0 40px;
    }
    .customwithbg.direktor_mod h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #topimage .moduleprod_mod .customprod_mod > p {
        font-size: 21px;
        margin-bottom: 40px;
    }
    #topimage .moduleprod_mod tr td p:last-child a {
        font-size: 17px;
        line-height: 160%;
    }
    #topimage .moduleprod_mod tr td {
        width: 200px;
    }
    .modulewithbg.perevagi_mod td {
        max-width: 320px;
    }
    .moduleabshop_mod .container {
        font-size: 17px;
        line-height: 140%;
    }
    .customwithbg.direktor_mod table:last-child {
        border-radius: 50px;
    }
    .customwithbg.direktor_mod table:last-child tbody {
        border-radius: 40px;
    }
    #topimage .custom_procentr {
        padding-left: 570px;
        background-size: 507px;
        font-size: 16px;
    }
    #botcontent .custom {
        margin: 30px auto;
        font-size: 22px;
        line-height: 35px;
        max-width: 742px;
    }
    #botnav {
        margin: 15px 0;
    }
    #nav ul li:first-child, #botnav ul li:first-child {
        display: none;
    }
    .item-page.contact_page tr {
        flex-wrap: wrap;
        gap: 35px;
    }
    
    .item-page.contact_page tr td {
        flex: 1 0 100%;
    }
    .artmods  .nav-outside-top .owl-nav {
        top: -73px;
    }
    .artmods.container.slider_comanda .blog-entry img {
        width: 240px;
        height: 240px;
        margin: 0 auto 20px auto;
    }
    .entry-content {
        margin: 15px 0 10px 0;
        padding: 0 10px;
    }
    .entry-meta {
        margin: 0;
    }

}
@media screen and (max-width: 1200px) {
    .customabshop_mod {
        background: none !important;
        padding: 20px 30px 20px 50px;
    }
  #footer .customicons p {
    transform: scale(0.8);
    bottom: 15px;
    right: 0;
}
    .customwithbg.direktor_mod table:last-child tbody {
        font-size: 17px;
        padding: 20px 30px 20px 50px;
    }
    .customwithbg.direktor_mod {
        font-size: 16px;
        text-align: justify;
    }
    #topimage .custom.firstscreen {
        min-height: 420px;
        padding-left: 5vw;
    }
    #topimage .custom.firstscreen  h2 {
        font-size: 35px;
        line-height: 42px;
        max-width: 604px;
        margin: 80px 0 0 0;
    }
    #topimage .custom.firstscreen  .caption a {
        padding: 20px 23px;
        margin-right: 12px;
        font-size: 15px;
    }
    #topimage .custom.firstscreen p {
        font-size: 26px;
        line-height: 30px;
    }
    .moduleabout_mod .container td strong, #topimage .custom_procentr strong {
        margin: 10px 0 10px;
    }
    .moduleabout_mod .container td h2 {
        padding-bottom: 0;
    }
    .customwithbg.direktor_mod td:first-child img {
        width: 310px !important;
        height: 310px !important;
    }
    .moduleabout_mod .container td:first-child {
        width: 425px;
        height: 254px;
        display: inline-block;
        overflow: hidden;
        border-radius: 30px;
    }
    .moduleabout_mod .container td:last-child {
        padding-left: 40px;
    }
    .tgtop .moduletable {
        font-size: 13px;
    }
    #header .inline_topinfo, #header .inline_topinfo_right {
        margin-top: 30px;
        font-size: 15px;
    }
    .logo {
        height: 155px;
    }
    #nav, #botnav ul {
        margin: 0px 0 5px 0;
        text-align: center;
    }
    .inline_logo.footer img.logo {
        margin-top: -85px;
        height: 160px;
    }
    #botnav {
        margin: 5px 0;
    }
    .inline_topinfo_right, .inline_topinfo {
        font-size: 15px;
    }
    #footer {
        padding-bottom: 30px;
        font-size: 15px;
    }

    .customwithbg.direktor_mod h2, .moduleabout_mod .container td h2, .modulewithbg.perevagi_mod h2, 
    #topimage .moduleprod_mod h2, #topimage .custom_procentr h2, .artmods .header_wlink h3 {
        font-size: 35px;
        margin-bottom: 0;
        line-height: 42px;
        text-align: left;
    }
    .customwithbg.direktor_mod h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    #header .inline_logo {
        text-align: center;
        margin: -46px 10px 0 10px;
    }
    #header .inline_topinfo, #header .inline_topinfo_right {
        flex: 1 0 300px !important;
    }
    .customwithbg.direktor_mod, .customwithbg.direktor_mod table:last-child tbody, 
    .moduleabout_mod .container td:last-child, #topimage .custom_procentr, .moduleabshop_mod .container {
        font-size: 15px;
        line-height: 160%;
    }
    #topimage .moduleprod_mod tr td p:last-child a {
        font-size: 16px;
    }
    #topimage .moduleprod_mod {
        margin: 10px 0 30px 0;
    }
    #topimage .moduleprod_mod h2 {
        max-width: 564px;
    }
    #topimage .moduleprod_mod tr td {
        width: 180px;
    }
    #topimage .moduleabout_mod .caption a {
        display: inline-block;
        margin-bottom: 10px;
    }
    #topimage .custom_procentr {
        padding-left: 470px;
        background-size: 420px;
        min-height: auto;
        margin-bottom: 40px;
    }
    .modulewithbg.perevagi_mod ul li {
        margin-bottom: 17px;
        font-size: 15px;
    }
    #topimage .moduleabout_mod .caption a, #topimage .custom_procentr a {
        padding: 10px 20px;
        font-size: 15px;
    }
    #nav ul li a, #botnav ul li a {
        padding: 7px 12px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    #topimage .moduleprod_mod tr {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    #mainhead .container {
        display: none;
    }
    #header .container > div {
        flex: 1 0 100%;
        order: -1;
        padding: 0;
        margin: 0;
    }
    #header .container {
        display: flex;
        justify-content: space-around;
        font-size: 17px;
        line-height: 25px;
        font-weight: 300;
        color: #6F6F6F;
        flex-wrap: wrap;
    }
    #header .container .inline_topinfo, #header .container .inline_topinfo_right {
        flex: 0 0  49% !important;
        text-align: center;
        margin-top: 10px;
        order: 2;
        border: 1px solid #ddd;
        padding-top: 5px;
        border-radius: 10px;
    }
    #mainhead {
        padding-top: 10px;
        position: relative;
        border-top: #007DDC 7px solid;
    }
    #mainhead::after {
        display: block;
        content: '';
        background: #ffffff;
        width: 137px;
        height: 25px;
        margin-top: -25px;
        border-radius: 63px;
        left: 50%;
        top: 18px;
        transform: translateX(-50%);
        position: absolute;
        z-index: 0;
    }
    .logo {
        height: auto;
        position: relative;
        z-index: 2;
    }
    #topimage .custom.firstscreen {
        background-position: right -180px center;
        background-size: 84%;
    }
    .customwithbg.direktor_mod table:first-child td:first-child img {
        width: 210px !important;
        height: 210px !important;
    }
    .customwithbg.direktor_mod table:first-child  td {
        display: inline;
    }
    .customwithbg.direktor_mod table:first-child td:first-child {
        padding-right: 47px;
        float: left;
        display: inline-block;
        margin-bottom: 70px;
    }
    .moduleabout_mod .container tr {
        display: flex;
        gap: 30px;
    }
    .moduleabout_mod .container td:last-child {
        padding-left: 0;
    }
    .moduleabout_mod .container td:first-child {
        width: 100%;
        max-width: 30vw;
        height: 240px;
        display: inline-block;
        overflow: hidden;
        border-radius: 30px;
        flex: 0 0 376px;
    }
    #topimage .custom_procentr {
        padding-left: 36vw;
        background-size: 31vw;
        min-height: auto;
        margin-bottom: 40px;
    }
    #topimage .moduleprod_mod tr td {
        width: 28vw;
    }
    #user-bottom {
        padding-top: 60px;
    }
    #user-bottom .container, #footer .custom tr {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    #user-bottom .container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #user-bottom  .inline_topinfo_right,  #user-bottom  .inline_topinfo {
        text-align: center;
    }
    #header .container .inline_topinfo, #header .container .inline_topinfo_right {
        text-align: center;
        margin-top: 10px;
        order: 2;
        border: 1px solid #ddd;
        padding-top: 5px;
        border-radius: 10px;
        flex: 0 0 49%;
    }
    #topimage .moduleprod_mod {
        margin: 40px 0 40px 0;
    }
    #nav ul li, #botnav ul li {
        padding: 3px 20px;
    }
    .inline_logo.footer {
        order: -1;
    }
    #botnav {
        display: none;
    }
    iframe, .item-page .pull-left.item-image img {
       max-width: 100%;
    }
    iframe {
        height: 47vw;
    }
    .item-page table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item-page table  td {
        padding: 10px;
        width: 100% !important;
    }
  
}
@media screen and (max-width: 768px) {
 
    #header  {
        position: relative;
    }
    #header .container .inline_topinfo, #header .container .inline_topinfo_right {
        display: none;
    }
    #navtoogle, #phonetoogle {
        display: block;
        z-index: 5;
    }
 
    #topimage .custom.firstscreen {
        background-position: right -2px top;
        background-size: 474px;
        padding: 355px 20px 0 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    #topimage .custom.firstscreen  h2 {
        text-shadow: 2px 2px 2px #fff;
        text-align: center;
        margin-bottom: 10px;
    }
    #topimage .custom.firstscreen  h2, #topimage .custom.firstscreen p {
        text-shadow: 1px 1px 1px rgb(255 255 255 / 78%);
    }
    #topimage .custom.firstscreen p {
        color: #000000;
    }
    .customwithbg.direktor_mod table:first-child td:first-child {
        padding-right: 33px;
        margin-bottom: 34px;
    }
    .container {
        padding: 0 20px;
    }
    #topimage .custom.firstscreen:before {
        height: 53px;
        bottom: 0;
    }
    .customwithbg.direktor_mod td:first-child {
        padding: 0;
    }
    .customwithbg.direktor_mod table:last-child tbody, .customabshop_mod {
        font-size: 17px;
        padding: 18px 33px 22px 30px;
    }
    .moduleabout_mod .container td:first-child {
        max-width: 60vw;
        height: 240px;
        flex: 0 0 476px;
    }
    .moduleabout_mod .container tr {
        flex-wrap: wrap;
    }
    .modulewithbg.direktor_mod {
        margin-bottom: -60px;
    }
    #topimage .custom_procentr {
        padding-left: 20px;
        background-size: 373px;
        padding-top: 233px;
        background-position: left 20px top 0;
        margin-bottom: 40px;
    }
    #topimage .moduleprod_mod tr, .modulewithbg.perevagi_mod tr {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    .modulewithbg.perevagi_mod td {
        max-width: none;
        flex: 1 0 100%;
    }
    .modulewithbg.perevagi_mod ul li {
        margin-bottom: 12px;
        font-size: 17px;
    }
     .modulewithbg.perevagi_mod h2 {
        margin-bottom: 30px;
    }
    #topimage .custom.firstscreen:after {
        height: 101%;
        background: linear-gradient(0deg, white, transparent);
    }
    #topimage .moduleabout_mod .caption a, #topimage .custom_procentr a {
        padding: 16px 27px;
        font-size: 15px;
    }
    #topimage .custom.firstscreen  .caption a {
        padding: 25px 30px;
        margin-right: 10px;
        font-size: 15px;
    }
    .phone_offcanvas {
        padding: 20px;
        text-align: center;
    }
    .phone_offcanvas  .moduletable {
        max-width: 300px;
        font-size: 19px;
        font-weight: 700;
        color: #003459;
        display: block;
        margin: 0 auto;
        line-height: 200%;
    }
    #nav, .phone_offcanvas {
        display: none;
    }
    /* #navtoogle {
        display: block;
    } */
    #nav li ul {
        position: static;
        display: none;
        background: none;
        box-shadow: none;
        margin-left: 0;
    }
    #nav ul li {
        display: block;
    }
    #nav ul li a {
        padding: 15px 0px;
        font-size: 18px;
        color: #003459;
    }
    #nav li ul li a {
        border-bottom: none;
        font-size: 16px;
        padding: 7px;
        margin: 0 auto;
    }
    #nav li ul li a:hover {
        background: rgba(82, 82, 82, .7);
        transition: all .5s;
    }
    #nav li:hover ul {
        display: none;
    }
    #nav ul.nav li.parent {
        border-bottom: 1px solid #d3ecff
    }
    #nav ul.nav li.parent.act {
        border: none;
    }
    #nav ul.nav li.parent:before {
        content: '';
        border: solid #636363;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        top: 22px;
        right: 10%;
        transform: rotate(-45deg);
    }
    #nav ul.nav li.parent.act:before {
        transform: rotate(45deg);
        transition: all .5s;
    }
  
    img {
        max-width: 100%;
    }
    .blog .item {
        width: 100%;
        max-width: 34vw;
        padding: 10px;
        word-wrap: break-word;
    }
    .item .page-header h2 {
        font-size: 18px;
    }
    img.sigFreeImg {
        width: 265px !important;
        height: 200px !important;
        max-width: none;
    }
   
    ul.sigFreeClassic li.sigFreeThumb {
        display: inline-block;
        float: none;
        max-width: 200px;
        max-height: 200px;
        overflow: hidden;
    }
    ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
        background-color: #ffffff;
        position: relative;
        max-width: 100%;
        max-height: 100%;
    }
  
    .artmods .header_wlink {
        gap: 0 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        max-width: 375px;
    }
    .artmods .header_wlink a {
        font-size: 14px;
        line-height: 16px;
        margin-top: 7px;
    }
    .blog .item .pull-left.item-image {
        margin: -10px -10px 10px -10px;
    }
    .blog .item .pull-left.item-image img {
        height: 31vw;
    }
    .blog.story .item .pull-left.item-image img {
        height: 60vw;
    }
    .item-page table  td {
        padding: 5px 0;
    }
    
}
@media screen and (max-width: 560px) {
    .container {
        padding: 0 25px;
    }
    .moduleabout_mod .container td:first-child {
        max-width: 100vw;
        height: 58vw;
        flex: 0 0 100%;
    }
    #topimage .custom.firstscreen {
        background-position: right -10px top;
        background-size: 407px;
        padding: 145px 20px 40px 20px;
        margin-bottom: 15px;
    }
    #topimage .custom.firstscreen .caption a {
        margin-bottom: 10px;
        font-size: 17px;
    }
    #topimage .custom.firstscreen {
        min-height: 490px;
    }
    #topimage .custom.firstscreen {
        min-height: 490px;
        padding-bottom: 20px;
    }
    #topimage .custom.firstscreen .caption {
        zoom: 1;
    }
    .customwithbg.direktor_mod table:first-child td:first-child {
        margin: 0 auto 22px auto;
        display: block;
        float: none;
        text-align: center;
        padding: 0;
    }
    .customwithbg.direktor_mod h3, .customwithbg.direktor_mod h2 {
        text-align: center;
    }
    .customwithbg.direktor_mod table:first-child td:first-child img {
        width: 310px !important;
        height: 310px !important;
    }
    .customwithbg.direktor_mod, .customwithbg.direktor_mod table:last-child tbody, .moduleabout_mod .container td:last-child, #topimage .custom_procentr, .moduleabshop_mod .container {
        font-size: 17px;
        line-height: 170%;
    }
    .modulewithbg.direktor_mod {
        background-size: 100%;
        margin-bottom: 0;
    }
    .customwithbg.direktor_mod table:last-child tbody, .customabshop_mod {
        padding: 30px 33px 22px 30px;
    }
    .customwithbg.direktor_mod table:last-child tbody {
        margin-bottom: 0;
    }
    .moduleabout_mod .container td h2 {
        margin-bottom: 20px;
    }
    .moduleabout_mod .container td:last-child {
        text-align: left;
    }
    #topimage .moduleabout_mod .caption a, #topimage .custom_procentr a {
        padding: 18px 30px;
        font-size: 17px;
    }
    #topimage .custom_procentr:before {
        content: '';
        width: 100%;
        height: 57vw;
        background: url(../../../images/system/procentr.jpg) center center no-repeat;
        border-radius: 30px;
        display: block;
        background-size: contain;
    }
    #topimage .custom_procentr {
        background: none !important;
        padding-top: 0;
    }
    #topimage .custom_procentr {
        text-align: left;
        padding: 0 30px;
    }
    .customwithbg.direktor_mod h2, .moduleabout_mod .container td h2, .modulewithbg.perevagi_mod h2, #topimage .moduleprod_mod h2, #topimage .custom_procentr h2 {
        color: #000;
    }
    .customwithbg.direktor_mod h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #005C9F;
        margin-bottom: 7px;
    }
    .customwithbg.direktor_mod h3 {
        font-weight: 400;
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        color: #000000;
    }
    #topimage .custom.firstscreen:before {
        height: 53px;
        bottom: -112px;
        left: 0%;
        z-index: -1;
        background-size: 250%;
    }
    #topimage .moduleprod_mod h2 {
        color: #005C9F;
        margin-bottom: 10px;
    }
    .customwithbg.direktor_mod table:last-child {
        border-radius: 50px;
        margin: 0 -15px;
        width: calc(100% + 30px) !important;
    }
    .moduleabshop_mod .container {
        margin: 0 12px;
    }
    .moduleabout_mod, #topimage .custom_procentr {
        background: url(../images/bg_line.svg) center bottom -20px no-repeat !important;
        padding-bottom: 78px;
        background-size: 320%;
    }
    #topimage .moduleprod_mod {
        margin: 20px 0 40px 0;
    }
    #topimage .moduleprod_mod tr td {
        width: 38vw;
    }
    .modulewithbg.perevagi_mod {
        background: no-repeat;
        padding: 20px 10px 10px 10px;
        font-size: 17px;
        margin-bottom: 40px;
    }
    .artmods .nav-outside-top .owl-nav {
        top: -90px;
    }
    .cat-children > div {
        margin: 10px;
    }
    body.article #centercontent_bg {
        padding: 10px;
        border-radius: 10px;
    }
    .page-header h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    
}

@media screen and (max-width: 470px) {
 
    #topimage .moduleprod_mod tr td {
        width: 78vw;
    }
    #topimage .custom.firstscreen {
        padding: 40px 20px 40px 20px;
        min-height: 370px;
    }
    #botcontent .custom {
        margin: 30px auto;
        font-size: 16px;
        line-height: 31px;
    }
    #mainhead::after {
        width: 100px;
    }
    #header .container > div {
        margin-top: -9px;
    }
    .logo {
        max-width: 330px;
    }
    #main-content .container {
        padding: 0 12px;
    }
    #main-content .container, body.article #centercontent_bg {
        padding: 20px 14px;
    }
    .item-page h3 {
        margin: 10px 0 15px 0;
        font-size: 25px;
    }
    #navtoogle, #phonetoogle {
        top: 12px;
        width: 65px;
    }
    .cmn-toggle-switch span {
        left: 8px;
        right: 12px;
    }
    .cmn-toggle-switch {
        margin: 6px 0px 6px 14px;
        width: 51px;
    }
    .artmods .nav-outside-top .owl-nav {
        display: none;
    }
    .artmods.container {
        margin-bottom: 0;
    } 
    .blog .item {
        max-width: none;
    }
    .blog.story .item .pull-left.item-image img {
        height: 140vw;
    }
    .blog .item .pull-left.item-image img {
        height: 50vw;
    }
    #nav ul.nav li.parent:before {
        top: 30px;
        right: 10px;
    }
    ul.sigFreeClassic li.sigFreeThumb {
        display: inline-block;
        float: none;
        max-width: 38vw;
        max-height: 150px;
        overflow: hidden;
    }
    img.sigFreeImg {
        width: 100% !important;
        height: 100% !important;
        max-width: none;
    }
  #footer .customicons p {
    transform: scale(0.7);
    bottom: -15px;
    right: -10px;
}

}
@media screen and (max-width: 400px) { 
    .customwithbg.direktor_mod table:last-child tbody h4 {
        font-size: 24px;
    }
    .customwithbg.direktor_mod, .customwithbg.direktor_mod table:last-child tbody, .moduleabout_mod .container td:last-child, #topimage .custom_procentr, .moduleabshop_mod .container {
        font-size: 16px;
    }
    .customwithbg.direktor_mod table:last-child tbody, .customabshop_mod {
        padding: 20px 23px 12px 20px;
    }
    .logo {
        max-width: 100%;
    }
    #topimage .moduleabout_mod .caption a, #topimage .custom_procentr a {
        padding: 18px 20px;
    }
  #topimage .moduleabout_mod .caption a, #topimage .custom_procentr a {
    padding: 12px 23px;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 20px;
}
  .item-page span {
    line-height: 170%;
    font-size: 15px !important;
    color: #000;
}
  .item-page .page-header h2 {
    letter-spacing: 0px;
    font-size: 20px;
    margin-bottom: 20px;
}
  .blog .item {
    font-size: 13px;
    line-height: 20px;
    color: #444;
}
    
}
@media only screen and (min-width: 600px) { #footer .customicons p a:first-child {
    display: none;
}}