.top-block-flower-line{
    width: inherit;
    height:34px;
    position: fixed;
    top:0; bottom:initial; left:0; right: 0;
    z-index:1111113;
    margin:0 auto;
    background-image: url(./img/top-line4.png);
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: contain;
}

.top2-logo-line{
    display: flex;
    width: auto;
    justify-content: flex-start;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin:54px 20px 20px 20px;
    position: relative;
}

.top2-logo-line .agb-flogo{
    display: inline-block;
    font-size: 0;
    letter-spacing: 0;
    height:100px;
}

.top2-logo-line .agb-flogo img{
    width: auto;
    height: 100%;
}

.phone-f{
    display: block;
    margin-left: 40px;
    padding-left:32px;
    position: relative;
}

.phone-f:active,
.phone-f:focus,
.phone-f:visited{
    color: #ffffff;
}

.phone-f::before{
    display: block;
    content: "";
    width:24px;
    height: 24px;
    position: absolute;
    top:-7px; bottom:0; left:0; right: initial;
    margin:auto 0;
    background-image: url(./img/kvdr-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.phone-f span{
    display: block;
    font-size: 21px;
    line-height: 35px;
    border-bottom:1px solid transparent;
    border-bottom:1px solid initial;
    /*font-family:"Ambidexter_Regular";*/
    /*font-family:"GloriaHallelujah-Regular";*/
    /*font-family:"PatrickHand-Regular";*/
    font-family:"Handlee-Regular";
}

.phone-f:hover span{
    color:#ff97fd;
    border-bottom:1px solid #ff97fd;
}

.next-block-agb{
    width:117px;
    margin-left:40px;
    letter-spacing: 20px;
    font-size: 0;
}

.next-block-agb a{
    display:inline-block;
    width:25px;
    height: 25px;
    margin-top:10px;
    margin-bottom:10px;
}

.next-block-agb a:hover{
    transform: scale(2);
}

.next-block-agb a img{
    display: block;
    width:100%;
}

.block-of-elems-agb{
    margin-left:40px;
}

.block-of-elems-agb a{
    display:block;
    font-size: 26px;
    line-height: 35px;
    position: relative;
    padding-left:32px;
}

.block-of-elems-agb a:before{
    display: block;
    content: "";
    width:26px;
    height: 26px;
    position: absolute;
    top:0; bottom:0; left:0; right: initial;
    margin:auto 0;
    background-image: url(./img/23s.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.block-of-elems-agb a span{
    display: block;
    color:#ffffff;
    border-bottom:1px solid transparent;
    border-bottom:1px solid initial;
    /*font-family:"Ambidexter_Regular";*/
    /*font-family:"Sunshiney-Regular";*/
    /*font-family:"AkayaKanadaka-Regular";*/
    /*font-family:"GloriaHallelujah-Regular";*/
    /*font-family:"PatrickHand-Regular";*/
    /*font-family:"Handlee-Regular";*/
    font-family:"TwinkleStar-Regular";
}

.block-of-elems-agb a:hover span{
    color:#ff97fd;
    border-bottom: 1px solid #ff97fd;
}

.sky-b-agb{
    width: 350px;
    height: 155px;
    position: absolute;
    top:0; bottom:0; left:initial; right: 0;
    margin: auto 0;
    z-index: 1;
}

.sky-b-agb img{
    display: block;
    width:100%;
}



.top2-logo-line.top2-logo-line-second{
    display:none;
    width: 250px;
    position:fixed;
    top:0; bottom:0; left:-250px; right:initial;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000000;
    margin:0;
    padding-bottom:73px;
    z-index: 1111112;
}

.top2-logo-line.top2-logo-line-second .menu-bottom-fixed-image{
    display:block;
    width: 250px;
    height: 70px;
    content: "";
    position: fixed;
    top:initial; bottom:0; left:-250px; right: initial;
    background-color: #000000;
    overflow: hidden;
    z-index: 0;
}

.top2-logo-line.top2-logo-line-second .menu-bottom-fixed-image::before{
    display:block;
    width: 150px;
    height: 42px;
    content: "";
    position: absolute;
    top:initial; bottom:10px; left:-40px; right: 40px;
    margin:0 auto;
    background-image: url(./img/flower3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.top2-logo-line.top2-logo-line-second .inner-top2-logo-line{
    width: 100%;
    padding:70px 20px 20px 20px;
}

.open-top-site-btn{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position:fixed;
    top:initial; bottom:60px; left: initial; right: 40px;
    background-color: #000000;
    cursor: pointer;
    transition: all 0.4s;
    z-index:1111113;
}

.open-top-site-btn:hover{
    transform: scale(1.3);
}

.open-top-site-btn::before{
    display: block;
    width:20px;
    height: 20px;
    content: "";
    position: absolute;
    top:0; bottom: 0; left:0; right:0;
    margin: auto;
    background-image: url(./img/menu-top.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.close-top-site-btn{
    width: 16px;
    height: 16px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    background-image: url("./img/del-filter2.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.top2-logo-line.top2-logo-line-second .agb-flogo{
    display: block;
    height: 77px;
    margin-bottom:20px;
}

.top2-logo-line.top2-logo-line-second .set-numbers-agb{
    display: none;
    margin-bottom:20px;
}

.top2-logo-line.top2-logo-line-second .phone-f{
    margin-left: 0;
}

.top2-logo-line.top2-logo-line-second .phone-f::before{

}

.top2-logo-line.top2-logo-line-second .phone-f span{
    
}

.top2-logo-line.top2-logo-line-second .next-block-agb{
    display: flex;
    display:none;
    width: 100%;
    justify-content: start;
    align-items:center;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom:20px;
    position: relative;
    top:initial; bottom:initial; left: -10px; right: initial;
}

.top2-logo-line.top2-logo-line-second .next-block-agb a{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:10px;
    margin-bottom: 10px;
}

.top2-logo-line.top2-logo-line-second .next-block-agb a:hover{
    
}

.top2-logo-line.top2-logo-line-second .block-of-elems-agb{
    display: none;
    margin-left:0;
    margin-bottom:20px;
}

.top2-logo-line.top2-logo-line-second .block-of-elems-agb a{
    
}

.top2-logo-line.top2-logo-line-second .block-of-elems-agb a:before{

}



.sub-line-repeat{
    width:100%;
    height: 15px;
    background-image: url(./img/sub-line-corrected5.png);
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: contain;
    position: relative;
    top: 9px;
}

.top-menu-categories-agb{
    position: relative;
    z-index: 1;
}

#base-page-element-eee-agb{
    display: block;
    width: 100%;
    min-height: 1000px;
    position: relative;
    padding-left:40px;
    padding-bottom:40px;
}

.flower-coner-agb{
    display:block;
    width:177px;
    height: 177px;
    position:absolute;
    top:0; bottom:initial; left: -25px; right:initial;
    background-image: url(./img/leave-coner-flowers.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.flower-loza-agb{
    width: 100px;
    height: auto;
    position: absolute;
    top:33px; bottom:0; left:initial; right: 0;
}

.flower-loza-agb::before{
    display: block;
    content: '';
    width:100%;
    height: auto;
    background-image: url(./img/second-leave-part.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top:0; bottom:1px; left:initial; right: 0;
}

.flower-loza-agb::after{
    display: block;
    content: '';
    width:100%;
    height: auto;
    background-image: url(./img/second-leave8.png);
    background-repeat: no-repeat;
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    top:14px; bottom:0; left:initial; right: 0;
}

.headers-padding-type1{
    padding-top:71px;
    margin-top: 62px;
}

h1.main-page-head-agb,
h2.main-page-head-agb{
    width: 977px;
    font-family:"snell-round-hand-bold";
    font-size: 51px;
    line-height: 51px;
    position: relative;
    z-index: 1;
    margin-top:133px;
}

.headers-padding-type1 + h1.main-page-head-agb,
.headers-padding-type1 + h2.main-page-head-agb{
    margin-top:0;
}

h1.main-page-head-agb span,
h2.main-page-head-agb span{
    display: block;
    font-family:"snell-round-hand-bold";
    border-bottom:1px solid #ffffff;
    padding-bottom:0px;
}

.gallery-part-agb h1.main-page-head-agb span,
.gallery-part-agb h2.main-page-head-agb span{
    border: none;
}

h1.main-page-head-agb:before,
h2.main-page-head-agb::before{
    display: block;
    content: '';
    width: 100%;
    height: 57px;
    background-image: url(./img/1010-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top:-27px; bottom:initial; left:-21px; right: 0;
    z-index: -1;
}

.flower-leave-line{
    width: 970px;
    height: 30px;
    position: absolute;
    top:-87px; bottom:initial; left:53px; right: initial;
    border-bottom:1px solid #ffffff;
    background: none;
    z-index: 0;
}

.flower-leave-line::before{
    display: block;
    width: 100%;
    height: 30px;
    content: "";
    position: absolute;
    top:initial; bottom:-15px; left:0; right: initial;
    background-image: url(./img/leave-flower-line5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    z-index: 0;
}

.padding-head-agb{
    padding-bottom:23px !important;
}

.content-base-main{
    width:1000px;
    position: relative;
    z-index: 0;
}

.content-base-main ul{
    margin-top:20px;
    padding-left:60px;
}

.content-base-main ul li{
    color: #eeffdd;
    padding-bottom:20px;
}

.content-base-main ul li:nth-child(even){
    color: #adbc9e;
}

.content-base-main h1{
    font-size: 47px;
    line-height: 47px;
    position: relative;
    color:#ff97fd;
    z-index: 1;
    border-bottom: 1px solid #ff97fd;
}

.content-base-main h2{
    font-size: 42px;
    line-height: 42px;
    position: relative;
    color:#ff97fd;
    z-index: 1;
    border-bottom: 1px solid #ff97fd;
}

.content-base-main h3{
    font-size: 37px;
    line-height: 37px;
    position: relative;
    color:#ff97fd;
    z-index: 1;
    border-bottom: 1px solid #ff97fd;
}

.content-base-main h4{
    font-size: 33px;
    line-height: 33px;
    position: relative;
    color:#ff97fd;
    z-index: 1;
    border-bottom: 1px solid #ff97fd;
}

.content-base-main h5{
    font-size: 30px;
    line-height: 30px;
    position: relative;
    color:#ff97fd;
    z-index: 1;
    border-bottom: 1px solid #ff97fd;
}

.content-base-main h6{
    font-size: 27px;
    line-height: 27px;
    position: relative;
    color:#ff97fd;
    z-index: 1;
    border-bottom: 1px solid #ff97fd;
}

.content-base-main h1.head-flower1::before,
.content-base-main h2.head-flower1::before,
.content-base-main h3.head-flower1::before,
.content-base-main h4.head-flower1::before,
.content-base-main h5.head-flower1::before,
.content-base-main h6.head-flower1::before{
    display: block;
    content: '';
    width:70px;
    height: 70px;
    position:absolute;
    top:initial; bottom:initial; left:-31px; bottom:-33px;
    background-image: url(./img/head-flower1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
}

.content-base-main a{
    display: inline;
    color:#ff97fd;
    text-decoration: underline;
}

.content-part-base{
    position: relative;
    padding-left:40px;
}

.content-part-base.content-part-1{
    font-family:"MarckScript-Regular";
    font-size: 24px;
    line-height: 33px;
}

.content-part-1 *{
    font-family:"MarckScript-Regular";
}

.content-part-1 span{
    position: relative;
    z-index: 1;
}

.leave-content{
    width: 100px;
    position:absolute;
    top:0; bottom:initial; left: 0; right: initial;
    z-index: -1;
}

.leave-content img{
    width: 100%;
}

.leave-content.leave-content-1{
    width: 33px;
}

.leave-content.leave-content-2{
    width: 100px;
    height: 57px;
    top:0; bottom:0; left: 0; right: 0;
    margin: auto;
}

.leave-content.leave-content-3{
    width: 100px;
    height: 57px;
    top:10%; left: 20%;
}


.leave-content.leave-content-4{
    width: 100px;
    height: 57px;
    top:initial; left: initial; bottom: 38%; right: 9%;
}

.leave-content.leave-content-5{
    width: 333px;
    height: 230px;
    top:initial; left: -9%; bottom: -4%; right: initial;
}

.leave-content.leave-content-6{
    width: 300px;
    top:initial; left: -5%; bottom: -2%; right: initial;
}

.leave-content.leave-content-7{
    width: 150px;
    top:initial; left: 50%; bottom: 5%; right: initial;
}

.leave-content.leave-content-8{
    width: 100px;
    top:initial; left: 30%; bottom: 30%; right: initial;
}

.leave-content.leave-content-9{
    width: 300px;
    top:13%; left: 70%; bottom: initial; right: initial;
}


.gallery-part-agb{
    position: relative;
    top:initial; bottom:initial; left: 20px; right: initial;
}

.out-gallery-flower-agb{
    width:1000px;
    border-left:1px solid #ffffff;
    padding-left:40px;
    padding-bottom:87px;
    position: relative;
    top:0; bottom:initial; left:-55px; right:initial;
    margin-top:57px;
    z-index: 0;
}

.out-gallery-flower-agb::before{
    display:block;
    content: '';
    width:50px;
    height: 50px;
    background-image: url(./img/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:-57px; bottom:initial; left:0; right: initial;
}

.out-gallery-flower-agb::after{
    display:block;
    content: '';
    width:30px;
    background-image: url(./img/leave-flower-line3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
    position: absolute;
    top:21px; bottom:0; left:-15px; right: initial;
}

.flower-slider{
    display:block;
    position: absolute;
    top:0; bottom:initial; left:0; right:initial;
}

.flower-slider img{
    width: 100%;
}

.flower-slider.style1{
    width:200px;
    z-index:-1;
    transform: rotate(-60deg);
    top: -118px; left: 145px;
}

.flower-slider.style2{
    width:300px;
    z-index:-2;
    transform: rotate(-76deg);
    top: 125px; left: 125px;
}

.flower-slider.style3{
    width:300px;
    z-index:-2;
    transform: rotate(24deg);
    top:initial; bottom: -97px; right: -135px; left:initial;
}

.flower-slider.style4{
    width:350px;
    z-index:-2;
    top:-41px; bottom: initial; right: -135px; left:initial;
}

.gallery-flower-agb{
    width:700px;
    position:relative;
    top:0; bottom:initial; left:50px; right: initial;
    margin:0 auto;
    font-size: 0;
    letter-spacing: 0;
    padding:0;
    padding-top:40px;
}

.gallery-inner-agb{
    position:relative;
}

.gallery-inner-agb.owl-carousel{
    display: block;
}

.out-gallery-flower-agb .owl-item{
    cursor: pointer;
}

.one-img-flower-agb{
    display: flex;
    justify-content: center;
    align-items: center;
    width:300px;
    height: 300px;
    border:1px solid #ffffff;
    margin:0 auto;
    background-color: #000000;
    overflow: hidden;
}

.inner-img-agb-g{
    
}

.inner-img-agb-g img{
    width:100%;
}


.gallery-flower-agb .owl-nav{
    display:block;
    height: 80px;
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    margin:auto 0;
    z-index:-1;
}

.gallery-flower-agb .owl-prev{
    display: block;
    width:80px;
    height: 80px;
    position: absolute;
    top:initial; bottom:initial; left: -80px; right:initial;
    background-image: url(./img/leave-arrow-left.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    font-size: 0;
}

.gallery-flower-agb .owl-next{
    display: block;
    width:80px;
    height: 80px;
    position: absolute;
    top:initial; bottom:initial; left: initial; right:-80px;
    background-image: url(./img/leave-arrow-right.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    font-size: 0;
}

.gallery-flower-agb span{
    display: none !important;
    font-size: 0;
}


.agb-gallery-overlay{
	position:fixed;
	top:0; bottom:0; left:0; right:0;
	z-index:9999999;
	background-color: #000000;
	overflow: auto;
    overflow-x: hidden;
}

.agb-gallery-overlay .inner-overlay-agb{
	position: absolute;
	width:500px;
	height:500px;
	top:0; bottom:0; left:0; right:0;
	overflow: hidden;
	margin:auto auto;
    border:1px solid #ffffff;
}

.one-item-owl-agb-gal{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    position: relative;
}

.agb-gallery-overlay .inner-overlay-agb img{
	display: block;
	margin: 0 auto;
	width:100%;
}

.agb-gallery-overlay .close-btn-agb,
.agb-gallery-overlay .left-btn-agb,
.agb-gallery-overlay .right-btn-agb{
	position:absolute;
	cursor:pointer;
    font-size: 0;
}

.agb-gallery-overlay .close-btn-agb{
    width:40px;
	height:40px;
	display:block;
    top:20px; right:20px; left:initial; bottom:initial;
    background-image: url(./img/for-close.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.agb-gallery-overlay .left-btn-agb{
    width:100px;
	height:100px;
	left:10px;
	right:initial;
	top:0; bottom:0;
	margin:auto 0;
    background-image: url(./img/for-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.agb-gallery-overlay .right-btn-agb{
    width:100px;
	height:100px;
	right:10px;
	left:initial;
	top:0; bottom:0;
	margin:auto 0;
    background-image: url(./img/for-arrow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.agb-gallery-overlay .left-btn-agb:hover,
.agb-gallery-overlay .right-btn-agb:hover,
.agb-gallery-overlay .close-btn-agb:hover{
    transform: scale(1.5);
}



.content-base-main #agb-contacts-true-inner{
    position: relative;
}

.content-base-main .agb-contacts-left-true{
    border-right: 1px solid #804b7f;
}

.content-base-main #agb-contacts-true-inner .flower-contacts{
    width: 300px;
    position: absolute;
    top:initial; bottom:0; left: 0; right: initial;
    z-index:-1;
}

.content-base-main #agb-contacts-true-inner .flower-contacts.style1{
    display:block;
}

.content-base-main #agb-contacts-true-inner .flower-contacts.style2{
    display:none;
}

.content-base-main #agb-contacts-true-inner .flower-contacts.style3{
    display:none;
}

.content-base-main #agb-contacts-true-inner .flower-contacts img{
    width: 100%;
}

.content-base-main .agb-placed-place{
    font-family: "MarckScript-Regular";
    font-size: 24px;
    line-height: 33px;
}

.content-base-main ul.page-contact-emails li{
    padding-bottom:0;
}

.content-base-main ul.page-contact-emails li a span{
    font-family: "MarckScript-Regular";
    font-size: 24px;
    line-height: 33px;
}

.content-base-main ul.page-contact-phones li{
    padding-bottom:0;
}

.content-base-main ul.page-contact-phones li a span{
    font-family: "MarckScript-Regular";
    font-size: 24px;
    line-height: 33px;
}

.content-base-main .agb-contacts-right-true{
    border-left: 1px solid #804b7f;
}

.content-base-main #agb--true-has-form-contact-block form .input-note{
    font-family: "MarckScript-Regular";
    font-size: 24px;
    line-height: 33px;
}

.content-base-main #agb--true-has-form-contact-block form input[type="text"]{
    width:413px;
    height: 40px;
    font-family: "MarckScript-Regular";
    font-size: 24px;
    color: #d87fd7;
    border:1px solid #804b7f;
}

.content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
    font-family: "MarckScript-Regular";
    font-size: 24px;
}

.content-base-main #agb--true-has-form-contact-block form textarea{
    width:413px;
    height: 100px;
    font-family: "MarckScript-Regular";
    font-size: 24px;
    line-height: 24px;
    color: #d87fd7;
    border:1px solid #804b7f;
}

.content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
    font-family: "MarckScript-Regular";
    font-size: 24px;
    line-height: 24px;
}

.content-base-main .agb-class-div-btn-contact input[type="submit"]{
    width:413px;
    height: 42px;
    font-family: "MarckScript-Regular";
    font-size: 24px;
    background-color: #5a3459;
}

.content-base-main .agb-class-div-btn-contact input[type="submit"]:hover{
    background-color: #804b7f;
}


#errorWindow.flower .error-window-wrap, 
#successWindow.flower .success-window-wrap{
    padding: 50px 20px 40px 20px;
}

#errorWindow.flower .error-window-wrap .error-text-place,
#successWindow.flower .success-window-wrap .success-text-place{
    width:280px;
    height: 200px;
}

#errorWindow.flower .error-window-wrap .error-text-place span{
    font-family: "MarckScript-Regular";
    font-size: 20px;
    line-height: 27px;
}

#successWindow.flower .success-window-wrap .success-text-place span{
    font-family: "MarckScript-Regular";
    font-size: 20px;
    line-height: 27px;
}

#errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
#successWindow.flower .success-window-wrap .fast-buy-close-btn{
    width:16px;
    height: 16px;
    top: 20px; right: 20px;
}



#base-page-element-eee-agb .menu-main-navigation-container{
    padding-top:47px;
    padding-left:73px;
    padding-right: 110px;
}

#base-page-element-eee-agb .menu-main-navigation-container > ul{
    flex-wrap: wrap;
    padding:0;
    margin:0;
}

#base-page-element-eee-agb .menu-main-navigation-container > ul > li{
    /*font-family: "kuenstler-165-original";*/
    /*font-family: "matilda-script";*/
    /*font-family: "miranda-script-black";*/
    /*font-family: "nk264";*/
    /*font-family: "splendor-c";*/
    /*font-family: "strokes-rus-lat";*/
    /*font-family: "windy-rain";*/
    font-family: "mikado-script";
    font-size: 47px;
    color:#f4b3f3;
    padding-bottom:20px;
}

#base-page-element-eee-agb .menu-main-navigation-container > ul > li:last-of-type{
    padding-right:0;
}

#base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
    /*font-family: "kuenstler-165-original";*/
    /*font-family: "matilda-script";*/
    /*font-family: "miranda-script-black";*/
    /*font-family: "nk264";*/
    /*font-family: "splendor-c";*/
    /*font-family: "strokes-rus-lat";*/
    /*font-family: "windy-rain";*/
    font-family: "mikado-script";
    font-size: 47px;
    color:#f4b3f3;
    position: relative;
    z-index: 0;
}

#base-page-element-eee-agb .menu-main-navigation-container > ul > li > a:hover{
    color:#ff5cfc;
}

#base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
    display: block;
    content: '';
    width:119px;
    height: 73px;
    position:absolute;
    top:initial; bottom:-57px; left:initial; right: 0;
    background-image: url(./img/36.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

#base-page-element-eee-agb ul#primary-menu li.menu-item-has-children .openn-menu-agb-btn{
    display: none;
}

#base-page-element-eee-agb ul#primary-menu li.menu-item-has-children:hover > a{
    color:#f4b3f3;
}

#base-page-element-eee-agb ul#primary-menu li.menu-item-has-children > a:hover{
    color:#ff5cfc;
}

#base-page-element-eee-agb .close-btn-agb-d{
    display:none;
}



.back-to-top.flower-theme-to-top.position-right{
    padding:0;
    background-color: transparent;
    background-color: initial;
    border: none;
    right: 33px;
}

.back-to-top.flower-theme-to-top.position-right:hover{
    transform: scale(1.3);
}

.back-to-top.flower-theme-to-top .ws-svg-icon{
    width: 85px;
    height: 85px;
    background-image: url(./img/leave-flower-to-top6.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.back-to-top.flower-theme-to-top .ws-svg-icon svg{
    display:none;
}

body.admin-bar.home.flower-theme-agb .content-wrapper .main-row.special-style-agb{
    margin-top:0;
}


.flower-footer-agb{
    display: block;
    width: 100%;
    padding-top:70px;
}

.inner-flower-footer-agb{
    display:flex;
    justify-content: center;
    align-items: center;
}

.flower-footer-agb .flower-logo-ftr{
    display: block;
    height: 79px;
    margin-right:20px;
    border-bottom:1px solid #999999;
    padding-bottom:10px;
}

.flower-footer-agb .da33da-red-ftr{
    display: block;
    height: 79px;
    margin-left:20px;
    border-bottom:1px solid #999999;
    padding-bottom:10px;
}

.flower-footer-agb img{
    display: block;
    height: 100%;
}



@media (max-width: 3003px){

    .top-block-flower-line{
        width: inherit;
        height:34px;
        top:0; bottom:initial; left:0; right: 0;
    }

    .top2-logo-line{
        margin:54px 20px 20px 20px;
    }

    .top2-logo-line .agb-flogo{
        height:100px;
    }

    .phone-f{
        margin-left: 40px;
        padding-left:32px;
    }

    .phone-f::before{
        width:24px;
        height: 24px;
        top:-7px; bottom:0; left:0; right: initial;
    }

    .phone-f span{
        font-size: 25px;
        line-height: 35px;
    }

    .next-block-agb{
        width:147px;
        margin-left:40px;
        letter-spacing: 20px;
    }

    .next-block-agb a{
        width:35px;
        height: 35px;
        margin-top:10px;
        margin-bottom:10px;
    }

    .next-block-agb a:hover{
        transform: scale(2);
    }

    .block-of-elems-agb{
        margin-left:40px;
    }

    .block-of-elems-agb a{
        font-size: 30px;
        line-height: 35px;
        padding-left:32px;
    }

    .block-of-elems-agb a:before{
        width:26px;
        height: 26px;
        top:0; bottom:0; left:0; right: initial;
    }

    .sky-b-agb{
        width: 317px;
        height: 141px;
        top:0; bottom:0; left:initial; right: 0;
    }

    .sub-line-repeat{
        width:100%;
        height: 15px;
        top: 9px;
    }

    #base-page-element-eee-agb{
        min-height: 1000px;
        padding-left:40px;
        padding-bottom:40px;
    }

    .flower-coner-agb{
        width:177px;
        height: 177px;
        top:0; bottom:initial; left: -25px; right:initial;
    }

    .flower-loza-agb{
        width: 100px;
        height: auto;
        top:33px; bottom:0; left:initial; right: 0;
    }

    .flower-loza-agb::before{
        width:100%;
        height: auto;
        top:0; bottom:1px; left:initial; right: 0;
    }

    .flower-loza-agb::after{
        width:100%;
        height: auto;
        top:14px; bottom:0; left:initial; right: 0;
    }

    .headers-padding-type1{
        padding-top:71px;
        margin-top: 62px;
    }

    h1.main-page-head-agb,
    h2.main-page-head-agb{
        width: 977px;
        font-size: 57px;
        line-height: 57px;
        margin-top:133px;
    }

    .headers-padding-type1 + h1.main-page-head-agb,
    .headers-padding-type1 + h2.main-page-head-agb{
        margin-top:0;
    }

    h1.main-page-head-agb span,
    h2.main-page-head-agb span{
        padding-bottom:0px;
    }

    h1.main-page-head-agb::before,
    h2.main-page-head-agb::before{
        width: 100%;
        height: 57px;
        top:-27px; bottom:initial; left:-21px; right: 0;
    }

    .flower-leave-line{
        width: 970px;
        height: 30px;
        top:-87px; bottom:initial; left:53px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 30px;
        top:initial; bottom:-15px; left:0; right: initial;
    }

    .padding-head-agb{
        padding-bottom:23px !important;
    }

    .content-base-main{
        width:1000px;
        z-index: 0;
    }

    .content-base-main ul{
        margin-top:20px;
        padding-left:60px;
    }

    .content-base-main ul li{
        padding-bottom:20px;
    }

    .content-base-main h1{
        font-size: 47px;
        line-height: 47px;
    }

    .content-base-main h2{
        font-size: 42px;
        line-height: 42px;
    }

    .content-base-main h3{
        font-size: 37px;
        line-height: 37px;
    }

    .content-base-main h4{
        font-size: 33px;
        line-height: 33px;
    }

    .content-base-main h5{
        font-size: 30px;
        line-height: 30px;
    }

    .content-base-main h6{
        font-size: 27px;
        line-height: 27px;
    }

    .content-base-main h1.head-flower1::before,
    .content-base-main h2.head-flower1::before,
    .content-base-main h3.head-flower1::before,
    .content-base-main h4.head-flower1::before,
    .content-base-main h5.head-flower1::before,
    .content-base-main h6.head-flower1::before{
        width:70px;
        height: 70px;
        top:initial; bottom:initial; left:-31px; bottom:-33px;
    }

    .content-part-base{
        padding-left:40px;
    }

    .content-part-base.content-part-1{
        font-size: 33px;
        line-height: 37px;
    }

    .leave-content{
        width: 100px;
        top:0; bottom:initial; left: 0; right: initial;
    }

    .leave-content.leave-content-1{
        width: 33px;
    }

    .leave-content.leave-content-2{
        width: 100px;
        height: 57px;
        top:0; bottom:0; left: 0; right: 0;
    }

    .leave-content.leave-content-3{
        width: 100px;
        height: 57px;
        top:10%; left: 20%;
    }


    .leave-content.leave-content-4{
        width: 100px;
        height: 57px;
        top:initial; left: initial; bottom: 38%; right: 9%;
    }

    .leave-content.leave-content-5{
        width: 333px;
        height: 230px;
        top:initial; left: -9%; bottom: -4%; right: initial;
    }

    .leave-content.leave-content-6{
        width: 300px;
        top:initial; left: -5%; bottom: -2%; right: initial;
    }

    .leave-content.leave-content-7{
        width: 150px;
        top:initial; left: 50%; bottom: 5%; right: initial;
    }

    .leave-content.leave-content-8{
        width: 100px;
        top:initial; left: 30%; bottom: 30%; right: initial;
    }

    .leave-content.leave-content-9{
        width: 300px;
        top:13%; left: 70%; bottom: initial; right: initial;
    }


    .gallery-part-agb{
        top:initial; bottom:initial; left: 20px; right: initial;
    }

    .out-gallery-flower-agb{
        width:1000px;
        padding-left:40px;
        padding-bottom:87px;
        top:0; bottom:initial; left:-55px; right:initial;
        margin-top:57px;
    }

    .out-gallery-flower-agb::before{
        width:50px;
        height: 50px;
        top:-57px; bottom:initial; left:0; right: initial;
    }

    .out-gallery-flower-agb::after{
        width:30px;
        top:21px; bottom:0; left:-15px; right: initial;
    }

    .flower-slider{
        top:0; bottom:initial; left:0; right:initial;
    }

    .flower-slider.style1{
        width:200px;
        transform: rotate(-60deg);
        top: -118px; left: 145px;
    }

    .flower-slider.style2{
        width:300px;
        transform: rotate(-76deg);
        top: 125px; left: 125px;
    }

    .flower-slider.style3{
        width:300px;
        transform: rotate(24deg);
        top:initial; bottom: -97px; right: -135px; left:initial;
    }

    .flower-slider.style4{
        width:350px;
        top:-41px; bottom: initial; right: -135px; left:initial;
    }

    .gallery-flower-agb{
        width:700px;
        top:0; bottom:initial; left:50px; right: initial;
        padding-top:40px;
    }

    .one-img-flower-agb{
        width:300px;
        height: 300px;
    }


    .gallery-flower-agb .owl-nav{
        height: 80px;
        top:0; bottom:0; left:0; right:0;
    }

    .gallery-flower-agb .owl-prev{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: -80px; right:initial;
    }

    .gallery-flower-agb .owl-next{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: initial; right:-80px;
    }


    .agb-gallery-overlay{
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .inner-overlay-agb{
        width:700px;
        height:700px;
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .close-btn-agb{
        width:40px;
        height:40px;
        top:20px; right:20px; left:initial; bottom:initial;
    }

    .agb-gallery-overlay .left-btn-agb{
        width:100px;
        height:100px;
        left:10px;
        right:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .right-btn-agb{
        width:100px;
        height:100px;
        right:10px;
        left:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .left-btn-agb:hover,
    .agb-gallery-overlay .right-btn-agb:hover,
    .agb-gallery-overlay .close-btn-agb:hover{
        transform: scale(1.5);
    }





    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 300px;
        top:initial; bottom:0; left: 0; right: initial;
    }

    .content-base-main .agb-placed-place{
        font-size: 33px;
        line-height: 37px;
    }

    .content-base-main ul.page-contact-emails li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 33px;
        line-height: 37px;
    }

    .content-base-main ul.page-contact-phones li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 33px;
        line-height: 37px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 33px;
        line-height: 37px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        width:457px;
        height: 50px;
        font-size: 33px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 33px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        width:457px;
        height: 200px;
        font-size: 33px;
        line-height: 33px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 33px;
        line-height: 33px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        width:457px;
        height: 54px;
        font-size: 33px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 40px;
        height: 40px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 120px 40px 40px 40px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:500px;
        height: 400px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 30px;
        line-height: 35px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 30px;
        line-height: 35px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:30px;
        height: 30px;
        top: 40px; right: 40px;
    }



    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top:47px;
        padding-left:73px;
        padding-right: 110px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 53px;
        padding-bottom:20px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 53px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width:119px;
        height: 73px;
        top:initial; bottom:-57px; left:initial; right: 0;
    }



    .back-to-top.flower-theme-to-top.position-right{
        right: 33px;
    }

    .back-to-top.flower-theme-to-top.position-right:hover{
        transform: scale(1.3);
    }

    .back-to-top.flower-theme-to-top .ws-svg-icon{
        width: 150px;
        height: 150px;
    }
}



@media (max-width: 1703px){

    
}



@media (max-width: 1443px){

    
}



@media (max-width: 1369px){

    .top-block-flower-line{
        width: inherit;
        height:34px;
        top:0; bottom:initial; left:0; right: 0;
    }

    .top2-logo-line{
        margin:54px 20px 20px 20px;
    }

    .top2-logo-line .agb-flogo{
        height:100px;
    }

    .phone-f{
        margin-left: 40px;
        padding-left:32px;
    }

    .phone-f::before{
        width:24px;
        height: 24px;
        top:-7px; bottom:0; left:0; right: initial;
    }

    .phone-f span{
        font-size: 21px;
        line-height: 35px;
    }

    .next-block-agb{
        width:117px;
        margin-left:40px;
        letter-spacing: 20px;
    }

    .next-block-agb a{
        width:25px;
        height: 25px;
        margin-top:10px;
        margin-bottom:10px;
    }

    .next-block-agb a:hover{
        transform: scale(2);
    }

    .block-of-elems-agb{
        margin-left:40px;
    }

    .block-of-elems-agb a{
        font-size: 26px;
        line-height: 35px;
        padding-left:32px;
    }

    .block-of-elems-agb a:before{
        width:26px;
        height: 26px;
        top:0; bottom:0; left:0; right: initial;
    }

    .sky-b-agb{
        width: 350px;
        height: 155px;
        top:0; bottom:0; left:initial; right: 0;
    }

    .sub-line-repeat{
        width:100%;
        height: 15px;
        top: 9px;
    }

    #base-page-element-eee-agb{
        min-height: 1000px;
        padding-left:40px;
        padding-bottom:40px;
    }

    .flower-coner-agb{
        width:177px;
        height: 177px;
        top:0; bottom:initial; left: -25px; right:initial;
    }

    .flower-loza-agb{
        width: 100px;
        height: auto;
        top:33px; bottom:0; left:initial; right: 0;
    }

    .flower-loza-agb::before{
        width:100%;
        height: auto;
        top:0; bottom:1px; left:initial; right: 0;
    }

    .flower-loza-agb::after{
        width:100%;
        height: auto;
        top:14px; bottom:0; left:initial; right: 0;
    }

    .headers-padding-type1{
        padding-top:71px;
        margin-top: 62px;
    }

    h1.main-page-head-agb,
    h2.main-page-head-agb{
        width: 977px;
        font-size: 51px;
        line-height: 51px;
        margin-top:133px;
    }

    .headers-padding-type1 + h1.main-page-head-agb,
    .headers-padding-type1 + h2.main-page-head-agb{
        margin-top:0;
    }

    h1.main-page-head-agb span,
    h2.main-page-head-agb span{
        padding-bottom:0px;
    }

    h1.main-page-head-agb::before,
    h2.main-page-head-agb::before{
        width: 100%;
        height: 57px;
        top:-27px; bottom:initial; left:-21px; right: 0;
    }

    .flower-leave-line{
        width: 970px;
        height: 30px;
        top:-87px; bottom:initial; left:53px; right: initial;
    }

    .padding-head-agb{
        padding-bottom:23px !important;
    }

    .content-base-main{
        width:1000px;
        z-index: 0;
    }

    .content-base-main ul{
        margin-top:20px;
        padding-left:60px;
    }

    .content-base-main ul li{
        padding-bottom:20px;
    }

    .content-base-main h1{
        font-size: 47px;
        line-height: 47px;
    }

    .content-base-main h2{
        font-size: 42px;
        line-height: 42px;
    }

    .content-base-main h3{
        font-size: 37px;
        line-height: 37px;
    }

    .content-base-main h4{
        font-size: 33px;
        line-height: 33px;
    }

    .content-base-main h5{
        font-size: 30px;
        line-height: 30px;
    }

    .content-base-main h6{
        font-size: 27px;
        line-height: 27px;
    }

    .content-base-main h1.head-flower1::before,
    .content-base-main h2.head-flower1::before,
    .content-base-main h3.head-flower1::before,
    .content-base-main h4.head-flower1::before,
    .content-base-main h5.head-flower1::before,
    .content-base-main h6.head-flower1::before{
        width:70px;
        height: 70px;
        top:initial; bottom:initial; left:-31px; bottom:-33px;
    }

    .content-part-base{
        padding-left:40px;
    }

    .content-part-base.content-part-1{
        font-size: 24px;
        line-height: 33px;
    }

    .leave-content{
        width: 100px;
        top:0; bottom:initial; left: 0; right: initial;
    }

    .leave-content.leave-content-1{
        width: 33px;
    }

    .leave-content.leave-content-2{
        width: 100px;
        height: 57px;
        top:0; bottom:0; left: 0; right: 0;
    }

    .leave-content.leave-content-3{
        width: 100px;
        height: 57px;
        top:10%; left: 20%;
    }


    .leave-content.leave-content-4{
        width: 100px;
        height: 57px;
        top:initial; left: initial; bottom: 38%; right: 9%;
    }

    .leave-content.leave-content-5{
        width: 333px;
        height: 230px;
        top:initial; left: -9%; bottom: -4%; right: initial;
    }

    .leave-content.leave-content-6{
        width: 300px;
        top:initial; left: -5%; bottom: -2%; right: initial;
    }

    .leave-content.leave-content-7{
        width: 150px;
        top:initial; left: 50%; bottom: 5%; right: initial;
    }

    .leave-content.leave-content-8{
        width: 100px;
        top:initial; left: 30%; bottom: 30%; right: initial;
    }

    .leave-content.leave-content-9{
        width: 300px;
        top:13%; left: 70%; bottom: initial; right: initial;
    }


    .gallery-part-agb{
        top:initial; bottom:initial; left: 20px; right: initial;
    }

    .out-gallery-flower-agb{
        width:1000px;
        padding-left:40px;
        padding-bottom:87px;
        top:0; bottom:initial; left:-55px; right:initial;
        margin-top:57px;
    }

    .out-gallery-flower-agb::before{
        width:50px;
        height: 50px;
        top:-57px; bottom:initial; left:0; right: initial;
    }

    .out-gallery-flower-agb::after{
        width:30px;
        top:21px; bottom:0; left:-15px; right: initial;
    }

    .flower-slider{
        top:0; bottom:initial; left:0; right:initial;
    }

    .flower-slider.style1{
        width:200px;
        transform: rotate(-60deg);
        top: -118px; left: 145px;
    }

    .flower-slider.style2{
        width:300px;
        transform: rotate(-76deg);
        top: 125px; left: 125px;
    }

    .flower-slider.style3{
        width:300px;
        transform: rotate(24deg);
        top:initial; bottom: -97px; right: -135px; left:initial;
    }

    .flower-slider.style4{
        width:350px;
        top:-41px; bottom: initial; right: -135px; left:initial;
    }

    .gallery-flower-agb{
        width:700px;
        top:0; bottom:initial; left:50px; right: initial;
        padding-top:40px;
    }

    .one-img-flower-agb{
        width:300px;
        height: 300px;
    }


    .gallery-flower-agb .owl-nav{
        height: 80px;
        top:0; bottom:0; left:0; right:0;
    }

    .gallery-flower-agb .owl-prev{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: -80px; right:initial;
    }

    .gallery-flower-agb .owl-next{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: initial; right:-80px;
    }


    .agb-gallery-overlay{
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .inner-overlay-agb{
        width:500px;
        height:500px;
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .close-btn-agb{
        width:40px;
        height:40px;
        top:20px; right:20px; left:initial; bottom:initial;
    }

    .agb-gallery-overlay .left-btn-agb{
        width:100px;
        height:100px;
        left:10px;
        right:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .right-btn-agb{
        width:100px;
        height:100px;
        right:10px;
        left:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .left-btn-agb:hover,
    .agb-gallery-overlay .right-btn-agb:hover,
    .agb-gallery-overlay .close-btn-agb:hover{
        transform: scale(1.5);
    }





    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 300px;
        top:initial; bottom:0; left: 0; right: initial;
    }

    .content-base-main .agb-placed-place{
        font-size: 24px;
        line-height: 33px;
    }

    .content-base-main ul.page-contact-emails li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 24px;
        line-height: 33px;
    }

    .content-base-main ul.page-contact-phones li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 24px;
        line-height: 33px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 24px;
        line-height: 33px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        width:413px;
        height: 40px;
        font-size: 24px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 24px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        width:413px;
        height: 100px;
        font-size: 24px;
        line-height: 24px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 24px;
        line-height: 24px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        width:413px;
        height: 42px;
        font-size: 24px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 30px;
        height: 30px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 50px 20px 40px 20px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:280px;
        height: 200px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 20px;
        line-height: 27px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 20px;
        line-height: 27px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:16px;
        height: 16px;
        top: 20px; right: 20px;
    }



    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top:47px;
        padding-left:73px;
        padding-right: 110px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 47px;
        padding-bottom:20px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 47px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width:119px;
        height: 73px;
        top:initial; bottom:-57px; left:initial; right: 0;
    }



    .back-to-top.flower-theme-to-top.position-right{
        right: 33px;
    }

    .back-to-top.flower-theme-to-top.position-right:hover{
        transform: scale(1.3);
    }

    .back-to-top.flower-theme-to-top .ws-svg-icon{
        width: 85px;
        height: 85px;
    }
}



@media (max-width: 1282px){

    .top-block-flower-line{
        width: inherit;
        height:34px;
        top:0; bottom:initial; left:0; right: 0;
    }

    .top2-logo-line{
        margin:54px 20px 20px 20px;
    }

    .top2-logo-line .agb-flogo{
        height:100px;
    }

    .phone-f{
        margin-left: 40px;
        padding-left:32px;
    }

    .phone-f::before{
        width:24px;
        height: 24px;
        top:-7px; bottom:0; left:0; right: initial;
    }

    .phone-f span{
        font-size: 19px;
        line-height: 35px;
    }

    .next-block-agb{
        width:117px;
        margin-left:40px;
        letter-spacing: 20px;
    }

    .next-block-agb a{
        width:25px;
        height: 25px;
        margin-top:10px;
        margin-bottom:10px;
    }

    .next-block-agb a:hover{
        transform: scale(2);
    }

    .block-of-elems-agb{
        margin-left:40px;
    }

    .block-of-elems-agb a{
        font-size: 23px;
        line-height: 35px;
        padding-left:32px;
    }

    .block-of-elems-agb a:before{
        width:26px;
        height: 26px;
        top:0; bottom:0; left:0; right: initial;
    }

    .sky-b-agb{
        width: 300px;
        height: 133px;
        top:0; bottom:0; left:initial; right: 0;
    }

    .sub-line-repeat{
        width:100%;
        height: 15px;
        top: 9px;
    }

    #base-page-element-eee-agb{
        min-height: 1000px;
        padding-left:40px;
        padding-bottom:40px;
    }

    .flower-coner-agb{
        width:177px;
        height: 177px;
        top:0; bottom:initial; left: -25px; right:initial;
    }

    .flower-loza-agb{
        width: 100px;
        height: auto;
        top:33px; bottom:0; left:initial; right: 0;
    }

    .flower-loza-agb::before{
        width:100%;
        height: auto;
        top:0; bottom:1px; left:initial; right: 0;
    }

    .flower-loza-agb::after{
        width:100%;
        height: auto;
        top:14px; bottom:0; left:initial; right: 0;
    }

    .headers-padding-type1{
        padding-top:71px;
        margin-top: 62px;
    }

    h1.main-page-head-agb,
    h2.main-page-head-agb{
        width: 933px;
        font-size: 47px;
        line-height: 47px;
        margin-top:133px;
    }

    .headers-padding-type1 + h1.main-page-head-agb,
    .headers-padding-type1 + h2.main-page-head-agb{
        margin-top:0;
    }

    h1.main-page-head-agb span,
    h2.main-page-head-agb span{
        padding-bottom:0px;
    }

    h1.main-page-head-agb::before,
    h2.main-page-head-agb::before{
        width: 100%;
        height: 57px;
        top:-27px; bottom:initial; left:-21px; right: 0;
    }

    .flower-leave-line{
        width: 933px;
        height: 30px;
        top:-87px; bottom:initial; left:54px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 30px;
        top:initial; bottom:-15px; left:0; right: initial;
    }

    .padding-head-agb{
        padding-bottom:23px !important;
    }

    .content-base-main{
        width:933px;
        z-index: 0;
    }

    .content-base-main ul{
        margin-top:20px;
        padding-left:60px;
    }

    .content-base-main ul li{
        padding-bottom:20px;
    }

    .content-base-main h1{
        font-size: 47px;
        line-height: 47px;
    }

    .content-base-main h2{
        font-size: 37px;
        line-height: 37px;
    }

    .content-base-main h3{
        font-size: 35px;
        line-height: 35px;
    }

    .content-base-main h4{
        font-size: 31px;
        line-height: 31px;
    }

    .content-base-main h5{
        font-size: 29px;
        line-height: 29px;
    }

    .content-base-main h6{
        font-size: 25px;
        line-height: 25px;
    }

    .content-base-main h1.head-flower1::before,
    .content-base-main h2.head-flower1::before,
    .content-base-main h3.head-flower1::before,
    .content-base-main h4.head-flower1::before,
    .content-base-main h5.head-flower1::before,
    .content-base-main h6.head-flower1::before{
        width:70px;
        height: 70px;
        top:initial; bottom:initial; left:-31px; bottom:-33px;
    }

    .content-part-base{
        padding-left:40px;
    }

    .content-part-base.content-part-1{
        font-size: 24px;
        line-height: 33px;
    }

    .leave-content{
        width: 100px;
        top:0; bottom:initial; left: 0; right: initial;
    }

    .leave-content.leave-content-1{
        width: 33px;
    }

    .leave-content.leave-content-2{
        width: 100px;
        height: 57px;
        top:0; bottom:0; left: 0; right: 0;
    }

    .leave-content.leave-content-3{
        width: 100px;
        height: 57px;
        top:10%; left: 20%;
    }


    .leave-content.leave-content-4{
        width: 100px;
        height: 57px;
        top:initial; left: initial; bottom: 38%; right: 9%;
    }

    .leave-content.leave-content-5{
        width: 333px;
        height: 230px;
        top:initial; left: -9%; bottom: -4%; right: initial;
    }

    .leave-content.leave-content-6{
        width: 300px;
        top:initial; left: -5%; bottom: -2%; right: initial;
    }

    .leave-content.leave-content-7{
        width: 150px;
        top:initial; left: 50%; bottom: 5%; right: initial;
    }

    .leave-content.leave-content-8{
        width: 100px;
        top:initial; left: 30%; bottom: 30%; right: initial;
    }

    .leave-content.leave-content-9{
        width: 300px;
        top:13%; left: 70%; bottom: initial; right: initial;
    }


    .gallery-part-agb{
        top:initial; bottom:initial; left: 20px; right: initial;
    }

    .out-gallery-flower-agb{
        width:1000px;
        padding-left:40px;
        padding-bottom:87px;
        top:0; bottom:initial; left:-55px; right:initial;
        margin-top:57px;
    }

    .out-gallery-flower-agb::before{
        width:50px;
        height: 50px;
        top:-57px; bottom:initial; left:0; right: initial;
    }

    .out-gallery-flower-agb::after{
        width:30px;
        top:21px; bottom:0; left:-15px; right: initial;
    }

    .flower-slider{
        top:0; bottom:initial; left:0; right:initial;
    }

    .flower-slider.style1{
        width:167px;
        transform: rotate(-60deg);
        top: -83px; left: 99px;
    }

    .flower-slider.style2{
        width:247px;
        transform: rotate(-76deg);
        top: 125px; left: 125px;
    }

    .flower-slider.style3{
        width:258px;
        transform: rotate(24deg);
        top:initial; bottom: -58px; right: -13px; left:initial;
    }

    .flower-slider.style4{
        width:273px;
        top:-41px; bottom: initial; right: 34px; left:initial;
    }

    .gallery-flower-agb{
        width:600px;
        top:0; bottom:initial; left:0; right: initial;
        padding-top:40px;
    }

    .one-img-flower-agb{
        width:250px;
        height: 250px;
    }


    .gallery-flower-agb .owl-nav{
        height: 80px;
        top:0; bottom:0; left:0; right:0;
    }

    .gallery-flower-agb .owl-prev{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: -80px; right:initial;
    }

    .gallery-flower-agb .owl-next{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: initial; right:-80px;
    }


    .agb-gallery-overlay{
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .inner-overlay-agb{
        width:400px;
        height:400px;
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .close-btn-agb{
        width:40px;
        height:40px;
        top:20px; right:20px; left:initial; bottom:initial;
    }

    .agb-gallery-overlay .left-btn-agb{
        width:100px;
        height:100px;
        left:10px;
        right:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .right-btn-agb{
        width:100px;
        height:100px;
        right:10px;
        left:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .left-btn-agb:hover,
    .agb-gallery-overlay .right-btn-agb:hover,
    .agb-gallery-overlay .close-btn-agb:hover{
        transform: scale(1.3);
    }





    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 300px;
        top:initial; bottom:0; left: 0; right: initial;
    }

    .content-base-main .agb-placed-place{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main ul.page-contact-emails li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main ul.page-contact-phones li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        width:413px;
        height: 40px;
        font-size: 22px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 22px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        width:413px;
        height: 100px;
        font-size: 22px;
        line-height: 22px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 22px;
        line-height: 22px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        width:413px;
        height: 42px;
        font-size: 22px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 25px;
        height: 25px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 50px 20px 40px 20px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:280px;
        height: 200px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 18px;
        line-height: 25px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 18px;
        line-height: 25px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:16px;
        height: 16px;
        top: 20px; right: 20px;
    }



    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top:47px;
        padding-left:73px;
        padding-right: 110px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 47px;
        padding-bottom:20px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 47px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width:119px;
        height: 73px;
        top:initial; bottom:-57px; left:initial; right: 0;
    }



    .back-to-top.flower-theme-to-top.position-right{
        right: 33px;
    }

    .back-to-top.flower-theme-to-top.position-right:hover{
        transform: scale(1.3);
    }

    .back-to-top.flower-theme-to-top .ws-svg-icon{
        width: 85px;
        height: 85px;
    }
}



@media (max-width: 1182px){

    .top-block-flower-line{
        width: inherit;
        height:17px;
        top:0; bottom:initial; left:0; right: 0;
    }

    .top2-logo-line{
        margin:54px 20px 20px 20px;
    }

    .top2-logo-line .agb-flogo{
        height:100px;
    }

    .phone-f{
        margin-left: 40px;
        padding-left:32px;
    }

    .phone-f::before{
        width:20px;
        height: 20px;
        top:-4px; bottom:0; left:0; right: initial;
    }

    .phone-f span{
        font-size: 18px;
        line-height: 27px;
    }

    .next-block-agb{
        width:107px;
        margin-left:40px;
        letter-spacing: 15px;
    }

    .next-block-agb a{
        width:25px;
        height: 25px;
        margin-top:7px;
        margin-bottom:7px;
    }

    .next-block-agb a:hover{
        transform: scale(1.5);
    }

    .block-of-elems-agb{
        margin-left:40px;
    }

    .block-of-elems-agb a{
        font-size: 22px;
        line-height: 28px;
        padding-left:32px;
    }

    .block-of-elems-agb a::before{
        width:22px;
        height: 22px;
        top:0; bottom:0; left:0; right: initial;
    }

    .sky-b-agb{
        width: 250px;
        height: 111px;
        top:0; bottom:0; left:initial; right: 0;
    }

    .top-menu-categories-agb{
        height: 24px;
    }

    .sub-line-repeat{
        width:100%;
        height: 10px;
        top: 7px;
    }

    #base-page-element-eee-agb{
        min-height: 1000px;
        padding-left:40px;
        padding-bottom:40px;
    }

    .flower-coner-agb{
        width:133px;
        height: 133px;
        top:0; bottom:initial; left: -25px; right:initial;
    }

    .flower-loza-agb{
        width: 70px;
        height: auto;
        top:33px; bottom:0; left:initial; right: 0;
    }

    .flower-loza-agb::before{
        width:100%;
        height: auto;
        top:3px; bottom:1px; left:initial; right: 0;
    }

    .flower-loza-agb::after{
        width:100%;
        height: auto;
        top:14px; bottom:0; left:initial; right: 0;
    }

    .headers-padding-type1{
        padding-top:61px;
        margin-top: 52px;
    }

    h1.main-page-head-agb,
    h2.main-page-head-agb{
        width: 879px;
        font-size: 43px;
        line-height: 43px;
        margin-top:123px;
    }

    .headers-padding-type1 + h1.main-page-head-agb,
    .headers-padding-type1 + h2.main-page-head-agb{
        margin-top:0;
    }

    h1.main-page-head-agb span,
    h2.main-page-head-agb span{
        padding-bottom:0px;
    }

    h1.main-page-head-agb::before,
    h2.main-page-head-agb::before{
        width: 100%;
        height: 57px;
        top:-27px; bottom:initial; left:-21px; right: 0;
    }

    .flower-leave-line{
        width: 879px;
        height: 30px;
        top:-87px; bottom:initial; left:54px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 30px;
        top:initial; bottom:-15px; left:0; right: initial;
    }

    .padding-head-agb{
        padding-bottom:23px !important;
    }

    .content-base-main{
        width:879px;
        z-index: 0;
    }

    .content-base-main ul{
        margin-top:20px;
        padding-left:60px;
    }

    .content-base-main ul li{
        padding-bottom:20px;
    }

    .content-base-main h1{
        font-size: 47px;
        line-height: 47px;
    }

    .content-base-main h2{
        font-size: 37px;
        line-height: 37px;
    }

    .content-base-main h3{
        font-size: 35px;
        line-height: 35px;
    }

    .content-base-main h4{
        font-size: 31px;
        line-height: 31px;
    }

    .content-base-main h5{
        font-size: 29px;
        line-height: 29px;
    }

    .content-base-main h6{
        font-size: 25px;
        line-height: 25px;
    }

    .content-base-main h1.head-flower1::before,
    .content-base-main h2.head-flower1::before,
    .content-base-main h3.head-flower1::before,
    .content-base-main h4.head-flower1::before,
    .content-base-main h5.head-flower1::before,
    .content-base-main h6.head-flower1::before{
        width:70px;
        height: 70px;
        top:initial; bottom:initial; left:-31px; bottom:-33px;
    }

    .content-part-base{
        padding-left:40px;
    }

    .content-part-base.content-part-1{
        font-size: 21px;
        line-height: 28px;
    }

    .leave-content{
        width: 100px;
        top:0; bottom:initial; left: 0; right: initial;
    }

    .leave-content.leave-content-1{
        width: 33px;
    }

    .leave-content.leave-content-2{
        width: 100px;
        height: 57px;
        top:0; bottom:0; left: 0; right: 0;
    }

    .leave-content.leave-content-3{
        width: 100px;
        height: 57px;
        top:10%; left: 20%;
    }


    .leave-content.leave-content-4{
        width: 100px;
        height: 57px;
        top:initial; left: initial; bottom: 38%; right: 9%;
    }

    .leave-content.leave-content-5{
        width: 255px;
        height: 177px;
        top:initial; left: -9%; bottom: -4%; right: initial;
    }

    .leave-content.leave-content-6{
        width: 229px;
        top:initial; left: -5%; bottom: -2%; right: initial;
    }

    .leave-content.leave-content-7{
        width: 150px;
        top:initial; left: 50%; bottom: 5%; right: initial;
    }

    .leave-content.leave-content-8{
        width: 100px;
        top:initial; left: 30%; bottom: 30%; right: initial;
    }

    .leave-content.leave-content-9{
        width: 300px;
        top:13%; left: 70%; bottom: initial; right: initial;
    }


    .gallery-part-agb{
        top:initial; bottom:initial; left: 20px; right: initial;
    }

    .out-gallery-flower-agb{
        width:1000px;
        padding-left:40px;
        padding-bottom:87px;
        top:0; bottom:initial; left:-55px; right:initial;
        margin-top:57px;
    }

    .out-gallery-flower-agb::before{
        width:50px;
        height: 50px;
        top:-57px; bottom:initial; left:0; right: initial;
    }

    .out-gallery-flower-agb::after{
        width:30px;
        top:21px; bottom:0; left:-15px; right: initial;
    }

    .flower-slider{
        top:0; bottom:initial; left:0; right:initial;
    }

    .flower-slider.style1{
        width:167px;
        transform: rotate(-60deg);
        top: -83px; left: 99px;
    }

    .flower-slider.style2{
        width:247px;
        transform: rotate(-76deg);
        top: 125px; left: 125px;
    }

    .flower-slider.style3{
        width:221px;
        transform: rotate(24deg);
        top:initial; bottom: -58px; right: 47px; left:initial;
    }

    .flower-slider.style4{
        width:273px;
        top:-41px; bottom: initial; right: 34px; left:initial;
    }

    .gallery-flower-agb{
        width:600px;
        top:0; bottom:initial; left:-37px; right: initial;
        padding-top:40px;
    }

    .one-img-flower-agb{
        width:250px;
        height: 250px;
    }


    .gallery-flower-agb .owl-nav{
        height: 80px;
        top:0; bottom:0; left:0; right:0;
    }

    .gallery-flower-agb .owl-prev{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: -80px; right:initial;
    }

    .gallery-flower-agb .owl-next{
        width:80px;
        height: 80px;
        top:initial; bottom:initial; left: initial; right:-80px;
    }


    .agb-gallery-overlay{
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .inner-overlay-agb{
        width:400px;
        height:400px;
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .close-btn-agb{
        width:40px;
        height:40px;
        top:20px; right:20px; left:initial; bottom:initial;
    }

    .agb-gallery-overlay .left-btn-agb{
        width:100px;
        height:100px;
        left:10px;
        right:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .right-btn-agb{
        width:100px;
        height:100px;
        right:10px;
        left:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .left-btn-agb:hover,
    .agb-gallery-overlay .right-btn-agb:hover,
    .agb-gallery-overlay .close-btn-agb:hover{
        transform: scale(1.3);
    }





    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 300px;
        top:initial; bottom:0; left: 0; right: initial;
    }

    .content-base-main .agb-placed-place{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main ul.page-contact-emails li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main ul.page-contact-phones li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 22px;
        line-height: 31px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        width:413px;
        height: 40px;
        font-size: 22px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 22px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        width:413px;
        height: 100px;
        font-size: 22px;
        line-height: 22px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 22px;
        line-height: 22px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        width:400px;
        height: 42px;
        font-size: 22px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 25px;
        height: 25px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 50px 20px 40px 20px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:280px;
        height: 200px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 18px;
        line-height: 25px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 18px;
        line-height: 25px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:16px;
        height: 16px;
        top: 20px; right: 20px;
    }



    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top:47px;
        padding-left:73px;
        padding-right: 110px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 43px;
        padding-bottom:20px;
        padding-right: 20px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 43px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width:93px;
        height: 47px;
        top:initial; bottom:-29px; left:initial; right: 0;
    }



    .back-to-top.flower-theme-to-top.position-right{
        right: 33px;
    }

    .back-to-top.flower-theme-to-top.position-right:hover{
        transform: scale(1.3);
    }

    .back-to-top.flower-theme-to-top .ws-svg-icon{
        width: 50px;
        height: 50px;
    }
}



@media (max-width: 1082px){

    .top-block-flower-line{
        width: inherit;
        height:17px;
        top:0; bottom:initial; left:0; right: 0;
    }

    .top2-logo-line{
        margin:30px 20px 15px 20px;
    }

    .top2-logo-line .agb-flogo{
        height:50px;
    }

    .phone-f{
        margin-left: 20px;
        padding-left:20px;
    }

    .phone-f::before{
        width:15px;
        height: 15px;
        top:-4px; bottom:0; left:0; right: initial;
    }

    .phone-f span{
        font-size: 14px;
        line-height: 27px;
    }

    .next-block-agb{
        width:87px;
        margin-left:20px;
        letter-spacing: 16px;
    }

    .next-block-agb a{
        width:18px;
        height: 18px;
        margin-top:5px;
        margin-bottom:5px;
    }

    .next-block-agb a:hover{
        transform: scale(1.5);
    }

    .block-of-elems-agb{
        margin-left:20px;
    }

    .block-of-elems-agb a{
        font-size: 17px;
        line-height: 27px;
        padding-left:20px;
    }

    .block-of-elems-agb a::before{
        width:16px;
        height: 16px;
        top:0; bottom:0; left:0; right: initial;
    }

    .sky-b-agb{
        width: 197px;
        height: 88px;
        top:0; bottom:0; left:initial; right: 0;
    }

    .top-menu-categories-agb{
        height: 24px;
    }

    .top-menu-categories-agb.top-menu-categories-flower-theme{
        display:block;
    }

    .sub-line-repeat{
        width:100%;
        height: 10px;
        top: 7px;
    }

    #base-page-element-eee-agb{
        min-height: 1000px;
        padding-left:40px;
        padding-bottom:40px;
    }

    .flower-coner-agb{
        width:90px;
        height: 90px;
        top:0; bottom:initial; left: -25px; right:initial;
    }

    .flower-loza-agb{
        width: 57px;
        height: auto;
        top:33px; bottom:0; left:initial; right: 0;
    }

    .flower-loza-agb::before{
        width:100%;
        height: auto;
        top:6px; bottom:1px; left:initial; right: 0;
    }

    .flower-loza-agb::after{
        width:100%;
        height: auto;
        top:14px; bottom:0; left:initial; right: 0;
    }

    .headers-padding-type1{
        padding-top:41px;
        margin-top: 22px;
    }

    h1.main-page-head-agb,
    h2.main-page-head-agb{
        width: 579px;
        font-size: 27px;
        line-height: 27px;
        margin-top:123px;
        margin-bottom:20px;
        padding-bottom:5px;
    }

    .headers-padding-type1 + h1.main-page-head-agb,
    .headers-padding-type1 + h2.main-page-head-agb{
        margin-top:0;
    }

    h1.main-page-head-agb span,
    h2.main-page-head-agb span{
        padding-bottom:0px;
    }

    h1.main-page-head-agb::before,
    h2.main-page-head-agb::before{
        width: 100%;
        height: 30px;
        top:-15px; bottom:initial; left:-21px; right: 0;
    }

    .flower-leave-line{
        width: 579px;
        height: 18px;
        top:-75px; bottom:initial; left:54px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .padding-head-agb{
        padding-bottom:7px !important;
    }

    .content-base-main{
        width:779px;
        z-index: 0;
    }

    .content-base-main ul{
        margin-top:20px;
        margin-bottom:10px;
        padding-left:40px;
    }

    .content-base-main ul li{
        padding-bottom:20px;
    }

    .content-base-main h1{
        font-size: 37px;
        line-height: 37px;
    }

    .content-base-main h2{
        font-size: 23px;
        line-height: 23px;
        margin-top:30px;
    }

    .content-base-main h3{
        font-size: 21px;
        line-height: 21px;
    }

    .content-base-main h4{
        font-size: 19px;
        line-height: 19px;
    }

    .content-base-main h5{
        font-size: 17px;
        line-height: 17px;
    }

    .content-base-main h6{
        font-size: 15px;
        line-height: 15px;
    }

    .content-base-main h1.head-flower1::before,
    .content-base-main h2.head-flower1::before,
    .content-base-main h3.head-flower1::before,
    .content-base-main h4.head-flower1::before,
    .content-base-main h5.head-flower1::before,
    .content-base-main h6.head-flower1::before{
        width:49px;
        height: 49px;
        top:initial; bottom:initial; left:-31px; bottom:-33px;
    }

    .content-part-base{
        padding-left:40px;
    }

    .content-part-base.content-part-1{
        font-size: 16px;
        line-height: 18px;
        padding-left: 20px;
    }

    .leave-content{
        width: 100px;
        top:0; bottom:initial; left: 0; right: initial;
    }

    .leave-content.leave-content-1{
        width: 20px;
    }

    .leave-content.leave-content-2{
        width: 63px;
        height: 37px;
        top:0; bottom:0; left: 0; right: 0;
    }

    .leave-content.leave-content-3{
        width: 55px;
        height: 39px;
        top:10%; left: 20%;
    }


    .leave-content.leave-content-4{
        width: 67px;
        height: 49px;
        top:initial; left: initial; bottom: 38%; right: 9%;
    }

    .leave-content.leave-content-5{
        width: 159px;
        height: 111px;
        top:initial; left: -9%; bottom: -4%; right: initial;
    }

    .leave-content.leave-content-6{
        width: 143px;
        top:initial; left: -5%; bottom: -2%; right: initial;
    }

    .leave-content.leave-content-7{
        width: 79px;
        top:initial; left: 50%; bottom: 5%; right: initial;
    }

    .leave-content.leave-content-8{
        width: 70px;
        top:initial; left: 30%; bottom: 30%; right: initial;
    }

    .leave-content.leave-content-9{
        width: 183px;
        top:13%; left: 70%; bottom: initial; right: initial;
    }


    .gallery-part-agb{
        top:initial; bottom:initial; left: 20px; right: initial;
    }

    .out-gallery-flower-agb{
        width:859px;
        padding-left:40px;
        padding-bottom:33px;
        top:0; bottom:initial; left:-55px; right:initial;
        margin-top:57px;
    }

    .out-gallery-flower-agb::before{
        width:50px;
        height: 50px;
        top:-57px; bottom:initial; left:0; right: initial;
    }

    .out-gallery-flower-agb::after{
        width:18px;
        top:21px; bottom:0; left:-10px; right: initial;
    }

    .flower-slider{
        top:0; bottom:initial; left:0; right:initial;
    }

    .flower-slider.style1{
        width:101px;
        z-index:-1;
        transform: rotate(-60deg);
        top: -66px; left: 65px;
    }

    .flower-slider.style2{
        width:170px;
        transform: rotate(-76deg);
        top: 47px; left: 83px;
    }

    .flower-slider.style3{
        width:157px;
        transform: rotate(24deg);
        top:initial; bottom: -17px; right: 47px; left:initial;
    }

    .flower-slider.style4{
        width:163px;
        top:-59px; bottom: initial; right: 56px; left:initial;
    }

    .gallery-flower-agb{
        width:400px;
        top:-49px; bottom:initial; left:-37px; right: initial;
        padding-top:40px;
    }

    .one-img-flower-agb{
        width:170px;
        height: 170px;
    }


    .gallery-flower-agb .owl-nav{
        height: 50px;
        top:0; bottom:0; left:0; right:0;
    }

    .gallery-flower-agb .owl-prev{
        width:50px;
        height: 50px;
        top:initial; bottom:initial; left: -50px; right:initial;
    }

    .gallery-flower-agb .owl-next{
        width:50px;
        height: 50px;
        top:initial; bottom:initial; left: initial; right:-50px;
    }


    .agb-gallery-overlay{
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .inner-overlay-agb{
        width:350px;
        height:350px;
        top:0; bottom:0; left:0; right:0;
    }

    .agb-gallery-overlay .close-btn-agb{
        width:20px;
        height:20px;
        top:20px; right:20px; left:initial; bottom:initial;
    }

    .agb-gallery-overlay .left-btn-agb{
        width:63px;
        height:63px;
        left:10px;
        right:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .right-btn-agb{
        width:63px;
        height:63px;
        right:10px;
        left:initial;
        top:0; bottom:0;
    }

    .agb-gallery-overlay .left-btn-agb:hover,
    .agb-gallery-overlay .right-btn-agb:hover,
    .agb-gallery-overlay .close-btn-agb:hover{
        transform: scale(1.3);
    }





    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 200px;
        top:initial; bottom:0; left: 0; right: initial;
    }

    .content-base-main .agb-contacts-left-true{
        padding-right: 10px;
    }

    .content-base-main .agb-contacts-right-true{
        padding-left: 10px;
    }

    .content-base-main .agb-placed-place{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main ul.page-contact-emails li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main ul.page-contact-phones li{
        padding-bottom:0;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        width:279px;
        height: 30px;
        font-size: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        width:279px;
        height: 100px;
        font-size: 16px;
        line-height: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 16px;
        line-height: 16px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        width:279px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 18px;
        height: 18px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 50px 20px 40px 20px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:280px;
        height: 200px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 16px;
        line-height: 23px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 16px;
        line-height: 23px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:16px;
        height: 16px;
        top: 20px; right: 20px;
    }



    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 30px;
        padding-left: 33px;
        padding-right: 79px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 27px;
        padding-bottom:20px;
        padding-right: 20px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 27px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width:67px;
        height: 32px;
        top:initial; bottom:-39px; left:initial; right: 0;
    }



    .back-to-top.flower-theme-to-top.position-right{
        right: 33px;
    }

    .back-to-top.flower-theme-to-top.position-right:hover{
        transform: scale(1.3);
    }

    .back-to-top.flower-theme-to-top .ws-svg-icon{
        width: 50px;
        height: 50px;
    }
}



@media (max-width: 1026px){

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        bottom: -29px;
    }

    .content-base-main{
        width:579px;
        z-index: 0;
    }

    .out-gallery-flower-agb{
        width:687px;
    }
}



@media (max-width: 768px){

    .home .container.flower-theme-container{
        width: 100%;
    }

    .home .container.flower-theme-container .main-row.special-style-agb{
        margin-top:0;
    }

    .content-base-main #agb-contacts-true-inner{
        display:flex;
    }

    .back-to-top.flower-theme-to-top.position-right{
        right: 20px;
    }
}



@media (max-width: 721px){

    .top2-logo-line .agb-flogo{
        height: 40px;
    }

    .phone-f span{
        font-size: 12px;
        line-height: 27px;
    }

    .block-of-elems-agb a{
        font-size: 14px;
        line-height: 27px;
        padding-left: 20px;
    }

    .sky-b-agb{
        width: 139px;
        height: 62px;
    }

    .top-menu-categories-agb{
        height: 17px;
    }

    .sub-line-repeat{
        height: 7px;
        top: 5px;
    }

    .flower-coner-agb{
        width: 70px;
        height: 70px;
        left: -21px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 10px;
        padding-left: 33px;
        padding-right: 79px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 23px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 23px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width: 53px;
        height: 25px;
        bottom: -22px;
    }

    .headers-padding-type1{
        padding-top: 31px;
    }

    h1.main-page-head-agb, h2.main-page-head-agb{
        width: 479px;
        font-size: 22px;
        line-height: 22px;
    }

    h1.main-page-head-agb::before, h2.main-page-head-agb::before{
        height: 23px;
        top: -12px;
    }

    .content-base-main{
        width:479px;
    }

    .content-part-base.content-part-1{
        font-size: 14px;
    }

    .content-base-main h2{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h3{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h4{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h5{
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .content-base-main h6{
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .content-base-main h1.head-flower1::before, 
    .content-base-main h2.head-flower1::before, 
    .content-base-main h3.head-flower1::before, 
    .content-base-main h4.head-flower1::before, 
    .content-base-main h5.head-flower1::before, 
    .content-base-main h6.head-flower1::before{
        width: 39px;
        height: 39px;
        left: -27px;
        bottom: -19px;
    }

    .leave-content.leave-content-1{
        width: 15px;
    }

    .leave-content.leave-content-2{
        width: 53px;
        height: 31px;
    }

    .leave-content.leave-content-3{
        width: 45px;
        height: 32px;
    }

    .leave-content.leave-content-4{
        width: 54px;
        height: 40px;
    }

    .leave-content.leave-content-5{
        width: 117px;
        height: 81px;
    }

    .leave-content.leave-content-6{
        width: 107px;
    }

    .leave-content.leave-content-7{
        width: 57px;
    }

    .leave-content.leave-content-8{
        width: 50px;
    }

    .leave-content.leave-content-9{
        width: 111px;
    }

    .flower-leave-line{
        width: 479px;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .out-gallery-flower-agb{
        left: -35px;
        margin-top: 35px;
        padding-bottom: 0px;
    }

    .out-gallery-flower-agb::before{
        width: 30px;
        height: 30px;
        top:-35px;
    }

    .gallery-flower-agb{
        width: 300px;
        left: -87px;
    }

    .one-img-flower-agb{
        width:130px;
        height: 130px;
    }

    .flower-slider.style1{
        width: 71px;
        top: -44px;
        left: 66px;
    }

    .flower-slider.style2{
        width: 105px;
        top: 36px;
        left: 63px;
    }

    .flower-slider.style3{
        width: 123px;
        bottom: -42px;
        right: 134px;
        transform: rotate(37deg);
    }

    .flower-slider.style4{
        width: 129px;
        top: -23px;
        right: 126px;
    }

    .content-base-main .agb-placed-place{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-emails li a{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-phones li a{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        font-size: 14px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 14px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        font-size: 14px;
        line-height: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 14px;
        line-height: 16px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        line-height: 32px;
        font-size: 14px;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 140px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 18px;
        height: 18px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 50px 20px 40px 20px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:280px;
        height: 200px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 14px;
        line-height: 19px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 14px;
        line-height: 19px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:16px;
        height: 16px;
        top: 20px; right: 20px;
    }
}



@media (max-width: 640px){

    .top2-logo-line .agb-flogo{
        height: 40px;
    }

    .next-block-agb{
        width: 87px;
        letter-spacing: 16px;
    }

    .phone-f span{
        font-size: 12px;
        line-height: 27px;
    }

    .block-of-elems-agb a{
        font-size: 14px;
        line-height: 27px;
        padding-left: 20px;
    }

    .sky-b-agb{
        width: 139px;
        height: 62px;
    }

    .top-menu-categories-agb{
        height: 17px;
    }

    .sub-line-repeat{
        height: 7px;
        top: 5px;
    }

    .flower-coner-agb{
        width: 70px;
        height: 70px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 10px;
        padding-left: 33px;
        padding-right: 79px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 23px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 23px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width: 53px;
        height: 25px;
        bottom: -22px;
    }

    .headers-padding-type1{
        padding-top: 31px;
    }

    h1.main-page-head-agb, h2.main-page-head-agb{
        width: 80%;
        font-size: 22px;
        line-height: 22px;
    }

    h1.main-page-head-agb::before, h2.main-page-head-agb::before{
        height: 23px;
        top: -12px;
    }

    .content-base-main{
        width: 87%;
    }

    .content-part-base.content-part-1{
        font-size: 14px;
    }

    .content-base-main h2{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h3{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h4{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h5{
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .content-base-main h6{
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .content-base-main h1.head-flower1::before, 
    .content-base-main h2.head-flower1::before, 
    .content-base-main h3.head-flower1::before, 
    .content-base-main h4.head-flower1::before, 
    .content-base-main h5.head-flower1::before, 
    .content-base-main h6.head-flower1::before{
        width: 39px;
        height: 39px;
        left: -27px;
        bottom: -19px;
    }

    .leave-content.leave-content-1{
        width: 15px;
    }

    .leave-content.leave-content-2{
        width: 53px;
        height: 31px;
    }

    .leave-content.leave-content-3{
        width: 45px;
        height: 32px;
    }

    .leave-content.leave-content-4{
        width: 54px;
        height: 40px;
    }

    .leave-content.leave-content-5{
        width: 117px;
        height: 81px;
    }

    .leave-content.leave-content-6{
        width: 107px;
    }

    .leave-content.leave-content-7{
        width: 57px;
    }

    .leave-content.leave-content-8{
        width: 50px;
    }

    .leave-content.leave-content-9{
        width: 127px;
    }

    .flower-leave-line{
        width: 97%;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 99%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .out-gallery-flower-agb{
        width: 450px;
        left: -35px;
        margin-top: 35px;
        padding-bottom: 0px;
    }

    .out-gallery-flower-agb::before{
        width: 30px;
        height: 30px;
        top:-35px;
    }

    .gallery-flower-agb{
        width: 200px;
        left: 0;
    }

    .one-img-flower-agb{
        width:150px;
        height: 150px;
    }

    .flower-slider.style1{
        width: 71px;
        top: -44px;
        left: 103px;
    }

    .flower-slider.style2{
        width: 105px;
        top: 36px;
        left: 63px;
    }

    .flower-slider.style3{
        width: 123px;
        bottom: -42px;
        right: 0;
        transform: rotate(37deg);
    }

    .flower-slider.style4{
        width: 129px;
        top: -23px;
        right: 0;
    }

    .content-base-main .agb-placed-place{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-emails li a{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-phones li a{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 14px;
        line-height: 19px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        font-size: 14px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 14px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        font-size: 14px;
        line-height: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 14px;
        line-height: 16px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        line-height: 32px;
        font-size: 14px;
    }

    .content-base-main #agb-true-contact-out{
        padding-top:5px;
    }

    .content-base-main #agb-contacts-true-inner{
        display:block;
    }

    .content-base-main .agb-contacts-right-true{
        
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 50%;
        left:initial; right: 0;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style1{
        display:none;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style2{
        display:block;
        width: 30%;
        bottom:31px;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style3{
        display:block;
        left:0; right: initial;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 18px;
        height: 18px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 50px 20px 40px 20px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:280px;
        height: 200px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 14px;
        line-height: 19px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 14px;
        line-height: 19px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:16px;
        height: 16px;
        top: 20px; right: 20px;
    }
}



@media (max-width: 580px){

    .top2-logo-line{
        margin: 20px 15px 10px 15px;
    }

    .top2-logo-line .agb-flogo{
        height: 40px;
    }

    .phone-f span{
        font-size: 14px;
        line-height: 31px;
    }

    .phone-f::before{
        width: 13px;
        height: 13px;
    }

    .block-of-elems-agb{
        display:none;
    }

    .block-of-elems-agb a{
        font-size: 16px;
        line-height: 30px;
        padding-left: 20px;
    }

    .block-of-elems-agb a::before{
        width: 14px;
        height: 14px;
    }

    .next-block-agb{
        width:97px;
        margin-left:20px;
        letter-spacing: 20px;
    }

    .next-block-agb a{
        width:18px;
        height: 18px;
        margin-top: 6px;
        margin-bottom: 7px;
    }

    .sky-b-agb{
        width: 122px;
        height: 55px;
    }

    .top2-logo-line.top2-logo-line-second{
        display:block;
    }

    .top2-logo-line.top2-logo-line-second .block-of-elems-agb{
        display: block;
    }

    .top-menu-categories-agb{
        height: 17px;
    }

    .sub-line-repeat{
        height: 7px;
        top: 5px;
    }

    .flower-coner-agb{
        width: 70px;
        height: 70px;
        left: -6px;
    }

    .home .container.flower-theme-container{
        padding-left: 5px;
        padding-right: 5px;
    }

    #base-page-element-eee-agb{
        padding-left: 30px;
        padding-bottom: 20px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 30px;
        padding-left: 33px;
        padding-right: 33px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li{
        font-size: 21px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a{
        font-size: 23px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container > ul > li > a::before{
        width: 53px;
        height: 25px;
        bottom: -22px;
    }

    .headers-padding-type1{
        padding-top: 31px;
    }

    h1.main-page-head-agb, h2.main-page-head-agb{
        width: 78%;
        font-size: 22px;
        line-height: 22px;
    }

    h1.main-page-head-agb::before, h2.main-page-head-agb::before{
        height: 20px;
        top: -10px;
    }

    .content-base-main{
        width: 87%;
    }

    .content-part-base.content-part-1{
        font-size: 16px;
    }

    .flower-loza-agb{
        width: 32px;
        top: 10px;
    }

    .flower-loza-agb::before{
        top: 10px;
    }

    .back-to-top.flower-theme-to-top.position-right{
        right:40px;
    }

    .back-to-top.flower-theme-to-top .ws-svg-icon{
        width: 40px;
        height: 40px;
    }

    .content-base-main h2{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h3{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h4{
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }

    .content-base-main h5{
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .content-base-main h6{
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
    }

    .content-base-main h1.head-flower1::before, 
    .content-base-main h2.head-flower1::before, 
    .content-base-main h3.head-flower1::before, 
    .content-base-main h4.head-flower1::before, 
    .content-base-main h5.head-flower1::before, 
    .content-base-main h6.head-flower1::before{
        width: 39px;
        height: 39px;
        left: -27px;
        bottom: -19px;
    }

    .leave-content.leave-content-1{
        width: 15px;
    }

    .leave-content.leave-content-2{
        width: 53px;
        height: 31px;
    }

    .leave-content.leave-content-3{
        width: 45px;
        height: 32px;
    }

    .leave-content.leave-content-4{
        width: 54px;
        height: 40px;
    }

    .leave-content.leave-content-5{
        width: 117px;
        height: 81px;
    }

    .leave-content.leave-content-6{
        width: 107px;
    }

    .leave-content.leave-content-7{
        width: 57px;
    }

    .leave-content.leave-content-8{
        width: 50px;
    }

    .leave-content.leave-content-9{
        width: 127px;
    }

    .flower-leave-line{
        width: 86%;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 99%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .out-gallery-flower-agb{
        width: 450px;
        left: -35px;
        margin-top: 35px;
        padding-top:35px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .out-gallery-flower-agb::before{
        width: 30px;
        height: 30px;
        top:-35px;
    }

    .out-gallery-flower-agb::after{
        top: 25px;
    }

    .gallery-flower-agb{
        width: 200px;
        left: 0;
    }

    .one-img-flower-agb{
        width:150px;
        height: 150px;
    }

    .flower-slider.style1{
        width: 71px;
        top: -44px;
        left: 130px;
    }

    .flower-slider.style2{
        width: 105px;
        top: 63px;
        left: 128px;
    }

    .flower-slider.style3{
        width: 123px;
        bottom: -42px;
        right: 67px;
        transform: rotate(37deg);
    }

    .flower-slider.style4{
        width: 111px;
        top: -15px;
        right: 62px;
    }

    .content-base-main .agb-placed-place{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main ul.page-contact-emails li a{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main ul.page-contact-emails li a span{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main ul.page-contact-phones li a{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main ul.page-contact-phones li a span{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main #agb--true-has-form-contact-block form .input-note{
        font-size: 16px;
        line-height: 21px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        font-size: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]::placeholder{
        font-size: 16px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        font-size: 16px;
        line-height: 19px;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea::placeholder{
        font-size: 16px;
        line-height: 19px;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        line-height: 32px;
        font-size: 16px;
    }

    .content-base-main #agb-true-contact-out{
        padding-top:5px;
        margin-bottom:10px;
    }

    .content-base-main #agb-contacts-true-inner{
        display:block;
    }

    .content-base-main .agb-contacts-left-true{
        margin-bottom: 0;
    }

    .content-base-main .agb-contacts-right-true{
        
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts{
        width: 50%;
        left:initial; right: 0;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style1{
        display:none;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style2{
        display:block;
        width: 30%;
        bottom:31px;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style3{
        display:block;
        left:0; right: initial; bottom:31px;
    }

    .content-base-main ul.page-contact-socials li a{
        width: 18px;
        height: 18px;
    }


    #errorWindow.flower .error-window-wrap, 
    #successWindow.flower .success-window-wrap{
        padding: 40px 10px 20px 10px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place,
    #successWindow.flower .success-window-wrap .success-text-place{
        width:250px;
        height: 190px;
    }

    #errorWindow.flower .error-window-wrap .error-text-place span{
        font-size: 16px;
        line-height: 19px;
    }

    #successWindow.flower .success-window-wrap .success-text-place span{
        font-size: 16px;
        line-height: 19px;
    }

    #errorWindow.flower .error-window-wrap .fast-buy-close-btn, 
    #successWindow.flower .success-window-wrap .fast-buy-close-btn{
        width:14px;
        height: 14px;
        top: 10px; right: 10px;
    }
}



@media (max-width: 520px){

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 30px;
        padding-left: 13px;
        padding-right: 33px;
    }

    .top2-logo-line .next-block-agb{
        display: flex;
        display: none;
    }

    .top2-logo-line.top2-logo-line-second{
        display:block;
    }

    .top2-logo-line.top2-logo-line-second .inner-top2-logo-line{
        
    }

    .open-top-site-btn{
        width: 40px;
        height: 40px;
        position:fixed;
        top:initial; bottom:60px; left: initial; right: 40px;
        background-color: #000000;
        cursor: pointer;
    }

    .close-top-site-btn{
        width: 16px;
        height: 16px;
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
        background-image: url("./img/del-filter2.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .top2-logo-line.top2-logo-line-second .agb-flogo{
        height: 77px;
        margin-bottom:20px;
    }

    .top2-logo-line.top2-logo-line-second .set-numbers-agb{
        display: none;
        margin-bottom:20px;
    }

    .top2-logo-line.top2-logo-line-second .phone-f{
        margin-left: 0;
    }

    .top2-logo-line.top2-logo-line-second .phone-f::before{

    }

    .top2-logo-line.top2-logo-line-second .phone-f span{
        
    }

    .top2-logo-line.top2-logo-line-second .next-block-agb{
        display: flex;
        width: 100%;
        justify-content: start;
        align-items:center;
        flex-wrap: wrap;
        margin-left: 0;
        margin-bottom:20px;
        position: relative;
        top:initial; bottom:initial; left: -10px; right: initial;
    }

    .top2-logo-line.top2-logo-line-second .next-block-agb a{
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top:10px;
        margin-bottom: 10px;
    }

    .top2-logo-line.top2-logo-line-second .next-block-agb a:hover{
        
    }

    .top2-logo-line.top2-logo-line-second .block-of-elems-agb{
        display: block;
    }

    .top2-logo-line.top2-logo-line-second .block-of-elems-agb a{
        
    }

    .top2-logo-line.top2-logo-line-second .block-of-elems-agb a:before{

    }

    .leave-content.leave-content-6{
        bottom: -33px;
    }
}



@media (max-width: 480px){

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 30px;
        padding-left: 0;
        padding-right: 33px;
    }

    .top2-logo-line .block-of-elems-agb{
        display:none;
    }

    .top2-logo-line.top2-logo-line-second .block-of-elems-agb{
        display: block;
    }

    .sky-b-agb {
        width: 172px;
        height: 77px;
    }

    .out-gallery-flower-agb{
        width: 94%;
    }

    .flower-slider.style2{
        top: 83px;
        left: 103px;
    }

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top:40px;
        padding-left: 20px;
    }

    #base-page-element-eee-agb{
        padding-left: 10px;
    }

    h1.main-page-head-agb, h2.main-page-head-agb{
        width: 89%;
    }

    h1.main-page-head-agb::before, h2.main-page-head-agb::before{
        left: -7px;
    }

    .content-base-main{
        width: 91%;
    }

    .content-part-base.content-part-1{
        padding-left:10px;
    }

    .leave-content.leave-content-5{
        left: -7%;
    }

    .leave-content.leave-content-6{
        left: -3%;
    }

    .gallery-part-agb{
        left: 35px;
    }

    .gallery-part-agb h1.main-page-head-agb, 
    .gallery-part-agb h2.main-page-head-agb{
        width: 92%;
        border:none;
        position:relative;
        left: -37px;
    }

    .gallery-part-agb h1.main-page-head-agb span, 
    .gallery-part-agb h2.main-page-head-agb span{
        border:none;
    }

    .flower-leave-line{
        position: absolute;
        top:-53px; bottom:initial; left:34px; right: initial;
        border-bottom:1px solid #ffffff;
        background: none;
    }

    .flower-leave-line::before{
        display: block;
        width: 103%;
        height: 18px;
        content: "";
        position: absolute;
        top:initial; bottom:-8px; left:0; right: initial;
        background-image: url(./img/leave-flower-line5.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-repeat: repeat-x;
        z-index: 0;
    }

    .content-base-main h1.head-flower1::before, 
    .content-base-main h2.head-flower1::before, 
    .content-base-main h3.head-flower1::before, 
    .content-base-main h4.head-flower1::before, 
    .content-base-main h5.head-flower1::before, 
    .content-base-main h6.head-flower1::before{
        left: -20px;
    }

    .content-base-main ul{
        padding-left: 20px;
    }

    .agb-gallery-overlay .inner-overlay-agb{
        width: 200px;
        height: 200px;
    }
}



@media (max-width: 450px){

    .out-gallery-flower-agb{
        width: 93%;
    }

    .content-base-main #agb-true-contact-out{
        padding-bottom: 90px;
    }

    .content-base-main #agb-contacts-true-inner .flower-contacts.style2{
        width: 50%;
        bottom: -73px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}



@media (max-width: 400px){

    .out-gallery-flower-agb{
        width: 355px;
    }

    .gallery-flower-agb .owl-prev{
        left:-50px;
    }

    .gallery-flower-agb .owl-next{
        right:-50px;
    }

    .flower-slider.style1{
        left: 40px;
    }

    .flower-slider.style2{
        top: 115px;
        left: 27px;
        transform: rotate(-50deg);
    }

    .flower-slider.style3{
        right: -18px;
        transform: rotate(9deg);
    }

    .flower-slider.style4{
        right: -19px;
    }

    .flower-leave-line{
        width: 86%;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .inner-flower-footer-agb{
        display:flex;
        justify-content: start;
    }

    .flower-footer-agb .flower-logo-ftr{
        display: block;
        height: 79px;
        margin-right:20px;
        border-bottom:1px solid #999999;
        padding-bottom:10px;
    }

    .flower-footer-agb .da33da-red-ftr{
        display: block;
        height: 79px;
        margin-left: 0;
        border-bottom:1px solid #999999;
        padding-bottom:10px;
    }
}



@media (max-width: 376px){

    .sky-b-agb {
        width: 122px;
        height: 55px;
    }

    .out-gallery-flower-agb{
        width: 315px;
    }

    .gallery-flower-agb{
        width: 140px;
    }

    .one-img-flower-agb {
        width: 130px;
        height: 130px;
    }

    .flower-leave-line{
        width: 92%;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .leave-content.leave-content-9{
        left: 59%;
    }
}



@media (max-width: 360px){

    .content-base-main{
        width:89%;
    }

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-left: 33px;
        padding-right: 33px;
    }

    .flower-leave-line{
        width: 85%;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .content-base-main #agb--true-has-form-contact-block form input[type="text"]{
        width: 100%;
    }

    .content-base-main #agb--true-has-form-contact-block form textarea{
        width: 100%;
    }

    .content-base-main .agb-class-div-btn-contact input[type="submit"]{
        width: 100%;
    }
}



@media (max-width: 337px){

    .top2-logo-line .agb-flogo{
        height: 60px;
    }

    .top2-logo-line .set-numbers-agb{
        display: none;
    }

    .top2-logo-line.top2-logo-line-second .set-numbers-agb{
        display: block;
    }

    #base-page-element-eee-agb .menu-main-navigation-container{
        padding-top: 30px;
        padding-left: 13px;
        padding-right: 33px;
    }

    .flower-leave-line{
        width: 85%;
        height: 18px;
        top:-53px; bottom:initial; left:34px; right: initial;
    }

    .flower-leave-line::before{
        width: 100%;
        height: 18px;
        top:initial; bottom:-9px; left:0; right: initial;
    }

    .out-gallery-flower-agb {
        width: 272px;
        height: 295px;
    }

    .one-img-flower-agb{
        width: 130px;
        height: 130px;
    }

    .gallery-flower-agb .owl-prev{
        left: -50px;
    }

    .gallery-flower-agb .owl-next{
        right: -50px;
    }

    .flower-slider.style3{
        top:75px; bottom:initial;
    }
}