/*
Theme Name: Tassel
Author: Slavik Syd
Version: 2
*/

@font-face {
    font-family: "HL";
    src: url("fonts/HELVETICANEUECYR-LIGHT.OTF");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "HB";
    src: url("fonts/HELVETICANEUECYR-BLACK.OTF");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "HB";
    src: url("fonts/HELVETICANEUECYR-BOLD.OTF");
    font-style: normal;
    font-weight: normal;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	overflow-x: hidden;
}
* {
	font-family: "Ubuntu";
	color: #000;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}

header .widget_text a:before {
	content: none!important
}
header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 calc((100% - 1170px) / 2);
    height: 50px;
    z-index: 5;
}
header.dark {
    background: #fff;
}
header::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.7);
}
header .menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}
header .logo,
footer .logo {
    max-width: 100px;
    width: 100%;
}
header .fa,
footer .fa {
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}
 i.fa::before {
    transition: all .3s;
}
i.fa:hover::before {
    font-size: 20px;
    transition: all .3s;
}
header li a {
    font-size: 16px;
    position: relative;
    padding-bottom: 23px;
    font-family: "Ubuntu";
    font-weight: 600
}
header li a::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: transparent;
}
header li a:hover {
    font-weight: 700;
}
header li a:hover::before {
    background: #000;
}

header .current-menu-item a::before {
    background: #000;
}
header #text-4 p a {
    font-size: 16px;
    font-family: "Ubuntu";
    font-weight: 400;
}
header li > .sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-width: 880px;
    display: none;
    margin: 0 calc((100% - 1170px) / 2 );
    background: #f3f3f3;
    padding: 20px 20px;
}
header li > .sub-menu.level-0 {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.los-order {
    position: absolute;
    top: 20px;
    left: 220px;
}
.sub-menu.level-1 li a {
    border: none!important;
    padding-left: 0!important;
}
.sub-menu.level-1 li a::before {
    content: initial!important;
}
header li > .sub-menu li a,
header li > .sub-menu li span {
    font-size: 15px;
    padding: 7px 0;
    border: none;
    transition: all .3s;
    display: block;
    width: 170px;
    cursor: pointer;
}
header ul.level-0 > li > a::after {
    content: initial!important;
}
header li > .sub-menu li a:hover,
header li > .sub-menu li span:hover  {
    text-align: center;
    background: rgba(0, 0, 0, .1)!important;
    font-family: "Roboto Black";
    transition: all .3s
}
.sub-menu.level-1 li a {
    padding-left: 15px;
    width: 100%;
    height: 30px;
}
.sub-menu.level-1 li a::before {
    content: initial!important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #bdbdbd;
}
.sub-menu.level-1 {
    background: none!important;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    height: 150px;
}
.sub-menu.level-1 li a:hover::before {
    background: #000;
}
.sub-menu.level-1 li a + img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    right: -160px;
}
.sub-menu.level-1 li {
    display: inline-block;
    width: 215px;
}
.sub-menu.level-1 li a:hover  {
    background: transparent!important;
    font-weight: 700;
    text-align: left;
}
header li > .sub-menu li a:hover::before {
    content: initial;
}
.sub-menu.level-0 > li:first-child {
    position: relative;
}
.sub-menu.level-0 > li:first-child img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: calc(100% - 250px);
}
#menu-menu-bar > li > a + img {
    display: none;
}
#menu-menu-bar > li {
    margin-right: 40px;
}
#menu-menu-bar > li:last-child {
    margin-right: 0;
}
.sub-menu.level-0 li a::before {
    content: initial;
}
header li:hover .sub-menu {
    display: block;
}
header li .sub-menu li .sub-menu {
    display: flex;
    position: absolute;
    left: 0;
    margin: 0;
    width:440px;
    padding: 0;
    top: 30px;
}
header li .sub-menu li .sub-menu li:first-child a {
    border-top: 1px solid;
}
header li .sub-menu li .sub-menu li:nth-child(6) a,
header li .sub-menu li .sub-menu li:nth-child(11) a {
    border-top: 1px solid;
}
header li .sub-menu li .sub-menu li:last-child a {
    border-bottom: 1px solid;
}
header li .sub-menu li .sub-menu li img {
    display: none;
}
header li .sub-menu li .sub-menu li a:hover img {
    display: block;
}
.sub-menu.level-0 {
    min-height: 210px;
}





.error-404 h1 {
    font-size: 65px;
    text-transform: uppercase;
    margin: 0 0 80px;
}
.error-404 img {
    width: 45%;
}
.error-404 a {
	font-size: 65px;
	font-family: "MULLERULTRALIGHT";
    text-transform: uppercase;
    display: block;
    margin-top: 135px;
}
.mobile-header {
    display: none;
}



/************* VARIEBLES   ***************/
.container {
    padding: 0 calc((100% - 1170px) / 2);
}
@media (max-width: 1170px) {
    .container {
        padding: 0 25px;
    }
}
h2 {
    font-size: 24px;
    font-family: "Ubuntu";
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}

footer {
    position: relative;
    padding: 45px calc((100% - 1170px) / 2) 20px;
    width: 100%;
    background: #eeeeee;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
footer .copyright {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
footer .menu-menu-bar-container {
    display: block;
}
footer .menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
footer .logo {
    max-width: 150px;
}
footer .soch-block .textwidget a {
    font-size: 24px;
    font-family: 'Ubuntu';
    font-weight: 900;
}
footer .menu-text {
    text-align: center;
}
footer .menu li {
    margin-right: 35px;
}
footer .menu li:last-child {
    margin: 0;
}
footer .menu li a {
    font-size: 16px;
    font-family: "HB";
}
footer .sub-menu {
    display: none!important;
}
.svg-inline--fa {
    width: 22px!important;
    height: auto;
}
.svg-inline--fa:hover path {
    fill: #fddf25;
}
.fa-mobile-alt {
    width: 12px!important;
    margin-right: 10px;
}
footer .fa-mobile-alt {
    width: 16px!important;
}
footer .social {
    text-align: right;
    margin-top: 30px;
}
.social a {
    margin-right: 15px;
}
/************** MAIN PAGE ****************/
.title-container {
    position: relative;
}
.title-container h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-family: "HB";
}
.title-container h1 span {
    color: #fddf25;
}
.title-container h1 span.main {
    display: inline-block;
    font-family: "HL";
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.title-container h1 span.main::before,
.title-container h1 span.main::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    background: #fddf25;
    left: -260px;
    right: auto;
}
.title-container h1 span.main::after {
    left: auto;
    right: -260px
}
.title-container h1 span.secon {
    display: block;
    font-family: "HB";
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2em;
}
.about-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about-container .text-block {
    width: 40%;
}
.about-container .text-block p {
    font-size: 16px;
    line-height: 1.3em;
    padding-right: 20px;
}
.about-container .img-block {
    width: 60%;
}
.about-container .img-block img {
    width: 100%;
}
.content-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.breadcrumbs span,
.breadcrumbs a span{
    font-size: 12px;
    font-family: "Ubuntu";
    font-weight: 100;
}
.catalog-c {
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-c h1 {
    font-size: 24px;
    font-family: "Ubuntu";
    font-weight: 900;
    margin: 5px 0 20px;
    text-transform: uppercase;
}
.content-block .sidebar {
    width: calc(25% - 15px);
    background: #f8f8f8;
    padding: 20px 25px 20px 0;
}
.content-block .sidebar li {
    padding-left: 35px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    padding-top: 15px;
}
.content-block .sidebar li:last-child {
    border: none;
}
.content-block .sidebar li:hover,
.content-block .sidebar li.current-cat {
    background: #fddf25;
}
.product-block {
    width: calc(75% - 15px);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.navigation.pagination {
    width: 100%;
    text-align: right;
}
.navigation.pagination h2 {
    display: none;
    margin: 0;
}
.navigation.pagination .nav-links {
    font-size: 0;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span{
    font-size: 12px;
    font-family: "Ubuntu";
    padding: 3px 5px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-right: 0;
    color: #000;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span {
    background: #fddf25
}
.navigation.pagination .nav-links a:last-child,
.navigation.pagination .nav-links span:last-child {
    border-right: 1px solid #dcdcdc;
}
.product-block .product-item {
    width: calc((100% - 60px) / 3);
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.32);
}
.catalog-container {
    margin-top: 20px;
}
.catalog-container .product-block {
    width: 100%;
}
.catalog-container .product-item {
    width: calc((100% - 90px) / 4);
}
.product-block .product-item img {
    width: 100%;
    height: auto;
    padding: 15px;
    display: block;
}
.product-block .product-item .title {
    font-size: 16px;
    font-family: "Ubuntu";
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.product-block .product-item .product-item-info {
    padding: 15px 10px;
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
}
.product-block .product-item .product-item-info p {
    font-size: 14px;
}
.product-block .oredr-block {
    margin-top: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item-info div:nth-last-child(2) {
    margin-bottom: 15px;
}
.product-block .oredr-block span {
    margin-left: 25px;
    font-size: 16px;
    font-family: "Ubuntu";
    font-weight: 600;
}
.product-block .oredr-block a,
.link-more {
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    background: #fddf25;
    font-size: 14px;
    font-family: "Ubuntu";
    margin-right: -12px;
    position: relative;
    display: inline-block;
}
.link-more {
    margin: 0;
    display: inline-block;
    margin: 0 0 10px 10px;
    border-radius: 3px;
}
.img-link {
    display: block;
}
.product-block .oredr-block a:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #fddf25 transparent;
}
.product-item-own {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.32);
}
.product-item-own .img-link {
    width: 50%;
}
.product-item-own .img-link img {
    width: 100%;
    height: auto;
}
.product-item-own .title {
    font-size: 24px;
    font-family: "Ubuntu";
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}
.product-item-own .product-item-info {
    padding: 30px;
    width: 50%;
    display: flex;
flex-direction: column;
    justify-content: flex-start;
}
.product-item-own .product-item-info p {
    font-size: 14px;
    font-family: "Ubuntu";
    margin-bottom: 15px;
}
.product-item-own .oredr-block {
    margin-top: auto;
}
.product-item-own .oredr-block span {
    font-size: 24px;
    margin-left: 0;
}
.product-item-own .oredr-block a {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    margin-right: -32px;
}
.product-item-own .oredr-block a:before {
    left: -45px;
    border-width: 0 0 45px 45px;

}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.modal.open {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.modal .modal-body {
    padding: 20px;
    padding-top: 35px;
    background: #fff;
    position: relative;
    max-width: 320px;
    width: 100%;
}
.modal form {
    text-align: center;
}
.modal form .form-group span,
.modal form .form-group input {
    width: 100%;
}
.modal form .form-group input {
    height: 25px;
    line-height: 25;
    color: #000;
    font-family: "Ubuntu";
    padding: 0 10px;
    margin-bottom: 20px;
    outline: 0
}
.modal form .form-group input:focus {
    border: 1px solid #fddf25
}
.modal .wpcf7-submit {
    background:  #fddf25;
    font-size: 16px;
    font-family: "Ubuntu";
    padding: 10px 15px;
    border: 1px solid transparent;
    outline: 0;
    transition: all 0.3s linear;
    cursor: pointer;
}
.modal h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.modal .wpcf7-submit:hover {
    background: none;
    border: 1px solid #fddf25;
    transition: all 0.3s linear;
}
.modal .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modal .btn-close::after,
.modal .btn-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    width: 15px;
    height: 1px;
    background: #000;
}
.modal .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.text-block-work p {
    font-size: 14px;
    font-family: "Ubuntu";
    line-height: 1.3em;
    position: relative;
    display: block;
    margin-bottom: 40px;
    display: inline-block;
}
.text-block-work p:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: #fddf25;
}
.menu-button {
    display: none;
}
.kids-info {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}
.kids-info div {
    margin-right: 55px;
}
.works h1 {
    text-align: center;
}
.text-block-work.works {
    text-align: center;
}
@media (max-width:1140px) {
    .product-block .product-item {
        width: calc((100% - 30px) / 2);
        max-width: 270px;
    }
    .product-block {
        width: calc(70% - 15px);
    }
    .content-block .sidebar {
        width: calc(30% - 15px);
    }
}
@media (max-width:1024px) {
    .menu-button {
        display: block;
        width: 25px;
        cursor: pointer;
    }
    .menu-button .dsnt {
        display: none;
    }
    .mobile-header.open {
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        background: #fff;
        text-align: center;
    }
    .mobile-header .menu-menu-bar-container img {
        display: none;
    }
    .mobile-header .menu-menu-bar-container .menu {
        flex-direction: column;
        align-items: center;
        margin: 25px 0;
    }
    .mobile-header .menu-menu-bar-container .menu > li {
        margin-bottom: 15px;
        text-align: center;
    }
    .mobile-header .menu-menu-bar-container .menu > li .sub-menu.level-0 {
        position: relative;
        padding: 0;
        display: none;
        left: auto;
        transform: none;
        top: auto;
        margin-top: 15px;
        font-weight: 100!important;
        font-size: 14px;
    }
    .mobile-header .menu-menu-bar-container .menu > li .sub-menu.level-0.open {
        display: block;
    }
    .los-order {
        position: relative;
        top: auto;
        left: auto;
    }
    .los-order .sub-menu {
        display: none!important;
    }
    .mobile-header .menu-menu-bar-container .menu > li .sub-menu.level-0 a {
        font-weight: 300;
    }
    .mobile-header .menu-menu-bar-container .menu > li > a {
        padding: 0;
    }
    .mobile-header .menu-menu-bar-container .menu > li > a::before {
        content: initial!important;
    }
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children {
        position: relative;
        padding-right: 30px;
        margin-right: -30px;
    }
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children::after,
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children::before {
        content: "";
        position: absolute;
        top: 7px;
        right: 0px;
        width: 15px;
        height: 1px;
        background: #cecece;
        cursor: pointer;
        transform: rotate(90deg);
        transform-origin: center;
    }
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children::before {
        transform: none;
    }
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children.open::after {
        display: none;
    }
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children.open::after,
    .mobile-header .menu-menu-bar-container .menu > .menu-item-has-children.open::before {
        right: 25px;
    }
    .mobile-header #text-4 {
        margin: 20px 0
    }
    .hidden-ds {
        display: none;
    }
    header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .catalog-container .product-item:last-child {
        display: none;
    }
    .catalog-container .product-item {
        width: calc((100% - 60px) / 3);
    }
    .product-block .oredr-block span {
        margin-left: 0;
    }
    footer {
        justify-content: center;
        padding-top: 20px;
    }
    footer .logo {
        margin-bottom: 20px;
    }
    footer .menu {
        margin-bottom: 25px;
    }
    footer .soch-block {
        margin-top: 20px;
    }
    footer .soch-block .social {
        text-align: center;
    }
    footer .soch-block .textwidget a:last-child {
        margin: 0;
    }
    .text-block-work br {
        display: none;
    }
}
@media (max-width: 768px) {
    .catalog-container .product-item:last-child {
        display: block;
    }
    .catalog-container .product-item {
        width: 100%;
        max-width: 270px;
    }
    .catalog-container .product-block {
        justify-content: center;
    }
    .kids-info {
        flex-direction: column;
    }
    .title-container h1 span.main:after,
    .title-container h1 span.main::before {
        content: initial!important;
    }
    .title-container h1 span.secon {
        font-size: 24px;
    }
    .kids-info span iframe{
        width: 320px;
        height: 320px;
    }
    .about-container {
        flex-direction: column;
    }
    .about-container .text-block {
        width: 100%;
    }
    .about-container .img-block {
        margin-top: 20px;
    }
    footer .menu {
        flex-direction: column;
    }
    footer .menu li {
        margin: 0;
        margin-bottom: 10px;
    }
    .product-block .product-item {
        width: 100%;
        max-width: 270px;
    }
    .product-block {
        width: 100%;
    }
    .content-block .sidebar {
        display: none;
    }
    .content-block .product-block {
        justify-content: center;
    }

}
