.elementor-1407 .elementor-element.elementor-element-1a1fa83 .wpr-forms-container .nf-form-wrap .field-wrap {
  align-items: center !important;
}

.wpr-forms-container .nf-form-content .label-above .field-wrap {
  flex-direction: row !important;
  grid-gap: 10px !important;
}

.chaty-i-trigger .chaty-channel {  
  right: -21px !important;
}


/* Отображение секций в зависимости от выбранного языка */

.lang-ru {
  display: none;
}
.lang-ua {
  display: none;
}

/* Отображение секций в зависимости от выбранного языка */
html[lang="ru-RU"] .lang-ru {
  display: block;
}
html[lang="uk"] .lang-ua {
  display: block;
}


/* post grid mobile images*/

@media (max-width: 767px) {
    .tpg-el-main-wrapper .tpg-el-image-wrap img {
        width: 33em !important;
    }
}

@media (max-width: 767px) {
.rt-tpg-container .list-layout-wrapper [class*="rt-col"]:not(.offset-left) .rt-holder .tpg-el-image-wrap {
        max-height: 15em;
        max-width: 33em !important;
    }
}


/* breadcrumbs font size */
.breadcrumbs {
		font-size: 12px;
		font-family: "Poppins", Sans-serif;
}

@media (max-width: 767px) {
    .ug-gallery-wrapper {
        height: 300px !important;	
    }
		div .ug-item-wrapper img {
		width: 100% !important;
				left: 0px !important;
		}
		.elementor-element-f7ab247.e-con {
		align-self: flex-start;
		align-items: flex-start;
		}
}



/**/
/* calculator */
/**/


.size-calculator{
    max-width: 640px;
    padding: 28px;
    background: #f3f3f3;
    border-radius: 6px;
}

.size-calculator__title{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #666;
    margin-bottom: 28px;
}

.size-calculator__row{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
}

.size-calculator__row label{
    width: 100px;
    flex-shrink: 0;
    font-size: 18px;
    color: #7b7b7b;
}

.size-calculator__select{
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    font-size: 18px;
    color: #444;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.size-calculator__price{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

.size-calculator__price strong{
    font-weight: 700;
    color: #222;
}

@media (max-width: 767px){
    .size-calculator{
        padding: 20px;
    }

    .size-calculator__title{
        font-size: 22px;
        margin-bottom: 22px;
    }

    .size-calculator__row{
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .size-calculator__row label{
        width: auto;
    }

    .size-calculator__price{
        font-size: 20px;
        flex-wrap: wrap;
    }
}



/**/
/* youtube iframe*/
/**/

/* Все YouTube iframe по центру и размер 650x400 */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
    display: block;
    width: 650px !important;
    height: 400px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}