@media (max-width: 992px) {
.cont {
    width: calc(100% - 30px) !important;
    padding: 0 15px;
}

section.page .cont {
    padding: 0 15px;
}

section.page .cont:after {
    right: 0px;
}

section.page {
    padding-top: 138px;
}

body.page-template-default.page.page-id-2 header {
    height: 90px;
}

section.cena .cont {flex-direction: column;}

.mob{
	display:flex;
}

.lang.mob {
    margin-left: 0px;
    /* right: 66px; */
    /* top: 31px; */
    position: relative;
    margin-left: 30px;
}

.lang.mob a {
    font-size: 12px;
}
/***************************************************************/
nav.nav{
     display:block;
 }
.nav {
    /* width: 100%; */
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: auto;
    right: -100%;
    /* padding: 15px 20px; */
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: right 0.3s;
    background: #ffffff;
    z-index: 2000;
}



.nav-toggle {
    /* position: absolute; */
    /* left: 320px; */
    /* top: 1em; */
    padding: 0.5em;
    /* background: inherit; */
    /* color: #dadada; */
    cursor: pointer;
    /* font-size: 1.2em; */
    /* line-height: 1; */
    /* z-index: 2001; */
    /* -webkit-transition: color .25s ease-in-out; */
    -moz-transition: color .25s ease-in-out;
    /* transition: color .25s ease-in-out; */
    /* display: flex; */
    /* flex-direction: column; */
}


.nav-toggle:after {
    /* content: '\2630'; */
    /* text-decoration: none; */
}

.nav-toggle:hover {
    color: #f4f4f4;
}


[id='nav-toggle'] {
    position: absolute;
    display: none;
}




[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
    display: none;
}




[id='nav-toggle']:checked ~ .nav {
    right: 0;
    /* box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5); */
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    /* -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5); */
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    /* transform: rotate(-45deg); */
    /* transform: all 0.5 ease; */
    /* position: absolute; */
    z-index: 10000;
}

[id='nav-toggle']:checked ~ .nav-toggle {}


[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}


[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}


body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}


@media screen and (min-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
    .nav {
      width: 100%;
      box-shadow: none
    }
}



.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.nav form#currency button{
    padding-left:0px;
    padding-top: 21px;
}
.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}

[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #dadada;
    width: 100%;
    text-decoration: none;
       -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}

.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

/*
.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}

[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
*/
/*****************************************************************************/
.rg_menu {
    display: none;
}

.nag {
    display: none;
}

.logo {
    width: 60%;
}

.logo img {
    width: 42px;
}

.mob.burger label {
    width: 40px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.mob.burger label span {
    width: 35px;
    height: 3px;
    background: #296A3D;
}

header .cont {
    height: 60px;
    justify-content: space-between;
}

.mob.burger {
    margin-top: 25px;
}

section#top_bann {
    padding-top: 89px;
    padding-bottom: 68px;
}

section#top_bann .cont {
    height: auto;
    flex-direction: column;
    width: calc(100% - 96px) !important;
    padding: 20px;
}

section#top_bann .cont:before {
    width: calc(100% - 30px);
    height: calc(100% - 34px);
}

section#top_bann .cont .lf {
    width: 100%;
}

html[lang="uk"] .tit {
    width: 100%;
}

.tit {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    padding-left: 10px;
    padding-top: 13px;
}
section#top_bann .cont .lf ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.niz {
    flex-direction: column;
}

.bl_mem {
    margin-top: 10px;
}

.ops_act {
    margin-top: 20px;
    text-align: center;
    margin-left: 0px;
    line-height: 17px;
}

.rt {
    width: 100%;
    top: 0;
    margin-top: 37px;
}

.doc img {
    width: 60%;
}

.doc {
    margin-top: -30px;
    margin-bottom: -20px;
}

.niz_sp {
    width: 40%;
    /* margin-left: -55px; */
    right: 0px;
}

.titl_ser {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
}

section#prob .cont {
    margin-top: 30px;
}

.on_prob {
    width: 100%;
    margin-bottom: 26px;
}

.vidd {
    height: 190px;
}

.bl_st_pod {
    width: 100%;
    height: auto;
}

.bl_st_pod .lf {
    width: 100%;
    padding: 15px;
}

.forma form {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.forrt input {
    width: 240px;
}
.forma {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.tit_st {
    margin-bottom: 20px;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
}

.sub {
    margin-left: 2px;
    margin-top: 20px;
    max-width: inherit;
    text-align: center;
    justify-content: center;
    /* align-items: center; */
}

.sub:after {
    left: calc(50% - -95px);
}

.forrt {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sub input {
    width: 263px;
}

.bl_st_pod .rg {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.yan {
    margin-top: 10px;
    margin-bottom: 20px;
}

.niz_form {
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.niz_form>span:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    margin: -0;
    margin-bottom: 10px;
    font-size: 17px;
}

.niz_form {
    padding: 0 15px;
}

.tit_pos {
    width: 100%;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
}

.bl_pod_s {flex-wrap: wrap;}

.bl_pod_s .on_bl {
    width: calc(50% - 15px);
    margin-bottom: 15px;
}

section#pom {
    padding-bottom: 50px;
}

section#kart .cont .titl_kart {
    display: inline-block;
    margin-top: -30px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}

.bl_on_kart {}

.on_kart {
    width: 50%;
    height: 140px;
}
section#dipl .cont .lf {
    width: 100%;
}

section#dipl .cont {
    flex-direction: column;
}

.bl_left_sl .on_sli {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#dipl .cont .rg {
    padding-left: 0;
    width: 100%;
}
section#otz .cont {
    flex-direction: column;
}

section#otz .cont .lf {}

section#otz .cont .titl {
    font-size: 21px;
    line-height: 25px;
    margin-top: -55px;
}

.bl_otz_vid {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.bl_otz_vid .on_otz_vid {
    margin-right: auto;
    width: 60%;
}

.on_otz_vid a img {
    width: 93%;
}

.on_otz_vid a {
    width: 90%;
    height: 310px;
}

section#otz .cont .rg .titl {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bl_otz_pik {
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.on_otz_pik {
    width: 33%;
}

.bl_otz_pik a {
    height: 188px;
    background-size: cover;
    /* width: 50%; */
    width: auto;
    background-position: -7px;
}

.bl_otz_pik a img {
    width: 70%;
    margin-left: -9px;
    margin-top: -10px;
    border-radius: 12px;
    overflow: hidden;
}

.on_otz_pik:before {
    top: -5px;
}

.on_otz_pik:after {
    bottom: -10px;
}

section#otz .cont .rg {
    padding-left: 0px;
}

section#soprov {
    margin-top: 0;
}

section#soprov .cont .titl:before {
    z-index: -10;
    display: none;
}

section#soprov .cont .titl {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 25px;
}

.bl_sop {
    flex-direction: column;
}

.on_sop {
    width: 100%;
}

.titl_vop {
    font-size: 21px;
    line-height: 25px;
    max-width: 100%;
}

section#vopr {
    margin-top: 0px;
}

.on_vopros {
    width: 100%;
}

.vopros span {
    width: 82%;
}

.titl_ins {
    font-size: 21px;
    line-height: 25px;
    width: 100%;
}

.SamBl {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.SamBl a {
    margin-bottom: 20px;
}

.titl_cont {
    font-size: 21px;
    line-height: 25px;
    display: inline-block;
}

.on_cont:nth-child(2) {
    width: 100%;
}

.on_cont:nth-child(3) {
    margin-top: 0;
    width: 100%;
}

.cart {
    width: 30;
    width: 30%;
}

.on_cont:nth-child(4) {
    padding-left: 0px;
    margin-top: 30px;
    width: 100%;
}

footer .on_foot:nth-child(2) {
    display: none;
}
span.info:hover + .bl_opis {
    height: 190px;
}
span.info:hover + .bl_opis {
    height: 190px;
}

ul#menu-top_menu {
    list-style: none;
}

ul#menu-top_menu li a {
    color: #000;
    margin-bottom: 17px;
    position: relative;
    display: flex;
}

label.close_menu {
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.close_menu span {
    width: 30px;
    height: 2px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.close_menu span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
}

label.close_menu span:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
}
.niz_rec {
    flex-direction: column;
}

.bl_tit {
    width: 169px;
    margin-top: 19px;
}

.bl_tit.mob {
    margin-top: 24px;
    margin-right: 4%;
    margin-left: 0;
}

.bl_tit div {
    display: inline-block;
}

.soc_t span {
    display: inline-block;
}

.bl_soc {
    margin-left: 0;
    margin-top: 15px;
}

.soc_t {
    margin-left: 33px;
}
.niz_terr {
    left: calc(50% - 25px);
}
.niz>a{
    z-index: 99;
    margin-bottom: 11px;
}
.forma {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.niz_form a {
    font-size: 24px;
}

.niz_form a span {
    font-size: 19px;
}

span.img_tel {
    width: 25px;
    height: 25px;
}

.niz_form .bl_soc a img {
    width: 26px;
}

.niz_form .bl_soc a:nth-child(2) img {
    width: 34px;
}

.niz_form .bl_soc {
    margin-top: 9px;
}
.topchik {
    width: 30px;
    height: 30px;
}

.topchik:before {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100%;
}
}