﻿



/*core.css*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none;
}

html {
    background-image: url(../images/desctop-back-top-home.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

body {
    font-family: "CirceRegular";
}

body.home.page-template {
    background-image: url(../images/left-home-back.jpg);
    background-repeat: no-repeat;
    background-position: left 2070px;
}

body.home.page-template .wrapper {
    background-image: url(../images/main-footer-down.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

/* CORE */
.centerWR {
    max-width: 1240px;
    margin: 0px auto;
    position: relative;
}

a {
    color: #0bcbe8;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a img {
    border: 0px;
    outline: none;
}

.center {
    text-align: center;
}

input, textarea {
    font-family: "CirceRegular";
}

.clear {
    clear: both;
}

.wpcf7-validation-errors {
    display: none !important;
}

body.home.page-template a#footer-butt-scroll {
    display: block;
}

a#footer-butt-scroll {
    position: absolute;
    right: 110px;
    bottom: 300px;
    font-size: 16px;
    color: #161616;
    width: 88px;
    text-align: center;
}

a#footer-butt-scroll:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background-color: #0bcbe8;
    top: -100px;
    left: 0px;
    background-image: url(../images/arr-top.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a#footer-butt-scroll:hover:before {
    background-position: center 42%;
}



/*fonts.css*/

@font-face {
    font-family: "CirceRegular";
    src: url("font/Circe-Regular.eot");
    src: url("font/Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/Circe-Regular.woff") format("woff"),
    url("font/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "CirceThin";
    src: url("font/Circe-Thin.eot");
    src: url("font/Circe-Thin.eot?#iefix") format("embedded-opentype"),
    url("font/Circe-Thin.woff") format("woff"),
    url("font/Circe-Thin.ttf") format("truetype");
    font-weight:100;
    font-style: normal;
}
@font-face {
    font-family: "CirceLight";
    src: url("font/Circe-Light.eot");
    src: url("font/Circe-Light.eot?#iefix") format("embedded-opentype"),
    url("font/Circe-Light.woff") format("woff"),
    url("font/Circe-Light.ttf") format("truetype");
    font-weight:300;
    font-style: normal;
}
@font-face {
    font-family: "CirceBold";
    src: url("font/Circe-Bold.eot");
    src: url("font/Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("font/Circe-Bold.woff") format("woff"),
    url("font/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "CirceExtraBold";
    src: url("font/Circe-ExtraBold.eot");
    src: url("font/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("font/Circe-ExtraBold.woff") format("woff"),
    url("font/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
/*@font-face {
	font-family: 'CirceExtraLight';
	src: url('font/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('font/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('font/Circe-ExtraLight.woff') format('woff'),
		url('font/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'CirceLight';
	src: url('font/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('font/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('font/Circe-Light.woff') format('woff'),
		url('font/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'CirceExtraBold';
	src: url('font/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('font/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('font/Circe-ExtraBold.woff') format('woff'),
		url('font/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}*/



/*header.css*/

/* Header */
header {
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 500px)
{
    header {
        padding-bottom: 0;
    }
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 625px;
    height: 165px;
    color: #252525;
    line-height: 100%;
    padding: 50px 0 0 0;
}

a#logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    font-family: "CirceThin";
    text-transform: uppercase;
    color: #252525;
    position: relative;
    padding-right: 32px;
}

a#logo:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #252525;
}

a#logo + p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 30px;
    letter-spacing: 0.2px;
    position: relative;
    top: -2px;
    font-family: "CirceLight";
}

a#logo b {
    font-weight: normal;
    font-family: "CirceBold";
}

#logo-mobile
{
    display: none;
}

#mainmenu, #langswitcher {
    display: inline-block;
    vertical-align: top;
    margin-top: 62px;
}

#mainmenu {
    padding-left: 100px;
}

#mainmenu li, #langswitcher li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

#mainmenu li {
    padding: 10px 15px 0 15px;
}

#mainmenu li a, #langswitcher li a {
    display: block;
    text-transform: uppercase;
}

#mainmenu li a:hover {
    border-bottom: 3px solid #0bcbe8;
    padding-bottom: 3px;
}

#mainmenu li.current-menu-item a {
    border-bottom: 3px solid #0bcbe8;
    padding-bottom: 3px;
    font-family: "CirceBold";
}

#mainmenu li a {
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

#langswitcher {
    height: 41px;
    background-color: #0bcbe8;
    padding: 5px;
    border-radius: 20px;
    float: right;
}

#langswitcher a {
    color: #fff;
    font-size: 16px;
    height: 31px;
    line-height: 33px;
    padding: 0 12px;
}

#langswitcher .current-lang a {
    background-color: #fff;
    color: #0bcbe8;
    font-family: "CirceBold";
    border-radius: 31px;
}

@media (max-width: 959px)
{
    #logo .only-dekstop,
    a#logo + p
    {
        display: none !important;
    }

    #logo-mobile
    {
        display: block;
        width: 200px;
        margin: 0 auto;
        padding: 10px 0 5px;
    }
}

@media (max-width: 380px)
{
    #logo-mobile
    {
        width: auto;
        margin: 0 70px 0 76px;
        padding: 20px 0;
    }
}



/*home_text.css*/

/* home_text */
.home_text { max-width: 341px; top: 103px; position: relative; font-family: "CirceLight"; line-height: 30px; z-index: 3;}
.home_text p { font-size: 20px; line-height: 135%;}
ul.home_text { padding-top: 20px; position: relative; z-index: 3; }
ul.home_text li { list-style: none; display: inline-block; vertical-align: top; }
ul.home_text li:first-child { margin-right: 28px; }
ul.home_text li a { font-size: 18px; color: #0bcbe8; display: block; position: relative; padding-right: 40px;}
ul.home_text li a span { display: block; position: relative; }
ul.home_text li a span:after { content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; background-image: url(../images/dotted-links.png); background-repeat: repeat-x; height: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;}
ul.home_text li a:after { content: ''; position: absolute; width: 31px; height: 31px; border-radius:31px; background-color: #0bcbe8; right: 0px; top: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;}
ul.home_text li a:before { content: ''; position: absolute; width: 9px; height: 9px; border-bottom: 1px solid #fff; border-right: 1px solid #fff;
    transform: rotate(45deg); -webkit-transform: rotate(45deg); right: 10px; top: 8px; z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;}
ul.home_text li a:hover span:after { width: 0px;}
ul.home_text li a:hover:after { top: 3px; }
ul.home_text li a:hover:before { top: 11px; }
/* #home_text */



/*fishes-block.css*/

/* Fishes block */
/*section.fishes-block { min-height: 790px; background-image: url(images/fishes-home.png); background-repeat: no-repeat; background-position: center 83px; }*/
section.fishes-block {
    min-height: 790px;
    background-image: url(../images/back-without-fishes.png);
    background-repeat: no-repeat;
    background-position: center 143px;
}

section.fishes-block .baloons {
    position: absolute;
    background-image: url(../images/baloons.png);
    width: 679px;
    height: 604px;
    right: 178px;
    top: 118px;
    z-index: 2;
}

section.fishes-block .fishes {
    position: absolute;
    background-image: url(../images/fishes.png);
    width: 1286px;
    height: 660px;
    top: 86px;
    right: -51px;
    z-index: 1;
}

/* #Fishes block */



/*titles.css*/

/* Titles */
.pretitle {
    color: #202020;
    font-size: 12px;
    font-family: "CirceBold";
    padding-bottom: 10px;
}

.waves span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/titles-back.png);
    height: 25px;
    min-width: 101px;
}

.waves.left span {
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/left-waves.png);
    height: 24px;
    min-width: 65px;
}

.maintitle {
    font-size: 48px;
    font-family: "CirceLight";
    font-weight: normal;
}

h1.maintitle {
    margin-top: 10px;
}

.maintitle b {
    font-family: "CirceBold";
}

/* #Titles */



/*products-block.css*/

/* Products block */
#production
{
    margin-top: 70px;
    min-height: 0 !important;
}

@media (max-width: 1250px)
{
    #production .products
    {
        display: none;
    }

    #production .products.active
    {
        display: block;
    }
}

.cats-tabs {
    list-style: none;
    margin-top: 10px;
    padding-left: 40px;
}

.cats-tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    border: 1px solid transparent;
    padding: 0 30px;
    border-radius: 30px;
    min-width: 120px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cats-tabs li span {
    color: #191a1a;
    font-size: 24px;
    font-family: "CirceLight";
    line-height: 34px;
    position: relative;
    cursor: pointer;
    height: 60px;
    line-height: 64px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cats-tabs li span:after {
    content: '';
    position: absolute;
    background-image: url(../images/tabs-link.png);
    height: 2px;
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    left: 0px;
    bottom: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cats-tabs li span:hover:after {
    width: 0px;
}

.cats-tabs li.active {
    border: 1px solid #0bcbe8;
    padding: 0 30px;
    border-radius: 30px;
}

.cats-tabs li.active span:after {
    display: none;
}

.product_item {
    float: left;
    width: 31.5%;
    margin: 0 0.75%;
}

.product_item .pr-image {
    text-align: center;
    padding: 0 40px;
    padding-top: 20px;
}

.product_item .pr-name {
    font-size: 18px;
    padding: 0 40px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 15px;
}

.product_item .pr-name:after {
    content: '';
    position: absolute;
    left: 35px;
    bottom: 0px;
    height: 1px;
    width: 75px;
    background-color: #0bcbe8;
}

.products.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.products {
    padding-top: 34px;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.sbtitle {
    font-size: 14px;
    font-family: "CirceBold";
    margin-bottom: 10px;
    padding: 0 40px;
}

.products .short_descr
{
    box-sizing: content-box !important;
    padding: 10px 35px;
    font-size: 15px;
    line-height: 20px !important;
    font-family: "CirceLight";
    height: 160px !important;
    margin: 25px 0;
}

.catp_id_1  .short_descr
{
    height: 0 !important;
}

.products .short_descr > div
{
    overflow: hidden;
    height: 100%;
}

.catp_id_2 .short_descr
{
    overflow-y: hidden;
    height: 194px;
}

@media  (max-width: 1300px) {
    .products .short_descr {
        padding: 10px 20px;
    }
}

.products .short_descr:hover
{
    color: white;
    background-color: #0bcbe8;
}

ul.packs_types {
    padding: 0 40px;
}

ul.packs_types li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}

ul.packs_types li span {
    position: absolute;
    font-size: 16px;
    color: #141414;
    font-family: "CirceLight";
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 30%;
}

ul.packs_types li span:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 48%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 2.5px 0 2.5px;
    border-color: #0bcbe8 transparent transparent transparent;
}

.haract {
    display: table;
    width: 100%;
    padding: 10px 40px;
    margin: 10px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.table-row {
    display: table-row;
}

.haract .table-row:first-child .table-td {
    border-top: 0px;
}

.table-td {
    display: table-cell;
    font-size: 13px;
    font-family: "CirceLight";
    border-top: 1px solid #eaeaea;
    padding: 1px 0;
}

.table-row .table-td:first-child + .table-td {
    font-family: "CirceBold";
}

.rotate-butt {
    padding: 0 40px;
    height: 59px;
    padding-top: 11px;
}

.rotate-butt span {
    color: #0bcbe8;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: "CirceLight";
    cursor: pointer;
    top: 5px;
}

.rotate-butt i {
    font-style: normal;
    font-family: "CirceBold";
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #0bcbe8;
    text-align: center;
    line-height: 35px;
    margin-left: 9px;
}

.rotate-butt span:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(../images/dotted-links.png);
    height: 3px;
    width: 100%;
    left: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.rotate-butt span:hover:after {
    width: 0px;
}

.flip_effect_horizontal {
    position: relative;
    transition: 1s;
    transform-style: preserve-3d;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
}

.flip_effect_horizontal.rotate {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.flip_effect_horizontal.rotate .front {
    visibility: hidden;
    opacity: 0;
}

.flip_effect_horizontal .front {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 18px 54px rgba(198, 203, 236, 0.34);
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.product_item.flip_effect_horizontal:hover .front {
    background-color: #fff;
    box-shadow: 0 18px 54px rgba(198, 203, 236, 0.34);
    border-radius: 10px;
}

.product_item.flip_effect_horizontal:hover .haract {
    background-color: #0bcbe8;
}

.product_item.flip_effect_horizontal:hover .table-td {
    color: #fff;
    border-top: 1px solid #13b3cb;
}

.product_item.flip_effect_horizontal:hover .haract .table-row:first-child .table-td {
    border-top: 0px;
}

.flip_effect_horizontal .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 18px 54px rgba(198, 203, 236, 0.44);
    border-radius: 10px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    -moz-backface-visibility: hidden;
    -moz-transform: rotateY(180deg);
}

span.close-button {
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background-color: #0bcbe8;
    top: 15px;
    right: 15px;
    display: block;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-family: "CirceLight";
    background-image: url(../images/krest.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

span.close-button:hover {
    opacity: 0.5;
}

.flip_effect_horizontal .back .pr-name {
    font-size: 24px;
    text-align: center;
    padding-bottom: 13px;
}

.flip_effect_horizontal .back .pr-name:after {
    display: none;
}

.flip_effect_horizontal .back .pr-image {
    padding-top: 30px;
}

.flip_effect_horizontal .back .product_item .pr-name {
    margin-bottom: 12px;
}

.pr-descr
{
    box-sizing: content-box;
    padding: 0px 40px;
    font-family: "CirceLight";
    font-size: 15px !important;
    line-height: 20px !important;
    color: #141414;
    padding-top: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}


@media (min-width: 1250px)
{
    .pr-descr
    {
       height: 300px;
    }

    #production.cat2 .pr-descr
    {
        height: 372px;
    }

    body .wrapper section#advantages
    {
        padding-top: 70px !important;
    }
}

@media (min-width: 1301px)
{
    #production.cat2 .pr-descr
    {
        height: 362px;
    }
}

.pr-descr div
{
    overflow: hidden;
    height: 100%;
}

.pr-descr p
{
    margin-bottom: 20px;
    font-size: 15px !important;
    line-height: 20px !important;
}

.product_item .pr-image,
.product_item .pr-name,
.sbtitle,
ul.packs_types,
.haract,
.rotate-butt {
    padding-left: 35px;
    padding-right: 35px;
}

.product_item {
    width: 31.8%;
}

/* #Products block */

/*На синих баночках числа и треугольники делаем по центру*/
.catp_id_2.products ul.packs_types li span
{
    color: white;
}

.catp_id_2.products ul.packs_types li span
{
    bottom: 45%;
}

.catp_id_2.products ul.packs_types li span:after
{
    border-color: white transparent transparent transparent;
}

@media (max-width: 1250px)
{
    .flip_effect_horizontal .front
    {
        height: 100%;
    }

    .products .short_descr
    {
        color: white;
        background-color: #0bcbe8;
    }
}

#production .owl-prev,
#production .owl-next
{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-indent: -10000px;

}

#production .owl-prev:after
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #b4c1c6;
    border-left: 1px solid #b4c1c6;
    left: 22px;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


#production .owl-next:after
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #b4c1c6;
    border-left: 1px solid #b4c1c6;
    right: 22px;
    top: 15px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#production .owl-prev
{
    left: -40px;
}

#production .owl-next
{
    right: -40px;
}

#production .owl-prev:hover:after,
#production .owl-next:hover:after {
    border-bottom: 1px solid #3adcf5;
    border-left: 1px solid #3adcf5;
}

@media (max-width: 519px)
{
    #production
    {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 420px)
{
    #production .owl-prev,
    #production .owl-next
    {
        top: 110px;
    }

    #production .owl-prev
    {
        left: 10px;
    }

    #production .owl-next
    {
        right: 5px;
    }
}

@media (max-width: 1250px)
{
    .flip_effect_horizontal .back
    {
        position: static;
        display: none;
    }

    .product_item.flip_effect_horizontal.rotate  .front
    {
       display: none;
    }

    .product_item.flip_effect_horizontal.rotate  .back
    {
        display: block;
    }

    .product_item.flip_effect_horizontal.rotate  .pr-descr
    {
        margin-bottom: 10px;
    }
}

/*
@media (max-width: 1250px)
{
    .browser_safari section#production
    {
        min-height: 650px !important;
    }
}

@media (max-width: 519px)
{
    .browser_safari section#production
    {
        min-height: 600px !important;
    }
}

@media (max-width: 519px) {
    .browser_chrome_mobile section#production {
        min-height: 770px !important;
    }

    .browser_opera section#production
    {
        min-height: 800px !important;
    }

    .browser_firefox_mobile section#production
    {
        min-height: 780px !important;
    }

    .browser_chrome section#production
    {
        min-height: 780px !important;
    }

    .browser_chrome.browser_version_71 section#production
    {
        min-height: 850px !important;
    }

    .browser_opera section#production
    {
        min-height: 780px !important;
    }

    .browser_opera section#production
    {
        min-height: 780px !important;
    }
}*/



/*advantages-block.css*/

/* Advantages block */
section#advantages {
    padding-top: 100px;
}

.crazy-block {
    padding-top: 50px;
}

.crazy-block .item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 145px;
}

.crazy-block .item:first-child {
    width: 190px;
}

.crazy-block .item:first-child + .item {
    width: 270px;
}

.crazy-block .item:first-child + .item + .item {
    width: 255px;
}

.crazy-block .item:first-child + .item + .item + .item {
    width: 230px;
}

.crazy-block .item:first-child + .item + .item + .item + .item {
    width: 207px;
}
.crazy-block .item:last-child span.text-down{
    background-color: transparent;
}

.crazy-block span {
    display: block;
    line-height: 100%;
}

.crazy-block span.big-num {
    font-size: 170px;
    font-family: "CirceExtraBold";
}

.crazy-block span.text-down {
    position: absolute;
    font-size: 15px;
    color: #141414;
    font-family: "CirceExtraBold";
    top: 68px;
    left: 110px;
    padding-top: 20px;
    background-color: #fff;
    max-width: 128px;
}

.crazy-block span.text-down {
    position: absolute;
    font-size: 15px;
    color: #141414;
    font-family: "CirceExtraBold";
    top: 68px;
    left: 105px;
    padding-top: 20px;
    background-color: #fff;
    max-width: 128px;
}

.crazy-block span.text-down.first { padding-left:20px;background-color: transparent;
   
}

.crazy-block .item:first-child + .item + .item span.text-down {
    max-width: 150px;
    top: 60px;
}

.crazy-block .item:first-child + .item + .item span.text-down1 {
    max-width: 150px;
    top: 60px;
}

.crazy-block span.text-top {
    position: absolute;
    top: -6px;
    left: 85px;
    font-family: "CirceExtraBold";
}

.crazy-block span.middle-numm {
    position: absolute;
    top: 5px;
    color: #0bcbe8;
    font-size: 113px;
    font-family: "CirceExtraBold";
    left: 75px;
}


.crazy-block span.middle-numm1 {
    position: absolute;
    top: 5px;
    color: #0bcbe8;
    font-size: 113px;
    font-family: "CirceExtraBold";
    left: 60px;
}

.crazy-block .item:first-child + .item + .item + .item span.middle-numm,
.crazy-block .item:first-child + .item + .item + .item span.text-top {
    left: 95px;
}

.crazy-block .item:first-child + .item + .item + .item span.text-down {
    left: 95px;
}

.crazy-block .item:first-child + .item + .item + .item + .item span.text-down {
    width: 180px;
    max-width: 180px;
}

.crazy-block span.text-down.border:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    background-color: #0bcbe8;
}

.crazy-block span.text-down1.border:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    background-color: #0bcbe8;
}

.crazy-block .item:first-child + .item span.text-down {
    left: 80px;
}

.advant-icon {
    text-align: center;
    list-style: none;
    padding-top: 30px;
}

.advant-icon li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 0 12px;
    padding-top: 115px;
    background-repeat: no-repeat;
    background-position: center top;
}

.advant-icon li.proizv_adv {
    background-image: url(../images/svg-1.svg);
    background-size: 30%;
}

.advant-icon li.delivery_adv {
    background-image: url(../images/svg-2.svg);
    background-size: 30%;
    background-position: center 5px;
}

.advant-icon li.quick_adv {
    background-image: url(../images/svg-3.svg);
    background-size: 23%;
    background-position: center 20px;
}

.advant-icon li.prices_adv {
    background-image: url(../images/svg-4.svg);
    background-size: 15%;
    background-position: center 18px;
}

.advant-icon li span {
    display: block;
    padding-top: 18px;
    border-top: 4px solid #0ccbe8;
    font-size: 14px;
}

.advant-icon li span b {
    display: block;
    max-width: 205px;
    margin: 0px auto;
    font-weight: normal;
}

.lighbox-butt {
    padding: 0 40px;
    height: 59px;
    padding-top: 11px;
    padding-left: 0px;
}

.lighbox-butt a {
    color: #0bcbe8;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: "CirceLight";
    cursor: pointer;
    top: 5px;
}

.lighbox-butt i {
    font-style: normal;
    font-family: "CirceBold";
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #0bcbe8;
    text-align: center;
    line-height: 35px;
    margin-left: 9px;
}

.lighbox-butt a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(../images/dotted-links.png);
    height: 3px;
    width: 100%;
    left: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.lighbox-butt a:hover:after {
    width: 0px;
}

/* #Advantages block */



/*about-us-block.css*/

/* About Us block */
section#about {
    padding-top: 105px;
}

section#about .about {
    max-width: 604px;
}

.smalltext_about,
.fulltext_about
{
    font-size: 15px;
    line-height: 22px;
    font-family: "CirceLight";
}

.fulltext_about
{
    display: none;
}

.smalltext_about p,
.fulltext_about p
{
    margin-bottom: 23px;
}

#about_popup {
    max-width: 1240px;
    border-radius: 15px;
    padding: 55px 0px 35px 0px;
}

#about_popup .about_column {
    width: 350px;
    float: left;
}

#about_popup .about_column:first-child + .about_column,
#about_popup .about_column:first-child + .about_column + .about_column {
    margin-left: 54px;
}

#about_popup .maintitle {
    font-size: 24px;
}

#about_popup p {
    font-size: 15px;
    margin-bottom: 20px;
    font-family: "CirceLight";
}

#about_popup .waves span {
    margin: 20px 0 25px 0;
    margin-left: 85px;
}

#about_popup h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 13px;
}

#about_popup img + img {
    margin-left: 20px;
}

.slider-wrapper {
    position: absolute;
    right: 320px;
    top: 128px;
    width: 282px;
    padding: 0 50px;
}

.sert-slider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sert-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slide-item a {
    display: block;
    padding: 4px;
    background-color: #fff;
    border-radius: 5px;
}

body #fancybox-img {
    padding-top: 40px;
    width: 92%;
    margin: 0px auto;
    display: block;
}

body #fancybox-title {
    padding-bottom: 0px;
    height: 40px;
    text-align: left;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    padding-left: 48px;
    background-position: 10px 5px;
    background-size: 30px;
}

body #fancybox-title a {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dotted #111212;
    height: 18px;
    line-height: 18px;
    color: #000;
    font-family: "CirceLight";
    position: relative;
    top: 9px;
}

body #fancybox-outer {
    padding: 0px 60px 0 60px;
    margin-left: -60px;
}

body #fancybox-left-ico {
    background-image: none;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 50% !important;
    border-bottom: 2px solid #b4c1c6;
    border-left: 2px solid #b4c1c6;
    left: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

body #fancybox-right-ico {
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: none;
    display: block;
    opacity: 1;
    border-bottom: 2px solid #b4c1c6;
    border-left: 2px solid #b4c1c6;
    right: 25px;
    top: 50% !important;
    left: auto;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

body #fancybox-left-ico:hover,
body #fancybox-right-ico:hover {
    border-bottom: 2px solid #3adcf5;
    border-left: 2px solid #3adcf5;
}

/* #About Us block */



/*popups.css*/

/* Popups */
body #fancybox-overlay {
    background-color: rgba(23, 81, 115, 0.9) !important;
}

body #fancybox-content, body #fancybox-outer {
    border-radius: 10px;
}

body #fancybox-outer {
    width: 100%;
    height: 100%;
    box-shadow: 0 22px 57px rgba(57, 60, 83, 0.34);
    -moz-box-shadow: 0 22px 57px rgba(57, 60, 83, 0.34);
    -webkit-box-shadow: 0 22px 57px rgba(57, 60, 83, 0.34);
}

body #fancybox-close {
    width: 33px;
    height: 33px;
    box-shadow: none;
    background-color: #0bcbe8;
    border-radius: 33px;
    border: 0px;
    background-image: url(../images/krest.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    cursor: pointer;
    padding: 0px;
    top: 15px;
    right: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

body #fancybox-close:hover {
    opacity: 0.6;
}

/* #Popups */



/*our-clients.css*/

/* Our clients */
body.page-template .wrapper {
    background-image: url(../images/png-footer.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

body.page-template {
    background-image: url(../images/left-f-png.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

body.page-template #body {
    min-height: 230px;
}

body.page-template a#footer-butt-scroll {
    display: none;
}

.grid-sizer {
    width: 50%;
}

.client-item {
    float: left;
    width: 50%;
    padding: 30px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    color: #111;
    text-decoration: none;
    height: 220px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.client-item:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 3px 35px rgba(124, 68, 209, 0.20);
    -moz-box-shadow: 0 3px 35px rgba(124, 68, 209, 0.20);
    -webkit-box-shadow: 0 3px 35px rgba(124, 68, 209, 0.20);
}

.client-item .left {
    width: 136px;
    float: left;
    height: 136px;
    text-align: center;
}

.client-item .right {
    float: left;
    width: 390px;
    margin-left: 37px;
}

.client-item .icon-img, .client-item .icon-bukva {
    border-radius: 136px;
    height: 136px;
    width: 136px;
    overflow: hidden;
}

.client-item .icon-bukva {
    font-family: "CirceThin";
    font-size: 72px;
    line-height: 145px;
    text-transform: uppercase;
    background-color: #adc0f6;
    color: #fff;
}

.client-item .right h3 {
    font-size: 18px;
    color: #222222;
    font-family: "CirceBold";
    font-weight: normal;
}

.client-item .right p {
    font-size: 16px;
    font-family: "CirceLight";
    padding: 10px 0;
}

.client-item .client_phone {
    font-size: 20px;
    font-family: "CirceLight";
    max-width: 160px;
    padding-bottom: 10px;
}

.client-item .link_client span.link {
    font-size: 16px;
    border-bottom: 1px solid #14b8d1;
    color: #14b8d1;
}

.our_clients_wrapper {
    padding-top: 20px;
}

.client-popup {
    max-width: 820px;
    padding: 50px 0;
    font-family: "CirceLight";
    overflow: hidden;
}

.client-popup > .left {
    float: left;
    width: 50%;
    padding-right: 17px;
}

.client-popup > .right {
    float: left;
    width: 50%;
    padding-left: 17px;
}

.client-popup .popup-title {
    font-size: 24px;
}

.client-popup .waves {
    margin: 10px 0;
}

.client-popup p {
    line-height: 24px;
    font-size: 16px;
}

body.page-template-our-clients #fancybox-title {
    display: none !important;
}

.client-popup .client_phone {
    font-size: 20px;
    padding: 8px 0;
    max-width: 160px;
}

.client-popup .link_client a {
    font-size: 16px;
    border-bottom: 1px solid #14b8d1;
}

.cl_full_description {
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #acedf7;
}

body.page-template-our-clients #fancybox-content {
    border: 0px !important;
}

body.page-template-our-clients #fancybox-content {
    margin: 0px auto;
}

body.page-template-our-clients #fancybox-outer {
    padding: 0px 50px 0 50px;
    margin-left: -50px;
}

.client-popup .big_image {
    text-align: center;
}

.client-popup .big_image img {
    border-radius: 4px;
}

.client-popup .more_images {
    white-space: nowrap;
}

.client-popup .more_images img {
    max-width: 46%;
    height: auto;
    border-radius: 4px;
    margin: 26px 0;
}

.client-popup .more_images img:first-child {
    margin-right: 8%;
}

.client-item .left {
    position: relative;
    top: 10px;
}

/* #Our clients */



/*where-to-buy.css*/

/* Where to buy */
body.page-template-wheretoby .columns-wrapper {
    padding-top: 45px;
}

body.page-template-wheretoby .columns-wrapper .left,
body.page-template-wheretoby .columns-wrapper .right {
    width: 50%;
    float: left;
}

body.page-template-wheretoby .columns-wrapper .right {
    padding-left: 15px;
}

.cat_letter {
    font-size: 38px;
    text-transform: uppercase;
    color: #11cce8;
    font-family: "CirceLight";
    padding: 15px 0 11px 0;
}

.accordion-triger {
    padding: 5px 0;
}

.accordion-triger .adresses {
    display: none;
}

.accordion-triger span {
    font-size: 18px;
    color: #131313;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.accordion-triger span:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url(../images/tabs-link.png);
    height: 2px;
    background-repeat: repeat-x;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-triger span:hover:after {
    width: 0px;
}

.accordion-triger b {
    width: 23px;
    height: 23px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #0ba7be;
    border-radius: 23px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-left: 15px;
}

.address-item {
    padding: 10px 0;
}

.firm_name {
    font-size: 16px;
    font-family: "CirceBold";
    padding: 3px 0;
}

.firm_address {
    font-size: 16px;
}

.firm_emails a {
    border-bottom: 1px solid #0bcbe8;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.firm_emails a:first-child {
    margin-right: 19px;
}

.firm_emails a:first-child + a {
    margin-left: 19px;
}

.firm_emails a:first-child + a:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 2px;
    height: 100%;
    width: 1px;
    background-color: #d1d1d1;
}

@media (max-width: 959px)
{
    .firm_emails
    {
        overflow: hidden;
    }

    .firm_emails a:first-child
    {
        display: block;
        float: left;
        margin-top: 5px;
    }

    .firm_emails a:first-child + a
    {
        display: block;
        clear: both;
        float: left;
        margin-left: 0;
        margin-top: 5px;
    }
}
/* #Where to buy */



/*contact-us.css*/


/* Contact us */
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { color:transparent; }
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { color:transparent; }
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { color:transparent; }
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { color:transparent; }
::-webkit-input-placeholder {color: #161616; opacity: 0.5;}
::-moz-placeholder {color: #161616; opacity: 0.5;}
:-ms-input-placeholder {color: #161616; opacity: 0.5;}
:-moz-placeholder {color: #161616; opacity: 0.5;}

.contacts-block { padding-top: 35px; }
.contact-item { margin-bottom: 15px; }
.contact-item a { font-size: 36px; font-family: "CirceLight"; color: #181818; display: inline-block; vertical-align: top; margin-right: 30px; position: relative; line-height: 120%;}
a.contact_email:hover { border: 0px; }
.contact-item a:after { content: ''; position: absolute; right: -30px; top: 0px; width: 1px; height: 100%; background-color: #d0d0d0; }
.contact-item span { font-size: 18px; font-family: "CirceLight"; display: inline-block; vertical-align: top; margin-left: 22px; position: relative; top: 10px;}
a.contact_email { font-size: 24px; font-family: "CirceBold"; border-bottom: 1px solid;}
.form-block { padding-top: 45px; }
.form-block h2.maintitle { font-size: 30px; margin: 10px 0;}
.f-row { margin-bottom: 13px; position: relative;}
.f-row input { height: 46px; padding: 0px; background-color: #fff; font-size: 16px; color: #171616; border: 0px; border-radius:46px; padding: 0 30px; width: 100%;

    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 27px rgba(64,211,243,0.55);
    box-shadow:0 0 27px rgba(64,211,243,0.35);
}
.f-row textarea { padding: 20px 30px; background-color: #fff; font-size: 16px; color: #171616; border-radius:10px; border: 0px; height: 110px; width: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 27px rgba(64,211,243,0.55);
    box-shadow:0 0 27px rgba(64,211,243,0.35);}
form.wpcf7-form { width: 365px; }
input.wpcf7-submit { background-color: #21cfea; color: #fff; text-transform: uppercase; height: 48px; font-size: 16px; font-family: "CirceBold"; border: 0px; padding: 0 28px;
    border-radius:48px; cursor: pointer; position: relative; top: 0px; opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;}
input.wpcf7-submit:hover { top: 3px; opacity: 0.7;}
.contact_rekvizit { font-size: 16px; color: #181818; margin-top: 46px; padding-left: 30px; border-left: 3px solid #21cfea; padding-top: 10px; padding-bottom: 10px; }
form.wpcf7-form span.wpcf7-not-valid-tip { position: absolute; top: 0px; left: 110%; width: 210px; color: #f80707; font-size: 16px;}
form.wpcf7-form span.wpcf7-not-valid-tip:before { content: ''; position: absolute; left: -20px; width: 0; top: 6px;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent #f80707 transparent transparent; }
form.wpcf7-form div.wpcf7-validation-errors, form.wpcf7-form div.wpcf7-acceptance-missing { border: 1px solid #21cfea; border-radius:5px; }
form.wpcf7-form div.wpcf7-response-output { margin-left: 0px; margin-right: 0px; }
#success_popup { padding: 32px 0;}
.contact-popup-title { font-size: 39px; font-family: "CirceLight"; margin-top: 10px; padding-bottom: 10px;}
.contact-popup-title b { font-weight: normal; font-family: "CirceBold";}
#success_popup { min-width: 800px; }
#success_popup p {
    max-width: 510px;
    margin: 0px auto; padding-bottom: 20px;}
form.wpcf7-form .wpcf7-mail-sent-ok { display: none !important;}
a#show-popup-success { display: none !important; }
/* #Contact us */



/*footer.css*/

footer {
    margin-top: 267px;
    min-height: 270px;
    background-color: rgba(121, 88, 186, 0.8);
}

footer .logo, footer a#logo {
    color: #fff;
}

footer a#logo:after {
    background-color: #fff;
}

footer .footer-desc {
    font-size: 14px;
    font-family: "CirceLight";
    line-height: 18px;
    margin-top: 20px;
    max-width: 545px;
    text-align: justify;
}

footer #mainmenu li a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "CirceLight";
}

footer #mainmenu li a:hover {
    font-family: "CirceLight";
}

footer .footer-copy {
    font-size: 14px;
    font-family: "CirceLight";
    margin-top: 25px;
}

footer #langswitcher {
    padding: 0px;
    height: auto;
    background-color: #6b4eab;
    position: relative;
    top: 4px;
}

footer #langswitcher .current-lang a {
    background-color: #452985;
    color: #fff;
}



/*responsive.css*/

/* RESPONSIVE */
.mobileW, #mainmenu.mobileW {
    display: none;
}

@media (max-width: 1730px) {
    body.home.page-template .wrapper {
        background-position: 800px bottom;
    }

    body.home.page-template {
        background-position: -200px 2070px;
    }
}

@media (max-width: 1530px) {
    body.home.page-template {
        background-position: -250px 2070px;
    }
}

@media (max-width: 1400px) {
    .lighbox-butt.desctop-only {
        display: none;
    }

    .lighbox-butt.mobileW {
        display: block;
    }

    #about_popup .about_column {
        width: 300px;
        float: none;
    }

    #about_popup .about_column:first-child + .about_column,
    #about_popup .about_column:first-child + .about_column + .about_column {
        margin-left: 0px;
    }

    #about_popup .about_column:first-child .smimages_about {
        display: none;
    }

    #about_popup .about_column:first-child + .about_column + .about_column .smimages_about {
        display: block;
    }

    #about_popup_mobile {
        padding-top: 25px;
        display: none;
    }

    #about_popup_mobile .maintitle {
        font-size: 45px;
    }

    #about_popup_mobile .about_column {
        width: 100%;
    }

    #about_popup_mobile p {
        font-size: 16px;
        font-family: "CirceLight";
        margin-bottom: 20px;
    }

    #about_popup_mobile .waves span {
        margin-top: 0px;
        margin-left: 0px;
    }

    #about_popup_mobile img.alignnone {
        display: block;
        margin: 0px auto;
    }

    #about_popup_mobile .smimages_about {
        text-align: center;
    }

    #about_popup_mobile .smimages_about img:first-child + img {
        margin-left: 20px;
    }

    #about_popup_mobile .waves {
        margin-bottom: 15px;
    }

    #about_popup_mobile .about_column:first-child .smimages_about {
        display: none;
    }

    #about_popup_mobile h3 {
        margin-bottom: 10px;
    }

    .smimages_about img {
        width: auto;
    }

    body.home.page-template .wrapper {
        background-image: url(../images/mobile-footer.jpg);
        background-position: right bottom;
    }

    a#footer-butt-scroll {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 6px;
    }

    section#about.show {
        background-image: url(../images/mobile-right-back.jpg);
        background-repeat: no-repeat;
        background-position: right top;
    }

    footer {
        margin-top: 137px;
    }

}

@media (max-width: 1390px) {
    section.fishes-block {
        background-size: 80%;
        max-width: 960px;
        margin: 0px auto;
        min-height: 640px;
    }

    section.fishes-block .fishes {
        background-size: contain;
        max-width: 960px;
        background-repeat: no-repeat;
    }

    section.fishes-block .baloons {
        position: absolute;
        width: 579px;
        height: 504px;
        z-index: 2;
        background-size: cover;
    }

    .home_text {
        left: -100px;
    }

    body.page-template-wheretoby .centerWR,
    body.page-template-contacts .centerWR {
        padding-left: 100px;
    }

    .client-popup .more_images img {
        margin-bottom: 0px;
    }

    .client-popup p {
        font-size: 15px;
        line-height: 22px;
    }

    .client-popup .popup-title {
        font-size: 22px;
    }

    .client-popup {
        padding: 25px 0;
    }

    .client-popup .more_images img {
        margin-top: 15px;
    }

    body.page-template-our-clients #fancybox-wrap {
        padding-bottom: 0px;
    }

    body.page-template-our-clients #fancybox-outer {
        padding: 0px 30px 0 30px;
        margin-left: -30px;
    }
}

@media (max-width: 1300px) {

    .maintitle {
        line-height: 100%;
        margin: 18px 0;
    }

    .centerWR {
        max-width: 960px;
    }

    a#logo:after {
        display: none;
    }

    a#logo + p {
        top: 8px;
        padding-left: 3px;
        display: block;
    }

    .logo {
        width: auto;
        padding-top: 30px;
    }

    .home_text {
        left: 0px;
    }

    .cats-tabs li {
        border: 1px solid rgba(255, 255, 255, 0);
    }

    .product_item .pr-image {
        padding: 20px 20px 0 20px;
    }

    .product_item .pr-name, .haract, .rotate-butt, .pr-descr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sbtitle, ul.packs_types {
        margin-bottom: 10px;
        padding: 0 20px;
    }

    ul.packs_types {
        white-space: nowrap;
    }

    ul.packs_types li {
        width: 24%;
        margin-right: 5px;
    }

    .product_item .pr-name:after {
        left: 20px;
    }

    .wrapper section#advantages {
        padding-top: 40px !important;
    }

    section#about {
        padding-top: 50px;
    }

    .crazy-block span.big-num {
        font-size: 120px;
    }

    .crazy-block .item:first-child {
        width: 150px;
    }

    .crazy-block span.text-down {
        left: 70px;
        top: 38px;
    }

    .crazy-block .item:first-child + .item {
        width: 200px;
    }

    .crazy-block span.middle-numm {
        font-size: 80px;
    }

    .crazy-block span.middle-numm1 {
        font-size: 80px;
left: 40px;
    }

    .crazy-block span.text-top {
        left: 60px;
    }

    .crazy-block .item:first-child + .item span.text-down {
        left: 60px;
        width: 98px;
    }

 .crazy-block .item:first-child + .item span.text-down1 {
        left: 60px;
        width: 98px;
    }

    .crazy-block .item:first-child + .item span.middle-numm {
        left: 60px;
    }

    .crazy-block .item:first-child + .item + .item {
        width: 200px;
    }

    .crazy-block .item:first-child + .item + .item span.text-down {
        top: 15px;
    }

.crazy-block .item:first-child + .item + .item span.text-down1 {
        top: 15px;
    }


    .crazy-block .item:first-child + .item + .item + .item {
        width: 180px;
    }

    .crazy-block .item:first-child + .item + .item + .item span.middle-numm,
    .crazy-block .item:first-child + .item + .item + .item span.text-top,
    .crazy-block .item:first-child + .item + .item + .item span.text-down {
        left: 65px;
    }

  .crazy-block .item:first-child + .item + .item + .item span.text-down1 {
        left: 65px;
    }

    .crazy-block span.text-down,
    .crazy-block span {
        font-size: 14px;
    }

.crazy-block span.text-down1,
    .crazy-block span {
        font-size: 14px;
    }


    .crazy-block {
        padding-top: 30px;
    }

    .crazy-block .item:first-child + .item + .item + .item + .item span.text-down {
        width: 100px;
        max-width: 180px;
        left: 70px;
        top: 20px;
    }

   .crazy-block .item:first-child + .item + .item + .item + .item span.text-down1 {
        width: 100px;
        max-width: 180px;
        left: 70px;
        top: 20px;
    }

    .crazy-block .item {
        height: auto;
    }

    body.home.page-template {
        background-position: -250px 1750px;
    }

    .advant-icon li.proizv_adv, .advant-icon li.delivery_adv {
        background-size: 40%;
    }

    .advant-icon li.quick_adv {
        background-size: 30%;
        background-position: center 10px;
    }

    .advant-icon li.prices_adv {
        background-size: 20%;
        background-position: center 10px;
    }

    html {
        background-size: 100%;
    }

    .slider-wrapper {
        right: 44px;
    }

    footer {
        margin-top: 40px;
    }

    body.home.page-template .wrapper {
        background-position: 650px bottom;
        background-size: 65%;
    }

    a#footer-butt-scroll {
        right: 50px;
    }

    footer #mainmenu {
        position: absolute;
        right: 130px;
        top: auto;
    }

    #about_popup {
        max-width: 740px;
    }

    #about_popup .about_column {
        width: 340px;
    }

    body #fancybox-outer {
        padding: 0px 40px 0 40px;
        margin-left: -40px;
    }

    #about_popup {
        padding: 40px 0px 15px 0px;
    }

    #about_popup .about_column:first-child .smimages_about {
        display: block;
    }

    #about_popup .about_column:first-child + .about_column + .about_column .smimages_about {
        display: none;
    }

    #about_popup img + img {
        margin-left: 10px;
    }

    #about_popup .about_column:first-child + .about_column + .about_column > p:first-child + p {
        display: none;
    }

    section.fishes-block .fishes {
        max-width: 850px;
        right: auto !important;
        left: 100px;
    }

    .client-item:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .client-item .right {
        width: 280px;
        margin-left: 15px;
    }

    .client-item .right p {
        padding: 5px 0;
    }

    body.page-template .wrapper {
        background-position: 600px 120%;
    }

    body.page-template {
        background-image: none;
    }

    section#production .centerWR {
        max-width: 1200px;
    }

    body.home.page-template .wrapper {
        background-position: 650px bottom;
        background-size: 50%;
    }
}

@media (max-width: 1250px) {

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

    .product_item {
        width: 400px;
    }

    .products {
        max-width: 460px;
        margin: 0px auto;
        visibility: hidden;
        opacity: 0;
        padding-top: 0px;
    }

    .products.slick-initialized {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 200px;
        left: 50%;
        margin-left: -230px;
    }

    .products.slick-initialized.active {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    section#production {
        min-height: 885px;
    }

    .slider-item {
        padding: 30px;
    }

    body .products .slick-prev:after, body .products .slick-next:after {
        width: 40px;
        height: 40px;
    }

    .products .slick-slide img {
        display: inline;
    }

    ul.packs_types li {
        text-align: center;
    }

    .flip_effect_horizontal .front {
        box-shadow: 0 0px 54px rgba(198, 203, 236, 0.34);
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .flip_effect_horizontal .back {
        box-shadow: 0 0px 54px rgba(198, 203, 236, 0.44);
    }

    .product_item.flip_effect_horizontal:hover .front {
        background-color: #fff;
        box-shadow: 0 0px 54px rgba(198, 203, 236, 0.34);
        border-radius: 10px;
    }

    .flip_effect_horizontal .front {
        backface-visibility: unset;
        -webkit-backface-visibility: unset;
        -moz-backface-visibility: unset;
    }

    .product_item.flip_effect_horizontal .haract {
        background-color: #0bcbe8;
    }

    .product_item.flip_effect_horizontal .table-td {
        color: #fff;
        border-top: 1px solid #13b3cb;
    }

    .product_item .rotate-butt span:after {
        width: 100% !important;
    }

}

@media (max-width: 1120px) {
    body.page-template .wrapper {
        background-position: 500px 120%;
    }
}

@media (max-width: 1090px) {
    html {
        background-image: url(../images/mobile-top.jpg);
    }

    body.home.page-template {
        background-image: url(../images/left-home-mobile.jpg);
    }

    body.home.page-template .wrapper {
        background-image: url(../images/mobile-footer.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .lighbox-butt a:after, ul.home_text li a span:after {
        width: 100% !important;
    }

    body.page-template-wheretoby .centerWR, body.page-template-contacts .centerWR {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    a#footer-butt-scroll {
        right: 20px;
    }

    body.page-template .wrapper {
        background-position: 400px 120%;
    }
}

@media (max-width: 1023px) {
    section.fishes-block .fishes {
        max-width: 800px;
    }

    section.fishes-block .baloons {
        width: 479px;
        height: 404px;
    }

    .crazy-block .item:first-child + .item + .item + .item + .item {
        width: 177px;
    }

    .crazy-block {
        white-space: nowrap;
    }

    .crazy-block .item {
        white-space: normal;
    }

    .client-item .right {
        width: 270px;
    }

    .centerWR {
        padding-left: 20px;
        padding-right: 20px;
    }

    .accordion-triger span:after {
        width: 100% !important;
    }
}

@media (max-width: 1000px) {
    a#footer-butt-scroll {
        bottom: 265px;
    }

    ul.home_text li:first-child {
        margin-right: 10px;
    }

    #about_popup_mobile.mobileW {
        display: none;
    }

    #mainmenu {
        padding-left: 70px;
    }
}

@media (max-width: 959px) {

    html {
        background-image: url(../images/mobile-top.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }

    .centerWR,
    section#production .centerWR {
        padding: 0 20px;
        max-width: 640px;
    }

    .desktop-only {
        display: none;
    }

    .mobileW {
        display: block;
    }

    #m-button {
        float: left;
        width: 60px;
        position: relative;
        height: 60px;
        border-radius: 60px;
        background-color: #0bcbe8;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        z-index: 6;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    #m-button {
        text-align: center;
    }

    #m-button span {
        display: inline-block;
        vertical-align: top;
        background-color: #fff;
        width: 34px;
        height: 6px;
        border-radius: 3px;
        margin: 0px;
        position: absolute;
        left: 13px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    #m-button.active span {
        top: 17px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    #m-button span:first-child {
        top: 17px;
    }

    #m-button span:first-child + span {
        top: 27px;
    }

    #m-button span:first-child + span + span {
        top: 37px;
    }

    #m-button.active span:first-child {
        left: 1px;
        top: 27px;
    }

    #m-button.active span:first-child + span + span {
        top: 27px;
        left: 25px;
    }

    .logo {
        float: left;
        padding-top: 34px;
    }

    a#logo {
        font-size: 52px;
        margin-left: 15px;
        margin-top: -3px;
    }

    a#logo + p {
        font-size: 21px;
    }

    a#logo + p {
        font-size: 21px;
        padding-left: 83px;
        top: 15px;
    }

    #mainmenu {
        padding-left: 100px;
        position: absolute;
        left: 0;
        display: none;
        top: 0;
        width: 60%;
        background-color: #fff;
        margin-top: 0px;
        border-radius: 5px;
        box-shadow: 0 22px 57px rgba(57, 60, 83, 0.5);
        padding: 20px 0;
        z-index: 5;
        padding-left: 0;
    }

    #mainmenu .centerWR {
        padding: 0 100px;
    }

    body #mainmenu li {
        display: block;
        padding: 0px;
        margin: 25px 0;
    }

    body #mainmenu li a {
        width: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 25px;
        border-bottom: 2px solid #b2b2b2;
        padding-bottom: 3px;
    }

    #langswitcher {
        height: auto;
        background-color: #0bcbe8;
        padding: 5px;
        border-radius: 25px;
        float: right;
        width: 62px;
        position: absolute;
        right: 0;
        top: 20px;
        width: 57px;
        margin-top: 0;
    }

    #langswitcher .current-lang a {
        width: 47px;
        height: 47px;
        border-radius: 47px;
        line-height: 49px;
    }

    #langswitcher a {
        font-size: 20px;
        padding: 0px;
        text-align: center;
        width: 47px;
    }

    .home_text {
        top: 20px;
        max-width: 100%;
        float: right;
    }

    ul.home_text
    {
        float: left;
    }

    section.fishes-block {
        background-image: url(../images/fishes-back-mobile.png);
        background-size: auto;
        background-position: center 223px;
    }

    section.fishes-block .baloons {
        clear: both;
        background-image: url(../images/bubbles-mobile.png);
        width: 351px;
        height: 314px;
        top: 218px !important;
    }

    section.fishes-block .fishes {
        background-image: url(../images/fishes-mobile.png);
        width: 617px;
        height: 343px;
        top: 196px;
        left: 0px !important;
    }

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

    .product_item {
        width: 400px;
    }

    .products {
        max-width: 460px;
        margin: 0px auto;
        visibility: hidden;
        opacity: 0;
        padding-top: 0px;
    }

    .products.slick-initialized {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 200px;
        left: 50%;
        margin-left: -230px;
    }

    .products.slick-initialized.active {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    section#production {
        min-height: 885px;
    }

    .slider-item {
        padding: 30px;
    }

    body .slick-prev:after, body .slick-next:after {
        width: 40px;
        height: 40px;
    }

    .products .slick-slide img {
        display: inline;
    }

    ul.packs_types li {
        text-align: center;
    }

    .flip_effect_horizontal .back {
        box-shadow: 0 8px 54px rgba(198, 203, 236, 0.44);
    }

    .product_item.flip_effect_horizontal:hover .front {
        background-color: #fff;
        box-shadow: 0 8px 54px rgba(198, 203, 236, 0.34);
        border-radius: 10px;
    }

    .maintitle {
        font-size: 45px;
    }

    body.home.page-template {
        background-image: none;
    }

    body.home.page-template .wrapper {
        background-image: url(../images/mobile-footer.jpg);
        background-position: bottom right;
        background-size: auto;
    }

    .crazy-block {
        white-space: normal;
    }

    .crazy-block .item:first-child, .crazy-block .item:first-child + .item {
        width: 49%;
    }

    section#advantages .crazy-block {
        max-width: 500px;
        margin: 0px auto;
    }

    .crazy-block .item:first-child + .item + .item {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .crazy-block .item:first-child + .item + .item + .item, .crazy-block .item:first-child + .item + .item + .item + .item {
        width: 49%;
    }

    .advant-icon li {
        width: 49%;
        margin-bottom: 15px;
    }

    .slider-wrapper {
        position: static;
        width: 100%;
    }

    body .slick-next,
    body .slick-prev {
        background-color: transparent;
    }

    .slider-wrapper {
        padding: 0 70px;
        margin-top: 35px;
    }

    .slider-wrapper .slick-prev:after {
        left: 0px;
    }

    .slider-wrapper .slick-next:after {
        right: 0px;
    }

    footer {
        margin-top: 60px;
    }

    /*.advant-icon li.proizv_adv, .advant-icon li.delivery_adv { background-size: 32%;  }
    .advant-icon li.quick_adv {background-size: 26%;}
    .advant-icon li.prices_adv {background-size: 17%;}*/
    .smalltext_about {
        font-size: 16px;
    }

    a#footer-butt-scroll {
        bottom: 385px;
    }

    footer a#logo {
        padding-left: 0px;
        margin-left: 0px;
    }

    footer a#logo + p {
        font-size: 21px;
        padding-left: 0px;
        top: auto;
        margin-top: 35px;
    }

    footer .logo {
        padding-top: 30px;
    }

    footer #langswitcher {
        top: 36px;
        position: absolute;
        right: 0px;
        text-align: center;
        padding: 5px 0;
    }

    section#advantages .crazy-block {
        max-width: 600px;
        margin: 0px auto;
        padding-left: 80px;
    }

    .advant-icon li span {
        display: block;
        padding-top: 18px;
        border-top: 4px solid #0ccbe8;
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
    }

    section#about .centerWR {
        max-width: 600px;
    }

    section#advantages {
        padding-top: 100px;
    }

    body.home.page-template {
        background-image: url(../images/left-home-mobile.jpg);
        background-position: left 1850px;
    }

    body.page-template #body {
        background-image: url(../images/mobile-right-back.jpg);
        background-position: right 1850px;
        background-repeat: no-repeat;
    }

    .crazy-block .item:first-child + .item + .item + .item span.middle-numm, .crazy-block .item:first-child + .item + .item + .item span.text-top, .crazy-block .item:first-child + .item + .item + .item span.text-down {
        height: 50px;
    }

    .maintitle {
        line-height: 100%;
        margin: 18px 0;
    }

    #about_popup .about_column {
        width: 300px;
        float: none;
    }

    #about_popup .about_column:first-child + .about_column,
    #about_popup .about_column:first-child + .about_column + .about_column {
        margin-left: 0px;
    }

    #about_popup .about_column:first-child .smimages_about {
        display: none;
    }

    #about_popup .about_column:first-child + .about_column + .about_column .smimages_about {
        display: block;
    }

    .smimages_about img {
        width: 140px;
    }

    #mainmenu {
        width: 100%;
    }

    .desctop-only {
        display: none;
    }

    #about_popup_mobile {
        padding-top: 25px;
        display: none;
    }

    #about_popup_mobile .maintitle {
        font-size: 45px;
    }

    #about_popup_mobile .about_column {
        width: 100%;
    }

    #about_popup_mobile p {
        font-size: 16px;
        font-family: "CirceLight";
        margin-bottom: 20px;
    }

    #about_popup_mobile .waves span {
        margin-top: 0px;
        margin-left: 0px;
    }

    #about_popup_mobile img.alignnone {
        display: block;
        margin: 0px auto;
    }

    #about_popup_mobile .smimages_about {
        text-align: center;
    }

    #about_popup_mobile .smimages_about img:first-child + img {
        margin-left: 20px;
    }

    #about_popup_mobile .waves {
        margin-bottom: 15px;
    }

    #about_popup_mobile .about_column:first-child .smimages_about {
        display: none;
    }

    #about_popup_mobile h3 {
        margin-bottom: 10px;
    }

    .smimages_about img {
        width: auto;
    }

    section#about.show {
        background-image: url(../images/mobile-right-back.jpg);
        background-repeat: no-repeat;
        background-position: right 55%;
        background-size: 20%;
    }

    .client-item {
        width: 100%;
    }

    .client-item .right {
        width: 420px;
    }

    body.page-template-our-clients #fancybox-wrap,
    body.page-template-our-clients #fancybox-overlay,
    body.page-template-our-clients #fancybox-loading {
        display: none !important;
    }

    body.page-template .wrapper {
        background-position: 300px 110%;
    }

    body.page-template-our-clients #body .centerWR {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    body.page-template-our-clients .breadcrumb,
    body.page-template-our-clients .waves.left,
    body.page-template-our-clients .maintitle,
    .to-mobile-center {
        max-width: 640px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px auto;
    }

    body.page-template-our-clients .maintitle {
        margin-top: 20px;
    }

    .client-item:hover {
        border-radius: 0;
    }

    body.page-template.page-template-our-clients #body {
        background-image: none;
    }

    body.page-template.page-template-our-clients .wrapper {
        background-position: 300px 100%;
    }

    body.page-template-wheretoby .centerWR,
    body.page-template-contacts .centerWR {
        padding-left: 20px;
    }

    body.page-template-wheretoby .columns-wrapper {
        padding-top: 0px;
    }

}

@media (max-width: 920px) {
    body.page-template #body {
        background-position: 710px 1850px;
    }

    body.home.page-template .wrapper {
        background-size: 61%;
    }

}

@media (max-width: 800px) {
    body.page-template #body {
        background-position: 610px 1850px;
    }

    body.home.page-template {
        background-position: -80px 1850px;
    }
}

@media (max-width: 768px) {
    body.page-template .wrapper {
        background-position: 100px 110%;
    }
}

@media (max-width: 740px) {
    body.page-template #body {
        background-position: 510px 1850px;
    }

    #langswitcher {
        right: 10px;
    }

    a#footer-butt-scroll {
        bottom: 325px;
        right: 10px;
    }

    #success_popup {
        min-width: 400px;
    }

    .contact-popup-title {
        line-height: 110%;
    }
}

@media (max-width: 660px) {
    .centerWR, section#about .centerWR {
        max-width: 500px;
    }

    a#logo {
        font-size: 30px;
        top: 24px;
        margin-left: 15px;
        font-family: "CirceLight";
    }

    a#logo + p {
        font-size: 17px;
        padding-left: 80px;
        top: 0px;
    }

    section.fishes-block .fishes {
        width: 100%;
        top: 226px;
    }

    section.fishes-block .baloons {
        background-image: url(../images/bubbles-mobile.png);
        width: 351px;
        height: 314px;
        top: 318px !important;
        right: auto !important;
    }

    .cats-tabs {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .cats-tabs li span {
        font-size: 19px;
    }

    body .slick-next, body .slick-prev {
        top: 45%;
    }

    .maintitle, #about_popup_mobile .maintitle {
        font-size: 35px;
    }

    section#advantages .crazy-block {
        padding-left: 30px;
    }

    body.page-template-our-clients .breadcrumb,
    body.page-template-our-clients .waves.left,
    body.page-template-our-clients .maintitle,
    .to-mobile-center {
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px auto;
    }

    .client-item .right p {
        padding: 5px 0;
        line-height: 120%;
    }

    body.page-template-our-clients .maintitle {
        margin-top: 15px;
    }

    /* Where to buy */
    body.page-template-wheretoby .columns-wrapper .left,
    body.page-template-wheretoby .columns-wrapper .right {
        width: 100%;
    }

    body.page-template-wheretoby .columns-wrapper .right {
        padding-left: 0px;
    }

    body.page-template-wheretoby .columns-wrapper {
        padding-top: 0px;
    }

    a#logo {
        font-size: 43px;
        top: 0;
    }

    a#logo + p {
        top: 5px;
    }

    footer .footer-desc {
        text-align: left;
    }
}

@media (max-width: 630px) {
    body.page-template #body {
        background-position: 410px 1850px;
    }

    .crazy-block .item:first-child + .item + .item span.text-down {
        width: 120px;
    }

    body.home #fancybox-img {
        padding-top: 45px;
    }

    /*body.home #fancybox-content { width: 400px !important; height: 637px !important; }
    body.home #fancybox-title { width: 350px !important; }
    body.home #fancybox-outer {
         margin-left: 0px;}
     body.home #fancybox-wrap { width: 400px !important; left: 50% !important; height: 684px !important; top: 3% !important; position: fixed; margin-left: -260px;}
     body #fancybox-left-ico { left: 15px; }
     body #fancybox-right-ico { right: 15px; }*/
    body.page-template .wrapper {
        background-position: -80px 110%;
    }
}

@media (max-width: 661px) {
    .client-item .right {
        width: 380px;
    }
}

@media (max-width: 660px) {
    .client-item .left {
        width: 30%;
    }

    .client-item .right {
        width: 70%;
        margin-left: 0px;
        padding-left: 15px;
    }

    /* Contacts */
    .contact-item span {
        font-size: 18px;
        font-family: "CirceLight";
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        position: relative;
        top: 0px;
        display: block;
    }

    .contact-item a:after {
        display: none;
    }

    .form-block .maintitle b {
        display: block;
    }

    form.wpcf7-form {
        padding-top: 15px;
        width: 100%;
    }

    form.wpcf7-form span.wpcf7-not-valid-tip,
    form.wpcf7-form span.wpcf7-not-valid-tip:before {
        display: none !important;
    }

    .wpcf7-not-valid::-webkit-input-placeholder {
        color: #f80707;
        opacity: 0.6;
    }

    .wpcf7-not-valid::-moz-placeholder {
        color: #f80707;
        opacity: 0.6;
    }

    .wpcf7-not-valid:-ms-input-placeholder {
        color: #f80707;
        opacity: 0.6;
    }

    .wpcf7-not-valid:-moz-placeholder {
        color: #f80707;
        opacity: 0.6;
    }

    body.page-template.page-template-our-clients .wrapper {
        background-position: 100px 100%;
    }

    .f-row input {
        border: 1px solid #fff;
    }

    .f-row input.wpcf7-not-valid {
        border: 1px solid #f80707;
    }

    .form-block h2.maintitle {
        line-height: 35px;
    }

}

@media (max-width: 556px) {
    body.home.page-template {
        background-position: -120px 1850px;
    }

    body .slick-prev {
        left: -30px;
    }

    body .slick-next {
        right: -30px;
    }

    footer #langswitcher {
        right: 10px;
    }

    a#logo {
        padding-right: 0px;
    }
}

@media (max-width: 519px) {

    .centerWR, section#about .centerWR {
       /* max-width: 360px;*/
    }

    a#logo {
        margin-left: 10px;
    }

    a#logo + p {
        font-size: 17px;
        padding-left: 75px;
        top: -5px;
        font-size: 15px;
    }

    .home_text {
        top: 0;
    }

    footer a#logo + p {
        font-size: 16px;
    }

    .smimages_about img {
        width: 140px;
    }

    section#advantages .crazy-block {
        padding-left: 0px;
    }

    body.home.page-template .wrapper {
        background-size: 100%;
    }

    .crazy-block .item:first-child, .crazy-block .item:first-child + .item {
        width: 40%;
    }

    .crazy-block .item:first-child + .item + .item + .item + .item span.text-down {
        left: 60px;
    }

    .maintitle, #about_popup_mobile .maintitle {
        font-size: 30px;
    }

    .cats-tabs li {
        min-width: inherit;
        padding: 0 25px;
        margin: 0px;
    }

    .products.slick-initialized {
        margin-left: 0px;
        left: 0px;
    }

    .product_item {
        width: 300px;
    }

    .flip_effect_horizontal .back
    {
        min-height: 0;
    }

    .flip_effect_horizontal .back .pr-name {
        font-size: 18px;
    }

    .pr-descr p {
        margin-bottom: 20px;
        line-height: 21px;
        font-size: 14px;
    }

    .table-td {
        font-size: 12px;
    }

    .sbtitle {
        position: relative;
        top: -5px;
    }

    .slider-wrapper {
        padding: 0 40px;
    }

    html {
        background-size: 150%;
    }

    #mainmenu .centerWR {
        padding: 0 0px 0 100px;
    }

    .client-item .icon-img, .client-item .icon-bukva {
        border-radius: 80px;
        height: 80px;
        width: 80px;
        overflow: hidden;
    }

    .client-item .icon-bukva {
        font-size: 52px;
        line-height: 88px;
    }

    .client-item .right h3 {
        font-size: 15px;
        line-height: 100%;
    }

    .client-item .right p {
        font-size: 14px;
    }

    .client-item .client_phone {
        font-size: 17px;
        padding-bottom: 2px;
    }

    .client-item {
        padding: 20px;
        max-height: none;
        height: auto;
    }

    .products.slick-initialized {
        margin-left: -180px;
        left: 50%;
    }

    .advant-icon li {
        background-position: center 30px !important;
    }

    body.page-template-our-clients .breadcrumb,
    body.page-template-our-clients .waves.left,
    body.page-template-our-clients .maintitle,
    .to-mobile-center {
        max-width: 360px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px auto;
    }

    body.page-template-our-clients .maintitle {
        margin-top: 15px;
    }

    .client-item .right {
        padding-left: 0px;
    }

    .client-item .left {
        height: 100px;
    }

    #success_popup {
        min-width: 200px;
    }

    .contact-popup-title {
        font-size: 25px
    }

    a#logo {
        width: 65%;
        font-size: 30px;
    }

    a#logo + p {
        top: 11px;
    }

    footer a#logo + p {
        margin-top: 5px;
    }

    footer .footer-desc {
        max-width: 280px;
    }
}

@media (max-width: 482px) {
    .maintitle, #about_popup_mobile .maintitle {
        font-size: 24px;
    }

    .advant-icon li {
        width: 100%;
    }

    .advant-icon li.proizv_adv, .advant-icon li.delivery_adv {
        background-size: 30%;
    }

    .advant-icon li {
        background-position: center 0px !important;
    }

    .advant-icon li.quick_adv {
        background-size: 23%;
        background-position: center 10px !important;
    }

    .advant-icon li.prices_adv {
        background-size: 16%;
        background-position: center 10px !important;
    }

    /*body.home #fancybox-wrap { width: 280px !important;}*/
    /*	body.home #fancybox-content {
        width: 280px !important;
        height: 437px !important;}*/
    /*   body.home #fancybox-wrap { height: 485px !important; margin-left: -200px; top: 8% !important;} */
    body.page-template #body {
        background-position: 340px 1850px;
    }

    body.home.page-template .wrapper {
        background-size: 140%;
    }

    body.home.page-template {
        background-position: -70px 1850px;
    }

    section#about.show {
        background-image: url(../images/mobile-right-back.jpg);
        background-repeat: no-repeat;
        background-position: right 60%;
        background-size: 40%;
    }
}

@media (max-width: 420px) {
    a#logo {
        font-size: 20px;
        margin-left: 4px;
    }

    a#logo + p {
        font-size: 17px;
        padding-left: 68px;
        top: -32px;
        font-size: 15px;
        max-width: 200px;
    }

    footer a#logo + p {
        max-width: 210px;
        margin-top: 15px;
    }

    footer .footer-desc {
        max-width: 265px;
    }

    footer .footer-copy {
        margin-top: 20px;
    }

    a#footer-butt-scroll:before {
        width: 58px;
        height: 58px;
        top: -70px;
    }

    a#footer-butt-scroll {
        width: 58px;
    }

    .cats-tabs li, .cats-tabs li.active {
        padding: 0 25px;
    }

    .cats-tabs li span {
        font-size: 17px;
    }

    .products {
        max-width: 320px;
    }

    .slider-item {
        padding: 10px;
    }

    .product_item.flip_effect_horizontal:hover .front {
        background-color: #fff;
        box-shadow: 0 0px 15px rgba(198, 203, 236, 0.34);
        border-radius: 10px;
    }

    .flip_effect_horizontal .back {
        box-shadow: 0 0px 15px rgba(198, 203, 236, 0.44);
    }

    .products, .products.slick-initialized {
        margin: 0 auto;
    }

    .product_item.flip_effect_horizontal .front {
        background-color: #fff;
        box-shadow: 0 0px 15px rgba(198, 203, 236, 0.34);
        border-radius: 10px;
    }

    .product_item.flip_effect_horizontal .back {
        box-shadow: 0 0px 15px rgba(198, 203, 236, 0.34);
    }

    html {
        background-size: 190%;
    }

    body .products .slick-next, body .products .slick-prev {
        top: 110px;
    }

    a#logo {
        width: 53%;
        font-size: 30px;
        margin-left: 3px;
    }

    a#logo + p {
        max-width: 280px;
        top: 5px;
    }

    body.page-template.page-template-our-clients .wrapper {
        background-position: -100px 100%;
    }

    body .products .slick-prev {
        left: 10px;
    }

    body .products .slick-next {
        right: 10px;
    }

    body .products .slick-prev:after, body .products .slick-next:after {
        border-bottom: 1px solid #3adcf5 !important;
        border-left: 1px solid #3adcf5 !important;
    }
}

@media (max-width: 414px) {

    body .products .slick-prev {
        left: 0px;
    }

    body .products .slick-next {
        right: 0px;
    }

    body.home .slick-prev:after {
        left: 0px;
    }

    body.home .slick-next:after {
        right: 0px;
    }

    body .products .slick-prev {
        left: 30px;
    }

    body .products .slick-next {
        right: 26px;
    }

    body .products .slick-prev:after, body .products .slick-next:after {
        border-bottom: 1px solid #3adcf5 !important;
        border-left: 1px solid #3adcf5 !important;
    }
}

@media (max-width: 390px) {
    a#footer-butt-scroll {
        right: 5px;
    }

    /*.product_item { width: 285px; }
    .products,
   .products.slick-initialized { left: 25px; }
   body .products .slick-prev { left: -13px; }*/
    ul.packs_types {
        padding: 0 10px;
    }

    ul.packs_types li {
        margin-right: 0px;
    }

    .product_item .pr-name, .haract, .rotate-butt, .pr-descr {
        padding-left: 10px;
        padding-right: 10px;
    }

    .client-item {
        padding-left: 0px;
        padding-right: 20px;
    }

    body.page-template .wrapper {
        background-position: -150px 110%;
    }

    .form-block h2.maintitle {
        font-size: 24px;
    }

    .product_item .pr-name:after {
        left: 10px;
    }

    .product_item {
        margin-left: 0px;
    }

    .client-item .right {
        padding-left: 8px;
    }

}

@media (max-width: 365px) {
    .crazy-block span.text-down {
        left: 60px;
    }

    .crazy-block span.text-top {
        left: 45px;
    }

    .crazy-block span.text-down, .crazy-block span {
        font-size: 12px;
    }

    .crazy-block span.big-num {
        font-size: 95px;
    }

    .crazy-block .item:first-child {
        width: 29%;
    }

    .crazy-block .item:first-child span.text-down {
        left: 57px;
        top: 18px;
    }

    .crazy-block .item:first-child + .item {
        width: 69%;
    }

    .crazy-block span.middle-numm {
        font-size: 80px;
    }

    .crazy-block .item:first-child + .item span.middle-numm, .crazy-block .item:first-child + .item span.text-down {
        left: 40px;
    }

    .crazy-block span.text-down {
        top: 30px;
    }

    .crazy-block .item:first-child + .item span.text-down {
        width: 85px;
    }

    .crazy-block .item:first-child + .item + .item + .item span.middle-numm,
    .crazy-block .item:first-child + .item + .item + .item span.text-top,
    .crazy-block .item:first-child + .item + .item + .item span.text-down {
        left: 55px;
    }

    .crazy-block .item:first-child + .item + .item + .item + .item span.text-down {
        top: 8px;
    }

   .crazy-block .item:first-child + .item + .item + .item + .item span.text-down1 {
        top: 8px;
    }

    /*body.home #fancybox-wrap {
     width: 250px !important; margin-left: -185px; height: 455px !important;}
    body.home #fancybox-content {
     width: 250px !important;
     height: 407px !important;}  */
    section.fishes-block .baloons {
        right: 0px !important;
    }

    .crazy-block .item:first-child,
    .crazy-block .item:first-child + .item {
        width: 49%;
    }

    .crazy-block .item:first-child {
        padding-left: 20px;
    }

    .crazy-block .item:first-child span.text-down {
        left: 77px;
    }

.crazy-block .item:first-child span.text-down1 {
        left: 77px;
    }


    a#footer-butt-scroll:before {
        width: 48px;
        height: 48px;
    }

    a#footer-butt-scroll {
        width: 48px;
    }

    body.page-template #body {
        background-position: 230px 1850px;
    }

    body.home.page-template {
        background-position: -70px 1750px;
    }
}

@media (max-width: 359px) {
    .centerWR, section#about .centerWR {
        max-width: 320px;
    }

    #mainmenu {
        padding-left: 89px;
    }

    body #mainmenu li a {
        font-size: 20px;
    }

    .products, .products.slick-initialized {
        left: 6px;
    }

    .crazy-block .item:first-child {
        padding-left: 0px;
    }

    .crazy-block .item:first-child span.text-down {
        left: 61px;
    }
    .crazy-block .item:first-child span.text-down1 {
        left: 61px;
    }

    body .products .slick-prev {
        left: 0px;
    }

    .products, .products.slick-initialized {
        left: 5px;
    }

    body .products .slick-next {
        right: 15px;
    }

    footer .footer-desc {
        max-width: 220px;
    }

    footer {
        height: 310px;
    }

    .smimages_about img {
        width: 120px;
    }

    section.fishes-block {
        background-size: 95%;
    }

    body.home.page-template {
        background-position: -100px 1750px;
    }

    #mainmenu .centerWR {
        padding: 0 0px 0 30px;
    }

    a#logo {
        font-size: 25px;
    }

    a#logo + p {
        max-width: 220px;
    }

    section.fishes-block {
        min-height: 570px;
    }

    body .products .slick-prev {
        left: 30px;
    }

    body .products .slick-next {
        right: 26px;
    }

    #langswitcher {
        right: 20px;
    }

    a#logo {
        font-size: 24px;
    }

    .firm_emails a:first-child {
        margin: 0px;
        border: 0px;
        text-decoration: underline;
        display: block;
    }

    .firm_emails a:first-child + a {
        margin-left: 0px;
        border: 0px;
        text-decoration: underline;
        display: block;
    }

}

@media (max-width: 343px) {
    .crazy-block .item:first-child, .crazy-block .item:first-child + .item {
        width: 39%;
    }

    .crazy-block .item:first-child + .item + .item + .item, .crazy-block .item:first-child + .item + .item + .item + .item {
        width: 45%;
    }

    .crazy-block .item:first-child + .item + .item + .item + .item span.text-down {
        left: 50px;
    }

 .crazy-block .item:first-child + .item + .item + .item + .item span.text-down1 {
        left: 50px;
    }


    section.fishes-block .baloons {
        background-image: url(../images/bubbles-mobile.png);
        width: 100%;
        height: 220px;
        top: 250px !important;
    }

}

@media (max-width: 330px) {
    .products, .products.slick-initialized {
        left: 0px;
    }

    .product_item {
        width: 100%;
    }

    body .products .slick-prev {
        left: 10px;
    }

    body.home.page-template {
        background-position: -110px 1750px;
    }

    html {
        background-size: 230%;
    }

    section.fishes-block {
        min-height: 540px;
    }

    section.fishes-block .baloons {
        width: 75%;
    }

    body.home.page-template {
        background-position: -100px 1350px;
    }

    body .products .slick-prev {
        left: 30px;
    }
}


/* #RESPONSIVE */

