html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: Roboto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.menuButton {
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    left:0;
    width:90px;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    overflow:hidden;
    background-color: #08478e;
    z-index:10;
    cursor: pointer;
    cursor:pointer;
}
.menuButton img {
    margin:auto;
}
.menuButtonClose {
    overflow:hidden;
    z-index:12;
    position:absolute;
    transform: translateY(-50%);
    top: 50%;
    left:5%;
    cursor:pointer;
}
.menuButtonClose img {
    width:100%;
}

.menuButton p {
    font-size:18px;
    color: #ffffff;
    margin-top:5px;
}
.menuContent {
    display:none;
    position:relative;
    width:100%;
    height:100%;
    background-color: #08478e;
    z-index:9;
    position:fixed;
    top:0;
    left:0;
    text-align:center;
}
.menuContent__list {
    margin: auto;
    list-style-type: none;
    text-align:center;
    width:35%;
    position:relative;
    transform: translateY(-50%);
    top: 50%;
    margin:auto;
    padding:0;
}
.menuContent__list__item {
    position:relative;
    font-size:30px;
    letter-spacing: 3px;
    margin-bottom:30px;
    cursor:pointer;
}
.menuContent__list__item a, .menuContent__list__item a:link, .menuContent__list__item a:visited, .menuContent__list__item a:hover   {
    color: #ffffff;
    text-decoration:none;
}
.menuContent__list__item.active a {
    color:black;
    cursor:default;
}

.menuContent__list__item a:hover:before {
    content:"—";
    position:absolute;
    top:0;
    left:0;
}
.menuContent__list__item a:hover:after {
    content:"—";
    position:absolute;
    top:0;
    right:0;
}
.menuContent__list__item.active a:before, .menuContent__list__item.active a:after {
    content:none;
}
.header__slider {
    height:100vh;
}
.header__slider__item {
    position:relative;
    overflow:hidden;
    height:100vh;
}
.header__slider__item img {
    /* width: 100%; */
    /* min-height: 100%; */
    min-width: 1000%;
    min-height: 1000%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.1);
}
.header__slider__item {
    position:relative;
}
.owl-stage-outer, .owl-stage, .owl-item {
    overflow:hidden;
    height:100vh;
}
#book div img {
    cursor:pointer;
}
.catalog {
    width:100%;
    height:100%;
    padding-top:50px;
    padding-bottom:155px;
}
.catalog-section {
    background-color: #f5eee4;
}
.catalog-wrap{
    position:relative;
    padding-top:25px;
    padding-bottom:90px;
    overflow: hidden;
}
.catalog__title {
    position:absolute;
    z-index:0;
    width:40%;
    max-width:800px;
    left:22%;
    top:37%;
    overflow:hidden;
}
.catalog__title img {
    width:60%;
}

/*flipbook css*/
.catalog__book {
    float:right;
    position:relative;
    right:16%;
    top:9%;
    bottom:16%;
    width:68%;
    height:90%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:10;
}
.catalog__book .page {
    height: 100%;
    width: 100%;
   
}

.catalog__book .page img {
    max-width: 100%;
    height: 100%;
}
.catalog__book .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}
/*end*/
.catalog__box__move__container {
    position:absolute;
    width:120px;
    right:13%;
    bottom:25px;
    z-index:100;
    overflow: hidden;
}
.catalog__book:before {
    content:"";
    position:absolute;
    background-color: #08478e;
    width:7%;
    height:12%;
    top:-3%;
    right:45%;
}
.catalog__book:after {
    content:"";
    width:26%;
    height:55%;
    position:absolute;
    background-color: #ffffff;
    z-index:-1;
    bottom:-20%;
    right:-5%;
}
.catalog__box__move {
    display:inline-block;
    width:54px;
    height:48px;
    padding-top:12px;
    text-align: center;
}
.catalog__box__move:hover {
    background-color: #08478e;
}
.catalog__box__move:hover i {
    color:#ffffff;
}
.catalog__box__move i {
    color:black;
}
.contact-map {
    width:100%;
    height:950px;
    position:relative;
    overflow:hidden;
}
.google-map {
   width:100%;
   height:100%;
   z-index:1;
   overflow:hidden;
}
.contacts {
    position:absolute;
    top:5%;
    left:5%;
    background-color: #ffffff;
    z-index:2;
    padding:160px 92px 129px 105px;
    
}
.contacts h1 {
    font-size:48px;
    margin-bottom:60px;
}
.contacts__list {
    font-size:18px;
    list-style-type: none;
    text-align:left;
    padding:0;
}
.contacts__list__item {
    margin-bottom:40px;
    overflow:hidden;
    padding-left:52px;
}
.contacts__list__item p {
    margin-bottom:20px;
}
.contacts__list__item:nth-child(1) {
    background-image: url('/img/contacts__list__image__address.png');
    background-repeat: no-repeat;
    line-height: 44px;
}
.contacts__list__item:nth-child(2) {
    background-image: url('/img/contacts__list__image__email.png');
    background-repeat: no-repeat;
    line-height: 24px;
}
.contacts__list__item:nth-child(3) {
    background-image: url('/img/contacts__list__image__telephone.png');
    background-repeat: no-repeat;
}
.contacts__list__item:nth-child(4) {
    background-image: url('/img/contacts__list__image__fax.png');
    background-repeat: no-repeat;
    line-height:30px;
}
.item {
    width:100%;
    height:500px;
    background-color:greenyellow;
}
.products__nav {
    width:100%;
    padding-bottom:58px;
    text-align:center;
    background-color: black;
    padding-top:61px;
}
.products__nav__container {
    overflow:hidden;
    width:200px;
    margin:auto;
}
.products__nav__container li {
    cursor:pointer;
    display:inline-block;
    color:#ffffff;
    font-size:24px;
    margin-right:20px;
    
}
.products__nav__container li:hover {
    text-decoration: underline;
}
.products__nav__container li.active__discount {
    text-decoration: underline;
}
.products {
    background-color: black;
    height:100%;
    margin:auto;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:0.5%;
}
.products__main {
    cursor:pointer;
    width:32.6%;
    margin-right:0.5%;
    margin-bottom:5px;
   
}

.products__hover__content {
    display: block;
    z-index:3;
}
.products__main__container {
    height:100%;
    position:relative;
    overflow:hidden;
}
.products__hover{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
}
.products__hover.discount:before {
    position:absolute;
    content: "ЦІНУ ЗНИЖЕНО";
    width:180px;
    text-align:center;
    font-size:16;
    color:#ffffff;
    padding-top:18px;
    padding-bottom: 18px;
    top:20px;
    left:0;
    background-color: #da010c;
    z-index:2;
}
.products__hover.discount:hover:before {
    display:none;
}
.products__hover:hover{
    background: -moz-linear-gradient( 90deg, rgb(92,61,105), rgb(148,81,106) 50%, rgb(232,151,122) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(92,61,105) 0%, rgb(148,81,106) 50%, rgb(232,151,122) 100%);
    background: -ms-linear-gradient( 90deg, rgb(92,61,105) 0%, rgb(148,81,106) 50%, rgb(232,151,122) 100%);
    background-repeat: none;
    background-size: cover;
    opacity: 0.8; 
}

.products__hover__content {
    display:none;
    position:absolute;
    width:90%;
    height:90%;
    left:5%;
    top:5%;
    margin:auto;
    border:2px solid #ffffff;
    opacity: 1;
    background: none;  
    z-index:3; 
}

.products__title{
    display:none;
    position:absolute;
    width:80%;
    left:10%;
    transform: translateY(-50%);
    top: 50%;
    padding-top:28px;
    padding-bottom:28px;
    font-size: 2vw;
    letter-spacing: 3px;
    overflow:hidden;
    text-align:center;
    color: #ffffff;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
}
.products__hover:hover .products__title, .products__hover:hover .products__hover__content{
    display:block;
    z-index:3;
}
.products__main img{
    width:100%;
}
.masonry-load {
    width:100%;
    background-color: #ffffff;
    text-align: center;
    padding:12px;
}
.display-none {
    display:none;
}
.masonry-load img {
    cursor:pointer;
}
.masonry-load img:active {
    transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
}
.modal {
    display: none;
    position: fixed;
    z-index: 5; 
    left: 0;
    top: 0;
    width:100%;
    height:100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-gallery__content {
    position: relative;
    background-color: #fefefe;
    display:flex;
    justify-content:center;
    flex-flow: row wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #888;
    margin:auto;
    margin-top:60px;
    width:95%;
    overflow: hidden;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.close_product {
    color: #aaa;
    float: right;
    font-weight: bold;
    position:absolute;
    right:10px;
    top:10px;
}
.close_product:hover,.close_product:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.gallery-carousel-container {
    width:45%;
    overflow: hidden;
}
.gallery-carousel {
    width:100%;
    overflow:hidden;
}
.modal-item {
    text-align: center;
}
.modal-item-img {
    width:80%;
}
#lightSlider {
    list-style: none outside none;
    padding-left:0;
    margin-bottom:0;
    background-color:lightslategray;
}
.gallery-carousel__info {
    position:relative;
    margin-left:40px;
    overflow: hidden;
    width:45%;
}
.info-title {
    padding:0;
    border-bottom:2px solid #d6d6d6;
    width:100%;
    float:left;
}
.info-title h1, .links h1{
    font-size:30px;
    padding:0;
    margin:0;
    margin-bottom:10px;
}
.info-option {
    overflow:hidden;
    max-width:100%;
    width:100%;
}
.info-option h1 {
    font-size:30px;
    margin-bottom:10px;
    margin-top:30px;
}
.info-option p {
    margin-bottom:20px;
}
.links {
    margin-bottom:100px;
}
.products__links a {
    text-decoration:none;
    color:black
}
.products__links a:hover {
    text-decoration: underline;
}
.products__links a:active {
    color:black;
}
.products__links a:visited {
    color:black;
}
.products__links {
    margin-bottom:10px;
}
.connect-manager {
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    background-color: #08478e;
    border:none;
    font-size:14px;
    color:#ffffff;
    padding-top:12px;
    padding-bottom:12px;
    cursor:pointer;
}

@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.owl-item {
    float:left;
}
.owl-prev, .owl-next {
    display:none;
}
.item {
    overflow:hidden;
}
/*cover block*/
#cover-block{
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255,255,255);
    z-index: 999999999999999999;
}

.windows8 {
    position: absolute;
    width: 100px;
    height:100px;
    left: 50%;
    top: 50%;
    margin-left:-50px;
    margin-top:-50px;
}

.windows8 .wBall {
    position: absolute;
    width: 95px;
    height: 95px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 4.5325s infinite;
    -o-animation: orbit 4.5325s infinite;
    -ms-animation: orbit 4.5325s infinite;
    -webkit-animation: orbit 4.5325s infinite;
    -moz-animation: orbit 4.5325s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 13px;
    height: 13px;
    background: rgb(0,0,0);
    left:0px;
    top:0px;
    border-radius: 13px;
}

.windows8 #wBall_1 {
    animation-delay: 0.986s;
    -o-animation-delay: 0.986s;
    -ms-animation-delay: 0.986s;
    -webkit-animation-delay: 0.986s;
    -moz-animation-delay: 0.986s;
}

.windows8 #wBall_2 {
    animation-delay: 0.193s;
    -o-animation-delay: 0.193s;
    -ms-animation-delay: 0.193s;
    -webkit-animation-delay: 0.193s;
    -moz-animation-delay: 0.193s;
}

.windows8 #wBall_3 {
    animation-delay: 0.3965s;
    -o-animation-delay: 0.3965s;
    -ms-animation-delay: 0.3965s;
    -webkit-animation-delay: 0.3965s;
    -moz-animation-delay: 0.3965s;
}

.windows8 #wBall_4 {
    animation-delay: 0.5895s;
    -o-animation-delay: 0.5895s;
    -ms-animation-delay: 0.5895s;
    -webkit-animation-delay: 0.5895s;
    -moz-animation-delay: 0.5895s;
}

.windows8 #wBall_5 {
    animation-delay: 0.793s;
    -o-animation-delay: 0.793s;
    -ms-animation-delay: 0.793s;
    -webkit-animation-delay: 0.793s;
    -moz-animation-delay: 0.793s;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/*end*/
.footer-contact-modal, 
.footer-contact-modal .modal-in {
    display: none;
    position: fixed;
}
.connect-form {
    width:100%;
}
.product-name {
    background-color: none;
    border:none;
    font-size:3vw;
}
.connect-fields {
    display:block;
    background: transparent;
    width:95%;
    color:#ffffff;
    padding:12px;
    font-size:18px;
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid #ffffff;
}
.connect-fields:focus {
    outline: none;
    border-bottom: 1px solid #008fc0;
}
.textAreaInput {
    height:150px;
    resize: none;
    font-size:18px ;
    font-family: Roboto;
    color:#ffffff;
    overflow: hidden;
}
.submit-button {
    display:block;
    width:100%;
    margin-top:20px;
    text-align: center;
    padding:12px;
    border: 1px solid #ffffff;
    color:#ffffff;
    font-size:18px;
    background: transparent;
    cursor:pointer;
}
.submit-button:active {
    outline: none;
    border: 1px solid #ffffff;
}
.submit-button:focus {
    outline: none;
    border: 1px solid #ffffff;
}
.disabled {
    display:none;
}
.submit-button:hover {
    background-color: #008fc0;
}
    
.footer-contact-modal {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.9);
    z-index: 10;
}

.footer-contact-modal .close {
   width: 80px;
   height: 80px;
   position: absolute;
   right: 20px;
   top: 20px;
   background: transparent;
   border: none;
}

.footer-contact-modal .close:focus {
    outline: none;
}

.footer-contact-modal .close:hover:after,
.footer-contact-modal .close:hover:before {
    background: #008fc0;
}

.footer-contact-modal .close:before, 
.footer-contact-modal .close:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  transform: rotate(45deg);
}

.footer-contact-modal .close:before {
  left: 50%;
  width: 4%;
  margin-left: -2%;
  height: 100%;
  top: 0;
}

.footer-contact-modal .close:after {
  top: 50%;
  height: 4%;
  margin-top: -2%;
  width: 100%;
  left: 0;
}

.footer-contact-modal .modal-in {
    width: 33.333%;
    top: 50%;
    transform: translateY(-50%);
    left: 33.3333%;
    background: transparent;
    z-index: 2;
}

.footer-contact-modal .modal-in h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 40px 0;
}

.footer-contact-modal .modal-in textarea,
.footer-contact-modal .modal-in input.email,
.footer-contact-modal .modal-in input.name {
    background: transparent;
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid;
}

.required.invalid{
    border-color: red !important;
}

p.success,
p.error {
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid green;
    color: green;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight:500;
}

p.error{
    border-color: red;
    color: red;
}

.footer-contact-modal .modal-in textarea:focus,
.footer-contact-modal .modal-in input.email:focus,
.footer-contact-modal .modal-in input.name:focus {
    border-color: #008fc0;
} 

.footer-contact-modal .modal-in .modal-recapcha > div {
    margin: 30px auto;    
}

.footer-contact-modal .modal-in input[type='submit'] {
    display: block;
    margin: auto;
    width: 200px;
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

#acces-nav + .sep,
#traitements-nav + .sep {
    margin-top: 0;
}
.footer-modal-block {
    text-align: center;
    margin-top: 20px;
}

.footer-modal-block > h2 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}

.footer-modal-block > h1 {
    font-size: 40px;
    padding: 20px 0;
}

.footer-modal-block > h1 > span {
    font-size: 40px;
    color: #008fc0;
}

.iScrollVerticalScrollbar {
    display:none;
}
@media screen and (max-width:720px) {
    .menuButton {
        width:15%;
        padding-top:20px;
        padding-bottom:15px;
    }
    .menuButton img {
        width:40%;
    }
    .menuButton p {
        font: Roboto;
        font-size:3vw;
        padding:0;
    }
    .menuButtonClose {
        width:15%;
    }
    .contacts {
        padding:5%; 
    }
    .contacts h1 {
        font-size:6vw;
    }
    .contacts__list {
        font-size: 4vw;
    }
    .products__main {
        width:47%;
    }
    .products__title {
        font-size:4vw;
    }
}
@media screen and (max-width:990px) {
    .menuContent__list__item {
        font-size:3vw;
        margin-bottom:50px;
    }
    .products__main {
        width:49%;
    }
    .catalog__box__move__container {
        display:none;
    }
    .catalog {
        padding:0;
    }
    .contacts {
        width:60%;
    }
    .catalog-wrap{
        transform: translateY(-50%);
        top: 50%;
        cursor:pointer;
    }
    #fp-nav ul li, .fp-slidesNav ul li {
        margin-bottom:30px !important;
    }
    .gallery-carousel-container {
        width:80%;
        overflow: hidden;
        margin:auto;
        margin-bottom:30px;
    }
    .gallery-carousel__info {
        width:80%;
        margin:auto;
    }
}
@media screen and (max-width:490px) {
    .products__main {
        width:99%;
    }
    .menuContent__list__item {
        font-size:4vw;
    }

}
@media screen and (max-width:560px) {
    .connect-fields, .textAreaInput,.submit-button{
        font-size:4vw;
    }
    

}
@media screen and (max-width:1200px) {
    .products__hover.discount:before {
        width:100px;
        font-size:12px;
        padding-top:10px;
        padding-bottom:10px;
    }
    
}