.pic-fleft {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 100%;
}
.pic-fright {
	float: right;
	margin: 0 0 10px 20px;
    max-width: 100%;
}
@media (max-width: 767px){
	.pic-fleft, .pic-fright {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}

.modal .modal-dialog .modal-content input[type="checkbox"] {
	margin-right: 10px;
}

#callback input[type="checkbox"] {
	margin-right: 10px;
}

.grecaptcha-badge {
	display: none !important;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

/* nice-select.css */


.sub-menu .actions {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 30px;
}

.sub-menu .bg {
    position: relative;
}

.sub-menu .actions a {
    margin: 0 0 0 15px;
}

.form-selection__row {
    display: block;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    padding-left: 10px;
    min-height: 53px;
}

.form-selection__row.required .form-selection__title::before {
    content: '*';
    position: absolute;
    color: red;
    top: 0;
    left: -10px;
    font-size: 14px;
}

.form-selection__title {
    font-size: 16px;
    padding-top: 5px;
    min-width: 190px;
    padding-right: 50px;
    position: relative;
}

.form-selection input[type="text"] {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #919191;
    border-radius: 2px;
    background: #fff;
    outline: none;
    line-height: 25px;
}

.form-selection__select {
    font-size: 16px;
    border: 1px solid #919191;
    line-height: 25px;
    height: 25px;
    border-radius: 2px;
    padding-left: 4px;
}

.form-selection__select .list {
    border-radius: 0;
}

.form-selection__select .option {
    padding-left: 4px;
}

.form-selection__desc {
    display: block;
    color: rgba(84, 84, 84, 0.5);
    font-size: 13px;
    margin-top: 3px;
}

.form-selection__col {
    flex: 1;
}

.form-selection__row--drop {
    flex-direction: column;
    align-items: flex-start;
}

.form-selection__row--drop .form-selection__title {
    margin-bottom: 5px;
}

.form-selection__row--drop .form-selection__desc {
    margin-bottom: 10px;
    margin-top: 0;
}

.form-selection__row--drop .form-selection__col {
    width: 100%;
}

.form-selection input[type="checkbox"],
.form-selection input[type="radio"] {
    display: none;
}

.form-selection input[type="checkbox"]+label,
.form-selection input[type="radio"]+label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
}

.form-selection input[type="checkbox"]+label::before,
.form-selection input[type="radio"]+label::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background: url(/bitrix/templates/segura_shop/components/bitrix/catalog.smart.filter/.default/images/input.png) center center no-repeat;
    left: 0;
    top: 2px;
}

.form-selection input[type="checkbox"]+label::after,
.form-selection input[type="radio"]+label::after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 13px;
    background: url(/bitrix/templates/segura_shop/components/bitrix/catalog.smart.filter/.default/images/bird.png) center center no-repeat;
    left: 3px;
    top: 3px;
    opacity: 0;
    transition: .2s;
}

.form-selection input[type="checkbox"]:checked+label::after,
.form-selection input[type="radio"]:checked+label::after {
    opacity: 1;
}

.form-selection input[type="file"] {
    display: none;
}

.form-selection input[type="file"]+label {
    background-color: #fff;
    border: 1px solid #919191;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    margin-bottom: 10px;
    transition: .3s;
    border-radius: 2px;
}

.form-selection input[type="file"]+label:hover {
    opacity: .6;
}


.form-selection input[type="file"]+label img {
    width: 20px;
    margin-right: 10px;
}

.form-selection__file-name {
    margin-top: 5px;
}

.form-selection textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 2px;
    max-width: 492px;
    height: 200px;
    padding: 4px 4px;
    color: #333;
    font-size: 16px;
    resize: none;
}

.form-selection button {
    background: #2f445f;
    padding: 5px 5px;
    width: 114px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
}

.form-selection__btn {
    margin-bottom: 50px;
    max-width: 492px;
    margin-left: 10px;
}

.main-content-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 0;
}

.main-content__video {
    width: 416px;
    flex-shrink: 0;
}

.main-content__video video {
    max-width: 100%;
    max-height: 100%;
}

.subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #595959;
    font-weight: 500;
}

.main-content__head {
    margin: 0 0 40px 0;
}

.main-content__head .title {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    text-align: left;
}

.main-content__text {
    padding: 19px 0;
    display: flex;
    flex-direction: column;
}

.main-content__text .card-redesign__btn {
    width: max-content;
    padding: 12px 45px;
    margin-top: auto;
}

.advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 23px;
    margin: 27px 0 45px 0;
}

.advantages__item {
    display: flex;
    gap: 9px;
}

.advantages__icon {
    flex-shrink: 0;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.links-list a {
    display: inline-block;
    padding: 3px 6px;
    color: #4988BF;
    border-radius: 100px;
    background: #F4F4F4;
    line-height: 24px;
}

.compositions-list {
    text-align: center;
    margin: 11px 0 42px 0;
}

.compositions-list .pic {
    border-radius: 50%;
}

.compositions-list a {
    color: #404040;
    margin: 0 0 30px 0;
}

.compositions-list img {
    border-radius: 50%;
}

.place-item {
    min-height: 100px;
    padding: 20px 31px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.place-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
    margin: 29px 0 94px 0;
}

.place-item__icon {
    flex-shrink: 0;
}

.place-wrapper .place-item {
    margin: 0;
}

.order-advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 25px 0 46px 0;
    gap: 55px 42px;
}

.order-advantages__circle {
    width: 74px;
    height: 74px;
    margin: 0 0 14px 0;
}

.order-advantages__text {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.blog-list.update .item:hover .pic::after {
    content: none;
}

.blog-list.update .item .pic {
    position: relative;
    transition: 200ms ease-in-out;
}

.blog-list.update .item .pic:hover {
    box-shadow: 1px 15px 15px 0px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
}

.collection-name {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: #fff;
    background: #106DC7;
    padding: 4px 17px;
    font-size: 16px;
    font-weight: 700;
    z-index: 3;
}

@media(max-width: 991px) {
    .sub-menu .actions a::before {
        width: 30px;
        height: 27px;
        background-size: contain !important;
    }

    .advantages__wrapper {
        grid-template-columns: 4fr;
    }

    .advantages__item {
        align-items: center;
    }

    .links-list a {
        line-height: 26px;
    }

    .place-wrapper,
    .order-advantages {
        grid-template-columns: repeat(2, 2fr);
    }

    .order-advantages__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-content-block {
        flex-direction: column;
    }

    .main-content__text .card-redesign__btn {
        margin-top: 30px;
    }

    .main-content__video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-pic-block .item img {
        width: 100%;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .logo-new {
        width: auto;
    }
}

@media(min-width: 768px) {
    .header-new {
        min-height: 74px;
        margin: 5px 0 3px;
    }

    .logo-new img {
        width: 64px;
        margin-top: 10px;
    }

    .auto-city.active {
        min-width: 160px;
    }
}

@media(max-width: 479px) {
    .form-selection__title {
        font-size: 14px;
        min-width: 146px;
        padding-right: 20px;
    }

    .place-wrapper,
    .order-advantages {
        grid-template-columns: 4fr;
    }

    .place-item__icon {
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .place-item {
        padding: 20px;
    }

    .form-selection textarea {
        height: 160px;
    }
}