.sb-logotype-wrapper {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    text-align: left;
    text-decoration: none;
    outline: transparent dashed 1px;
    overflow: hidden;
    object-fit: contain;
    transition: .3s
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-s {
        width: 136px;
        height: 30px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-s {
        width: 200px;
        height: 40px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-s_square {
        width: 136px;
        height: 38px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-s_square {
        width: 200px;
        height: 48px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-m {
        width: 170px;
        height: 38px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-m {
        width: 240px;
        height: 48px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-m_square {
        width: 170px;
        height: 46px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-m_square {
        width: 240px;
        height: 56px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-l {
        width: 206px;
        height: 46px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-l {
        width: 280px;
        height: 56px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-l_square {
        width: 206px;
        height: 54px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-l_square {
        width: 280px;
        height: 64px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-xl {
        width: 242px;
        height: 54px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-xl {
        width: 320px;
        height: 64px
    }
}

@media screen and (max-width:1359px) {
    .sb-logotype-wrapper_adaptive_size-xl_square {
        width: 242px;
        height: 62px
    }
}

@media screen and (min-width:1360px) {
    .sb-logotype-wrapper_adaptive_size-xl_square {
        width: 320px;
        height: 72px
    }
}

.sb-logotype-wrapper_fixed_size-s {
    width: 200px;
    height: 40px
}

.sb-logotype-wrapper_fixed_size-s_square {
    width: 200px;
    height: 48px
}

.sb-logotype-wrapper_fixed_size-m {
    width: 240px;
    height: 48px
}

.sb-logotype-wrapper_fixed_size-m_square {
    width: 240px;
    height: 56px
}

.sb-logotype-wrapper_fixed_size-l {
    width: 280px;
    height: 56px
}

.sb-logotype-wrapper_fixed_size-l_square {
    width: 280px;
    height: 64px
}

.sb-logotype-wrapper_fixed_size-xl {
    width: 320px;
    height: 64px
}

.sb-logotype-wrapper_fixed_size-xl_square {
    width: 320px;
    height: 72px
}

.sb-logotype-wrapper__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.sb-logotype-wrapper__edit {
    outline: #cbcfd3 dashed 1px
}

.s-header-type-1 {
    position: relative;
    z-index: 5
}

.s-header-type-1:hover,
.s-header-type-1_active {
    z-index: 6
}

.s-header-type-1:focus-within {
    z-index: 7
}

.s-header-type-1.js-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: visible
}

.s-header-type-1 .s-header-type-1__button {
    position: relative;
    flex-shrink: 0
}

@media screen and (min-width:960px) {
    .s-header-type-1 .s-header-type-1__button {
        max-width: 250px
    }

    .s-header-type-1 .s-header-type-1__button_tablet-visible {
        display: none
    }
}

@media screen and (max-width:479px) {
    .s-header-type-1 .s-header-type-1__button_tablet-visible {
        display: none
    }
}

@media (min-width:480px) and (max-width:639px) {
    .s-header-type-1 .s-header-type-1__button_tablet-visible {
        max-width: 220px;
        margin-right: 52px
    }
}

.s-header-type-1__wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .s-header-type-1__wrapper {
        justify-content: space-between;
        min-height: 72px;
        padding: 16px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .s-header-type-1 .s-header-type-1__button_tablet-visible {
        max-width: 340px;
        margin-right: 64px
    }

    .s-header-type-1__wrapper {
        justify-content: space-between;
        min-height: 96px;
        padding: 24px 0
    }
}

@media screen and (min-width:960px) {
    .s-header-type-1__wrapper_right-align-links .s-header-type-1__link-wrapper {
        justify-content: flex-end
    }
}

.s-header-type-1__logo {
    position: relative;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
    overflow: hidden
}

@media screen and (max-width:1359px) {
    .s-header-type-1__logo {
        width: 220px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .s-header-type-1__wrapper {
        padding: 20px 0
    }

    .s-header-type-1__logo+.s-header-type-1__menu-wrapper {
        margin-left: 36px
    }
}

@media screen and (min-width:1360px) {
    .s-header-type-1__wrapper {
        padding: 24px 0
    }

    .s-header-type-1__logo {
        width: 300px
    }

    .s-header-type-1__logo+.s-header-type-1__menu-wrapper {
        margin-left: 84px
    }
}

.s-header-type-1__burger {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.s-header-type-1__burger.js-burger_open .s-header-type-1__burger-line {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.s-header-type-1__burger.js-burger_open .s-header-type-1__burger-line:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.s-header-type-1__burger.js-burger_open .s-header-type-1__burger-line:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.s-header-type-1__burger-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    margin-top: -1px;
    background-color: currentColor;
    transition-property: transform;
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.s-header-type-1__burger-line:after,
.s-header-type-1__burger-line:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: currentColor
}

.s-header-type-1__burger-line:before {
    top: -10px;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.s-header-type-1__burger-line:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.s-header-type-1__menu-wrapper {
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .s-header-type-1__wrapper_square-logo {
        min-height: 94px
    }

    .s-header-type-1__wrapper_square-logo .s-header-type-1__menu-wrapper {
        padding-top: 94px
    }

    .s-header-type-1__menu-wrapper {
        width: 100%;
        padding-top: 72px
    }

    .s-header-type-1__menu-wrapper .sb-background {
        right: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .s-header-type-1__wrapper_square-logo {
        min-height: 110px
    }

    .s-header-type-1__wrapper_square-logo .s-header-type-1__menu-wrapper {
        padding-top: 110px
    }

    .s-header-type-1__menu-wrapper {
        width: 332px;
        padding-top: 96px
    }
}

@media screen and (min-width:960px) {
    .s-header-type-1__burger {
        display: none
    }

    .s-header-type-1__menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1
    }

    .s-header-type-1__menu-wrapper .sb-background {
        display: none
    }
}

.s-header-type-1__menu {
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .s-header-type-1__menu {
        padding: 48px 40px
    }
}

@media screen and (max-width:959px) {
    .s-header-type-1 {
        overflow: hidden
    }

    .s-header-type-1__burger {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .s-header-type-1__menu-wrapper {
        position: absolute;
        top: 0;
        left: -150%;
        z-index: -1;
        height: 100vh;
        transition: left .6s cubic-bezier(.19, 1, .22, 1)
    }

    @supports (-webkit-touch-callout:none) {
        .s-header-type-1__menu-wrapper {
            height: 100dvh
        }
    }

    .s-header-type-1__menu-wrapper.js-menu_open {
        left: 0
    }

    .s-header-type-1__menu-wrapper.js-menu_open .s-header-type-1__menu {
        display: flex;
        flex-direction: column
    }

    .s-header-type-1__menu-wrapper.js-menu_open .s-header-type-1__link-wrapper {
        z-index: 1;
        flex-direction: column
    }

    .s-header-type-1__menu-wrapper.js-menu_open .s-header-type-1__link {
        margin-left: 0
    }

    .s-header-type-1__menu-wrapper.js-menu_open .s-header-type-1__button {
        z-index: 1
    }

    .s-header-type-1__menu-wrapper .sb-background {
        left: -200px
    }

    .s-header-type-1__menu {
        position: relative;
        height: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .s-header-type-1__menu {
        padding: 48px 72px 48px 0
    }
}

@media screen and (min-width:960px) {
    .s-header-type-1__menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1
    }
}

.s-header-type-1__link-wrapper {
    position: relative;
    display: flex
}

@media screen and (max-width:959px) {
    .s-header-type-1__link-wrapper {
        flex-wrap: nowrap;
        overflow: auto
    }

    .s-header-type-1__link-wrapper+.s-header-type-1__button {
        margin-top: 32px
    }
}

@media screen and (min-width:960px) {
    .s-header-type-1__link-wrapper {
        align-items: flex-start;
        flex-grow: 1;
        flex-wrap: wrap
    }

    .s-header-type-1__link-wrapper+.s-header-type-1__button {
        margin-left: 32px
    }

    .s-header-type-1__link-item {
        margin-left: 16px
    }
}

.s-header-type-1__link-wrapper~.s-header-type-1__link-wrapper {
    justify-content: flex-end
}

.s-header-type-1__link-item {
    position: relative
}

.s-header-type-1__link {
    text-decoration: none;
    text-align: left;
    color: inherit
}

.s-header-type-1__link:focus-within,
.s-header-type-1__link:hover {
    opacity: .8
}

@media screen and (max-width:959px) {
    .s-header-type-1__link-item+.s-header-type-1__link-item {
        margin-top: 24px
    }

    .s-header-type-1__link_menu-color-inherit {
        color: inherit !important
    }
}


.callback-bt {
	background: #0094d2;
	border: 0px solid #0071a1;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
	cursor: pointer;
	height: 68px;
	text-align: center;
	width: 68px;
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
	height: 68px;
	width: 68px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.callback-bt .text-call span {
	text-align: center;
	color: #38a3fd;
	opacity: 0;
	font-size: 0;
	position: absolute;
	right: 4px;
	top: 22px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
	opacity: 1;
	font-size: 11px;
}

.callback-bt:hover i {}

.callback-bt:hover {
	z-index: 1;
	background: #188b43;
	color: transparent;
	transition: .3s;
}

.callback-bt:hover i {
	font-size: 40px;
	transition: .3s;
}

.callback-bt i {
	color: #fff;
	font-size: 44px;
	transition: .3s;
	line-height: 72px;
	margin-left: -2px;
	transition: .5s ease-in-out;
}

.callback-bt i {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}


/* animations icon */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@media(max-width:768px) {
	.review-list__container {
		display: grid;
		grid-template-columns: inherit;
		grid-gap: inherit;
	}
	.callback-bt {
		width: 100%;
		border-radius: 0;
		bottom: 0;
		left: 0;
		box-shadow: none;
		transition: none;
		animation: none;
	}
	.callback-bt i {
		color: #fff;
		font-size: 34px;
		transition: .3s;
		line-height: 53px;
		margin-left: -2px;
		transition: .5s ease-in-out;
	}
	.callback-bt:after {
		content: '+7 (964) 701-87-23';
		font-size: 20px;
		color: #fff;
		margin-top: -56px;
		position: absolute;
		left: 66px;
	}
	.callback-bt {
		cursor: pointer;
		height: 52px;
	}
	.callback-bt a {
		position: relative;
		z-index: 99999;
		width: 100%;
		display: block;
	}
}