@media screen and (max-width: 1200px) {
	 .site-container .product-catalog {
        grid-template-columns: repeat(3, 1fr);
        gap: 45px;
    }
}
@media screen and (max-width: 992px) {
	 .site-container .product-catalog {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
	.site-container .product-catalog .product-template-in-catalog .image img {
		height: 250px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {

	.site-container .product-catalog .product-template-in-catalog .image img {
		height: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px) {
    .page-title-left .title {
        text-align: center !important;
    }

    .posts-title {
        margin-bottom: 20px !important;
    }

    .page-title-left hr {
        margin: 0 auto !important;
    }

    .pt-cv-ifield .pt-cv-content {
        display: none !important;
    }

    .posts-main-container-row .left .pt-cv-href-thumbnail img {
        max-height: 200px !important;
        min-height: 200px !important;
    }

    .site-container .home-4 .advantages-row .advantage-column .number p,
    .about-us-page-advantages .advantages-row .advantage-column .number p {
        font-size: 40px !important;
    }

    .contacts-container form .title {
        text-align: left !important;
    }

    .phone-form-popup .contacts-container .contacts-row {
        padding: 40px 0px;
        grid-template-columns: 1fr !important;
    }

    .owl-dots button {
        background: #fff;
        border: 1px solid #062263 !important;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        border-radius: 100px;
    }

    .owl-dots button.active {
        background: #062263 !important;
    }

    .owl-dots {
        display: flex;
        justify-content: center;
    }

    .contacts-container .left {
        text-align: center !important;
        align-items: center !important;
    }

    .header-top {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    .header-main-row .right {
        display: none !important;
    }

    .header-main-row .logo .pulse{
        max-width: 50px!important;
        margin-right: 10px!important;
    }
    .header-main-row .logo  img:last-child{
        max-width: 130px!important;
    }

    .page-single .single-row {
        grid-template-columns: 1fr !important;
		display: block !important;
	}
	
	 .page-single .single-row .left {
       margin-bottom: 15px;
    }

    .site-container .home-1 .home-1-content .h1-banner {
        font-size: 26px !important;
    }

    .site-container .home-1 .home-1-content .p-title {
        font-size: 16px !important;
    }

    .site-container .home-1:after {
        background-position: center !important;
        margin-bottom: -5px !important;
        height: 50px;
    }

    .site-container .home-1 video {
        width: 100%;
        min-height: 700px;
        object-fit: cover;
        object-position: top!important;
    }

    .site-container .home-1 .home-1-content {
        padding-bottom: 50px;
    }

    .product-catalog {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .site-container .product-catalog .product-template-in-catalog .content a {
        font-size: 16px !important;
        padding: 10px 0px !important;
    }

    .footer-links {
        margin-top: 20px !important;
    }

    .page-single .single-row .content ul,
    .single-container .content ul {
        padding-left: 20px !important;
    }

    .btn-price-group {
        flex-direction: column;
    }

    .btn-price-group p {
        margin-left: 0px !important;
        margin-top: 30px;
    }

    .fixed-icons .hide {
        display: none
    }

    .triangle img {
        height: 50px !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .page-title-center .title,
    .page-title-left .title {
        font-size: 28px !important;
    }

    .phone-form-popup .page-title-left .title {
        font-size: 18px !important;
    }

    .phone-form-popup .contacts-container .contacts-row .social-icons ul img {
        width: 50px !important;
        height: 50px !important;
    }

    .site-container .page-title-left {
        padding-bottom: 20px !important;
    }

    footer .footer-row {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    footer .footer-row .footer-column-padding {
        margin-top: -20px !important;
        padding-top: 0px !important;
    }

    footer .footer-row {
        padding: 25px 0px !important;
        gap: 20px !important;
    }

    footer .footer-row .footer-title {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .footer-links {
        display: none;
    }

    .footer-hide {
        display: none !important;
    }

    footer .footer-row .footer-title p {
        font-size: 24px !important;
        padding-bottom: 0px !important;
    }

    .bootom-footer .bottom-footer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-footer-row {
        padding: 25px 0px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .bootom-footer .bottom-footer-row .right {
        display: none !important;
    }

    .site-container .contacts-container .contacts-row,
    .site-container .home-3 .about-us-row {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 40px !important;
    }

    .site-container .contacts-container .page-links-group-left {
        margin-top: 20px !important;
    }

    .contacts-container form .title {
        font-size: 26px !important;
    }

    .site-container .home-8 {
        padding: 0px 0px 40px !important;
    }

    .site-container .page-links-group-left {
        flex-direction: column;
    }

    .site-container .page-links-group-left a {
        margin-top: 15px;
        margin-left: 0px !important;
    }

    * {
        font-size: 16px;
    }

    .contacts-container form {
        padding: 20px !important;
    }

    .contacts-container form .form-submit input {
        width: 100% !important;
    }

    .review-left img {
        max-width: 80px !important;
    }

    .page-about .about-row {
        grid-template-columns: 1fr !important;
    }

    .site-container .contacts-container .page-links-group-left a {
        justify-content: space-between !important;
    }

    .site-container .help-block-container .help-block-row {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .site-container .help-block-container .help-block-row .help-section {
        padding-bottom: 20px !important;
    }

    .site-container button.btn-default {
        width: 100%;
    }

    .services-5 .advantages-row {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .page-about .about-row .content ul,
    .about-bottom-container .content ul {
        padding-left: 20px !important;
    }

    .site-container .page-title-center {
        padding-bottom: 20px !important;
    }

    .site-container .page-links-group {
        margin-top: 20px !important;
    }

    .posts-main-container-row {
        grid-template-columns: 1fr !important;
    }

    .reviews-main-container {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 25px !important;
    }

    .help-form .form-help-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 15px !important;
    }

    .help-form .input-submit input {
        max-width: 100% !important;
    }

    .container {
        padding: 0px 15px !important;
    }

    .site-container .home-4 .advantages-row,
    .about-us-page-advantages .advantages-row,
    .reviews-home-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .site-container .news-catalog-row .news-template-in-catalog .content a {
        text-transform: none !important;
        font-size: 16px !important;
        padding: 10px !important;
    }

    .site-container .news-catalog-row {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .reviews-home-container .owl-stage {
        padding: 15px 0px !important;
    }

    .reviews-home-container .owl-stage-outer {
        overflow: visible !important;
    }

    .posts-row {
        grid-template-columns: 1fr !important;
        margin: 40px 0px !important
    }

    .services-4 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }

    .news-template-in-catalog {
        grid-area: auto !important;
    }

    .page-title-container h1 {
        font-size: 30px !important;
    }

    .page-title-container .top-title {
        font-size: 16px !important;
    }

    .page-title-container button {
        max-width: 250px !important;
    }

    .site-container .home-7,
    .site-container .home-5,
    .home-3 {
        padding: 40px 0px !important;
    }

    .contacts-container form .form-2-row,
    .contact-form-popup form .form-2-row,
    .review-form-popup form .form-2-row {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
        margin-bottom: 10px;
    }

    .contacts-container form .form-2-row input,
    .contact-form-popup form .form-2-row input,
    .review-form-popup form .form-2-row input {
        margin-bottom: 0px !important;
    }

    .contact-form-popup form .title,
    .review-form-popup form .title,
    .anketa-form-popup form .title {
        font-size: 20px !important;
    }

    .wpcf7 {
        width: 100%;
    }

    .help-block-row .accordion {
        font-size: 16px !important;
    }

    .services-7 {
        padding: 40px 0px !important;
    }
}

.site-container .page-title-center p.title,
.site-container .page-title-left p.title,
.contacts-container form .title {
    text-shadow: 3px 3px 3px rgb(6 34 99 / 50%);
}

.page-title-container h1 {
    text-shadow: 3px 3px 3px rgb(255 255 255 / 50%);
}

@media screen and (min-width: 801px) {
    li.link-to-pay{
        display: none!important;
    }
    .footer-title img {
        display: none !important;
    }

    .mobile {
        display: none !important;
    }

    * {
        font-size: 18px;
    }

}

.btn-default,
.link-to-pay {
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.btn-default span,
.link-to-pay span {
    z-index: 20;
}

.btn-default:after,
.link-to-pay:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
    animation: btn 1s infinite;
}

.btn-default:hover:after,
.link-to-pay:hover:after {
    left: 120%;
    transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes btn {
    0% {
        left: 0%;
    }

    100% {
        left: 120%;
    }
}

@-webkit-keyframes btn {
    0% {
        left: 0%;
    }

    100% {
        left: 120%;
    }
}

.header-top-row .left li img,
.header-top-row .right li img {
    transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header-top-row .left li:hover img,
.header-top-row .right li:hover img {
    transform: rotate(360deg);
    transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #133f9f;
        box-shadow: 0 0 0 0 #133f9f;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.pulse {
    display: block;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 10px #133f9f;
    animation: pulse 1s infinite;
    border: 1px solid #f4f6f8
}

.advantages-row .number img {
    animation: 3s linear 0s normal none infinite running number;
    -webkit-animation: 3s linear 0s normal none infinite running number;
}

@keyframes number {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes number {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 801px) and (max-width: 1440px) {
	.header-main .header-main-row .right li {
		margin-left: 10px;
	}
    .header-main .header-main-row .right li a{
        font-size: 14px!important;
    }
    .header-main-row .logo .pulse{
        max-width: 50px!important;
        margin-right: 10px!important;
    }
    .header-main-row .logo  img:last-child{
        max-width: 130px!important;
    }
    .header-main .header-main-row .right a.link-to-pay{
        padding: 15px 30px!important;
		line-height: 1.7;
    }
}

@media screen and (min-width: 801px) and (max-width: 1320px) {
	.header-main .header-main-row .right li a{
        font-size: 12px!important;
    }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
    .header-main .header-main-row .right a.link-to-pay{
        display: none!important;
    }
}


/* for woocommerce catalog */
@media screen and (max-width: 992px) {
	.elementor-products-grid ul.products.elementor-grid {
	grid-template-columns: repeat(2, 1fr);
	}	
}
@media screen and (max-width: 650px) {
	.elementor-products-grid ul.products.elementor-grid {
	grid-template-columns: repeat(1, 1fr);
	}	
}
