*,
*:after,
*:before {
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

:root {
	
--basic-white:#fff; /* белый */

--basic-black:#242424; /* черно-синий */
--basic-total-black:#000; /* черный */
--basic-dark:#1e2026; /* тёмный */
--basic-black-border:#393c47; /* черный border */

--basic-grey-border: #d9d9d9; /* серый border */
--basic-grey: #b9b9b9; /* серый */
--basic-grey-light: #e8e8e8; /* светло-серый */
--basic-grey-pale: #fbfbfc; /* бледно-серый */

--basic-orange: #ff9e00; /* фирменный оранжевый */
--basic-orange-dark: #ec6123; /* фирменный тёмно-оранжевый */

--basic-silver: #5e7298; /* фирменный серебрянный */
--basic-silver-border: rgba(94,114,152,.48) 

}

html,
input,
textarea {}

html,
input,
textarea,
p {
    position: relative;
    font-family: 'manrope', Tahoma, Calibri;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--basic-black);
}

body {
    position: relative;
    text-align: left;
    margin: 0 auto;
    background: var(--basic-white);
    -webkit-font-smoothing: antialiased;
    min-width: 980px;
    /*overflow-x: hidden;*/
}

@media screen and (max-width: 760px) {
		
	body {
		min-width: 320px;
	}	
	
}

body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--basic-black);
    opacity: 0;
    transition: all .4s ease;
}

body.show-menu:before {
    opacity: .64;
    transition: all .4s ease;
    z-index: 998;
}

::selection {
    color: var(--basic-green);
    background-color: var(--basic-grey);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--basic-white);
}

::-webkit-scrollbar-thumb {
    background: var(--basic-black);
}

a,
input,
select,
textarea {
    outline: none;
}

img {
    vertical-align: top;
}

iframe {
    border: none;
    vertical-align: top;
}

ul,
ol {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

/*** ------------ clear ------------ ***/

header:after,
.wrap:not(.d-flex):after,
.container:not(.d-flex):after,
ul:after,
ol:after,
form:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

*:first-child {
    margin-top: 0;
}

*:last-child {
    margin-bottom: 0;
}

/*** ------------ end.clear ------------ ***/



/*** ------------ headings, text ------------ ***/

h1,
h2,
h3,
h4,
h5,
.text__title {
    position: relative;
    font-weight: 400;
    margin: 0 0 32px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5 {
    margin-top: 32px;
}

h1,
.text__title.__h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 48px;
}

h2,
.text__title.__h2 {
    font-size: 32px;
    line-height: 40px;
}

h3,
.text__title.__h3 {
    font-size: 24px;
    line-height: 28px;
}

h4,
.text__title.__h4 {
    font-size: 20px;
    line-height: 24px;
}

h5,
.text__title.__h5 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 760px) {

    h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    
    h2 {
        font-size: 24px;
        line-height: 28px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    h4 {
        font-size: 16px;
        line-height: 20px;
    }
      
}

p {
    margin: 0;
}

p + p {
    margin-top: 12px;
}

.text__big {
    font-size: 20px;
    line-height: 28px;
}

.text__big + * {
    margin-top: 32px;
}

.text__small {
    font-size: 14px;
    line-height: 18px;
}

.text__extra-small {
    font-size: 12px;
    line-height: 16px;
}

.text__uppercase {
    text-transform: uppercase;
}

.text__lowercase {
    text-transform: lowercase;
}

.text__subtitle {
    font-weight: 400;
}

.text__subtitle + * {
    margin-top: 8px;
}

.text__center {
    text-align: center;
}

.text__color-black {
    color: var(--basic-black);
}

.text__color-white {
    color: var(--basic-white);
}

.text__color-grey {
    color: var(--basic-grey);
}

.text__color-orange {
    color: var(--basic-orange);
}

.text__color-orange-dark {
    color: var(--basic-orange-dark);
}

.text__width-75 {
    max-width: 75%;
}

.text__width-66 {
    max-width: 66%;
}

.text__width-50 {
    max-width: 50%;
}

.text__indent-64 {
    text-indent: 64px;
}

.text__mt-small {
    margin-top: 16px !important;
}

.text__mt-big {
    margin-top: 32px !important;
}

.text__mt-extra {
    margin-top: 64px !important;
}

.text__orange-line:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    display: block;
    width: 176px;
    height: 1px;
    background: var(--basic-orange);
    z-index: 12;
}

.text__orange-line.__line-small:before {
    width: 64px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-128 {
    margin-top: 128px;
}

.image__container.__is-small {
    height: 240px;
}

.image__container.__is-normal {
    height: 420px;
}

.image__container.__is-big {
    height: 600px;
}

.image__container + .image-container__legend {
    margin-top: -48px;
    padding-left: 50%;
}

img.img__wrap {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hello__block .img__wrap {
    -o-object-position: top;
    object-position: top;
}

img.img__contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.opacity {
    opacity: .4;
}

b,
strong,
.text__bold {
    font-weight: 600;
}

i {
    font-style: italic;
}

ul,
ol {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

* + ul.ul__list.__small-top {
    margin-top: 8px
}

ul.ul__list li {
    position: relative;
    padding-left: 16px;
}

ul.ul__list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: var(--basic-orange);
    border-radius: 50%;
    z-index: 12;
}

ul.ul__list.text__small li:before {
    top: 7px;
}

p + ul.ul__list,
ul.ul__list + p {
    margin-top: 24px;
}

ul.ul__list li + li {
    margin-top: 8px;
}

@media screen and (max-width:620px) {
    
    html,
    input,
    textarea,
    p   {
        font-size: 14px;
        line-height: 18px;
    }

    .text__big {
        font-size: 16px;
        line-height: 22px;
    }

    .text__big + * {
        margin-top: 24px;
    }

    .text__small {
        font-size: 12px;
        line-height: 16px;
    }

    .text__extra-small {
        font-size: 10px;
        line-height: 14px;
    }

    .mt-80 {
        margin-top: 40px;
    }
    
    .mt-128 {
        margin-top: 64px;
    }
        
    .image__container.__is-small {
        height: 192px;
    }

    .image__container.__is-normal {
        height: 240px;
    }

    .image__container.__is-big {
        height: 600px;
    }

    .image__container + .image-container__legend {
        margin-top: 0;
        padding-left: 33.333%;
    }
        
    ul.ul__list li:before {
        top: 7px;
    }

    ul.ul__list.text__small li:before {
        top: 6px;
    }

    .text__width-75 {
        max-width: 100%;
    }

    .icon__before .text__width-75 {
        max-width: 75%;
    }
    
}

/*** ------------ end.headings, text ------------ ***/



/*** ------------ icon__before ------------ ***/

.icon__before,
.icon__after {
    position: relative;
    flex-basis: 100%;
}

.icon-before__img + * {
    margin-left: 16px;
}

* + .icon-after__img {
    margin-left: 24px;
}

/*** ------------ icon__before ------------ ***/



/*** ------------ links ------------ ***/

a {
    position: relative;
    color: var(--basic-black);
}

a,
a:hover {
    text-decoration: none !important;
    transition: all .4s ease;
}

.link__scroll-location {
    position: absolute;
    top: 4px;
}

    /*** ------------ link__text-bottom ------------ ***/

.link__text-bottom {
    display: inline-block;
    color: var(--basic-orange);
}

.link__button span {
    position: relative;
    z-index: 20;
}

.link__text-bottom:hover {
    opacity: .64;
}

.link__text-bottom:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--basic-orange);
    z-index: 1;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.link__text-bottom:hover:before {
    width: 0;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

    /*** ------------ link__button ------------ ***/

.link__button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-weight: 500;
    color: var(--basic-black);
    background: var(--basic-orange);
    border-radius: 8px;
    overflow: hidden;
}

.link__button span {
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 760px) {
	
	.link__button {
        font-size: 14px;
        padding: 12px 16px;
    }
	
}

.link__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: var(--basic-orange-dark);
    z-index: 1;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.link__button:hover:before {
    width: 100%;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

* + .link__button {
    margin-top: 32px;
}

footer .link__button,
.link-button__dark {
    color: var(--basic-white);
}

.link-button__dark {
    background: var(--basic-orange-dark);
}

.link-button__dark.link__button:before {
    background: var(--basic-black);
}

.link__button.link-button__with-arrow {
    padding-right: 64px;
}

.link__button.link-button__with-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 48px;
    height: 100%;
    background: url('../images/icons/icons__arrows/icon__arrow-right-black.svg') no-repeat center transparent;
    background-size: 16px;
    border-left: 1px solid rgba(0,0,0,.24);
    z-index: 12;
}

.link-button__dark.link-button__with-arrow:after {
    border-color: rgba(255,255,255,.24);
    background: url('../images/icons/icons__arrows/icon__arrow-right-white.svg') no-repeat center transparent;
}

/*** ------------ end.links ------------ ***/



/*** ------------ form ------------ ***/

form,
button,
submit {}

input,
button,
submit,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],
input[type="submit"],
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px;
    border: 0;
}

input[type="text"],
textarea {
    background: transparent !important;
    background-color: transparent !important;
}

input[type="submit"] {
    color: var(--basic-white);
    background: var(--basic-grey);
    transition: all .4s ease;
}

input[type="submit"]:hover {
    color: var(--basic-white);
    background: var(--basic-black);
    transition: all .4s ease;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    height: 112px;
    min-height: 112px;
    max-height: 112px;
}

::-webkit-input-placeholder {color: var(--basic-black-input);}
::-moz-placeholder          {color: var(--basic-black-input);}
:-moz-placeholder           {color: var(--basic-black-input);}
:-ms-input-placeholder      {color: var(--basic-black-input);}

form + p {
    margin-top: 24px;
    text-align: right;
}

/*** ------------ end.form ------------ ***/



/*** ------------ wrap ------------ ***/

.wrap {
    position: relative;
    display: block;
    width: 100%;
}

.container {
    position: relative;
    display: block;
    max-width: 1336px;
    width: calc(100% - 176px);
    padding: 0 16px;
    margin: auto;
}

@media screen and (max-width:620px) {
			
	.container {
		width: 100%;
	}

}

/*** ------------ end.wrap ------------ ***/



/*** ------------ flex ------------ ***/

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fd-column {
    flex-direction: column;
}

.fd-row-reverse {
    flex-direction: row-reverse;
}

.fd-column-reverse {
    flex-direction: column-reverse;
}

.jc-space-between {
    justify-content: space-between;
}

.jc-space-around {
    justify-content: space-around;
}

.jc-center {
    justify-content: center;
}

.ai-center {
    align-items: center;
}

.ai-baseline {
    align-items: baseline;
}

/*** ------------ end.flex ------------ ***/



/*** ------------ absolute-* ------------ ***/

.absolute-center,
.popup {
    position: absolute;
    left: 50%;
    z-index: 23;
}

.absolute-center,
.popup {
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

@media screen and (max-width:620px) {
	
}

/*** ------------ end.absolute-* ------------ ***/



/*** ------------ header ------------ ***/

header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 300;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.home__page__ header {    
    opacity: 0;
    transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
    animation: showHeader 1.2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}

@keyframes showHeader {   
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

header.header__scroll {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all .4s cubic-bezier(.42,0,1,1);
}

header > .wrap {
    padding: 32px 0 0;
}

header > .wrap:last-child {
    padding-bottom: 16px;
}

header > .wrap:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(2.4px) !important;
	backdrop-filter: blur(2.4px) !important;
    background: rgba(232,232,232,.8);
    transition: all .24s cubic-bezier(.42,0,1,1);
    opacity: 0;
    z-index: 1;
}

header.header__scroll > .wrap:last-child:before {
    opacity: 1;
    transition: all .24s cubic-bezier(.42,0,1,1);
}

    /*** ------------ header__side ------------ ***/

.header__side {
    position: relative;
}

.header__side:last-child > *:first-child {
    margin-left: auto;
}

    /*** ------------ header__tagline ------------ ***/

.header__tagline {
    margin: 0 auto 0 32px;
    padding-left: 32px;
    line-height: 40px;
    border-left: 1px solid var(--basic-grey-border);
}

    /*** ------------ header__contact ------------ ***/

.header__contact {
    text-align: right;
}

.header__contact a {
    position: relative;
    display: block;
    font-weight: 600;
}

.header__contact a + a {
    margin-top: 8px;
}

.header__contact .header-contact__phone {
    font-size: 22px;
    line-height: 22px;
    color: var(--basic-orange);
}

.header__contact .header-contact__mail {
    line-height: 18px;
}

    /*** ------------ header__search ------------ ***/

.header__search {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url('../images/icons/icons__all/icon__search-black.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 12;
}

* + .header__search {
    margin-left: 32px;
}

* + .header__search:not(:last-child) {
    margin-right: 32px;
}

    /*** ------------ header__button ------------ ***/

.header__button {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 64px 12px 16px;
    color: var(--basic-white);
    background: var(--basic-black-border);
    border-radius: 8px;
    z-index: 12;
}

.header__button:hover {
    background: var(--basic-dark);
    box-shadow: 0px 0px 32px rgba(255,158,0,.64);
}

* + .header__button {
    margin-left: auto;
}

.header__button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 100%;
    background: url('../images/icons/icons__all/icon__login.svg') no-repeat center transparent;
    background-size: 16px;
    border-left: 1px solid rgba(255,255,255,.24);
}

@media screen and (max-width: 760px) {
	
	header {
        display: none;
    }
	
}

/*** ------------ end.header ------------ ***/



/*** ------------ logo ------------ ***/

.logo {
    position: relative;
    display: inline-block;
    z-index: 34;
}

.logo__cometa {
    width: 232px;
    height: 40px;
    background: url('../images/logo/logo__cometa.svg') no-repeat center transparent;
    background-size: contain;
}

footer .logo__cometa {
    background: url('../images/logo/logo__cometa-white.svg') no-repeat center transparent;
    background-size: contain;
}

.logo__cometa {
    margin-left: -88px;
}

.title__block .logo__cometa + * {
    margin-left: auto;
}

.title-block__main {
    margin: 0;
}

.title-block__main + a {
    margin-left: auto;
}

@media screen and (max-width: 760px) {
        
    .title__block .logo__cometa {
        margin: 0;
    }

    .title__block .logo__cometa + * {
        display: none;
    }

    .title-block__main + a {
        margin-top: 12px;
        margin-left: 0;
    }
    
}


/*** ------------ end.logo ------------ ***/



/*** ------------ main__menu ------------ ***/

.main__menu {
    position: relative;
    z-index: 100;
}

.main__menu > li {
    position: relative;
    display: block;
}

.main__menu > li > a {
    position: relative;
}

    /*** ------------ header__menu ------------ ***/
	
header .main__menu {
    margin: 0;
}

header .main__menu > li + li {
    margin-left: 32px;
}

header .main__menu > li > a {
    font-weight: 500;
    line-height: 48px;
    z-index: 12;
}

header .main__menu > li > a:hover {
    color: var(--basic-orange);
}

header .main__menu > li.active > a {
    color: var(--basic-orange-dark);
}

header .main__menu > li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(.4);
    transform: translate(-50%,-50%) scale(.4);
    display: block;
    width: 48px;
    height: 48px;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all .4s ease;
}

header .main__menu > li:nth-child(1):before,
header .main__menu > li:nth-child(4):before {
    background: url('../images/icons/icons__figure/icon__square.svg') no-repeat center transparent;
    background-size: contain;
}

header .main__menu > li:nth-child(2):before,
header .main__menu > li:nth-child(5):before {
    background: url('../images/icons/icons__figure/icon__circle.svg') no-repeat center transparent;
    background-size: contain;
}

header .main__menu > li:nth-child(3):before,
header .main__menu > li:nth-child(6):before {
    background: url('../images/icons/icons__figure/icon__triangle.svg') no-repeat center transparent;
    background-size: contain;
}

header .main__menu > li:hover:before,
header .main__menu > li.active:before {
    -webkit-transform: translate(-50%,-50%) scale(1) rotate(360deg);
    transform: translate(-50%,-50%) scale(1) rotate(360deg);
    transition: all .4s ease;
    opacity: .32;
}

@media screen and (max-width:620px) {
		
	header .main__menu {
        
	}	
		
}


    /*** ------------ header__menu ------------ ***/
	
header .main__menu > li > ul {
    position: absolute;
    top: calc(100% + 24px);
    left: -48px;
    width: 824px;
    background: var(--basic-white);
    padding: 32px 48px;
    box-shadow: 0px 2px 12px rgba(40,40,40,.2);
    border-radius: 16px;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    transition: all .4s ease;
}	

header .main__menu > li:hover > ul {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
    transition: all .4s ease;
}

.main-menu__side {
    position: relative;
    width: calc(50% - 32px);
}

.main-menu__side + .main-menu__side {
    margin-left: 64px;
}

.main-menu__side-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

* + .main-menu__nav {
    padding-top: 32px;
    margin-top: auto;
}

.main-menu__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background: rgba(194, 205, 220, 0.31);
    border-radius: 8px;
    opacity: 0;
    transition: all .4s ease;
    z-index: 1;
}

.main-menu__item:hover:before {
    opacity: 1;
    transition: all .4s ease;
}

.main-menu__item > * {
    z-index: 10;
}

.main-menu__item + .main-menu__item {
    margin-top: 32px;
}

.main-menu__item-header {
    flex-wrap: nowrap;
} 

.main-menu__item-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
	
* + .main-menu__item-title {
    margin-left: 16px;
}	

.main-menu__item-content {
    padding: 8px 0 0 40px;
    font-weight: 500;
    opacity: .56;
}
	
/*** ------------ end.main__menu ------------ ***/



/*** ------------ section ------------ ***/

section {
    position: fixed !important;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: var(--basic-white);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
    z-index: 600;
}

section .container > .wrap {
    padding: 12px 0;
}

section .logo__cometa {
    position: relative;
    display: block;
    width: 78px;
    height: 40px;
    background: url('../images/logo/logo__cometa-small.svg') no-repeat center left transparent;
    background-size: contain;
    margin: 0 auto 0 0;
    z-index: 12;
}

.section__side {
    position: relative;
    margin: 0 0 0 auto;
}

.section__side > * {
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 12;
}

.section__side > * + * {
    margin-left: 24px;
}

.section-side__search {
    width: 24px;
    height: 24px;
    background: url('../images/icons/icons__all/icon__section-search.svg') no-repeat center transparent;
    background-size: contain;
}

.section-side__phone {
    /*
    width: 24px;
    height: 24px;
    background: url('../images/icons/icons__all/icon__section-phone.svg') no-repeat center transparent;
    background-size: contain;
    */
}

.menubutton {
    position: relative;
    width: 24px;
    height: 100%;
    cursor: pointer;
}

.menubutton.__close {
    transition: all .4s cubic-bezier(0.215,0.610,0.355,1);
}

.menubutton__icon {
    position: absolute;
    width: 24px;
    height: auto;    
}

* + .menubutton__icon,
.menubutton__icon + * {
    margin-left: 16px;
}

.menubutton__icon .icon__menu {
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    background: #6E6E6E;
    z-index: 12;
    transition: all .4s ease;
}

.menubutton__icon .icon__menu:nth-child(1) {
    top: -6px;
}

.menubutton__icon .icon__menu:nth-child(3) {
    top: 6px;
}

.menubutton__icon .icon__menu {
    top: 0;
    transition: all .24s ease;
}

.menubutton.__close .menubutton__icon .icon__menu:nth-child(1) {
    top: 0;
    transform: rotate(45deg);
    background: var(--basic-orange);
}

.menubutton.__close .menubutton__icon .icon__menu:nth-child(2) {
    opacity: 0;
}

.menubutton.__close .menubutton__icon .icon__menu:nth-child(3) {
    top: 0;
    transform: rotate(-45deg);
    background: var(--basic-orange);
}

.hidden__menu {
    position: fixed;
    top: 72px;
    left: 0;
    display: block;
    width: 100%;
    max-height: calc(100vh - 64px);
    overflow-y: scroll;
    padding: 32px 5% 48px calc(5% + 78px);
    background: var(--basic-white);
    border-bottom: 1px solid rgba(36,36,36,.16);
    opacity: 0;
    pointer-events: none;
    z-index: 601;
    transition: all .4s cubic-bezier(0.215,0.610,0.355,1);
}

.hidden__menu::-webkit-scrollbar-thumb {
    background: var(--basic-grey-light);
}

.hidden__menu.__show {
    top: 63px;
    opacity: 1;
    pointer-events: auto;
    transition: all .4s cubic-bezier(0.215,0.610,0.355,1);
}

.hidden__menu li {
    position: relative;
    display: block;
}

.hidden__menu > li + li {
    margin-top: 16px;
}

.hidden__menu li > a {
    position: relative;
    display: block;
    font-size: 16px;
}

.hidden__menu li > a:hover,
.hidden__menu li.active > a,
.hidden__menu li > a.active {
    color: var(--basic-orange);
}

.hidden__menu li.hidden-menu__no-link > a {
    pointer-events: none;
}

.hidden__menu li.hidden-menu__dropdown > a,
.hidden-menu__icon-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

.hidden__menu li.hidden-menu__dropdown > a:after {
    content: '';
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px 0 0 8px;
    background: url('../images/icons/icons__arrows/icons__dropdown-black.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 12;
    transition: all .4s ease;
}

.hidden__menu li.hidden-menu__dropdown.__is-choosen > a:after {
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1);
    transition: all .4s ease;
}

.hidden__menu li > .hidden-menu__list {
    position: relative;
    display: none;
    width: calc(100% + 24px);
    margin: 16px 0 0 -24px;
    background: rgba(232,232,232,.48);
    border-radius: 12px;
    padding: 16px 24px;
}

.hidden__menu li > .hidden-menu__list.__show {
    display: block;
}

.hidden__menu li > ul > li.hidden-menu__list-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.hidden__menu li > ul > * + li.hidden-menu__list-title {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--basic-white);
}

.hidden__menu li > ul > li > a,
.hidden__menu li > ul > li > div {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.hidden__menu li > ul > li + li {
    margin-top: 8px;
}

.hidden-menu__icon-before:before {
    content:'';
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
    z-index: 1;
}

.hidden-menu__icon-before.__icon-001:before {
    background: url('../images/icons/icons__side-menu/item__001.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-002:before {
    background: url('../images/icons/icons__side-menu/item__002.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-003:before {
    background: url('../images/icons/icons__side-menu/item__003.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-004:before {
    background: url('../images/icons/icons__side-menu/item__004.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-005:before {
    background: url('../images/icons/icons__side-menu/item__005.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-006:before {
    background: url('../images/icons/icons__side-menu/item__006.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-007:before {
    background: url('../images/icons/icons__side-menu/item__007.svg') no-repeat center transparent;
    background-size: cover;
}

.hidden-menu__icon-before.__icon-008:before {
    background: url('../images/icons/icons__side-menu/item__008.svg') no-repeat center transparent;
    background-size: cover;
}

.icon__menu-login {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    color: var(--basic-orange);
}

.icon__menu-login:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/icons/icons__all/icon__login-orange.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 12;
}

@media screen and (max-width: 760px) {
	
	section {
        display: block;
    }
	
}

/*** ------------ end.section ------------ ***/



/*** ------------ wrapper ------------ ***/

#wrapper {
    position: relative;
    width: 100%;
    /*overflow-x: hidden;*/
    min-height: 100%;
}

#content__wrap {
    position: relative;
    width: 100%;
}

.home__page #content__wrap {
    opacity: 0;
    animation: showContent 1.2s ease-in-out forwards;
    animation-delay: 2.4s;
}

@keyframes showContent {
    0% {    transform: translateY(32px);    }
    100% {  opacity: 1; transform: translateY(0);   }
}

header + #content__wrap > .content:first-child {
    padding-top: 136px;
}

.content {
    padding-top: 48px;
    padding-bottom: 48px;
}

.content.content__bp {
    padding-top: 64px;
    padding-bottom: 64px;
}

.__is-hidden {
    overflow: hidden;
}

@media screen and (max-width:620px) {

    .content,
    .content.content__bp {
        padding-top: 48px;
        padding-bottom: 48px;
    }

}

/*** ------------ end.wrapper ------------ ***/



/*** ------------ shadow-effect ------------ ***/

.shadow-effect:before {
    content:' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .64;
    z-index: 40;
    transition: all .4s ease;
}

.shadow-effect.shadow-effect__white:before {
    background: var(--basic-white);
}

.shadow-effect.shadow-effect__black:before {
    background: var(--basic-total-black);
}

.shadow-effect.shadow-effect__silver:before {
    background: var(--basic-silver);
    opacity: .92;
}

.shadow-effect > * {
    z-index: 100;
}

/*** ------------ end.shadow-effect ------------ ***/



/*** ------------ item-grid ------------ ***/

.item-grid {
    width: calc(100% + 32px);
    margin: -16px;
}
   
.item-grid.__no-padding {
    width: calc(100% + 4px);
    margin: -2px;
}
    
.item-grid > .item {
    padding: 16px;
}
    
.item-grid.__no-padding > .item {
    padding: 2px;
}
    
.item-grid > a.item {
    border: 0;
}    
    
.item-grid.item-grid-2 > .item {
    width: 50%;
}
    
.item-grid.item-grid-2 > .item.item-wide,
.item-grid.item-grid-3 > .item.item-extra,
.item-grid.item-grid-4 > .item.item-extra {
    width: 100%;
}
    
.item-grid.item-grid-3 > .item {
    width: 33.333%;
}
    
.item-grid.item-grid-3 > .item.item-wide {
    width: 66.666%;
}
    
.item-grid.item-grid-4 > .item {
    width: 25%;
}
    
.item-grid.item-grid-4 > .item.item-wide,
.item-grid.item-grid-3 > .item.item-50 {
    width: 50%;
}
    
.item-grid.item-grid-5 > .item {
    width: 20%;
}
    
.item-grid.item-grid-6 > .item {
    width: 16.666%;
}
    
.item-grid.item-grid-7 > .item {
    width: 14.28%;
}
    
.item-grid.item-grid-8 > .item {
    width: 12.5%;
}

.item-grid__olympic > .item:nth-child(n+4) {
    margin-top: 48px;
}
  
.item-grid__olympic > .item:nth-child(4) {
    margin-left: calc(33.333% / 2);
}

.item-grid__olympic > .item p {
    padding-right: 32px;
}
   
@media screen and (max-width:620px) {
    
    .item-grid {
		width: 100%;
		margin: -16px auto;
	}

	.item-grid > .item {
		padding: 16px 0;
	}
    
    .item-grid.item-grid-2 > .item,
    .item-grid.item-grid-3 > .item,
    .item-grid.item-grid-4 > .item,
    .item-grid.item-grid-5 > .item,
    .item-grid.item-grid-6 > .item,
    .item-grid.item-grid-7 > .item,
    .item-grid.item-grid-8 > .item,
    .item-grid.item-grid-2 > .item.item-wide,
    .item-grid.item-grid-3 > .item.item-wide,
    .item-grid.item-grid-4 > .item.item-wide,
    .item-grid.item-grid-3 > .item.item-extra,
    .item-grid.item-grid-3 > .item.item-50	{
        width: 100%;
    }
            
    .item-grid__olympic > .item + .item,
    .item-grid__olympic > .item:nth-child(n+4) {
        margin-top: 24px;
    }
        
    .item-grid__olympic > .item:nth-child(4) {
        margin-left: 0;
    }
        
    .item-grid__olympic > .item p {
        padding-right: 0;
    }
    
    .item__order-last {
        order: 99;
    }

}
    
/*** ------------ end.item-grid ------------ ***/



/*** ------------ hello__block ------------ ***/

.hello__block {
    min-height: 110%;
}

.hello__block.__is-bigger {
    min-height: 125%;
}

header + #content__wrap > .hello__block:first-child {
    padding-top: 236px;
    padding-bottom: 80px;
}

.hello-block__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hello-block__img-preview {
    position: absolute;
    top: 144px;
    left: calc(50% + 54px);
    display: block;
    width: calc(50% - 104px);
    max-width: calc(1336px / 2);
    height: calc(100% - 176px);
    z-index: 1;
}

.hello-block__img-preview img {
    max-width: 80%;
}

.hello__block > .container {
    z-index: 80;
}

.hello-block__content {
    padding-right: 40%;
}

.home__page .hello-block__content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 400px;
    height: 356px;
    background: url('../images/back/hello__block/hello-block__homepage-figure.svg') no-repeat center transparent;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.hello-block__content > * {
    z-index: 10;
}

.hello-block__content * + .link__button {
    margin-top: 64px;
}

.hello-block__tag {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    font-weight: 500;
    border: 1px solid var(--basic-grey-border);
}

.hello-block__tag.text__color-orange-dark {
    border-color: var(--basic-orange-dark);
}

.hello__block .result-block-tags__sector + .result-block-tags__types,
.hello__block .result-block-tags__sector li + li ,
.hello__block .result-block-tags__types li + li {
    margin-left: 16px;
}

.hello-block__content h1 + h2 {
    margin-top: -48px;
}

@media screen and (max-width: 760px) {
	
    header + #content__wrap > .hello__block:first-child {
        padding-top: 128px;
        padding-bottom: 160px;
    }

    .hello-block__content {
        padding-right: 0%;
    }

    .home__page .hello-block__content:before {
        top: -48px;
        width: 128px;
        height: 112px;
    }

    .hello-block__tag {
        max-width: 66%;
        padding: 0;
        border: 0;
    }

    .hello-block__tag + h1 {
        margin-top: 12px;
    }

    .hello-block__content * + .link__button {
        margin-top: 48px;
    }

    .hello-block__content h1 + h2 {
        margin-top: -32px;
    }
    
    .hello-block__img-preview {
        position: absolute;
        top: 60%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        max-width: 100%;
        height: 24%;
        z-index: 1;
    }
        
    .hello-block__img-preview img {
        max-width: 64%;
    }

}

/*** ------------ end.hello__block ------------ ***/



/*** ------------ count__block ------------ ***/

.count__block > * {
    position: relative;
}

.count__block {
    margin: -8px auto;
}

.count-block__item:first-child {
    margin-left: auto;
}

.count-block__item:last-child {
    margin-right: auto;
}

.count-block__item + .count-block__item {
    margin-left: 64px;
}

.count-block__num {
    padding: 8px 16px;
    border: 1px solid var(--basic-white);
    border-radius: 8px;
}

.count-block__num.__round {
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.32);
}

.count-block__num div {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.count-block__num.__round > div {
    margin: auto;
}

.count-block__num * + span,
* + .count-block__content {
    margin-left: 16px;
}

@media screen and (max-width: 760px) {
        
    .count__wrap {
        max-width: 90%;
        margin: -104px auto 0;
        border-radius: 32px;
        z-index: 500;
    }

    .count__wrap.content {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .count-block__item {
        flex-direction: column;
    }

    .count-block__item:first-child,
    .count-block__item:last-child {
        margin: auto;
    }

    .count-block__item:last-child,
    .count-block__item + .count-block__item {
        margin: 32px auto 0;
    }

    .count-block__num div {
        font-size: 32px;
        line-height: 32px;
    }

    * + .count-block__content {
        margin: 8px 0 0;
    }
	
}

/*** ------------ end.count__block ------------ ***/



/*** ------------ icons__block ------------ ***/

* + .icons__block {
    margin-top: 48px;
}

.icons__block.__with-border > .item > .wrap {
    height: 100%;
    padding: 32px;
    border: 1.5px solid var(--basic-grey-light);
    border-radius: 16px;
}

.icons-block__img {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

* + .icons-block__content {
    margin-top: 24px;
    padding-right: 32px;
}

.icons__block > .item > .wrap.d-flex > * + .icons-block__content {
    width: calc(100% - 48px);
    margin-top: 0;
    padding: 0 16px 0 32px;
}

.icons__wrap {
    z-index: 100;
}

.hello__block + .icons__wrap {
    margin-top: -84px;
}

.hello__block + .icons__wrap > .container > .wrap {
    border-radius: 0;
}

.icons__wrap > .container > .wrap {
    width: calc(100% + 128px);
    padding: 48px 64px;
    margin: 0 -64px;
    border-radius: 32px;
}

@media screen and (max-width: 760px) {
	
	.item-grid.icons__block:not(.icons-block__mobile-100) > .item {
        width: 50%;
    }
	
}

/*** ------------ end.icons__block ------------ ***/



/*** ------------ app__block ------------ ***/

.app__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: url('../images/back/bg/bg__app-wrap.png') no-repeat center transparent;
    background-size: cover;
    border-radius: 16px 0 0 16px;
    pointer-events: none;
    z-index: 1;
}

.app__wrap > * {
    z-index: 100;
}

.app-block__img {
    height: 100%;
}

.app-block__icons {
    position: relative;
    width: 120px;
    margin: 0 32px;
}

.app-block__icons > div + div {
    margin-top: auto;
    padding-top: 64px;
}

.app-block__title img {
    width: 64px;
    height: 64px;
}

.app-block__smartphone {
    position: relative;
    width: calc(100% - 184px);
    height: 100%;
}

@media screen and (max-width: 760px) {
    
    .app__wrap:before {
        top: 50%;
        right: 0;
        width: 100%;
        height: 50%;
        border-radius: 0;
    }

    .app-block__icons > div + div {
        padding-top: 32px;
        text-align: center;
    }
    
    .app-block__icons > div + div img {
        max-width: 64px;
    }

}

/*** ------------ end.app__block ------------ ***/



/*** ------------ hide-show__block ------------ ***/

.hide-show__block li {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 96px 24px 24px;
    background: var(--basic-white);
}

.hide-show__block.__hsb-orange li {
    border-radius: 16px;
}

.hide-show__block li + li {
    margin-top: 8px;
}

.show__link {
    position: relative;
    display: block;
    min-height: 32px;
    font-weight: 600;
}

.show__link:after {
    content: '';
    position: absolute;
    top: 0;
    right: -68px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('../images/icons/icons__all/icon__faq.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.hide-show__block.__hsb-orange .show__link.show__link-change-after {
    color: var(--basic-orange);
}

.show__link.show__link-change-after:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.show__block {
    padding-top: 24px;
}

.show-block__img {
    height: 228px;
    border-radius: 16px;
    overflow: hidden;
}

/*** ------------ end.hide-show__block ------------ ***/



/*** ------------ contact__block ------------ ***/

.contact__block {
    padding-left: 80px;
    padding-right: 80px;
}

.contact__block > .item-grid > .item:first-child > .wrap {
    padding-right: 64px;
}

.contact-block__img {
    position: relative;
    display: block;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    overflow: hidden;
}

#feedback-form {
    background: rgba(194, 205, 220, 0.31);
    padding: 32px;
    border-radius: 16px;
}

.bg__grey-light #feedback-form {
    background: var(--basic-white);
}

#feedback-form * + form {
    margin-top: 32px;
}

#feedback-form .form-group + .form-group {
    margin-top: 16px;
}

#feedback-form .form-group input,
#feedback-form .form-group button,
#feedback-form .form-group textarea {
    position: relative;
    display: inline-block;
    padding: 16px;
    border-radius: 8px;
}

#feedback-form .form-group input:not([type="submit"]),
#feedback-form .form-group textarea {
    background: var(--basic-white) !important;
    border: 1px solid var(--basic-grey-border);
}

#feedback-form .form-group input[type="submit"] {
    border: 0;
    text-align: center;
    font-weight: 500;
    min-width: 50%;
    color: var(--basic-white);
    background: var(--basic-orange-dark);
    transition: all .4s ease;
}

#feedback-form .form-group input[type="submit"]:hover {
    color: var(--basic-white);
    background: var(--basic-black);
    transition: all .4s ease;
}

#feedback-form form + p {
    margin-top: 24px;
    padding-left: 32px;
    text-align: right;
}

@media screen and (max-width: 760px) {
        
    .contact__block {
        padding-left: 5%;
        padding-right: 5%;
    }

    .contact__block > .item-grid > .item:first-child > .wrap {
        padding-right: 0;
    }

}

/*** ------------ end.contact__block ------------ ***/



/*** ------------ card__block ------------ ***/

* + .card__block, 
.card__block + * {
    margin-top: 64px;
}

.card__block > .item > .wrap {
    height: 100%;
    background: var(--basic-white);
    border-radius: 16px;
    padding: 24px 32px;
    overflow: hidden;
}

.card__block > .item > .wrap p {
    padding-right: 48px;    
}

.card-block__num {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 64px;
    background: var(--basic-orange);
    color: var(--basic-white);
    z-index: 1;
    border-radius: 0 16px;
}

.card-block__num > * {
    font-weight: 500;
    font-size: 24px;
}

.card-block__before:before {
    content: '';
    position: absolute;
    top: -224px;
    right: 0;
    display: block;
    width: 224px;
    height: 224px;
    background: url('../images/back/bg/bg__card-block.svg') center no-repeat transparent;
    background-size: cover;
    z-index: 1;
}


@media screen and (max-width: 760px) {
        
    .card__block > .item > .wrap p {
        padding-right: 16px;    
    }

    .card-block__before:before {
        display: none;
    }

}

/*** ------------ end.card__block ------------ ***/



/*** ------------ example__block ------------ ***/

.example__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 24px;
    height: calc(100% + 160px);
    background: var(--basic-orange);
    border-radius: 32px;
    pointer-events: none;
    z-index: 1;
}

.example__block > .example-block__item {
    position: relative;
    width: calc(50% - 72px);
}

.example-block__item:nth-child(even) {
    margin-left: auto;
}

.example-block__content {
    position: relative;
    display: block;
    width: calc(100% - 128px);
}

.example-block__icon {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.example-block__tag {
    position: relative;
    display: inline-block;
    padding: 2px 4px;
    margin: 4px 4px 0 0;
    background: rgba(255, 158, 0, 0.24);
    border-radius: 2px;
    cursor: pointer;
}

.example-block__tag::first-letter {
    text-transform: uppercase;
}

.example-block__tag:last-child {
    margin-right: 0;
}

.example-block__link {
    display: inline-block;
    padding-left: 128px;
    color: var(--basic-orange-dark);
    text-decoration: underline !important;
    font-weight: 600;
    max-width: 312px;
    z-index: 1;
}

.example-block__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 96px;
    height: 100%;
    background: url('../images/logo/logo__cometa-small.svg') no-repeat center left transparent;
    background-size: contain;
    z-index: 1;
}

@media screen and (max-width: 760px) {

    .example__block:before {
        top: 0;
        left: calc(100% - 8px);
        -webkit-transform: none;
        transform: none;
        width: 8px;
        height: 100%;
    }
    
    .example__block > .example-block__item {
        position: relative;
        width: calc(100% - 64px);
    }
    
    .example-block__item:nth-child(even) {
        margin-left: 0;
    }

    .example-block__item + .example-block__item {
        margin-top: 40px;
    }

    .example-block__item:last-child {
        margin-top: 64px;
    }
    
    .example-block__content {
        width: 100%;
        margin-top: 16px;
    }

    .example-block__icon {
        width: 40px;
        height: 40px;
        order: -1;
    }
    
    .example-block__link {
        padding: 64px 0 0;
        max-width: 176px;
    }
    
    .example-block__link:before {
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 78px;
        height: 40px;
    }
    
}

/*** ------------ end.example__block ------------ ***/



/*** ------------ service__block ------------ ***/

.service__block {
    width: calc(100% + 128px);
    padding: 48px 64px;
    border-radius: 32px;
    margin: 48px -64px 0;
    /*overflow: hidden;*/
}

.service__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/back/service__block/bg__service-block.png') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    border-radius: 32px;
    opacity: .48;
}

* + .service-block__item {
    margin-top: 48px;
}

.service__block.d-flex * + .service-block__item {
    margin-top: 0;
}

.service-block__img {
    position: relative;
    display: block;
    width: 224px;
    height: 224px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    overflow: hidden;
}

.service-block__img img,
.service-block__item .item:hover img {
    transition: all .4s ease;
}

.service-block__item .item:hover img {
    width: 104%;
    height: 104%;
    transition: all .4s ease;
}

.service-block__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline-block;
    color: var(--basic-white);
    padding: 8px 16px;
    font-size: 14px;
    background: rgba(36,36,36,.64);
    border-radius: 12px;
    white-space: nowrap;
    transition: all .4s ease;
    z-index: 100;
}

.service-block__item .item:hover .service-block__title {
    background: var(--basic-orange);
    transition: all .4s ease;
}

/*.service-block__title {
    color: var(--basic-white);
    text-decoration: underline;
}

* + .service-block__title {
    margin-top: 24px;
}*/

.service-block__item + .link__button {
    margin: 48px 0 -72px auto;
    z-index: 100;
}

@media screen and (max-width: 760px) {
        
    .service__block {
        width: 100%;
        padding: 32px 5%;
        border-radius: 32px;
        margin: auto;
    }

    * + .service-block__item {
        margin-top: 48px;
    }

    .service__block .text__width-50 {
        max-width: 100%;
    }

    .service__block.d-flex * + .service-block__item {
        margin-top: 0;
    }

    .service-block__item > .item {
        width: 50% !important;
    }

    .service-block__img {
        width: 128px;
        height: 128px;
    }

    .service-block__title {
        position: absolute;
        top: calc(100% - 16px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 8px 12px;
        font-size: 12px;
        color: var(--basic-black);
        background: var(--basic-orange);
    }

    .service-block__item + .link__button {
        margin: 48px 0 -52px auto;
    }

}

/*** ------------ end.service__block ------------ ***/



/*** ------------ list__block ------------ ***/

* + .list__block {
    margin-top: 16px;
}

.list__block .text__big {
    min-height: 56px;
}

.list__block .text__big + p,
.list__block .list-block__title + p {
    margin-top: 20px;
}

.list__block .item {
    margin-top: 32px;
}

.list__block .wrap {
    padding-right: 32px;
}

.list-block__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
}

@media screen and (max-width: 760px) {
        
    .list__block .text__big {
        min-height: 20px;
    }

    .list__block .text__big + p,
    .list__block .list-block__title + p {
        margin-top: 12px;
    }

    .list__block .item {
        margin-top: 0;
    }

    .list__block .wrap {
        padding-right: 16px;
    }

    .list-block__title {
        font-size: 24px;
        line-height: 32px;
    }

    .list__block-2 > .item {
        width: 50% !important;
    }

    .list__block-2.text__width-66 {
        max-width: 100%;
    }

}

/*** ------------ end.list__block ------------ ***/



/*** ------------ scroll__block ------------ ***/

.scroll__block {
    margin-top: 16px;
}

.scroll-block__content {
    padding-right: 32px;
}

.scroll__block .item-scroll-block__img-wrap {
    padding-left: 48px;
}

.scroll-block__img {
    height: 540px;
    /*background: url('../images/back/bg/bg__scroll-block.jpg') no-repeat top left transparent;
    background-size: cover;*/
    background: linear-gradient(180deg, rgba(217, 224, 249, 0.20) 0%, rgba(208, 207, 215, 0.20) 100%);
    border-radius: 32px;
}

.slick-vertical .slick-arrow {
    display: none !important;
}

.slick-vertical .slick-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 100;
}

.slick-vertical .slick-dots button {
    position: relative;
    display: block;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0;
    font: 400 0/0 'manrope';
    background: var(--basic-grey-border) !important;
}

.slick-vertical .slick-dots .slick-active button {
    background: var(--basic-orange) !important;
}

.slick-vertical .slick-dots li + li {
    margin-top: 8px;
}

@media screen and (max-width: 760px) {
     
}

/*** ------------ end.scroll__block ------------ ***/



/*** ------------ scroll__section ------------ ***/

.scroll__section .scroll-block__content {
    min-height: 100vh;
    padding: 25vh 0 0;
}

.scroll__section .scroll__block .item-scroll-block__img-wrap {
    padding-right: 0;
}

.scroll__section .scroll-block__img {
    position: sticky;
    top: 16px;
    right: -16px;
    width: calc(50vw - 52px);
    height: calc(100vh - 32px);
    background: #f5f6fb;
    border-radius: 32px 0 0 32px;
}

@media screen and (max-height: 700px) {
        
    .scroll__section .scroll-block__img {
        top: 96px;
        height: calc(100vh - 112px);
    }

}

.scroll__section .scroll-block__img img {
    width: auto;
    max-width: 100%;
    display: none;
}

.scroll__section .scroll-block__img img.__is-active {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.42,0,1,1);
}

/*.scroll__section .scroll__block > .item {
    width: 50%;
}

.scroll__section .scroll__block > .item:last-child {
    position: absolute;
    top: 16px;
    right: 0;
}*/

.scroll-block-content__img {
    display: none;
}

.scroll-block-content__img + * {
    margin-top: 0;
}

@media screen and (max-width: 760px) {
            
    .scroll__section .scroll-block__content {
        min-height: auto;
        padding: 0;
    }

    .scroll__section .scroll-block__content {
        margin-top: 16px;
    }

    .scroll__section .scroll-block__content + .scroll-block__content {
        margin-top: 48px;
    }

    .scroll__section .scroll-block__content .scroll-block-content__img {
        position: relative;
        display: block;
        width: 100%;
        height: 240px;
        background: #f5f6fb;
        border-radius: 32px;
        overflow: hidden;
    }

    .scroll-block-content__img + * {
        margin-top: 24px;
    }
    
    .item-scroll-block__img-wrap {
        display: none !important;
    }

}

/*** ------------ end.scroll__section ------------ ***/



/*** ------------ vertical__section ------------ ***/

.vertical__section {
    height: 100vh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
}

.vertical__section::-webkit-scrollbar {
    width: 0;
}

.vertical__section::-webkit-scrollbar-track {
    background: transparent;
}

.vertical__section::-webkit-scrollbar-thumb {
    background: transparent;
}

.vertical__section > .container {
    height: 100%;
}

.vertical__section > .container > * {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

/*** ------------ end.vertical__section ------------ ***/



/*** ------------ text__block ------------ ***/

.text__block {
    width: calc(100% + 128px);
    padding: 48px 64px;
    border-radius: 32px;
    margin: 0 -64px;
    overflow: hidden;
}

.text__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/back/bg/bg__text-wrap.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    opacity: .48;
}

.text__block > * {
    z-index: 100;
}

@media screen and (max-width: 760px) {
        
    .text__block {
        width: 100%;
        padding: 32px;
        margin: auto;
    }

    .text__block .text__width-50 {
        max-width: 100%;
    }

}

/*** ------------ end.text__block ------------ ***/



/*** ------------ steps__block ------------ ***/

.steps__block + * {
    margin-top: 96px;
    padding: 0 176px;
}

.steps__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 24px;
    height: calc(100% + 64px);
    background: var(--basic-orange);
    border-radius: 32px;
    pointer-events: none;
    z-index: 1;
}

.steps__block.item-grid-3:before {
    left: 35%;
}

.steps__block > .item:first-child > .wrap {
    padding: 0 64px;
    text-align: right;
}

.steps__block > .item:last-child > .wrap {
    padding-left: 64px;
}

.steps-block__item + .steps-block__item {
    margin-top: 32px;
}

.steps-block__num {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    width: 48px;
}

.steps-block__content {
    width: calc(100% - 80px);
}

.steps-block__text {
    position: relative;
    width: 520px;
    margin: auto;
    padding-left: 64px;
}

.steps-block__text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 48px;
    background: url('../images/icons/icons__all/icon__steps-block.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 1;
}

@media screen and (max-width: 760px) {
        
    .steps__block + * {
        margin-top: 64px;
        padding: 0;
    }

    .steps__block:before {
        top: 0;
        left: calc(100% - 8px);
        -webkit-transform: none;
        transform: none;
        display: block;
        width: 8px;
        height: 100%;
    }

    .steps__block > .item:first-child {
        padding-top: 0;
    }

    .steps__block > .item:last-child {
        padding-bottom: 0;
    }

    .steps__block > .item:first-child > .wrap,
    .steps__block > .item:last-child > .wrap {
        padding: 0 64px 0 0;
        text-align: left;
    }

    .steps-block__item + .steps-block__item {
        margin-top: 32px;
    }

    .steps-block__num {
        font-size: 24px;
        line-height: 24px;
    }

    .steps-block__content {
        width: calc(100% - 64px);
    }

    .steps-block__text {
        width: 100%;
        padding-left: 64px;
    }

    .steps-block__text:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 48px;
        height: 48px;
        background: url('../images/icons/icons__all/icon__steps-block.svg') no-repeat center transparent;
        background-size: contain;
        z-index: 1;
    }

}

/*** ------------ end.steps__block ------------ ***/



/*** ------------ insurance__block ------------ ***/

.insurance__wrap {
    /*background: linear-gradient(180deg, rgba(194, 205, 220, 0.31) 0%, rgba(225, 224, 229, 0.31) 100%);*/
    overflow: hidden;
}

.insurance__wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 66%;
    height: 100%;
    background: url('../images/back/bg/bg__insurance-wrap.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.insurance__wrap > * {
    z-index: 100;
}

* + .insurance__block {
    margin-top: 48px;
}

.insurance__wrap h2:before {
    content: '';
    position: absolute;
    top: -24px;
    right: 0;
    display: block;
    width: 392px;
    height: 392px;
    background: url('../images/icons/icons__all/icon__insurance-before.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.insurance__wrap.__no-before h2:before {
    display: none;
}

.insurance-block__item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 656px;
    padding: 24px 48px 24px 64px;
    background: var(--basic-white);
    border-radius: 16px;
}

.insurance-block__item + .insurance-block__item {
    margin-top: 24px;
}

.insurance-block__item .text__big + p {
    margin-top: 12px;
}

.insurance-block__item:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/icons/icons__all/icon__insurance.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 760px) {
	
    .insurance__wrap h2 {
        padding-right: 128px;
    }

    .insurance__wrap h2:before {
        top: -24px;
        right: 0;
        width: 96px;
        height: 96px;
    }

}

/*** ------------ end.insurance__block ------------ ***/



/*** ------------ review__block ------------ ***/

* + .review__block {
    margin-top: 48px;
}

.review__block > .item > .wrap {
    padding: 32px;
    border: 1px solid var(--basic-grey-border);
    border-radius: 16px;
}

.review-block__img img {
    height: 64px;
}

* + .review-block__content {
    margin-top: 32px;
}

.review-block__content .text__big + * {
    margin-top: 20px;
}

/*** ------------ end.review__block ------------ ***/



/*** ------------ map__block ------------ ***/

.map__block {
    width: calc(100% + 128px);
    height: 496px;
    border-radius: 32px;
    margin: -32px -64px 0;
    overflow: hidden;
}

* + .map__block {
    margin-top: 32px;
}

@media screen and (max-width: 760px) {
	
.map__block {
    width: 100%;
    height: 400px;
    margin: auto;
}

}

/*** ------------ end.map__block ------------ ***/



/*** ------------ search__wrap ------------ ***/

.search__wrap {
    padding: 16px 0;
}

.search__wrap input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 32px;
    background: var(--basic-white) !important;
    border-radius: 8px;
    border: 1px solid var(--basic-silver-border);
    z-index: 1;
}

/*#7A7A7A*/

.search__wrap * + input[type="submit"].search-wrap__button {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/icons/icons__all/icon__search-orange.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 12;
}

.search__wrap * + input[type="submit"].search-wrap__button:hover {
    opacity: .48;
    background-color: transparent;
}

/*** ------------ end.search__wrap ------------ ***/



/*** ------------ filter__wrap ------------ ***/

.filter__wrap {}

* + .filter-wrap__title {
    margin-top: 64px;
}

.filter-wrap__title + .filter__block {
    margin-top: -24px;
}

.filter__block .filter-block__item {
    position: relative;
    padding: 12px 16px;
    margin: 24px 24px 0 0;
    background: var(--basic-white);
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.filter__block .filter-block__item:not(.__is-active):hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0px 4px 16px rgba(94,114,152,.48);
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.filter__block.__orange .filter-block__item:not(.__is-active):hover {
    box-shadow: 0px 4px 16px rgba(255,158,0,.48);
}

.filter__block .filter-block__item.__is-active {
    color: var(--basic-silver);
    border-color: var(--basic-silver-border);
    transition: all .4s cubic-bezier(.42,0,1,1);
}

.filter__block.__orange .filter-block__item.__is-active {
    color: var(--basic-orange);
    border-color: var(--basic-orange);
}

.filter-block__icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 1;
}

* + .filter-block__title {
    margin-left: 8px;
}

.filter-block__title:not(.text__small) {
    font-size: 18px;
    line-height: 20px;
}

/*** ------------ end.filter__wrap ------------ ***/



/*** ------------ result__block ------------ ***/

* + .result__block {
    margin-top: 32px;
}

.result__block > .item > .wrap {
    padding: 24px;
    background: var(--basic-white);
    border-radius: 16px;
}

.result-block__tags:not(:last-child) {
    margin-bottom: 16px;
}

.result-block__tags ul + ul {
    margin-left: auto;
}

.result-block__tags ul li + li {
    margin-left: 8px;
}

.result-block__img {
    position: relative;
    display: block;
    width: 176px;
    height: 176px;
    border-radius: 16px;
    overflow: hidden;
}

.result-block__content {
    position: relative;
    display: block;
}

.result-block__img + .result-block__content {
    width: calc(100% - 176px);
    padding-left: 32px;
}

@media screen and (max-width: 760px) {

    .result__block > .item > .wrap {
        padding: 16px;
    }
    
    .result-block__img {
        width: 120px;
        height: 120px;
    }
    
    .result-block__img + .result-block__content {
        width: calc(100% - 120px);
        padding-left: 24px;
    }

    .result-block__content h4 {
        margin-bottom: 8px;
    }
    
}

/*** ------------ end.result__block ------------ ***/



/*** ------------ video__block ------------ ***/

.video__block {
    height: 544px;
    background: var(--basic-white);
    border-radius: 8px;
}

* + .video__block {
    margin-top: 64px;
}

@media screen and (max-width: 760px) {

    .video__block {
        height: 256px;
    }
    
    * + .video__block {
        margin-top: 48px;
    }
    
}

/*** ------------ end.video__block ------------ ***/



/*** ------------ quote__block ------------ ***/

* + .quote__block {
    margin-top: 48px;
}

.quote-block__content {
    padding-left: 96px;
}

.quote-block__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 64px;
    height: 64px;
    background: url('../images/icons/icons__all/icon__quote-block-white.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 1;
}

.quote-block__img {
    position: relative;
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 32px;
    overflow: hidden;
}

.d-flex > .quote-block__img {
    margin-left: auto;
}

@media screen and (max-width: 760px) {

    * + .quote__block {
        margin-top: 16px;
    }
    
    .quote-block__content {
        padding-left: 48px;
    }
    
    .quote-block__content:before {
        width: 24px;
        height: 24px;
    }
    
    .quote-block__img {
        width: 128px;
        height: 128px;
    }
    
    .d-flex > .quote-block__img {
        margin-right: auto;
    }
    
}

/*** ------------ end.quote__block ------------ ***/



/*** ------------ img-product__preview ------------ ***/

* + .img-product__preview {
    margin-top: 32px;
}

.img-product__preview > div {
    position: relative;
    display: block;
    width: 112px;
    height: 88px;
    border-radius: 16px;
    cursor: pointer;
    background: rgba(194, 205, 220, 0.31);
    overflow: hidden;
}

.img-product__preview > div + div {
    margin-left: 8px;
}

@media screen and (max-width: 760px) {

    * + .img-product__preview {
        margin-top: 32px;
    }
    
    .img-product__preview > div {
        width: 64px;
        height: 48px;
        border-radius: 8px;
    }
    
    .img-product__preview > div + div {
        margin-left: 4px;
    }
    
}

/*** ------------ end.img-product__preview ------------ ***/



/*** ------------ footer ------------ ***/

footer {
    position: relative;
    width: 100%;
    background: var(--basic-silver);
    z-index: 23;
}

footer > .wrap {
    padding: 64px 0;
}

footer > .wrap:nth-child(2) {
    border-top: 1px solid var(--basic-white);
    border-bottom: 1px solid var(--basic-white);
}

footer > .wrap:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 60%;
    height: 100%;
    background: url('../images/back/bg/bg__footer.svg') no-repeat center transparent;
    background-size: cover;
    opacity: .16;
    z-index: 1;
}

footer .item-grid + .item-grid {
    margin-top: 48px;
}

footer .text__small {
    font-size: 12px;
}

footer .item-grid + .item-grid > .item-wide > .wrap {
    height: 100%;
}

footer .item-grid + .item-grid > .item-wide > .wrap div + div {
    margin-top: auto;
}

footer .link__text-bottom {
    color: var(--basic-white);
}

footer .link__text-bottom:before {
    background-color: var(--basic-white);
}

footer .link__text-bottom + .link__text-bottom {
    margin-top: 8px;
}

    /*** ------------ footer__social ------------ ***/

.footer__social a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.footer__social a:hover {
    opacity: .64;
}

.footer__social a + a {
    margin-left: 16px;
}

.footer-social__youtube {
    background: url('../images/icons/iocns__soc/icon__youtube.svg') no-repeat center transparent;
    background-size: contain;
}

.footer-social__tg {
    background: url('../images/icons/iocns__soc/icon__tg.svg') no-repeat center transparent;
    background-size: contain;
}

.footer-social__vk {
    background: url('../images/icons/iocns__soc/icon__vk.svg') no-repeat center transparent;
    background-size: contain;
}

    /*** ------------ footer__menu ------------ ***/

.footer__menu {
    position: relative;
    z-index: 100;
}

.footer__menu > li > a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--basic-white);
}

.footer__menu > li + li {
    margin-top: 8px;
}

.footer__menu > li > ul {
    margin-top: 40px;
}

.footer__menu > li > ul > li > a {
    display: block;
    font-size: 14px;
    color: var(--basic-white);
}

.footer__menu a:hover {
    opacity: .64;
}

    /*** ------------ footer__link-download ------------ ***/

.footer__link-download {
    position: relative;
    display: block;
    width: 136px;
    height: 40px;
    margin-left: auto;
    border-radius: 4px;
    overflow: hidden;
    z-index: 12;
}

.footer__link-download + .footer__link-download {
    margin-top: 16px;
}

.app-block__img .footer__link-download {
    width: 120px;
    height: 36px;
    margin-left: 0;
}

.footer__link-appstore {
    background: url('../images/icons/icons__download/icon__app-store.svg');
    background-size: cover;
}

.footer__link-googleplay {
    background: url('../images/icons/icons__download/icon__google-play.svg');
    background-size: cover;
}

@media screen and (max-width: 760px) {
        
    footer > .wrap {
        padding: 48px 0;
        text-align: center;
    }

    footer > .wrap:nth-child(2) {
        display: none;
    }

    footer .logo__cometa {
        display: block;
        margin: auto;
    }

    footer > .wrap:nth-child(1) {
        border-bottom: 1px solid var(--basic-white);
    }

    footer > .wrap:nth-child(1) .item-grid-4 >.item:last-child,
    footer > .wrap:nth-child(3) .item-grid-4:first-child >.item:nth-child(3) {
        margin-top: -16px;
    }

    footer > .wrap:nth-child(3) .item-grid-4:first-child >.item:first-child {
        display: none;
    }

    footer > .wrap:nth-child(3) .item-grid-4:first-child >.item:nth-child(3) {
        margin-top: -16px;
    }

    .footer__social {
        width: 154px;
        margin: auto;
    }
    
    footer .item-grid + .item-grid {
        margin-top: 24px;
    }

    .footer__link-download {
        margin: auto;
    }
    
    footer > .wrap:nth-child(3) .item-grid-4:last-child .text__small {
        max-width: 75%;
        margin: auto;
    }

    footer > .wrap:nth-child(3) .item-grid-4:last-child .text__small + .text__small {
        margin-top: 16px;
    }

}

/*** ------------ end.footer ------------ ***/



/*** ------------ bg ------------ ***/

.bg__grey-light {
    background: rgba(194, 205, 220, 0.31);
}

.bg__blue-light {
    background: #d8f3fa;
}

.bg__grey-pale {
    background: linear-gradient(180deg, rgba(194, 205, 220, 0.31) 0%, rgba(225, 224, 229, 0.31) 100%);
}

.bg__grey-pale > * {
    z-index: 100;
}

.bg__grey-pale:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60%;
    height: 100%;
    background: url('../images/back/bg/bg__grey-pale.svg') center no-repeat transparent;
    background-size: cover;
    z-index: 1;
}

.bg__silver {
    background: var(--basic-silver);
}

.bg__orange {
    background: var(--basic-orange);
}

.bg__white-grey {
    background: linear-gradient(180deg,var(--basic-white) 0,var(--basic-white) 50%,rgba(194, 205, 220, 0.31) 0,rgba(194, 205, 220, 0.31));
}

.bg__grey-white {
    background: linear-gradient(180deg,rgba(194, 205, 220, 0.31) 0,rgba(194, 205, 220, 0.31) 50%,var(--basic-white) 0,var(--basic-white));
}

.bg__gradient {
    background: linear-gradient(180deg, rgba(194, 205, 220, 0.31) 0%, rgba(225, 224, 229, 0.31) 100%);
}

.bg__gradient-reverse {
    background: linear-gradient(180deg, rgba(194, 205, 220, 0.00) 0%, rgba(194, 205, 220, 0.30) 68.75%, rgba(194, 205, 220, 0.30) 100%);
}

.bg__with-map.bg__white {
    background: url('../images/back/bg/bg__with-map.svg') no-repeat top right var(--basic-white);
    background-size: 64%;
}

.bg__village {
    background: url('../images/back/bg/bg__village.png') no-repeat center transparent;
    background-size: cover;
}

.bg__waves:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 105%;
    height: 110%;
    background: url('../images/back/bg/bg__waves.png') center no-repeat transparent;
    background-size: cover;
    z-index: 1;
}

.bg__elipse-before:before {
    content: '';
    position: absolute;
    top: -360px;
    display: block;
    width: 706px;
    height: 706px;
    background: url('../images/back/bg/bg__elipse.svg') no-repeat center transparent;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.bg__elipse-before.__elipse-left:before {
    left: -360px;
}

.bg__elipse-before.__elipse-right:before {
    right: -360px;
}

@media screen and (max-width: 760px) {
        
    .bg__with-map.bg__white {
        background: url('../images/back/bg/bg__with-map.svg') no-repeat top right var(--basic-white);
        background-size: 64%;
        background-position: 100% 360px;
    }

    .bg__elipse-before:before {
        display: none;
    }
    
}

/*** ------------ end.bg ------------ ***/



/*** ------------ slider ------------ ***/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display :none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider button {
    display: none !important;
}

@media screen and (max-width:620px) {
		
}

/*** ------------ end.slider ------------ ***/



/*** ------------ product__slider ------------ ***/

.product-slider__wrap {
    position: relative;
    width: 100%;
    display: block;
    z-index: 23;
}

* + .product-slider__wrap {
    padding-bottom: 64px;
}

.product-slider__wrap:before,
.product-slider__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 8vw;
    min-width: 64px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,.8) 30%, rgba(255,255,255,0) 100%);
    z-index: 12;
}

* + .product-slider__wrap:before,
* + .product-slider__wrap:after {
    height: calc(100% - 64px);
}

.product-slider__wrap:before {
    left: 0;
}

.product-slider__wrap:after {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product__slider .slick-slide {
    width: 320px;
    overflow: hidden;
    margin: 0 16px;
    border-radius: 32px;
    background: var(--basic-white);
}

.product__slider.product-slider__item-grey .slick-slide {
    background: rgba(194, 205, 220, 0.31);
}

.product__slider a {
    min-height: 560px;
    padding: 32px;
    color:  var(--basic-black);
    cursor: grab;
}

.product-slider__item-new:before {
    content: 'new';
    position: absolute;
    top: 144px;
    right: 32px;
    display: block;
    width: 48px;
    height: 48px;
    font-weight: 600;
    font-size: 12px;
    line-height: 48px;
    color: var(--basic-white);
    text-transform: uppercase;
    text-align: center;
    background: var(--basic-orange-dark);
    border-radius: 50%;
    z-index: 80;
}

.product-slider__img {
    height: 160px;
    background: var(--basic-white);
    overflow: hidden;
    border-radius: 32px;
}

* + .product-slider__content {
    margin-top: 24px;
}

.product-slider__content p:first-child {
    margin-bottom: 48px;
}

.product-slider__content p:first-child:before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    display: block;
    width: 48px;
    height: 1.5px;
    background: var(--basic-orange-dark);
    z-index: 1;
}

* + .product-slider__price {
    margin-top: 24px;
}

.product-slider__price span {
    font-size: 32px;
    line-height: 32px;
}

.product-slider__button {
    margin-top: auto;
    padding-top: 32px;
}

@media screen and (max-width:620px) {
        
    * + .product-slider__wrap {
        padding-bottom: 48px;
    }

    .product-slider__wrap:before,
    .product-slider__wrap:after {
        display: none;
    }

    .product__slider .slick-slide {
        width: calc(100vw - 96px);
        /*height: 520px;*/
    }

}

/*** ------------ end.product__slider ------------ ***/



/*** ------------ loader__area ------------ ***/

body:not(.home__page) .loader__area {
    display: none !important;
}

.home__page .loader__area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--basic-white);
    z-index: 1001;
	animation: loaderAreaHide 0.4s linear;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}

@keyframes loaderAreaHide { 
    to {    
        opacity: 0;
        pointer-events: none;    
    }
}

.loader__area > div {
    margin: auto;
}

.loader__spinner {
   animation: loaderSpin .9s infinite;
}

.loader__spinner:nth-child(1) {
    width: 44px;
    height: 44px;
    margin-left: -24px;
    background: url('../images/icons/icons__figure/icon__square.svg') no-repeat center transparent;
    background-size: contain;
}

.loader__spinner:nth-child(2) {
    width: 48px;
    height: 48px;
    margin: -28px 0 0 32px;
    background: url('../images/icons/icons__figure/icon__circle.svg') no-repeat center transparent;
    background-size: contain;
    animation-delay: .3s;
}

.loader__spinner:nth-child(3) {
    width: 52px;
    height: 52px;
    margin: -16px 0 0;
    background: url('../images/icons/icons__figure/icon__triangle.svg') no-repeat center transparent;
    background-size: contain;
    animation-delay: .6s;
}

@keyframes loaderSpin {
   0% {
      transform: scale(1);
   }
   33% {
      transform: scale(1.2);
   }
   100% {
      transform: scale(1);
   }
}

/*** ------------ end.loader__area ------------ ***/



/*** ------------ case__wrap ------------ ***/

.case__wrap {
    width: calc(100% - 176px);
    padding-right: 72px;
    margin: auto;
}

.case__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 100%;
    background: var(--basic-orange);
    border-radius: 16px;
    pointer-events: none;
    z-index: 1;
}

.case__wrap .__right,
.case__wrap .__right > * {
    text-align: right;
}

.case-img__title .text__title + * {
    margin-top: -24px;
}

.case__wrap > *:not(.text__title) + * {
    margin-top: 48px;
}

.case__wrap .text__width-66,
.case__wrap .text__width-75 {
    display: inline-block;
}

.case-img__wrap img {
    width: 100%;
    border-radius: 32px;
}

* + .case-img__wrap {
    margin-top: 32px;
}

.case-img__arrow {
    position: relative;
    display: block;
    width: 424px;
    height: 24px;
    margin: auto;
    background: url('../images/back/case__block/case-block__arrow.svg') center no-repeat transparent;
    background-size: contain;
    z-index: 1;
}

* + .case-img__arrow {
    margin-top: 16px;
}

.__case-table,
.__case-table thead,
.__case-table tbody {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.__case-table td {
    position: relative;
    display: block;
    padding: 8px 16px;
}

.__case-table tbody td {
    background: rgba(194, 205, 220, .12);
}

.__case-table thead + tbody,
.__case-table tbody tr + tr {
    margin-top: 8px;
}

.__case-table .__td-10 {
    width: 10%;
}

.__case-table .__td-20 {
    width: 20%;
}

.__case-table .__td-25 {
    width: 25%;
}

.__case-table .__td-30 {
    width: 30%;
}

.__case-table .__td-40 {
    width: 40%;
}

.__case-table .__td-50 {
    width: 50%;
}

.__case-table td:first-child {
    text-align: center;
}

.__case-table td:first-child > div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width: 920px) {
    	
    .case__wrap {
        width: 100%;
        padding-right: 28px;
    }
    
    .case__wrap:before {
        width: 12px;
        height: 100%;
    }
    
    .case__wrap .__right,
    .case__wrap .__right > * {
        text-align: right;
    }
    
    .case__wrap > *:not(.text__title) + * {
        margin-top: 32px;
    }
    
    .case-img__wrap img {
        width: 100%;
        border-radius: 24px;
    }
    
    .case-img__arrow {
        width: 100%;
    }
    
    .__case-table {
        font-size: 12px;
        line-height: 16px;
    }
    
    .__case-table td {
        padding: 4px 8px;
    }
    
    .__case-table thead + tbody,
    .__case-table tbody tr + tr {
        margin-top: 8px;
    }
    
    .__case-table .__td-10 {
        width: 10%;
    }
    
    .__case-table .__td-20 {
        width: 20%;
    }
    
    .__case-table .__td-25 {
        width: 25%;
    }
    
    .__case-table .__td-30 {
        width: 30%;
    }
    
    .__case-table .__td-40 {
        width: 40%;
    }
    
    .__case-table .__td-50 {
        width: 50%;
    }
    
    .__case-table td:first-child {
        text-align: center;
    }
    
    .__case-table td:first-child > div {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 6px;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

}


/*** ------------ end.case__wrap ------------ ***/


span.__icon-cometa {
    position: relative;
}

span.__icon-cometa:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -16px;
    width: 72px;
    height: 72px;
    background: url('../images/icons/icons__about/icons__microclimate/icon__cometa-orange.svg') center no-repeat transparent;
    background-size: contain;
    pointer-events: none;
}

.item.__circle-before {
    position: relative;
}

.item.__circle-before > * {
    position: relative;
    z-index: 100;
}

.item.__circle-before:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 360px;
    height: 360px;
    background: url('../images/back/__page-microclimate/__circle.svg') center no-repeat transparent;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}


/*** ------------ catalog__wrap ------------ ***/

.catalog__wrap {
    z-index: 100;   
}

.catalog-block__item {
    position: relative;
    background: var(--basic-white);
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s ease;
    border: 1.5px solid rgba(194, 205, 220, 0.31);
    z-index: 1;
}

.catalog-block__item:hover {
    /*-webkit-transform: translateY(-8px);
    transform: translateY(-8px);*/
    transform: scale(1.05);
    box-shadow: 0px 0px 16px rgba(36,36,36,.12);
    border-color: transparent;
    transition: all .4s ease;
    z-index: 10;
}

.catalog-block__img {
    height: 256px;
    overflow: hidden;
    background: var(--basic-white);
}

.catalog-block__img > * {
    max-width: 64%;
}

.catalog-block__content {
    padding: 32px;
    border-top: 1.5px solid rgba(194, 205, 220, 0.31);
}

.catalog-block__content > .text__title {
    margin-bottom: 12px;
    font-weight: 500;
}

.catalog-block__content > .__p + .__p {
    margin-top: 24px;
}

/*** ------------ catalog__wrap ------------ ***/



/*** ------------ icon-column__block ------------ ***/

.icon-column__block {
    padding: 0 128px;
}

.icon-column__row + .icon-column__row {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1.5px solid var(--basic-grey-light);
}

.icon-column__img {
    position: relative;
    width: 96px;
    height: 96px;
    border: 1.5px solid var(--basic-grey-light);
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    transition: all .4s ease;
}

.icon-column__row:hover .icon-column__img {
    border-color: var(--basic-orange);
    transition: all .4s ease;
}

.icon-column__img > * {
    margin: auto;
}

.icon-column__img > img {
    max-width: 40%;
}

.icon-column__content {
    width: calc(100% - 96px);
}

.icon-column__img + .icon-column__content {
    padding-left: 32px;
}

.icon-column__content:nth-child(1) {
    padding-right: 32px;
}

/*** ------------ end.icon-column__block ------------ ***/



/*** ------------ circle__wrap ------------ ***/

.circle__block:before {
    content: '';
    position: absolute;
    inset: 0;
    border: 8px solid rgba(194,205,220,.32);
    border-radius: 16px;
}

.circle-block__title {
    position: relative;
    display: inline-block;
    background: var(--basic-white);
    padding: 0 32px;
    margin: -16px auto 0 !important;
    font-size: 32px;
    line-height: 40px;
    color: #5E7298;
    z-index: 123;
}

.circle__main {
    padding: 8px 32px 64px;
}

.circle-main__item {
    position: relative;
    width: 50%;
    margin-top: 32px;
    z-index: 12;
}

.circle-main__item:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
}

.circle-main__item:nth-child(even) {
    margin-left: auto;
    text-align: right;
}

.circle-main__item:nth-child(odd) {
    margin-right: auto;
}

.circle-main__item:nth-child(2) {
    padding-right: 176px;
}

.circle-main__item:nth-child(3) {
    padding-left: 176px;
}

.circle-main__item:nth-child(4) {
    padding-right: 232px;
}

.circle-main__item:nth-child(5) {
    padding-left: 232px;
}

.circle-main__item:nth-child(6) {
    padding-right: 216px;
}

.circle-main__item:nth-child(7) {
    padding-left: 216px;
}

.circle-main__item:nth-child(8) {
    padding-right: 120px;
}

.circle-main__item:nth-child(9) {
    padding-left: 120px;
}

.circle-main__item > .__title + * {
    margin-top: 8px;
}

.circle-main__item > .__icon {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--basic-white);
    z-index: 23;
}

.circle-main__item > .__icon > * {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    margin: auto;
}

.circle-main__item:nth-child(1) > .__icon {
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.circle-main__item:nth-child(2) > .__icon {
    top: 16px;
    left: calc(100% - 148px);
}

.circle-main__item:nth-child(3) > .__icon {
    top: 16px;
    left: 116px;
}

.circle-main__item:nth-child(4) > .__icon {
    top: 16px;
    left: calc(100% - 194px);
}

.circle-main__item:nth-child(5) > .__icon {
    top: 16px;
    left: 162px;
}

.circle-main__item:nth-child(6) > .__icon {
    top: 16px;
    left: calc(100% - 178px);
}

.circle-main__item:nth-child(7) > .__icon {
    top: 16px;
    left: 148px;
}

.circle-main__item:nth-child(8) > .__icon {
    top: -16px;
    left: calc(100% - 80px);
}

.circle-main__item:nth-child(9) > .__icon {
    top: -16px;
    left: 48px;
}

.circle__cta,
.circle__cta:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    border-radius: 50%;
    z-index: 1;
}

.circle__cta {
    width: 360px;
    height: 360px;
    border: 1px dashed var(--basic-orange);
    background: transparent/*rgba(194,205,220,.32)*/;
    z-index: 123;
}

.circle__cta:before {
    content: '';
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1px dashed rgba(194,205,220,.64);
    background: rgba(194,205,220,.16);
}

.circle__cta > .__cta-wrap {
    position: relative;
    width: calc(100% - 96px);
    height: calc(100% - 96px);
    border: 1px dashed rgba(194,205,220,.64);
    background: var(--basic-white);
    border-radius: 50%;
    margin: 48px auto;
    z-index: 13;
}

.__cta-wrap > * {
    margin: auto;
}

.__cta-wrap:before,
.__cta-wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 96px;
    height: 36px;
    z-index: 1;
    pointer-events: none;
}

.__cta-wrap:before {
    top: 48px;
    background: url('../images/icons/icons__circle/__before.svg') center no-repeat transparent;
    background-size: contain;
}

.__cta-wrap:after {
    bottom: 48px;
    background: url('../images/icons/icons__circle/__after.svg') center no-repeat transparent;
    background-size: contain;
}

@media screen and (max-width: 760px) {
        
    .circle__main {
        padding: 8px 0 0;
    }
		
    .circle__block:before,
    .circle__cta:before,
    .__cta-wrap:before,
    .__cta-wrap:after {
        display: none;
    }
    
    .circle-block__title {
        padding: 0;
        margin: 0 !important;
        font-size: 24px;
        line-height: 32px;
    }
    
    .circle__cta {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        border-radius: 0;
    }
    
    .circle__cta {
        width: 100%;
        height: auto;
        border: 0;
    }
    
    .circle-main__item,
    .circle-main__item:first-child,
    .circle-main__item:nth-child(even),
    .circle-main__item:nth-child(odd) {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 0 48px !important;
    }
        
    .circle-main__item > .__icon {
        top: -2px !important;
        left: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }
    
    .circle__cta > .__cta-wrap {
        width: 100%;
        height: auto;
        border: 0;
        background: transparent;
        border-radius: 0;
        margin: 32px auto 0;
    }

}

/*** ------------ end.circle__wrap ------------ ***/



/*** ------------ table__block ------------ ***/

* + .table__block,
.table__block + * {
    margin-top: 48px !important;
}

.__price-table,
.__price-table thead,
.__price-table tbody {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.__price-table td {
    position: relative;
}

.__price-table .__td-25 > td {
    width: calc(25% - 16px);
}

.__price-table.__price-compare .__td-25 > td {
    width: calc(25% - 4px);
}

.__price-table .__td-20 > td {
    width: calc(20% - 16px);
}

.__price-table.__price-compare .__td-20 > td {
    width: calc(20% - 4px);
}

.__price-table .__td-16 > td {
    width: calc(16.666% - 16px);
}

.__price-table.__price-compare .__td-16 > td {
    width: calc(16.666% - 4px);
}

.__price-table td:first-child {
    text-align: right;
}

.__price-table td:not(:first-child) {
    text-align: center;
}

.__price-table > thead td:not(:first-child) {
    border-radius: 16px 16px 0 0;
    background: rgba(194, 205, 220, 0.30);
    padding: 0;
}

.__price-table > thead td .text__title {
    padding: 24px 32px;
    margin: 0;
    border-radius: 16px 16px 0 0;
    color: var(--basic-white);
}

.__price-table > thead td .text__title span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 12px 0 0;
}

.__price-table > thead td:nth-child(2) .text__title,
.__price-table > thead td .__bg-silver.text__title {
    background: #5E7298 !important;
}

.__price-table > thead td:nth-child(3) .text__title {
    background: #FF9E00;
}

.__price-table > thead td:nth-child(4) .text__title {
    background: #EC6123;
}

.__price-table > thead td:nth-child(5) .text__title {
    background: #D51324;
}

.__price-table > thead td:nth-child(6) .text__title {
    background: #aa0f1c;
}

.__price-table > thead td .__price-table__sum {
    font-weight: 600;
    padding: 16px 32px;
    /*background: rgba(194, 205, 220, 0.30);*/
}

.__price-table > thead td:nth-child(2) .__price-table__sum,
.__price-table > thead td .__bg-silver.text__title + .__price-table__sum {
    color: #5E7298;
}

.__price-table > thead td:nth-child(3) .__price-table__sum {
    color: #FF9E00;
}

.__price-table > thead td:nth-child(4) .__price-table__sum {
    color: #EC6123;
}

.__price-table > thead td:nth-child(5) .__price-table__sum {
    color: #D51324;
}

.__price-table > thead td:nth-child(6) .__price-table__sum {
    color: #aa0f1c;
}

.__price-table > thead td .text__title > .__img {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: auto;
    border: 4px solid rgba(255,255,255,.32);
    overflow: hidden;
    transition: all .4s ease;
}

.__price-table > thead td .text__title > .__img:hover {
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
    box-shadow: 0px 0px 16px rgba(36,36,36,.24);
    transition: all .4s ease;
}

.__price-table > tbody,
.__price-table > tbody tr {
    margin-top: 4px;
}

.__price-table > tbody tr td:not(:first-child) {
    padding: 8px 16px;
    background: rgba(194, 205, 220, 0.30);
}

.__price-table > tbody tr.__tr-sub {
    display: none !important;
}

.__price-table > tbody tr.__tr-sub.__tr-sub_is-open {
    display: flex !important;
}

.__price-table > tbody tr.__tr-sub td:not(:first-child),
.__price-table > tbody tr.__tr-main.__tr-main_is-open td:not(:first-child) {
    background: rgba(194, 205, 220, 0.6);
}

.__price-table > tbody tr.__tr-sub {
    margin-top: 0px;
}

.__price-table > tbody tr.__tr-sub td:not(:first-child) {
    border-top: 1.5px dashed var(--basic-white);
}

.__price-table > tbody tr td:first-child {
    padding: 8px 32px 8px 0;
}

.__price-table > tbody tr td.__price-table__title,
.__price-table > tbody tr.__tr-main td .__price-table__content {
    font-weight: 600;
}

.__price-table > tbody .__price-table__content.text__extra-small {
    display: block;
}

.__price-table > tbody .text__big.__price-table__content {
    display: block;
    padding: 8px 0;
    font-weight: 500;
}

.__price-table > tbody tr.__tr-main td {
    cursor: pointer;
}

.__price-table > tbody tr.__tr-main td:first-child:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    color: #FF9E00;
    border-radius: 50%;
    border: 1px solid #FF9E00;
    background: url('https://cometa.ru/images/__new-cometa/icons/icons__all/icon__cometa-table__close.svg') no-repeat 55% 53% transparent;
    background-size: 50%;
    z-index: 1;
}

.__price-table > tbody tr.__tr-main.__tr-main_is-open td:first-child:after {
    background: url('https://cometa.ru/images/__new-cometa/icons/icons__all/icon__cometa-table__open.svg') no-repeat 55% 54% transparent;
    background-size: 50%;
}

.__price-table__check,
.__price-table__minus {
    position: relative;
    display: block;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.__price-table__check {
    background: url('https://cometa.ru/images/__new-cometa/icons/icons__all/icon__cometa-table__check.svg') no-repeat center transparent;
    background-size: cover;
}

.__price-table__minus {
    background: url('https://cometa.ru/images/__new-cometa/icons/icons__all/icon__cometa-table__minus.svg') no-repeat center transparent;
    background-size: 110%;
}

@media screen and (max-width: 760px) {
	
	.table__block {
        overflow-x: scroll;
    }
	
    .table__block::-webkit-scrollbar {
        height: 0;
    }

    .table__block::-webkit-scrollbar-track {
        background: rgba(194, 205, 220, 0.30);
    }

    .table__block::-webkit-scrollbar-thumb {
        background: var(--basic-grey-light);
    }

    .__price-table {
        min-width: 600px;
    }

    .__price-table span.text__extra-small {
        display: inline-block;
    }

    .__price-table > thead td .__price-table__sum {
        padding: 16px;
        text-align: center;
    }

}

/*** ------------ end.table__block ------------ ***/






.__compare-table,
.__compare-table thead,
.__compare-table tbody {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.__compare-table td {
    position: relative;
}

.__compare-table.__price-compare .__td-33 > td {
    width: calc(33.333% - 4px);
}

.__compare-table.__price-compare .__td-25 > td {
    width: calc(25% - 4px);
}

.__compare-table .__td-20 > td {
    width: calc(20% - 4px);
}

.__compare-table .__td-16 > td {
    width: calc(16.666% - 4px);
}

.__compare-table td:first-child {
    text-align: right;
}

.__compare-table td:not(:first-child) {
    text-align: center;
}

.__compare-table > thead td:not(:first-child) {
    border-radius: 16px 16px 0 0;
    background: rgba(194, 205, 220, 0.30);
    padding: 0;
}

.__compare-table > thead td .text__title {
    padding: 24px 32px;
    margin: 0;
    border-radius: 16px 16px 0 0;
    color: var(--basic-white);
}

.__compare-table > thead td .text__title span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 12px 0 0;
}

.__compare-table > thead td .__bg-silver.text__title {
    background: #5E7298;
}

.__compare-table > thead td .__bg-green.text__title {
    background: #D1F29A;
	color: #008000;
}

.__compare-table > thead td .__bg-orange.text__title {
    background: #FF9E00;
}

.__compare-table > thead td .__bg-orange-dark.text__title {
    background: #EC6123;
}

.__compare-table > thead td .__bg-red.text__title {
    background: #D51324;
}

.__compare-table > thead td .__compare-table__desc {
    padding: 16px 8px;
	background: rgba(194, 205, 220, 0.6);
}

.__compare-table > thead td .__compare-table__desc.__bg-green,
.__compare-table > thead td .__compare-table__sum.__bg-green,
.__compare-table > tbody tr td.__bg-green:not(:first-child) {
	background: #F1FFC9;
}

.__compare-table > thead td .__compare-table__sum {
    font-weight: 600;
    padding: 16px 32px;
}

.__compare-table > thead td .__compare-table__device {
	height: 100%;
	padding: 16px;
	text-align: center !important;
	border-radius: 16px;
    /*background: rgba(194, 205, 220, 0.30);*/
    background: #FF9E00;
	color: var(--basic-white);
}

.__compare-table > thead td .__compare-table__device > * {
	margin: auto;
	text-align: center !important;
}

.__compare-table > tbody,
.__compare-table > tbody tr {
    margin-top: 4px;
}

.__compare-table > tbody tr td:not(:first-child) {
    padding: 12px 16px;
    background: rgba(194, 205, 220, 0.30);
}

.__compare-table__title {
	font-weight: 600;
	padding: 12px 16px 12px 0;
}

.__compare-table__title.text__center.__bg {
	padding: 16px;
    background: rgba(194, 205, 220, 0.30);
	border-radius: 16px;
	text-align: center !important;
}

.__compare-table__check,
.__compare-table__minus {
    position: relative;
    display: block;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.__compare-table td.d-flex.ai-center > * {
	margin: auto;
}

.__compare-table__check {
    background: url('https://cometa.ru/images/__new-cometa/icons/icons__all/icon__cometa-table__check.svg') no-repeat center transparent;
    background-size: cover;
}

.__compare-table__minus {
    background: url('https://cometa.ru/images/__new-cometa/icons/icons__all/icon__cometa-table__minus.svg') no-repeat center transparent;
    background-size: 110%;
}



/*** ------------ system__wrap ------------ ***/

.system__wrap {
    z-index: 12;
}

.system-wrap__title {
    font-size: 32px;
    line-height: 40px;
    color: var(--basic-silver);
}

    /*** ------------ system__header ------------ ***/

.system__header {
    padding: 32px;
    background-color: rgba(194,205,220,.32);
    border-radius: 16px;
    color: var(--basic-silver);
}

* + .system__header {
    margin-top: 32px;
}

.system__header > * {
    position: relative;
}

.system__header > * + * {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 760px) {
        
    .system__header {
        padding: 24px;
        flex-direction: column;
    }

    .system__header > * + * {
        margin: 12px 0 0;
    }

}

    /*** ------------ system__tabs ------------ ***/

.system__tabs {
    flex-wrap: nowrap;
}

.system__tabs.__hide {
    pointer-events: none;
}

.system__tabs > div {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 8px;
}

.system__tabs > div,
.system__tabs > div.__active {
    transition: all .4s ease;
}

.system__tabs > div:not(:last-child) {
    margin-right: 24px;
}

.system__tabs > div.__active {
    color: var(--basic-orange-dark);
    background: var(--basic-white);
}

.system__tabs > div > span {
    position: relative;
    border-bottom: 1.5px dotted var(--basic-silver);
}

.system__tabs > div.__active > span,
.system__tabs > div.__soon > span {
    border-color: transparent;
}

.system__tabs > div.__soon {
    opacity: .4;
    pointer-events: none;
}

.system__tabs > div.__soon > span {
    padding-right: 40px;
}

.system__tabs > div.__soon > span:before {
    content: 'скоро';
    background: var(--basic-silver);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2px 4px;
    color: var(--basic-white);
    background: var(--basic-silver);
    font-size: 8px;
    line-height: 10px;
}

@media screen and (max-width: 760px) {
        
    .system__tabs {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .system__tabs > div,
    .system__tabs > div:not(:last-child) {
        margin: 4px 4px;
    }

    .system__tabs > div {
        font-size: 14px;
        line-height: 16px;
        padding: 4px 8px;
    }

}

    /*** ------------ system__main ------------ ***/

.system__main {
    z-index: 23;
}

* + .system__main {
    margin-top: 32px;
}

.system__col {
    position: relative;
    z-index: 12;
}

.system__col.__devices,
.system__col.__soft {
    width: 27.5%;
    z-index: 10;
}

.system__col.__main {
    width: 45%;
}

.system__col .__title {
    font-size: 20px;
    line-height: 24px;
    color: var(--basic-silver);
}

@media screen and (max-width: 760px) {
        
    .system__main {
        flex-direction: column;
    }

    .system__col.__devices,
    .system__col.__soft,
    .system__col.__main {
        width: 100%;
    }

}

    /*** ------------ __devices ------------ ***/

.system__col.__devices {
    padding: 24px;
    border: 8px solid rgba(194,205,220,.32);
    border-radius: 16px;
}

* + .system-devices__list {
    margin-top: 32px;
}

.system-devices__list .__title + * {
    margin-top: 20px;
}

.system-devices__list ul li:not(:last-child) {
    margin-bottom: 16px;
}

.system-devices__list ul li.hidden,
.system-devices__list ul li.__default-hide {
    display: none;
}

.system-devices__list ul li > * {
    position: relative;
    cursor: pointer;
    z-index: 12;
}

.system-devices__list ul li > .__icon {
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 2px 0 0;
}

.system-devices__list ul li > .__icon > * {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.system-devices__list ul li > .__name {
    width: calc(100% - 20px);
    text-decoration: underline dotted;
}

.system-devices__list ul li > .__name a:hover {
    color: var(--basic-orange-dark);
}

.system-devices__list ul li > * + .__name {
    padding-left: 12px;
}

.__list-accordeon .__title {
    pointer-events: none;
}

.__list-accordeon .__title > span {
    cursor: pointer;
    padding-right: 40px;
}

.__list-accordeon .__title > span:after {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    display: none;
    width: 32px;
    height: 32px;
    background: url('../images/icons/icons__system/__accrodeon-plus.svg') center no-repeat rgba(194,205,220,.32);
    background-size: 40%;
    border-radius: 50%;
    transition: all .4s ease;
    z-index: 1;
}

details[open].__list-accordeon .__title > span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url('../images/icons/icons__system/__accrodeon-minus.svg') center no-repeat rgba(194,205,220,.48);
    background-size: 40%;
    transition: all .4s ease;
}

@media screen and (max-width: 760px) {
        
    .__list-accordeon .__title {
        pointer-events: all;
    }

    .__list-accordeon .__title > span:after {
        display: block;
    }
}

    /*** ------------ __main ------------ ***/

.system-main__dev {
    padding: 32px;
}

@media screen and (max-width: 760px) {
        
    .system-main__dev > .__title {
        padding: 12px 8px;
        background: var(--basic-white);
    }

}

.system-main__dev > .__image {
    width: 56%;
    height: 320px;
    margin: auto;
    z-index: 12;
}

.system-main__dev > .__image > * {
    width: 100%;
    height: 64%;
    margin: auto;
}

.system__area,
.system__tags {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.system__area > div {
    position: absolute;
    top: calc(50% + 12px);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 1;
}

.system__area > div {
    width: 320px;
    height: 320px;
    border: 2px solid rgba(194,205,220,.48);
    opacity: 0;
    animation: pulse 2.8s linear infinite;
    animation-fill-mode: forwards;
}

.system__area > div:nth-child(1) {
    animation-delay: 2.1s;
}

.system__area > div:nth-child(2) {
    animation-delay: 1.4s;
}

.system__area > div:nth-child(3) {
    animation-delay: .7s;
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(0.5);
    transform: translate(-50%,-50%) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    opacity: 0;
  }
}

.system__tags > div {
    position: absolute;
    display: block;
    padding: 4px 8px;
    background: rgba(194,205,220,.32);
    border-radius: 4px;
}

.system__tags > div:nth-child(1) {
    top: 72px;
    right: 48px;
}

.system__tags > div:nth-child(2) {
    left: 40px;
    bottom: 48px;
}

.system__tags > div:nth-child(3) {
    left: calc(50% + 32px);
    bottom: 16px;
}

@media screen and (max-width: 760px) {
        
    .system__tags > div:nth-child(1) {
        top: 96px;
        right: 16px;
    }

    .system__tags > div:nth-child(3) {
        left: calc(50% + 64px);
        bottom: 32px;
    }

}

.system-main__desc {
    padding: 0 12%;
}

* + .system-main__desc {
    margin-top: auto;
}

@media screen and (max-width: 760px) {
	
    .system-main__desc {
        width: 72%;
        padding: 12px 8px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
        background: var(--basic-white);
        border-radius: 8px;
    }

}

.system__signal {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0 24px;
    color: #D51324;
    z-index: 40;
}

.system__signal div + div {
    padding-top: 48px;
    margin-left: auto;
}

    /*** ------------ __soft ------------ ***/

.system-soft__item {
    position: relative;
    padding: 32px;
    background: rgba(194,205,220,.32);
    border-radius: 16px;
}

.system-soft__item.__docs {
    padding: 16px 32px;
}

.system-soft__item + .system-soft__item {
    margin-top: 16px;
}

.system-soft__item.fd-column {
    flex-grow: 1;
}

@media screen and (max-width: 760px) {
        
    .system-soft__item.fd-column {
        flex-direction: row;
        align-items: center;
    }

}

.__bg-soft > * {
    z-index: 23;
}

.__bg-soft:before {
    content: '';
    position: absolute;
    inset: 0 1rem 0 .25rem;
    background: url('../images/icons/icons__system/__bg.png') center no-repeat transparent;
    background-size: contain;
    opacity: .08;
    z-index: 1;
}

.system-soft__icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--basic-white);
    border-radius: 50%;
    z-index: 12;
}

.system-soft__icon > * {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    margin: auto;
}

.system-soft__item.fd-column > .system-soft__icon {
    margin: auto 0 0 auto;
}

.system-soft__item.fw-nowrap > .__title + .system-soft__icon {
    margin: -8px 0 -8px auto;
}

@media screen and (max-width: 760px) {
        
    .system-soft__item.fd-column > .system-soft__icon {
        margin: -8px 0 -8px auto;
    }

}

.system-soft__item.fd-column > .__title {
    padding-bottom: 128px;
}

.system-soft__item.fw-nowrap > .__title {
    width: calc(100% - 56px);
}

@media screen and (max-width: 760px) {
        
    .system-soft__item.fd-column > .__title {
        width: calc(100% - 56px);
        padding-bottom: 0;
    }

}

.system-soft__docs {
    position: relative;
}

.system-soft__docs > .__icon {
    position: relative;
    width: 40px;
    height: 48px;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.system-soft__docs > * + .__name {
    margin-top: 4px;
}

.system-soft__item .__with-arrow:before,
.system-soft__item .__with-arrows:before {
    content: '';
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 40px;
    /*border-left: 1.5px dotted var(--basic-orange-dark);*/
    z-index: 1;
}

.system-soft__item .__with-arrow:before {
    width: 8px;
    background: url('../images/icons/icons__system/__arrow-down.svg') center no-repeat transparent;
    background-size: contain;
}

.system-soft__item .__with-arrows:before {
    width: 18px;
    background: url('../images/icons/icons__system/__arrows__up-down.svg') center no-repeat transparent;
    background-size: contain;
}

.system-soft__item .__with-arrow.__long-arrows:before,
.system-soft__item .__with-arrows.__long-arrows:before {
    width: 18px;
    height: 56px;
    background: url('../images/icons/icons__system/__arrows__up-down__big.svg') center no-repeat transparent;
    background-size: contain;
}

.system-soft__line {
    position: absolute;
    right: 88px;
    bottom: 40px;
    display: block;
    width: 250%;
    height: 24px;
    background: var(--basic-orange);
    border-radius: 24px;
    z-index: 1;
}

.system-soft__line > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: block;
    width: calc(100% - 24px);
    height: 1.5px;
    border-top: 1.5px dotted var(--basic-orange-dark);
    z-index: 1;
}

.system-soft__line > div:before,
.system-soft__line > div:after {
    content: '';
    position: absolute;
    top: calc(50% - .75px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 4px;
    background: var(--basic-orange-dark);
    border-radius: 50%;
    z-index: 1;
}

.system-soft__line > div:before {
    left: 0;
}

.system-soft__line > div:after {
    right: 0;
}

@media screen and (max-width: 760px) {
        
    .system-soft__line {
        right: calc(50% - 12px);
        bottom: calc(100% + 12px);
        width: 24px;
        height: 510%;
    }

}

    /*** ------------ system__footer ------------ ***/

.system__footer {
    padding: 32px 32px 0;
    color: var(--basic-silver);
}

* + .system__footer {
    margin-top: 16px;
}

.system__footer:before {
    content: '';
    position: absolute;
    inset: 0 32px 8px;
    border-radius: 0 0 16px 16px;
    border: 1.5px dashed var(--basic-silver);
    border-top: 0;
    z-index: 1;
}

.system__footer > * {
    position: relative;
}

.system-footer__content {
    margin: auto;
    padding: 0 16px;
    background: var(--basic-white);
    z-index: 12;
}

.system-footer__content > .__icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.system-footer__content > .__icon > * {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.system-footer__content > .__icon + * {
    margin: 1px 0 0 16px;
}

@media screen and (max-width: 760px) {
        
    .system__footer:before {
        inset: 0 0 8px;
    }

}

/*** ------------ end.system__wrap ------------ ***/



/*** ------------ config__wrap ------------ ***/

.config__wrap {
    padding: 48px 0;
    background: var(--basic-grey-light);
}

.config-wrap__title > * {
    margin-bottom: 0 !important;
}

* + .config__block {
    margin-top: 32px;
}

.config__block {
    padding: 48px;
    background: var(--basic-white);
}

.config-block__item + .config-block__item {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid var(--basic-grey-border);
}

.config-block__title > .text__title.__h4 {
    padding-top: 8px;
}

.config-block__buttons {
    margin-top: -8px;
}

.config-block__buttons .__button {
    position: relative;
	display: inline-block;
	margin: 8px 8px 0 0;
}

.config-block__buttons .__button input[type=radio] {
	display: none;
}

.config-block__buttons .__button label {
	display: inline-block;
	cursor: pointer;
	padding: 8px 16px;
	min-width: 160px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid var(--basic-grey-border);
	border-radius: 8px;
	user-select: none;
	text-align: center;
    transition: all .4s ease;
}
 
/* Checked */
.config-block__buttons .__button input[type=radio]:checked + label {
	color: var(--basic-orange-dark);
	border-color: var(--basic-orange-dark);
    transition: all .4s ease;
}
 
/* Hover */
.config-block__buttons .__button label:hover {
	color: #666;
}
 
/* Disabled */
.config-block__buttons .__button input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

    /*** ------------ config-block__link ------------ ***/

.config-block__link {
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 0 4px;
    margin: auto;
    cursor: pointer;
    text-decoration: underline;
    transition: all .4s ease;
}

.config-block__link:hover {
	color: #666;
    transition: all .4s ease;
}

* + .config-block__link {
    margin-top: 8px;
}

.config-block__gall {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    box-shadow: 0 16px 32px rgb(0 0 0 / 12%);
    border-radius: 16px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .4s ease;
    z-index: 100;
}   

.config-block__link.__clicked + .config-block__gall {
    top: 50%;
    opacity: 1;
    pointer-events: all;
    transition: all .4s ease;
}

.config-block__gall > div {
    position: relative;
    display: flex;
    min-width: 256px;
    max-width: 360px;
    height: auto;
    background: var(--basic-white);
    padding: 16px;
    overflow: hidden;
}

.config-block__gall > div > img,
.__label-preview > img {
    max-width: 100%;
    margin: auto;
}
    
.__label-preview {
    position: relative;
    display: none;
    width: 160px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    margin: 0 auto 12px;
    overflow: hidden
}

/*.config-block__item:nth-child(2) .config-block__buttons > .__button:nth-child(1) .__label-preview {
    display: none;
}*/

    /*** ------------ end.config__wrap ------------ ***/

/*.config-block__item:nth-child(3) .config-block__buttons > .__button:not(:first-child),
.config-block__item:nth-child(5) .config-block__buttons > .__button:nth-child(3),
.config-block__item:nth-child(5) .config-block__buttons > .__button:nth-child(4) {
    display: none !important;
}*/

/*** ------------ end.config__wrap ------------ ***/



/*** ------------ config__overlay ------------ ***/

.config__overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 900;
}

.config__overlay.__show {
    pointer-events: all;
}

/*** ------------ end.config__overlay ------------ ***/



/*** ------------ feedback__wrap ------------ ***/

.feedback__wrap,
.feedback__catalog {
    width: 100%;
    max-width: 592px;
    margin: auto;
    z-index: 19;
}

* + .feedback__wrap {
    margin-top: 3rem;
}

.feedback__wrap.__bg,
.feedback__catalog.__bg {
    padding: 2rem;
}

.__bg + .__bg {
    margin-top: 2px;
}

.__bg.bg__white {
    background: var(--basic-white);
}

.feedback__wrap.__center {
    margin-left: auto;
    margin-right: auto;
    padding: 0 16%;
}

.feedback__wrap.__bg .feedback__form:first-child,
.feedback__block > .item {
    margin-top: -1.5rem;
}

.feedback-form__group {
    margin-top: 1.5rem;
}

.feedback-form__group:not(.wrap) {
    width: calc(50% - .25rem);
}

.feedback__form input[type="text"],
.feedback__form input[type="date"],
.feedback__form input[type="number"],
.feedback__form textarea,
.feedback__form input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    background: rgba(0,0,0,.08) !important;
    border-radius: .5rem;
    border: 1px solid transparent;
}

.feedback__form input[type="text"],
.feedback__form input[type="date"],
.feedback__form input[type="number"],
.feedback__form input[type="submit"] {
    min-height: 3.5rem;
    max-height: 3.5rem;
}

.feedback__form input[type="text"] {
}

.feedback__form input[type="text"]:focus,
.feedback__form input[type="date"]:focus,
.feedback__form input[type="number"]:focus,
.feedback__form textarea:focus {
    border-color: rgba(45,42,38,.32);
}

.feedback__form input[type="submit"] {
    max-width: 24rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: var(--basic-white);
    border-color: transparent;
    background: var(--basic-orange-dark) !important;
    transition: all .4s ease;
}

.feedback__wrap.__center .feedback__form input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
}

.feedback__form input[type="submit"]:hover {
    color: var(--basic-white);
    background: var(--basic-black) !important;
    transition: all .4s ease;
}

.feedback__form .feedback-form__group.__disabled,
.feedback__form .feedback-form__group.__no-touch {
    cursor: not-allowed;
}

.feedback__form .feedback-form__group.__disabled input[type="submit"] {
    pointer-events: none;
    color: var(--basic-white);
    background: var(--basic-grey);
    transition: var(--transitionLong);
}

.feedback__form .feedback-form__group.__no-touch input {
    color: var(--basic-grey);
    pointer-events: none;
}

.feedback__wrap.__center .__p {
    text-align: center;
}

.feedback__block textarea {
    height: 100%;
    max-height: 12rem;
}

.feedback__form .__label {
    padding: 0 1rem .25rem;
    color: var(--basic-grey);
}

.feedback__form * + .__label:last-child {
    padding: .25rem 1rem 0;
}

.feedback-form__checkbox {
    padding: .5rem 0;
}

.feedback-form__checkbox > .__checkbox {
    position: relative;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--basic-black);
    border-radius: .375rem;
    cursor: pointer;
    transition: var(--transition);
}

.feedback-form__checkbox > .__checkbox:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/icons/icons__all/icon__check-black.svg') center no-repeat transparent;
    background-size: 75%;
    opacity: 0;
    transition: var(--transition);
}

.feedback-form__checkbox > .__checkbox.__active:before {
    opacity: 1;
    transition: var(--transition);
}

.feedback-form__checkbox > .__checkbox + * {
    max-width: calc(100% - 1.25rem);
    padding-left: .75rem;
}

@media (width < 56rem) {
           
    * + .feedback__wrap {
        margin-top: 2rem;
    }
   
    .feedback__wrap.__center {
        padding: 0;
    }
        
    .feedback__wrap.__bg-gold:before {
        left: -1rem;
        height: calc(100% + 6rem);
    }
    
    .feedback-form__group:not(.wrap) {
        width: 100%;
    }
    
    .feedback__wrap.__bg {
        padding: 2rem 1rem;
        border-radius: 2rem;
    }

}

/*** ------------ end.feedback__wrap ------------ ***/



/*** ------------ feedback__catalog ------------ ***/

.feedback__catalog {
    z-index: 12;
}

.feedback-catalog__item.__img {
    padding-top: 100%;
    overflow: hidden;
}

.feedback-catalog__item.__img > div {
    position: absolute;
    inset: 0;
    background: var(--basic-grey-pale);
    border-radius: 50%;
    border: 1.5px solid var(--basic-grey-border);
    overflow: hidden;
}

.feedback-catalog__item .__no-copy {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE 10+ и Edge */
    user-select: none;  
}

/*** ------------ end.feedback__catalog ------------ ***/


/*** ------------ __copy-wrap ------------ ***/

.__copy-wrap + * {
    margin-top: 18px;
}

.__copy-wrap > p {
    width: calc(100% - 48px);
    margin: 0;
}

.__copy-wrap > button {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('../assets/__img/i/icon__copy-black.svg') center no-repeat  rgba(0,0,0,.08);
    background-size: 50%;
    border-radius: 8px;
    cursor: pointer;
    border: 0;
    transition: all .4s ease;
    z-index: 101;
}

.__copy-wrap > button:hover {
    opacity: .64;
    transition: all .4s ease;
}