body.no-padding {
    padding-top: 0;
}

.container20 {
    display: grid;
    grid-template-columns: 20% 80%;
}

::-moz-selection {
    color: #fff;
    background-color: #22b0ed;
}

::-webkit-selection {
    color: #fff;
    background-color: #22b0ed;
}

::selection {
    color: #fff;
    background-color: #22b0ed;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #b3b3b3; 
}
::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3; 
    cursor: pointer;
}

@media screen and (min-width: 769px) {

    .fixed-sidebar .tutorial-menu {
        position: fixed !important;
        top: 97px;
        left: 0;
        width: 20vw;
        height: calc(100% - 97px);
        overflow-y: auto;
    }

}

@media screen and (max-width: 1400px) {
    .container20 {
        grid-template-columns: 30% 70%;
    }

    .fixed-sidebar .tutorial-menu {
        width: 30vw;
    }
}


@media screen and (max-width: 768px) {
    .fake-div {
        display: none;
    }

    .fixed-sidebar .tutorial-menu {
        width: 100%;
    }
}

.container-960 {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.container-1294 {
    max-width: 1294px;
    padding: 0 20px;
    margin: 0 auto 50px auto;
}

.arrow-up {
    display: flex;
    width: 6px;
    height: 10px;
    background: url('/template/img2/arrow-up.svg') no-repeat 50% 50% transparent;
    transition: all .25s ease-in-out;
}

.tutorial-menu .arrow-up {
    transform: rotate(-180deg);
}

.tutorial-menu .active .arrow-up {
    transform: rotate(0);
}

.top-bar {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    height: auto;
}

.menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69px;
    height: 60px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.page-logo img {
    height: 20px;
}

.top-bar-right-col {
    align-items: stretch;
}

.alerts-ico {
    display: flex;
    align-items: center;
}

.alerts-ico .alerts-number {
    top: auto;
    bottom: -2px;
}

.points {
    text-decoration: none;
    font: normal normal 600 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #2C3948;
}

.points img {
    margin-right: 10px;
}

.bottom-menu,
.footer {
    background-color: #2C3948;
}

.b4u2.fixed-sidebar .footer,
.b4u2.fixed-sidebar .bottom-menu {
    position: relative;
    z-index: 10;
}

.bottom-menu h6 {
    font: normal normal bold 14px/50px Montserrat;
    letter-spacing: -0.42px;
    margin: 0 0 27px 0;
}

.bottom-menu h6 a {
    color: #fff;
}

.bottom-menu ul {
    list-style: none;
    margin: 0 0 27px 0;
    padding: 0;
}

.bottom-menu ul li {
    font: normal normal normal 15px/20px Montserrat;
    letter-spacing: -0.45px;
    margin: 0 0 20px 0;
}

.bottom-menu ul li a {
    color: #FFFFFF;
    opacity: 0.7;
    text-transform: none;
    height: auto;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .container .right {
    display: flex;
}

.footer .container ul li a {
    margin-right: 55px;
    margin-left: 0;
}

.tutorial-menu {
    padding: 57px 23px 0 44px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    position: relative;
    z-index: 9;
}

.tutorial-menu h6 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font: normal normal 600 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.tutorial-menu .tutorial-menu-icon,
.tutorial-menu .tutorial-menu-number-icon {
    display: flex;
    width: 46px;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 0;
}

.tutorial-menu .tutorial-menu-number-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #94C023;
    color: #94C023;
    font-size: 13px;
}

.tutorial-menu h6 img {
    margin: 0;
}

.tutorial-header {
    margin: 111px 0 5vw 0;
}

.tutorial-menu-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.tutorial-menu ul {
    height: 0;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0 0 0 46px;
    padding: 0;
    transition: all .25s ease-in-out;
}

.tutorial-menu .active ul {
    height: 100%;
    transition: all .25s ease-in-out;
    max-height: 500px;
    max-height: calc(100vh - 250px);
		overflow-y: auto;
}

.tutorial-menu ul li {
    margin: 0 0 20px 0;
    font: normal normal 500 14px/26px Montserrat;
}

.tutorial-menu ul li a {
    color: #7A8797;
    text-decoration: none;
}

.tutorial-header {
    position: relative;
}

.tutorial-header h1 {
    margin: 0 0 18px 0;
    font: normal normal 600 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #222222;
}

.tutorial-header .page-header-breadcrumbs {
    justify-content: flex-start;
    padding: 0;
}

.tutorial-header .page-header-breadcrumbs a {
    color: #717881;
}

.tutorial-header .search-ico,
.tutorial-header .filter-ico {
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 11px;
    right: 0;
    cursor: pointer;
}

.tutorial-header .search-ico img,
.tutorial-header .filter-ico img {
    width: 26px;
    height: 26px;
}

.tutorial-header .filter-ico {
    top: 13px;
    right: 80px;
}

.tutorial-products-grid-navi {
    list-style: none;
    margin: 70px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li a figure img {
	height: 175px !important; 
}

.tutorial-products-grid-navi li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 230px;
    background: rgb(207,209,214) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
}

.tutorial-products-grid-navi li a img {
    opacity: .2;
    transition: all .5s ease-in-out;
}

.tutorial-products-grid-navi li a:hover img {
    opacity: 1;
}

.tutorial-products-grid-navi li a h2 {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal 600 25px/26px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-black li a h2 {
	color: black;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li a {  
	background: none;
	min-height: auto;
	flex-direction: column;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li a figure {
	margin: 0;
	padding: 0;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li a figure img {
	object-fit: cover;
	width: 100%;
	height: 250px;	
}
 
.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li a h2 {
	position: static;	
	margin: 25px 0 0 0;
	font: normal normal 600 20px/21px Montserrat;
	color: #94c023;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li a:hover h2 {
	color: #222222;
}

.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li .d {
	text-align: right;
	margin: 0 0 15px 0;	
	font-size: 13px;
	color: #717881;
}

.telesales-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.telesales-intro-ico {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f2f5;
}

.telesales-section-title {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 10px auto 20px auto;
    font-weight: 700;
    padding: 30px 0;
    background-color: #fff;
}

.telesales-intro {
    padding: 30px;
    background-color: #f7f8fa;
    border-radius: 20px;
    text-align: center;
}

.banned-words {
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.banned-words span {
    position: relative;
}

.banned-words span::after {
    position: absolute;
    top: calc(50% - 1px);
    left: -10px;
    right: -10px;
    background-color: #e06060;
    display: block;
    content: '';
    height: 2px;
}

.telesales-dialogue-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin: 70px 0 15px 0;
    width: 100%;
    background-color: #f7f8fa;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.telesales-dialogue-title.left {
    align-self: flex-start;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.telesales-dialogue-title.right {
    align-self: flex-end;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.telesales-dialogue-title.margin-bottom {
    margin-bottom: 40px;
}

.telesales-dialogue-title img {
    margin: 0 20px;
}

.dialogue {
    display: flex;
    flex-direction: column;
    max-width: 40%;
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
}

.dialogue::after {
    position: absolute;
    top: -3px;
    left: calc(100% - 20px);
    display: block;
    content: '';
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #93bf21;
    transform: rotate(-45deg);
}

.dialogue.grey::after {
    border-bottom-color: #f7f8fa;
}

.dialogue.short {
    max-width: 40%;
}

.dialogue.left {
    align-self: flex-start;
}

.dialogue.right {
    align-self: flex-end;
}

.dialogue.right::after {
    left: -20px;
    transform: rotate(45deg);
}

.dialogue.green {
    background-color: #93bf21;
    color: #fff;
}

.dialogue.grey {
    background-color: #f7f8fa;
}

.dialogue.no-padding::after {
    display: none;
}

.dialogue.top-left-sharp {
    border-top-right-radius: 0;
    margin-right: -40px;
}

.dialogue.top-left-sharp::after {
    left: calc(100% - 20px);
    transform: rotate(-45deg);
}

.dialogue.left.grey {
    margin-left: -40px;
}

.dialogue.left.grey::after {
    left: -20px;
    transform: rotate(45deg);
}

.dialogue.top-right-sharp {
    border-top-left-radius: 0;
}

.dialogue.no-padding {
    padding: 0;
    margin: 0;
}

.newsletter-grid {
    list-style: none;
    margin: 0 0 100px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 86px 64px;
}

.newsletter-grid li a {
    display: flex;
    flex-direction: column;
    background: #F7F8FA;
    text-decoration: none;
    align-items: center;
    padding: 42px 42px 90px 42px;
    min-height: 390px;
    position: relative;
}

.newsletter-grid li p {
    margin: 0;
}

.newsletter-grid .newsletter-grid-cat {
    font: normal normal normal 24px/40px Montserrat;
    letter-spacing: -0.24px;
    color: #7A8797;
    text-align: center;
}

.newsletter-grid .newsletter-grid-date {
    text-align: center;
    font: normal normal bold 17px/23px Montserrat;
    letter-spacing: -0.68px;
    color: #7A8797;
    text-transform: uppercase;
}

.newsletter-grid .newsletter-grid-title {
    display: flex;
    align-items: center;
    font: normal normal bold 28px/40px Montserrat;
    letter-spacing: -0.28px;
    color: #2C3948;
    text-align: center;
    margin-top: 62px;
    position: relative;
    margin-bottom: 50px;
    min-height: 130px;
}

.newsletter-grid .newsletter-grid-title::after {
    position: absolute;
    top: calc(100% + 30px);
    left: calc(50% - 66px);
    display: block;
    content: '';
    height: 2px;
    width: 132px;
}

.newsletter-grid .newsletter-grid-title.orange::after {
    background-color: #EAA24C;
}

.newsletter-grid .newsletter-grid-title.green::after {
    background-color: #94C023;
}

.newsletter-grid .newsletter-grid-title.blue::after {
    background-color: #1DAFEF;
}

.newsletter-grid .newsletter-grid-see-more {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 31px;
}

.newsletter-grid .newsletter-grid-see-more span {
    display: flex;
    padding: 13px 25px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 2px;
    font: normal normal bold 12px/18px Montserrat;
    letter-spacing: 0.36px;
    color: #7AA802;
    text-transform: uppercase;
}

.shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2C3948 0% 0% no-repeat padding-box;
    opacity: 0.25;
    z-index: 9999;
}

.shadow.active {
    display: block;
}

.newsletter-popup {
    width: 850px;
    position: absolute;
    top: 200px;
    left: calc(50% - 425px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #7A87974D;
    z-index: 10000;
    border-radius: 10px;
    padding: 30px;
}

.newsletter-popup h2 {
    font: normal normal bold 20px/23px Montserrat;
    letter-spacing: -0.8px;
    color: #3E3E3E;
    margin: 0 0 70px 0;
}

.newsletter-popup h2 .date {
    font-weight: 400;
}

.newsletter-popup .close {
    position: absolute;
    top: 32px;
    right: 30px;
    width: 18px;
    height: 18px;
    border: 0;
    background-color: 0;
    padding: 0;
    cursor: pointer;
}

.winpro-subtitle {
    font-size: 30px;
    font-weight: 600;
}

.winpro-slide {
    padding: 50px 0;
}

.winpro-slide.grey {
    background-color: #f7f8fa;
}

.winpro-slide-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.winpro-slide-image {
    margin: 40px 0;
}

.tutorial-menu .winpro-subpage {
    color: #000;
}

.tutorial-menu .winpro-back {
    display: flex;
    position: relative;
    color: #94C023;
    cursor: pointer;
}

.tutorial-menu .winpro-back::before {
    position: absolute;
    top: calc(50% - 10px);
    left: -40px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('https://via.placeholder.com/20x20') no-repeat 50% 50% transparent;
}

.container-960.col-2 {
    display: grid;
    grid-template-columns: 45% calc(55% - 82px);
    gap: 0 82px;
}

.gray-bg-img {
    display: flex;
    width: 100%;
    padding: 40px 0;
    align-items: center;
    justify-self: center;
    background: #F7F8FA;
    margin: 0;
}

.container-960 .intro {
    text-align: left;
    font: normal normal 600 22px/34px Montserrat;
    letter-spacing: -0.66px;
    color: #2C3948;
}

.container-960 .subtitle {
    font: normal normal 600 31px/50px Montserrat;
    letter-spacing: -0.78px;
    color: #222222;
    margin: 0 0 55px 0;
}

.ratios {
    background: #F7F8FA;
    padding: 40px 80px;
}

.ratios-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.ratios-select input {
    display: flex;
    border: 0;
    font: normal normal normal 16px/18px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    border: 0;
    outline: none;
    background: #fff !important;
    cursor: pointer;
    width: 95%;
}

.ratios-select-arrow {
    border: 0;
    padding: 0;
    margin: 0;
    width: 23px;
    height: 13px;
    background: url('/template/img2/ratios-select-arrow.svg') no-repeat 50% 50% transparent;
    cursor: pointer;
}

.ratios-select.active .ratios-select-arrow {
    transform: rotate(-180deg);
}

.ratios-select.active .ratios-select-list {
    display: block;
}

.ratios-select-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.ratios-select-list li p {
    margin: 0;
    padding: 15px;
    cursor: pointer;
}

.ratios-select-list p:hover,
.ratios-select-list p.active {
    background-color: #F7F8FA;
}

.ratios-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 19px 0;
}

.ratios-cols p {
    margin: 0;
}

.ratios .grey {
    font: normal normal 600 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #7A8797;
}

.ratios hr {
    display: flex;
    width: 100%;
    height: 1px;
    background: #DDDDDE;
    margin: 12px auto;
    border: 0;
}

.arches-type.tutorial-products-grid-navi li a {
    display: flex;
    flex-direction: column;
    background-color: #F7F8FA;
    justify-content: space-between;
    padding: 43px 0;
}

.arches-type.tutorial-products-grid-navi li a figure {
    display: flex;
    width: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.arches-type.tutorial-products-grid-navi li a h2 {
    position: static;
    text-align: center;
    font: normal normal 600 18px/32px Montserrat;
    letter-spacing: -0.72px;
    color: #3E3E3E;
}

.two-cols-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.two-cols-grid a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    margin-bottom: 24px;
}

.two-cols-grid a {
	text-decoration: none;
	color: inherit;
}

.two-cols-grid li figure,
.two-cols-grid li .txt {
    margin: 0;
    display: flex;
    width: 100%;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    min-height: 335px;
}

.two-cols-grid.two-cols-left-gray li figure {
	background: none;
}

.two-cols-grid.two-cols-left-gray li figure img {
	max-width: 100%;
	max-height: none;
}

.two-cols-grid li .txt {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
}

.two-cols-grid li .txt p {
    margin: 0;
}

.two-cols-grid li .txt .name {
    text-align: left;
    font: normal normal 600 22px/34px Montserrat;
    letter-spacing: -0.66px;
    color: #2C3948;
    margin: 0 0 26px 0;
}

.two-cols-grid.two-cols-grid-numbers li figure {
	background: none;
	border: 0;
}

.two-cols-grid.two-cols-grid-numbers li figure img {
	max-width: 100%;
	max-height: 100%;
}

.two-cols-grid.two-cols-grid-numbers li .text div {
	background: #F7F8FA 0% 0% no-repeat padding-box;
	border-radius: 5px;	
	display: grid;
	grid-template-columns: 40px 40px 1fr;
	align-self: center;
	column-gap: 30px;
	padding: 20px 20px;
	margin-bottom: 20px;
}

.two-cols-grid.two-cols-grid-numbers li .text div.two-cols-grid-numbers-text {
	grid-template-columns: 40px 1fr;	
}

.two-cols-grid.two-cols-grid-numbers li .text div:last-child {
	margin-bottom: 0px;
}

.two-cols-grid.two-cols-grid-numbers li .text div span {
	background: #94C025 0% 0% no-repeat padding-box;
	border-radius: 50%;
	width: 40px;
	height: 40px;	 
	line-height: 40px;
	align-self: center;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.two-cols-grid.two-cols-grid-numbers li .text div img {
	width: 40px;
	align-self: center;
}

.two-cols-grid.two-cols-grid-numbers li .text div p {
	font-weight: bold;
	font-size: 18px;
}

.page-navi {
    display: flex;
    padding: 60px 100px;
    background-color: #F7F8FA;
    justify-content: space-between;
}

.page-navi a {
    display: flex;
    text-align: left;
    font: normal normal bold 17px/20px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    text-decoration: none;
    max-width: 300px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.page-navi a.prev {
    padding-left: 90px;
}

.page-navi a.next {
    padding-right: 90px;
}

.page-navi a .arrow {
    position: absolute;
    display: block;
    width: 32px;
    height: 30px;
    background: url('/template/img2/navi-arrow-left.svg') no-repeat 50% 50% transparent;
    top: calc(50% - 15px);
}

.page-navi a.prev .arrow {
    left: 0;
}

.page-navi a.next .arrow {
    right: 0;
    transform: rotate(-180deg);
}

.window-components {
    display: grid;
    grid-template-columns: 45% calc(55% - 72px);
    gap: 0 72px;
}

.window-components-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.window-components-list li {
    margin: 0 0 20px 0;
    background: #F7F8FA;
    border-radius: 5px;
    padding: 30px 25px;
    display: grid;
    align-items: center;
    grid-template-columns: 33px 1fr;
    gap: 0 40px;
}

.window-components-list li .txt {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0 20px;
    align-items: center;
}

.number-ico {
    display: flex;
    width: 33px;
    height: 33px;
    background: #94C025;
    opacity: 1;
    align-items: center;
    justify-content: center;
    font: normal normal 600 17px/24px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 50%;
}

.window-components-ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.window-components-ico img {
    margin: 0;
}

.window-components-txt p {
    margin: 5px 0;
    font: normal normal 400 16px/24px Montserrat;
    letter-spacing:  0px;
    color: #4E4E4E;
}

.window-components-txt-title {
    font: normal normal 600 18px/25px Montserrat;
    letter-spacing: 0px;
    color: #2C3948;
}

.window-shapes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

.window-shapes-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.window-shapes-list li {
    display: grid;
    grid-template-columns: 53px 1fr;
    gap: 0 30px;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin: 0 0 8px 0;
    padding: 28px 20px;
}

.window-shapes-list li p {
    margin: 0 0 5px 0;
}

.window-shapes-list li .number-ico {
    width: 53px;
    height: 53px;
    font: normal normal 600 27px/38px Montserrat;
}

.colors-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 18px;
}

.colors-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 25px;
}

.colors-list figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 175px;
    margin: 0;
}

.colors-list figure a {
	cursor: pointer;
}

.colors-list p {
    margin: 0;
}

.tutorial-header.col-2 {
    display: grid;
    grid-template-columns: 1fr 200px;
}

.tutorial-header-func-btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.marketing-materials-popup-content-header-funcs button,
.tutorial-header-func-btns button {
    display: flex;
    border: 0;
    background-color: transparent;
    padding: 0;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.marketing-materials-list {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 26px 50px;
}

.marketing-materials-box {
    display: flex;
    background: #F7F8FA 0% 0% no-repeat padding-box;
    border-radius: 2px;
    padding: 25px 27px;
    flex-direction: column;
    text-decoration: none;
}

.marketing-materials-box figure {
    margin: 0 0 20px 0;
}

.marketing-materials-box h3 {
    margin: 0 0 10px 0;
    text-align: center;
    font: normal normal 500 15px/20px Montserrat;
    letter-spacing: -0.38px;
    color: #3E3E3E;
}

.marketing-materials-box p {
    margin: 0;
    text-align: left;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0.35px;
    color: #7A8797;
    text-align: center;
}

.popup-shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2C3948 0% 0% no-repeat padding-box;
    opacity: 0.15;
    z-index: 9999;
}

.marketing-materials-popup {
    position: absolute;
    top: 143px;
    left: calc(50% - 623px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #7A87974D;
    padding: 102px 86px;
    max-width: 1246px;
    width: 100%;
    z-index: 99999;
    display: grid;
    gap: 0 93px;
    grid-template-columns: 323px 1fr;
}

@media (max-width: 1246px) {

    .marketing-materials-popup {
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
    }

}

.marketing-materials-popup-images {
    max-width: 323px;
}

.marketing-materials-popup-content-header {
    display: grid;
    grid-template-columns: 1fr 180px;
}

.marketing-materials-popup-content-header h2 {
    font: normal normal bold 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    margin: 10px 0 0 0;
}

.marketing-materials-popup-content-header-funcs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.marketing-materials-popup-content-header-funcs button {
    margin: 0 10px !important;
    height: 40px;
}

.marketing-materials-popup-intro {
    margin: 45px 0;
}

.marketing-materials-popup-intro p {
    color: #49535E;
    margin: 0;
}

.owl-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
}

.owl-dot {
    display: flex;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #222222 !important;
    opacity: 0.3;
    margin: 0 5px;
}

.owl-dot.active {
    opacity: 1;
}

.popup-add-to-basket {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 43px;
}

.select-qte {
    display: flex;
    position: relative;
    margin-right: 38px;
    cursor: pointer;
}

.select-qte .value {
    display: flex;
    width: 86px;
    height: 40px;
    border: 1px solid #343434;
    border-radius: 5px;
    font: normal normal 600 18px/22px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding: 0 0 0 21px;
    position: relative;
    align-items: center;
}

.select-qte.active .value {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-qte .value::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 21px;
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url('/template/img2/select-qte-arrow.png') no-repeat 50% 50% transparent;
}

.select-qte ul {
    display: none;
}

.select-qte.active ul {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    flex-direction: column;
    border: 1px solid #343434;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    border-top: 0;
}

.select-qte.active ul button {
    display: flex;
    width: 100%;
    border: 0;
    background: #fff;
    font: normal normal 600 18px/42px Montserrat;
    letter-spacing: -0.18px;
    color: #222222;
    padding: 0 0 0 21px;
}

.select-qte.active ul button:hover {
    background-color: #F0F2F5;
    cursor: pointer;
}

.close-popup {
    position: absolute;
    top: 32px;
    right: 31px;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.landing-content {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.landing-pagination,
.landing-txt {
    max-width: 838px;
}

.landing-pagination {
    list-style: none;
    margin: 0 0 100px 0;
    padding: 0;
    display: flex;
}

.landing-pagination li {
    position: relative;
    padding: 0 25px 0 0;
    margin-right: 20px;
}

.landing-pagination li::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    right: 0;
    background: url('/template/img2/icon_arrow_navigation.svg') no-repeat 50% 50% transparent;
    width: 5px;
    height: 9px;
}

.landing-pagination li:last-of-type:after {
    display: none;
}

.landing-pagination li a {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.landing-pagination li a span {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #efefef;
    color: #7A8797;
}

.landing-pagination li a:hover span,
.landing-pagination li a.active span {
    width: 34px;
    height: 34px;
    background-color: #94c023;
    color: #fff;
    border-color: #94C023;
    font-weight: bold;
    font-size: 20px;
} 

.landing-txt p {
    text-align: center;
    font: normal normal normal 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #7A8797;
}

.landing-txt .title {
    text-align: center;
    font: normal normal normal 38px/55px Montserrat;
    letter-spacing: -0.76px;
    color: #222222;
}

.landing-navi {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 30px #00000029;
    background-color: #fff;
    padding: 33px 0;
}

.landing-content .container-960 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.landing-navi .btn img {
    margin-left: 20px;
}

.product-personalization-container {
    display: grid;
    grid-template-columns: 45% calc(55% - 87px);
    gap: 0 87px;
}

.product-personalization-pictures-main-img {
    display: flex;
    margin: 0 0 29px 0;
    background-color: #F0F2F5;
    padding: 30px 0;
}

.product-personalization-pictures-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
}

.product-personalization-pictures-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F2F5;
    border: 2px solid #F0F2F5;
    padding: 20px;
}

.product-personalization-pictures-list a.active,
.product-personalization-pictures-list a:hover {
    border-color: #94C023;
}

.product-personalization-options {
    position: relative;
    margin: 0 0 20px 0;
}

.product-personalization-options-title {
    margin: 0;
    letter-spacing: 0.25px;
    color: #2C3948;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}


.product-personalization-options-title.product-personalization-options-lead {
		font-weight: normal;
		text-transform: none;
		font-size: 13px;
		margin: 0 0 15px 0;
}

.product-personalization-options-option {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    padding: 15px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.product-personalization-options-option .arrow {
    position: absolute;
    top: calc(50% - 7.5px);
    right: 15px;
    display: block;
    content: '';
    width: 30px;
    height: 15px;
    background: url('/template/img2/arrow_down.svg') no-repeat 50% 50% transparent;
}

.product-personalization-options-content {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 2px 2px;
    padding: 15px;
}

.product-personalization-options-content.active {
    display: flex;
    z-index: 999;
}

.tp-user-intro {
    margin: 80px auto;
    display: grid;
    grid-template-columns: 120px repeat(3, 1fr);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
    padding: 50px;
    gap: 0 50px;
    align-items: center;
}

.tp-user-intro figure {
    margin: 0;
    padding: 0;
}

.tp-user-intro-name {
    font: normal normal bold 22px/23px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    margin: 0;
}

.tp-user-intro p {
    margin: 0;
}

.tp-user-intro a {
    color: #222222;
    text-decoration: none;
    font-weight: 600;
}

.tp-user-intro a:hover {
    text-decoration: underline;
}

.tp-user-stats {
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 94px;
    padding: 80px;
}

.tp-user-stats-box p {
    margin: 0;
    text-align: center;
    font: normal normal normal 22px/30px Montserrat;
    letter-spacing: 0px;
    color: #222222;
}

.tp-user-stats-box .tp-user-stats-title {
    font: normal normal 600 40px/36px Montserrat;
    letter-spacing: 0px;
    color: #94C023;
    margin-bottom: 30px;
}

.tp-row {
    margin: 80px auto;
}

.tp-row-title {
    display: flex;
    flex-direction: row;
    font: normal normal 600 32px/39px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    margin: 0 0 50px 0;
}

.tp-row-title-qte {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F2F5 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 6px 19px;
    text-align: center;
    font: normal normal 600 14px/21px Montserrat;
    letter-spacing: 0px;
    color: #222222;
    margin-left: 40px;
}

.tp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.tp-test-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 5px;
}

.tp-test-box.tp-admin {
    position: relative;
}

.tp-test-box-title {
    display: flex;
    min-height: 229px;
    justify-content: center;
    align-items: center;
    background: #F0F2F5 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    padding: 0 50px;
}

.tp-test-box-title p {
    margin: 0;
    text-align: center;
    font: normal normal bold 22px/28px Montserrat;
    letter-spacing: -0.66px;
    color: #222222;
}

.tp-text-box-content {
    padding: 30px;
}

.tp-text-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-text-box-content ul li {
    margin: 0 0 6px 0;
}

.tp-text-box-link {
    display: flex;
    padding: 0 30px 30px 30px;
    justify-content: center;
}

.tp-text-box-link p {
    margin: 0;
    text-align: center;
    font: normal normal 600 18px/28px Montserrat;
    letter-spacing: -0.54px;
}

.green-link {
    color: #94C023;
    text-decoration: none;
}

.tp-qaa-intro p {
    text-align: center;
    font: normal normal normal 22px/44px Montserrat;
    letter-spacing: -0.66px;
    color: #222222;
}

.tp-qaa-intro-result {
    font: normal normal bold 40px/44px Montserrat;
    letter-spacing: -1.2px;
}

.tp-qaa-intro-result.green {
    color: #94C023;
}

.tp-qaa-intro-result.red {
    color: #D1471E;
}

.tp-question-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 24px;
}

.tp-question-box-title {
    display: grid;
    grid-template-columns: 1fr 30px 30px;
    gap: 0 30px;
    align-items: center;
}

.tp-question-box-title > p {
    cursor: pointer;
    font: normal normal 600 18px/21px Montserrat;
}

.tp-question-box-title button {
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.active .tp-question-box-title button {
    transform: rotate(-180deg);
}

.tp-question-box-content {
    display: none;
}

.active .tp-question-box-content {
    display: block;
}

.tp-question-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-question-box-content ul li {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 20px;
}

.tp-question-box-content-img {
    display: flex;
    max-height: 11px;
}

.tp-question-box-content ul li p {
    margin: 0;
}

.tp-question-box-more {
    display: flex;
    justify-content: flex-end;
    font: normal normal medium 13px/17px Montserrat;
    letter-spacing: 0.39px;
}

.tp-question-box-more a {
    display: flex;
    color: #94C023;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

.tp-question-box-more a img {
    display: flex;
    margin-left: 7px;
}

.tp-result-page {
    margin: 0 auto;
    max-width: 766px;
    text-align: center;
}

.tp-result-page-title {
    text-align: center;
    font: normal normal normal 32px/39px Montserrat;
    letter-spacing: 0px;
    color: #2C3948;
}

.tp-result-page-btn {
    margin-top: 40px;
    padding: 17px 30px;
    display: inline-flex;
    min-width: 350px;
    background: #94C023 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    font: normal normal bold 13px/23px Montserrat;
    letter-spacing: 0.39px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.tp-qaa-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.tp-qaa-progress p {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    white-space: nowrap;
    font: normal normal 600 22px/36px Montserrat;
    letter-spacing: 0px;
    color: #2C3948;
}

.tp-qaa-progress-bar {
    display: flex;
    width: 100%;
    height: 16px;
    background: #F0F2F5 0% 0% no-repeat padding-box;
    border-radius: 8px;
    position: relative;
    margin: 0 32px;
}

.tp-qaa-progress-bar span {
    display: flex;
    position: relative;
    height: 16px;
    background: #94C023 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

.tp-question-box.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp-question-box.question p {
    margin: 0;
}

.tp-question-box.question input {
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid #94C023;
    border-radius: 2px;
    margin: 0;
}

.tp-question-box.question input:checked {
    background: url('/template/img2/question-active.svg') no-repeat 50% 50% transparent
}

.tpa-row-col-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.tpa-row-col-2 .tp-row-title {
    margin-bottom: 0;
}

.tpa-add-test {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    padding: 0 60px 0 120px;
    border-radius: 5px;
    background-color: #94C023;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background .25s ease-in-out;
}

.tpa-add-test:hover {
    background-color: #769623;
}

.tpa-add-test::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: url('/template/img2/add-test.svg') no-repeat 50% 50% #769623;
}

.tp-admin-label {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 25px;
    align-items: center;
    background: #7A8797;
    text-align: center;
    font: normal normal bold 10px/13px Montserrat;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tp-admin .green-link {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.tp-admin .green-link .ico {
    margin-right: 10px;
}

.tp-admin-see-more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font: normal normal 600 18px/28px Montserrat;
    letter-spacing: -0.54px;
    text-transform: uppercase;
}

.tp-admin-see-more a {
    display: flex;
    align-items: center;
    color: #94C023;
    text-decoration: none;
}

.tp-admin-see-more a .ico {
    display: flex;
    width: 22px;
    height: 22px;
    background: url('/template/img2/green-arrow.svg') no-repeat 50% 50% transparent;
    margin-left: 10px;
}

.tp-admin-user-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
    padding: 27px 33px;
}

.tp-admin-user-box figure {
    display: flex;
    justify-content: center;
    margin: 0 0 24px 0;
}

.tp-admin-user-box figure img {
    border-radius: 50%;
}

.user-name {
    text-align: center;
    margin: 0 0 5px 0;
    font: normal normal bold 22px/23px Montserrat;
    letter-spacing: 0px;
    color: #222222;
}

.user-status {
    margin: 0 0 40px 0;
    text-align: center;
    font: normal normal normal 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #222222;
}

.tp-admin-user-box p {
    color: #222222;
}

.tp-admin-user-box p a {
    color: #222222;
    text-decoration: none;
    font-weight: 600;
}

.tp-admin-user-box p a:hover {
    text-decoration: underline;
}

.tp-admin-user-box .see-more {
    text-align: center;
}

.tp-admin-user-box .see-more a {
    color: #94C023;
}

.tp-admin-test-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 52px 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 5px;
    gap: 40px 34px;
}

.tp-admin-test-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
}

.tp-admin-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-admin-results-list li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
    margin: 0 0 24px 0;
    display: grid;
    grid-template-columns: 60px repeat(3, 1fr) 1.5fr;
    gap: 0 18px;
    align-items: center;
    padding: 32px;
}

.tp-admin-results-list p {
    margin: 0;
}

.tp-admin-results-list figure {
    margin: 0;
}

.tp-admin-results-list .user-name,
.tp-admin-results-list .user-status {
    text-align: left;
    margin: 0;
}

.tp-admin-results-list .links p {
    text-align: right;
    font-weight: 600;
}

.filter-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 70px 98px;
    width: 100%;
    max-width: 50vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #7A87974D;
    z-index: 9999;
    max-height: 100vh;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all .25s ease-in-out;
}

.filter-page.active {
    transform: translateX(0);
}

.close-filter-page {
    position: absolute;
    top: 41px;
    right: 32px;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.filter-tags {
    list-style: none;
    margin: 0 0 70px 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.filter-tags li {
    display: flex;
    height: 36px;
    padding: 0 24px;
    border: 1px solid #B1B9C4;
    border-radius: 40px;
    margin: 0 6px 20px 0;
    font: normal normal normal 14px/30px Montserrat;
    letter-spacing: 0px;
    color: #B1B9C4;
    align-items: center;
}

.filter-tags a {
    color: #7AA802;
    text-decoration: none;
}

.filter-tags .filter-tags-remove {
    display: inline-flex;
    margin-left: 16px;
}

.filter-box {
    margin-bottom: 65px;
    border-bottom: 1px solid #F0F2F5;
    position: relative;
    padding-bottom: 45px;
}

.filter-box-toggle {
    display: flex;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 3px;
    right: 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.unactive .filter-box-toggle {
    transform: rotate(-180deg);
}

.filter-box-title {
    font: normal normal 600 18px/22px Montserrat;
    letter-spacing: -0.54px;
    color: #2C3948;
    margin: 0 0 32px 0;
    cursor: pointer;
}

.filter-box-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    transition: all .25s ease-in-out;
    /* max-height: 500px; */
}

.unactive .filter-box-list {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .25s ease-in-out;
}

.filter-box-list li {
    margin: 0 0 7px 0;
    font: normal normal normal 16px/37px Montserrat;
    letter-spacing: -0.16px;
    color: #717881;
}

.filter-box-list li label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filter-box-list li p {
    margin: 0;
}

.filter-box-list-details {
    display: flex;
    align-items: center;
    font: normal normal normal 16px/37px Montserrat;
    letter-spacing: -0.16px;
    color: #717881;
    opacity: 0.5;
}

.filter-box-list-details input {
    margin-left: 14px !important;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    border: 2px solid #7AA802;
    border-radius: 50%;
    display: grid;
    place-content: center;
    width: 22px;
    height: 22px;
}

input[type="radio"]::before {
    content: "";
    width: 22px;
    height: 22px;
    transform: scale(0);
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid #7AA802;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    border: 2px solid #7AA802;
    border-radius: 3px;
    display: grid;
    place-content: center;
    width: 22px;
    height: 22px;
}

input[type="checkbox"]::before {
    content: "";
    width: 22px;
    height: 22px;
    transform: scale(0);
    background-color: #fff;
    border-radius: 3px;
    background-color: #7AA802;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.question-submenu-wrapper {
    position: relative;
    
}

.question-submenu-dots {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-submenu-box {
    display: none;
    position: absolute;
    top: -10px;
    right: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 5px;
    padding: 12.5px 30px 12.5px 0;
}

.question-submenu-wrapper.active .question-submenu-box {
    display: block;
}

.question-submenu-close {
    position: absolute;
    top: 14px;
    right: 14px;
}

.question-submenu-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.question-submenu-box ul li button {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    justify-content: flex-start;
    font: normal normal bold 14px/15px Montserrat;
    letter-spacing: 0px;
    color: #94C023;
    text-transform: uppercase;
    padding: 12.5px 25px;
}

.box-shadow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 5px;
    padding: 32px 30px;
}

.grid {
    display: grid;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
}

.test-details-form-row {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}

.test-details-form-row input[readonly="readonly"] {
	background-color: #eee;
	cursor: not-allowed;
}
 
.form-input-label , .form_2023_a1 .control-group .control-label {
    display: flex;
    font: normal normal 600 15px/23px Montserrat;
    letter-spacing: -0.15px;
    color: #222222;
    margin: 0 0 10px 0;
}

.form-input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0.35px;
    color: #222222;
    padding: 13px 17px;
}

.form-input-with-unit {
    display: grid;
    grid-template-columns: 1fr 45px;
}

.form-input-with-unit .form-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-input-with-unit.calendar .form-input {
    border-right: 0;
}

.unit {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font: normal normal medium 15px/18px Montserrat;
    letter-spacing: 0.38px;
    color: #7A8797;
}

.test-details-form-row .product-personalization-options-option {
    border-radius: 5px;
    padding: 13px 17px;
}

.test-details-form-row .product-personalization-options-content {
    padding: 0;
}

.product-personalization-options-content ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-personalization-options-content ul li {
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0.35px;
    color: #222222;
    padding: 10px;
    cursor: pointer;
}

.product-personalization-options-content ul li:hover,
.product-personalization-options-content ul li.active {
    background-color: #F0F2F5;
}

.test-details-wrapper.box-shadow {
    padding-bottom: 0;
}

.test-details-wrapper.box-shadow .tp-row-subtitle {
	margin-top: 40px;	
}

.test-details-wrapper.box-shadow .tp-row-subtitle:first-child {
	margin-top: 0px;
}

.tp-tech-calculate-size {
	margin-top: 60px;
}

.tp-tech-calculate-size > div { 
	position: relative; 
}

.tp-tech-calculate-size > div span {
	position: absolute;
	color: red;
	top: 2%;
	font-size: 20px;
}

.tp-tech-calculate-size > div span.size_nadproze_a {
	writing-mode: vertical-rl;
	text-orientation: mixed;	
	top: 42%;
	right: 3%;
}

.tp-tech-calculate-size > div span.size_nadproze_b {
	writing-mode: vertical-rl;
	text-orientation: mixed;	
	top: 75%;
	right: 65%;
}

.tp-tech-calculate-size.tp-tech-calculate-size-26657 > div span.size_nadproze_a {
	top: 36%;
	right: 0px;
}

.tp-tech-calculate-size.tp-tech-calculate-size-26657 > div span.size_nadproze_b {
	top: 70%;
}

.tp-tech-calculate-size.tp-tech-calculate-size-26694 > div span.size_nadproze_a {
	top: 36%;
	right: 0px;
}

.tp-tech-calculate-size > div span.size_nadproze1 , .tp-tech-calculate-size > div span.size_wegarek1 , .tp-tech-calculate-size > div span.size_wegarek2  { 
	display: none;
}
 
.tp-tech-calculate-size > div.size-nadproze-26657 span.size_nadproze1 , .tp-tech-calculate-size > div.size-wegarek-26652 span.size_wegarek1 , .tp-tech-calculate-size > div.size-wegarek-26652 span.size_wegarek2  { 
	display: block;
}

.tp-tech-calculate-size > div.size-nadproze-26657 span.size_nadproze1 {
	left: 13%;
	top: 56%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}
 
.tp-tech-calculate-size > div.size-wegarek-26652 span.size_wegarek1 {
	left: 33%;
	top: 15%;
}

.tp-tech-calculate-size > div.size-wegarek-26652 span.size_wegarek2 {
	left: 63%;
	top: 15%;
}

.tp-tech-calculate-size > div span.size_a {
	left: 23%;
}

.tp-tech-calculate-size > div span.size_w {
	left: 47%;
}

.tp-tech-calculate-size > div span.size_b {
	left: 72%;
}

.tp-tech-calculate-size-page2 {
	margin: 100px 0 0 0;
	position: relative;	
}

.tp-tech-calculate-size-page2 img {
	width: 100%;
}

.tp-tech-calculate-size-page2 .pos {
	position: absolute;
}

.tp-tech-calculate-size-page2 .pos.pos-engine-table { 
	top: 82.5%;
	left: 63%;
}

.tp-tech-calculate-size-page2 .pos.pos-engine-table table {
	float: left;
	margin-right:20px;
	border-collapse: collapse;
	font-size: 13px;
}

.tp-tech-calculate-size-page2 .pos.pos-engine-table table tr td {
	border-bottom: 1px solid black; 
	padding: 0 5px;
}

.tp-tech-calculate-size-page2 .pos.pos-name {
	bottom: 6.5%;
	right: 0%;
	width: 53.5%;
	text-align: center;		
}

.tp-tech-calculate-size-page2 .pos.pos-name-system {
	bottom: 3.3%;
	right: 0%;	
	width: 53.5%;
	text-align: center;
}

.tp-tech-calculate-size-page2 .pos.pos-format {
	bottom: 0.3%;
	right: 45.5%;	
	width: 8%;
	font-size: 13px;
	text-align: center;
}

.tp-tech-calculate-size-page2 .pos.pos-przekrojaa {
	top: 32%;
	right: 19%;
}

.tp-tech-calculate-size-page2 .pos.pos-przekrojbb {
	top: 49%;
	left: 19%;
}

.tp-tech-calculate-size-page2 .pos.pos-widokzgory {
	top: 86%;
	left: 19%;
}

.tp-tech-calculate-size-page2 .pos.pos-minglebokosczabudowy {
	text-align: center;
	bottom: 18.6%;
	right: 1%;	
	width: 42%;
	font-size: 13px;
}

.tp-tech-calculate-size-page2 .pos.pos-size-a {
	left: 6%;
	bottom: 41.2%;
	color: red;
	font-size: 20px;	
}

.tp-tech-calculate-size-page2 .pos.pos-size-b {
	left: 36.5%;
	bottom: 41.2%;
	color: red;	
	font-size: 20px;	
}

.tp-tech-calculate-size-page2 .pos.pos-size-w {
	left: 21.5%;
	bottom: 41.2%;
	color: red;	
	font-size: 20px;	
}

.tp-tech-calculate-size-page2 .pos.pos-size-a2 {
	left: 6%;
	bottom: 58%;
	color: red;
	font-size: 20px;	
}

.tp-tech-calculate-size-page2 .pos.pos-size-b2 {
	left: 36.5%;
	bottom: 58%;
	color: red;	
	font-size: 20px;	
}

.tp-tech-calculate-size-page2 .pos.pos-size-w2 {
	left: 21.5%;
	bottom: 58%;
	color: red;	
	font-size: 20px;	
}

.tp-tech-calculate-size-page2 .pos.pos-widokwewnatrz {
	top: 32%;
	left: 11%;
}
 
.tp-tech-calculate-size-page2 .pos.pos-nrrys {
	text-align: left;
	width: 50%;
	left: 72.5%;
	bottom: 0.3%;	
	font-size: 13px;
}

.tp-tech-calculate-size-page2 .pos.pos-size-table {
	top: 40%;
	left: 48%;	
	width: 45%;
}

.tp-tech-calculate-size-page2 .pos.pos-size-dn {
	color: red;
	top: 7.8%;
	right: 20%;
	font-size: 20px;
}

.tp-tech-calculate-size-page2 .pos.pos-size-d {
	font-size: 20px;	
	color: red;
	top: 10.3%;
	right: 23.5%;
}

.tp-tech-calculate-size-page2 .pos.pos-size-h3 {
	font-size: 20px;	
	color: red;
	top: 20%;
	right: 46%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-c {
	font-size: 20px;	
	color: red;
	top: 11.5%;
	right: 46%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-pth {
	font-size: 20px;	
	color: red;
	top: 20%;
	right: 41.5%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-hwa {
	font-size: 20px;	
	color: red;
	top: 20%;
	right: 16%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-hw {
	font-size: 20px;	
	color: red;
	top: 20%;
	left: 42.8%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-hz {
	font-size: 20px;	
	color: red;
	top: 20%;
	right: 12%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-dn2 {
	font-size: 20px;	
	color: red;
	bottom: 30%;
	left: 27.5%;
	writing-mode: vertical-rl;
	text-orientation: mixed;		
}

.tp-tech-calculate-size-page2 .pos.pos-size-table table {
	margin-bottom: 50px;
}

.tp-tech-calculate-size-page2 .pos.pos-size-table table tr td {
	padding: 5px;
	border-bottom: 1px solid #EEE;
}

.tp-tech-calculate-size-page2 .pos.pos-size-table table tr td.a81h {
	width: 70px;
	text-align: center;
}

.tp-tech-calculate-size-page2 .pos.pos-skala {
	bottom: 0.3%;
	right: 37%;
	width: 8%;
	font-size: 13px;	
	text-align: center;
}
  
.generate-questions-btn {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #94C023 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    font: normal normal 600 13px/23px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
    padding: 0 32px;
    cursor: pointer;
}

.generate-questions-wrapper {
    position: relative;
}

.generate-questions-box.box-shadow {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    padding: 30px 24px;
}

.generate-questions-box.active {
    display: block;
}

.generate-questions-box .title {
    font: normal normal 600 22px/14px Montserrat;
    letter-spacing: 0.22px;
    color: #222222;
    margin: 0 0 38px 0;
    white-space: nowrap;
    padding-right: 30px;
}

.generate-questions-box-close {
    position: absolute;
    top: 26px;
    right: 24px;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.generate-questions-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.generate-questions-qte {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px auto;
}

.generate-questions-qte span {
    display: flex;
    width: 50px;
    height: 50px;
    background: #F0F2F5 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    align-items: center;
    justify-content: center;
    color: #CCCCCC;
    font-size: 30px;
    cursor: pointer;
}

.generate-questions-qte span.plus {
    border-radius: 0px 5px 5px 0px;
}

.generate-questions-qte span.minus {
    border-radius: 5px 0px 0px 5px;
}

.generate-questions-qte input {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font: normal normal normal 18px/14px Montserrat;
    letter-spacing: 0.18px;
    color: #222222;
    outline: none;
}

.dictionary-bar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 20px #00000021;
}

.dictionary-changer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dictionary-lang-list {
    position: relative;
}

.lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 82px;
    background-color: transparent;
    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0.72px;
    color: #2C3948;
    text-transform: uppercase;
    border: 0;
    padding: 0 105px 0 67px;
    cursor: pointer;
    position: relative;
    border-bottom: 3px solid #fff;
}

.dictionary-lang-list.active .lang-btn {
    box-shadow: 0px 0px 10px #00000029;
    border-color: #94C023;
}

.lang-btn::after {
    display: block;
    content: '';
    width: 14px;
    height: 8px;
    background: url('/template/img2/dictionary-arrow.svg') no-repeat 50% 50% transparent;
    background-size: cover;
    position: absolute;
    top: calc(50% - 4px);
    right: 68px;
}

.dictionary-lang-list.active .lang-btn::after {
    transform: rotate(-180deg);
}

.dictionary-lang-list ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 10px #00000029;
    z-index: 999;
}

.dictionary-lang-list.active ul {
    display: block;
}

.dictionary-lang-list ul li {
    padding: 17px 0;
    text-align: center;
    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0.72px;
    color: #2C3948;
    text-transform: uppercase;
    cursor: pointer;
}

.dictionary-lang-list ul li:hover,
.dictionary-lang-list ul li.active {
    background-color: #F7F8FA;
}

.dictionary-arrows {
    display: flex;
    height: 82px;
    padding: 0 103px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dictionary-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1076px;
}

.dictionary-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 22px 0;
    align-items: center;
}

.dictionary-list li .title {
    margin: 0 0 5px 0;
    font: normal normal 600 16px/20px Montserrat;
    letter-spacing: -0.16px;
    color: #2C3948;
}

.dictionary-list li .desc {
    margin: 0;
    font: normal normal normal 15px/20px Montserrat;
    letter-spacing: -0.15px;
    color: #2C3948;
}

.dictionary-funcs {
    display: flex;
    flex-direction: row;
    position: relative;
}

.dictionary-funcs button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    margin-left: 28px;
    padding: 0;
    cursor: pointer;
}

.close-dictionary-funcs-popup {
    position: absolute;
    top: 16px;
    right: 16px;
}

.dictionary-funcs-popup {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 999;
    display: none;
}

.dictionary-funcs-popup.active {
    display: block;
    min-width: 480px;
}

.dictionary-funcs-popup-title {
    font: normal normal 600 16px/23px Montserrat;
    letter-spacing: 0.4px;
    color: #717881;
    white-space: nowrap;
    margin: 0 0 15px 0;
}

.dictionary-funcs-popup-form textarea {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 13px 16px;
    outline: none;
    height: 74px;
    width: 100%;
}

.dictionary-funcs-popup-form textarea,
.dictionary-funcs-popup-form textarea::placeholder {
    font: normal normal normal 12px/23px Montserrat;
    letter-spacing: -0.12px;
    color: #7A8797;
}

.dictionary-funcs-popup-form .send-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 16px 0 0 0;
}

.dictionary-funcs-popup-form .send-wrapper button {
    font: normal normal bold 13px/23px Montserrat;
    letter-spacing: -0.13px;
    color: #94C023;
    text-transform: uppercase;
    cursor: pointer;
}

.dictionary-letter-list-box {
    position: relative;
    overflow: hidden;
    height: 64px;
}

.dictionary-letter-list-wrapper {
    position: relative;
    padding: 0 70px;
}

.dictionary-letter-list {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.dictionary-letter-list a {
    display: flex;
    width: 90px;
    height: 64px;
    align-items: center;
    justify-content: center;
    font: normal normal normal 27px/33px Montserrat;
    letter-spacing: 0px;
    color: #707070;
    text-decoration: none;
    border-right: 1px solid #EEEEEE;
}

.dictionary-letter-list a:hover,
.dictionary-letter-list a.active {
    background-color: #F7F8FA;
}

.dictionary-letter-list-wrapper .dictionary-letter-list-btn {
    position: absolute;
    top: 10px;
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #F7F8FA;
    border-radius: 5px;
    border: 0;
    text-indent: -3000em;
    cursor: pointer;
}

.dictionary-letter-list-wrapper .dictionary-letter-list-btn::after {
    display: flex;
    width: 14px;
    height: 7px;
    content: '';
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 7px);
    background-image: url('/template/img2/dictionary-arrow.svg');
}

.dictionary-letter-list-wrapper .dictionary-letter-list-btn.prev {
    left: 0;
}

.dictionary-letter-list-wrapper .dictionary-letter-list-btn.prev::after {
    transform: rotate(-270deg);
}

.dictionary-letter-list-wrapper .dictionary-letter-list-btn.next {
    right: 0;
}

.dictionary-letter-list-wrapper .dictionary-letter-list-btn.next::after {
    transform: rotate(-90deg);
}

.tpa-search-wrapper {
    position: relative;
}

.tpa-search-wrapper form {
    display: grid;
    gap: 0 20px;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 20px;
}

.tpa-search-wrapper .grid-3 {
    grid-template-columns: 1fr 24px 27px;
    gap: 0 75px;
}

.tpa-search-wrapper input[type="text"] {
    border: 0;
    font: normal normal normal 16px/14px Montserrat;
    letter-spacing: 0.16px;
    color: #B1B9C4;
    padding: 10px 0;
    outline: none;
}

.tpa-search-wrapper input[type="text"]::placeholder {
    color: #B1B9C4;
}

.tpa-search-wrapper button {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.ico {
    display: flex;
}

.tpa-filter-ico {
    width: 27px;
    height: 18px;
    background: url('/template/img2/filter-icon.svg') no-repeat 50% 50% transparent;
    background-size: cover;
}

.tpa-filter-ico:hover {
    background-image: url('/template/img2/filter-green-icon.svg');
}

.tpa-search-filter-popup {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 367px;
}

.tpa-search-filter-popup.active {
    display: block;
}

.tpa-search-filter-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpa-search-filter-popup ul li label {
    display: flex;
    flex-direction: row;
}

.home-intro {
    background: url('/template/img2/home-big-banner.png') no-repeat 50% 50% transparent;
    background-size: cover;
    margin: 0 37px;
    padding: 12vh 0;
    border-radius: 5px;
    position: relative;
}

.home-intro::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: #1C2F46 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 0.7;
    z-index: 0;
}

.home-intro .container-1294 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
}

.home-title {
    font: normal normal normal 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    max-width: 577px;
}

.home .cleanform {
    max-height: none;
    position: relative;
    z-index: 1;
    margin: 0;
}

.home-header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 19px 67px;
    align-items: center;
}

.login-button {
    display: flex;
    flex-direction: column;
    font: normal normal normal 12px/25px Montserrat;
    letter-spacing: -0.12px;
    color: #2C3A49;
    text-decoration: none;
}

.login-button p {
    margin: 0;
}

.active-lang {
    color: #2C3A49;
}

.active-lang::after {
    border-top-color: #2C3A49;
}

.home-footer {
    border-top: 1px solid #959CA3;
    padding: 7.5vh 0;
    color: #717881;
}

.home-footer .container-1294 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.home-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.home-footer li {
    margin-right: 64px;
}

.home-footer a {
    display: flex;    
    color: #717881;
    text-decoration: none;
}

.home-footer a img {
    margin-left: 10px;
}

.home-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 21px;
    margin: 21px 37px;
}

.banner {
    display: flex;
    width: 100%;
    padding: 40px 0 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font: normal normal bold 40px/49px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}

.banner::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #2C3948 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 0.2;
    display: block;
    content: '';
}

.banner:hover::after {
    background: #94C025 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 0.7;
}

.banner:hover::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 167px;
    background: transparent linear-gradient(180deg, #000000 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border-radius: 5px;
    opacity: 0.68;
    z-index: 1;
}

.banner.small {
    height: 334px;
}

.banner.small:first-of-type {
    margin-bottom: 21px;
}

.banner.big {
    height: 689px;
}

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

.banner .home-arrow {
    display: none;
    position: absolute;
    top: calc(50% - 30px);
    right: 70px;
    width: 36px;
    height: 60px;
    background: url('/template/img2/home-arrow.svg') no-repeat 50% 50% transparent;
}

.banner:hover .home-arrow {
    display: flex;
}

.arrow-forward {
    display: flex;
    width: 20px;
    height: 12px;
    background: url('/template/img2/arrow-forward.png') no-repeat 0 0 transparent;
    background-size: 20px auto;
}

a:hover .arrow-forward,
button:hover .arrow-forward {
    background-position: 0 -12px;
}

.dictionary-info {
    display: flex;
    width: 20px;
    height: 20px;
    background: url('/template/img2/dictionary-info.svg') no-repeat 50% 50% transparent;
    background-size: cover;
}

a:hover .dictionary-info,
button:hover .dictionary-info {
    background-image: url('/template/img2/dictionary-info-green.svg');
}

.tp-question-box-title.results-of-passers {
    grid-template-columns: 1fr 90px 30px;
}

.results-of-passers-wrapper {
    position: relative;
}

.show-results-of-passers {
    display: flex;
    align-items: center;
    padding-left: 35px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    font: normal normal 600 18px/21px Montserrat;
    letter-spacing: 0px;
    cursor: pointer;
}

.show-results-of-passers.red {
    background-image: url('/template/img2/results-user-red.svg');
    color: #D1471E;
}

.show-results-of-passers.green {
    background-image: url('/template/img2/results-user-green.svg');
    color: #94C023;
}

.show-results-of-passers.yellow {
    background-image: url('/template/img2/results-user-yellow.svg');
    color: #EDC726;
}

.results-of-passers-box {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 344px;
}

.results-of-passers-wrapper.active .results-of-passers-box {
    display: block;
    z-index: 9999;
}

.results-of-passers-box .title {
    margin: 0 0 30px 0;
    font: normal normal 600 22px/21px Montserrat;
    letter-spacing: 0px;
    color: #222222;
}

.results-of-passers-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.results-of-passers-box ul li {
    display: grid;
    grid-template-columns: 1fr 15px;
    font: normal normal normal 18px/21px Montserrat;
    letter-spacing: 0px;
    margin: 0 0 24px 0;
}

.results-of-passers-box ul li:last-of-type {
    margin-bottom: 0;
}

.results-of-passers-box ul li p {
    margin: 0;
}

.results-of-passers-box ul li a {
    color: #94C023;
    text-decoration: none;
}

.results-of-passers-box ul li a:hover {
    text-decoration: underline;
}

.telesales-wrapper {
    position: relative;
}

.telesales-wrapper::before {
    position: absolute;
    top: 0;
    left: calc(50% - 2.5px);
    width: 5px;
    bottom: 0;
    height: 100%;
    display: block;
    content: '';
    z-index: -1;
    background: #f7f8fa;
}

.two-cols .col-left,
.two-cols .col-right {
    position: static;
    box-shadow: none;
    padding-top: 40px;
    width: auto;
}

.video-wrapper {
    padding-top: 0;
}

.video-box {
    background-color: #fff;
}

.tutorial-right-col {
    position: relative;
}

.tutorial-search-wrapper {
    display: none;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    /* z-index: 1001; */
}

.tutorial-search-wrapper .search-block {
    padding-right: 0;
}

.tutorial-search-wrapper .search-block-outer {
    padding-top: 114px;
}

.tutorial-search-wrapper .search-block-outer .search-block-ico img {
    width: 26px;
    height: 26px;
    margin: 0;
}

.tutorial-search-wrapper .search-block-outer .search-block-ico {
    justify-content: flex-end;
}

.tutorial-search-wrapper.active {
    display: block;
    /* z-index: 999999; */
}

/* .tutorial-search-wrapper.active::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;;
    z-index: 999999;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
} */

.tutorial-search-wrapper .easy-autocomplete-container {
    box-shadow: none;
}

.tutorial-search-wrapper-shadow.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1001;
}

@media (max-width: 780px) {
		
		.tp-tech-calculate-size , .tp-tech-calculate-size-subtitle , .tp-tech-calculate-size-page2 { display: none !important; }
		
		.tutorial-products-grid-navi.tutorial-products-grid-navi-blog {
			margin-top: 10px; 
			grid-gap: 50px 0;
		}
		
		.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li .d {
			text-align: center;
		}
		
		.tutorial-products-grid-navi.tutorial-products-grid-navi-blog li figure img {
			height: auto;
			object-fit: fill;	
		}

    .tutorial-search-wrapper {
        top: 1px;
    }

    .tutorial-search-wrapper .search-block-outer {
        padding-top: 49px;
        margin-top: 0;
    }

    .tutorial-search-wrapper .search-block-outer .search-block-ico {
        margin-top: 0;
    }

    .tutorial-search-wrapper .search-block {
        padding-top: 0;
    }

    .tutorial-search-wrapper .search-block-outer .search-block-ico img {
        width: 17px;
        height: 17px;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .container-960 {
        margin-bottom: 20px;
    }

    .top-bar {
        grid-template-columns: 1fr 130px 1fr;
        padding: 20px 6px;
    }

    /* .top-bar::after {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        content: '';
        width: 20px;
        height: 25px;
        background: url('/template/img2/header-radius.png') no-repeat 0 -4px transparent;
    }

    .top-bar::before {
        position: absolute;
        top: 100%;
        right: 0;
        display: block;
        content: '';
        width: 20px;
        height: 25px;
        background: url('/template/img2/header-radius-right.png') no-repeat 0 0 transparent;
    } */

    .top-bar .page-logo {
        display: block;
        margin: 0 auto;
    }

    .menu-btn {
        background-color: transparent;
    }

    .top-bar-right-col {
        display: none;
    }

    /* GRID-1 */

    .newsletter-grid,
    .tp-grid-3,
    .tp-admin-test-details,
    .tp-admin-results-list li,
    .grid-2,
    .tpa-search-wrapper .grid-3,
    .tp-user-intro,
    .tp-user-stats,
    .marketing-materials-popup,
    .home-banners,
    .product-personalization-container,
    .container20,
    .tutorial-products-grid-navi,
    .container-960.col-2,
    .two-cols-grid li,
    .window-components,
    .window-shapes,
    .colors-list {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .tutorial-search-wrapper .search-block {
        grid-template-columns: 1fr 25px;
        padding-left: 0;
    }

    .search-block-text {
        font-size: 20px;
    }

    /* //GRID-1 */

    .dictionary-letter-list-wrapper {
        padding: 20px;
    }

    .tutorial-menu h6,
    .page-navi,
    .home-intro .container-1294 {
        flex-direction: column;
    }

    .tutorial-header {
        margin-top: 46px;
        margin-bottom: 0;
    }
    
    .tutorial-header.col-2 {
        display: flex;
        justify-content: space-between;
    }

    .tutorial-header h1 {
        font: normal normal 600 20px/24px Montserrat;
        margin-bottom: 0;
    }

    .tutorial-header .search-ico, .tutorial-header .filter-ico {
        top: 4px;
    }

    .tutorial-header .filter-ico {
        right: 65px;
    }

    .tutorial-header .filter-ico img {
        width: 22px;
        height: 16px;
    }

    .tutorial-header .search-ico img {
        width: 17px;
        height: 17px;
    }

    .filter-page {
        max-width: 100vw;
        padding: 95px 20px 20px 20px;
        box-shadow: none;
    }

    .close-filter-page {
        top: 20px;
        right: 20px;
    }

    .filter-tags {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-tags li {
        white-space: nowrap;
    }

    .footer .container .left {
        margin-bottom: 60px;
    }

    .footer .container .right {
        flex-direction: column;
        text-align: center;
    }

    .footer .container ul {
        margin: 0;
    }

    .footer .container ul li {
        margin-bottom: 45px;
    }

    .footer .container ul li a {
        margin-right: 0;
    }

    .footer .container .right p {
        margin: 0 0 39px 0;
    }

    .bottom-menu ul {
        display: none;
    }

    .bottom-menu h6 {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 34px;
    }

    .bottom-menu h6 a {
        width: 100%;
        justify-content: center;
        height: auto;
    }

    .bottom-menu {
        padding-top: 79px;
    }

    .page-header-breadcrumbs {
        display: none;
    }

    .tpa-row-col-2 {
        flex-direction: row;
    }

    .dictionary-bar {
        box-shadow: none;
    }

    .dictionary-changer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
        border: 1px solid #F0F2F5;
        border-width: 1px 0;
        margin-bottom: 0;
    }

    .dictionary-arrows {
        padding: 0;
        width: 35px;
    }

    .dictionary-arrows img {
        width: 35px;
    }

    .lang-btn {
        width: 100%;
        padding: 0;
        font: normal normal bold 13px/70px Montserrat;
        letter-spacing: 0.52px;
    }

    .lang-btn::after {
        display: none;
    }

    .dictionary-letter-list-wrapper .dictionary-letter-list-btn,
    .dictionary-letter-list-box {
        display: none;
    }

    .tp-row-title {
        font: normal normal 600 21px/25px Montserrat;
        letter-spacing: 0px;
    }

    .tpa-add-test {
        width: auto;
        height: 40px;
        padding: 0 10px 0 50px;
        font-size: 11px;
        line-height: 1.0;
    }

    .tpa-add-test::before {
        width: 40px;
        height: 40px;
        background-color: #94C023;
        border-radius: 10px;
    }

    .tp-test-box-title {
        background-color: #fff;
        min-height: 0;
        justify-content: flex-start;
        padding: 0 24px;
        margin: 40px 0;
    }
    .tp-test-box-title p {
        font: normal normal bold 16px/20px Montserrat;
        letter-spacing: -0.48px;
        color: #222222;
        text-align: left;
    }

    .tp-text-box-content {
        padding: 0 24px 24px 24px;
        font: normal normal normal 14px/18px Montserrat;
        letter-spacing: -0.42px;
    }

    .tp-text-box-content ul li {
        display: flex;
        flex-direction: column;
    }

    .b4u2 .tp-grid-3.tp-grid-3-tests {
        margin-bottom: 0 !important;
    }

    .tp-user-stats {
        padding: 0;
    }

    .tp-user-stats-box .tp-user-stats-title {
        font: normal normal bold 30px/36px Montserrat;
        letter-spacing: 0px;
        margin-bottom: 16px;
    }

    .tp-user-stats-box p {
        font: normal normal normal 16px/20px Montserrat;
        letter-spacing: 0px;
    }

    .b4u2 .tp-grid-3-tests .tp-admin-user-box figure .default-avatar,
    .b4u2 .tp-grid-3-tests .tp-admin-user-box figure .default-avatar img {
        width: 56px !important;
        height: 56px !important;
    }

    .tp-admin-user-box p {
        font: normal normal normal 14px/18px Montserrat;
        letter-spacing: -0.42px;
    }

    .tp-admin-user-box .user-name,
    .user-name {
        font: normal normal bold 16px/23px Montserrat;
        text-align: left;
    }

    .tp-user-intro {
        padding: 24px;
    }

    .contact-bot .bot-list {
        grid-template-columns: 1fr !important;
    }

    .landing-content {
        height: auto;
        padding: 20px;
        padding-bottom: 122px;
    }

    .landing-pagination {
        margin: 0 0 77px 0;
    }

    .landing-txt .title {
        font: normal normal normal 22px/32px Montserrat;
        letter-spacing: -0.44px;
    }

    .landing-pagination li {
        padding: 0;
    }

    .landing-pagination li::after {
        display: none;
    }

    .tutorial-menu {
        padding: 24px;
    }

    .tutorial-menu nav ul {
        margin: 0;
    }

    .page-navi {
        background-color: transparent;
        padding: 0;
    }

    .page-navi a {
        background: #F7F8FA 0% 0% no-repeat padding-box;
        border-radius: 5px;
        padding: 47px;
        max-width: 100%;
        margin: 0 0 17px 0;
    }

    .page-navi a.prev {
        text-align: right;
    }

    .page-navi a.prev .arrow {
        left: 36px;
    }

    .page-navi a.next .arrow {
        right: 36px;
    }

    .winpro-slide {
        padding: 40px 0 0 0;
    }

    .b4u2 .tp-row-users {
        grid-template-columns: 1fr !important;
    }

    .b4u2 .tp-row-users div {
        grid-template-columns: 60px 1fr 30px !important;
    }

    .b4u2 .tp-question-box-title.results-of-passers {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .results-of-passers-wrapper.active .results-of-passers-box {
        top: calc(100% + 20px);
        right: -75px;
        min-width: 280px;
    }

    .b4u2 .test-details-wrapper .test-details-wrapper-func {
        grid-template-columns: 1fr !important;
    }

    .b4u2 .tutorial-header.col-2 {
        margin-top: 20px !important;
    }

    .tutorial-menu {
        box-shadow: none;
    }

    .tutorial-menu h6 {
        padding-right: 0;
        flex-direction: row;
        margin: 20px 0;
    }

    .home-header {
        margin: 0;
        padding: 10px 24px;
    }

    .home-intro {
        margin: 20px 24px 0 24px;
        padding-top: 20px;
    }

    .home-banners {
        margin: 24px;
    }

    .banner.small,
    .banner.big {
        height: auto;
        padding-bottom: 40px;
    }

    body {
        padding-top: 92px !important;
    }

    .b4u2.user-guest {
        padding-top: 0 !important;
    }

    .b4u2 .article-list-b4u2.article-list-1 li,
    .b4u2 .article-list-b4u2.article-list-3,
    .b4u2 .ekocoins-container {
        grid-template-columns: 1fr !important;
        gap: 20px 0;
    }

    .dialogue.short,
    .telesales-dialogue-title,
    .dialogue {
        max-width: calc(100% - 20px);
    }

    .dialogue.left.grey {
        margin-left: 20px;
    }

    .dialogue.top-left-sharp {
        margin-right: 20px;
    }

    .telesales-wrapper::before {
        display: none;
    }

    .telesales-dialogue-title.left,
    .telesales-dialogue-title.right {
        border-radius: 50px;
        max-width: 100%;
    }

    .new-menu .lang-changer ul {
        width: calc(100vw - 40px) !important;
    }

}