@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');


@font-face {font-family: 'Plumb'; src: url('https://nomail.com.ua/files/eot/dbb56b6ecbf217d4203ff4992543a939.eot?#iefix') format('embedded-opentype'), url('https://nomail.com.ua/files/woff/dbb56b6ecbf217d4203ff4992543a939.woff') format('woff'), url('https://nomail.com.ua/files/woff2/dbb56b6ecbf217d4203ff4992543a939.woff2') format('woff2');}	
@font-face {font-family: 'Plumb-Black';  src: local('Plumb-Black'), url('https://nomail.com.ua/files/woff/dbb56b6ecbf217d4203ff4992543a939.woff') format('woff'); }
	

/* Настройки шаблона */
:root, body {font-size: 10px;}
@media screen and (min-width: 576px) {
	:root, body {font-size: 12px;}
}
@media screen and (min-width: 768px) {
	:root, body {font-size: 12px;}
}
@media screen and (min-width: 992px) {
	:root, body {font-size: 14px;}
}
@media screen and (min-width: 1200px) {
	:root, body {font-size: 16px;}
}

/* Элементы */

html {width: calc(100% + calc(100vw - 100%)); overflow-x: hidden;}
body {display: flex; flex-direction: column; margin: 0 auto; max-width: 1920px; font-family: 'Gilroy', sans-serif; color: #000; outline: 1px solid #ddd; overflow-x: hidden; background: #F2F2F2;}

h1, .h1 {font-family: 'Plumb'; font-size: 5.18rem; line-height: 6.125rem; font-weight: bold;}
h2, .h2 {font-family: 'Gilroy'; font-style: normal; font-weight: 700; font-size: 2.6rem; line-height: 3.3rem;}
h3, .h3 {font-family: 'Gilroy'; font-style: normal; font-weight: 700; font-size: 1.75rem; line-height: 2.18rem;}
h4, .h4 {font-family: 'Gilroy'; font-style: normal; font-weight: 400; font-size: 1.5rem; line-height: 1.8rem;}
.h4-s1 { font-family: 'Gilroy'; font-style: normal; font-weight: 700; font-size: 1.5rem; line-height: 1.875rem;}
h5, .h5 { font-family: 'Gilroy'; font-style: normal; font-weight: 300; font-size: 0.875rem; line-height: 1rem;}
.h5-s1 {font-family: 'Gilroy'; font-style: normal; font-weight: 300; font-size: 0.875rem; line-height: 1rem;}
/* p, .p {font-family: 'Gilroy'; font-style: normal; font-weight: 400; font-size: 1.125rem; line-height: 1.375rem;} */
a {text-decoration: none; color: #000;}

/* Баннеры */

#b-1 img { object-fit: contain; margin: 0 auto;}
#b-1 .banneritem { background: #fff; }
#b-2::before {background: #fff;}
#b-2 img { object-fit: cover; width: 100%; height: 100%; }
#b-3 img { object-fit: cover; width: 100%; height: 100%; }

@media screen and (max-width: 1200px) {
	#b-1 img {height: 100%;}
}

#b-2 {padding-top: 62px; padding-bottom: 90px;}

.mod-rating::before {background: #fff;}

/* Общие классы */

#center main {overflow: visible;}
.yellow {color: #FCB316;}
.black {color: #000;}
.btn {border-radius: 10px; padding: 1rem 2.5rem; align-items: center; text-align: center; justify-content: center; color: #000; background-color: #EDC654; transition: 1s all;}
.btn:hover {background-color: #FCB316; transition: 1s all; }
.btn-outline {display: flex; align-items: center; justify-content: center; padding: 1rem 2.5rem; color: #000; border: 2px solid #BDBDBD; border-radius: 10px; transition: 1s all;}
.btn-outline:hover {background-color: #DADADA; transition: 1s all;}
.circle_btn {padding: 1rem 2.5rem; width: 9.375rem; height: 9.375rem; border-radius: 50%; background: #EDC654; display: flex; align-items: center; text-align: center; justify-content: center; font-family: 'Plumb'; transition: 1s all; font-weight: 900;}
.circle_btn:hover {background-color: #FCB316; transition: 1s all; }

/* Переопределения Bootstrap */

.container {position: relative;}


/* Странница рейтинга */

body.rejting .selects {display: flex; border: 2px #BDBDBD solid; padding: 0; align-items: center; border-radius: 10px;}
body.rejting .selects .custom-select-opener {background-color: none; padding: 1rem 2.2rem; display: block; cursor: pointer; width: 100%; border-left: 1px #BDBDBD solid;}
body.rejting .selects .custom-select-panel {width: 160px;}
body.rejting .title .popast {display: flex; align-items: flex-end; flex-direction: column; margin-bottom: 1rem;}
body.rejting .title .popast .btn {padding: 0.25rem 0.5rem; background-color: unset;}

/* Модальные окна */

#obsujdenie .modal-content {background: #333333; border-radius: 10px;}
#obsujdenie .modal-content .modal-header p.h2 {color: #F2F2F2;}
#obsujdenie .modal-content .form-group .btn-outline::before {content: ''; background: url(/images/modules/mod-rating2022/icon.png) no-repeat center; width: 30px; height: 30px; order: 9;}
#obsujdenie .modal-content .form-group .btn-outline:hover::before {filter: invert(100%) sepia(28%) saturate(67%) hue-rotate(234deg) brightness(110%) contrast(90%); transition: 1s;}
#obsujdenie .modal-content .form-group .btn-outline {border: #EDC654 2px solid;}
#obsujdenie .modal-content .form-group .btn-outline:hover {background-color: #EDC654;}
#obsujdenie .form-group label {color: #F2F2F2; font-family: 'Gilroy'; font-weight: 400; font-size: 14px; line-height: 16px;}


#popast .modal-content {background: #333333; border-radius: 10px;}
#popast .modal-content .modal-header p.h2 {color: #F2F2F2;}
#popast .modal-content .form-group .btn-outline {border: #EDC654 2px solid;}
#popast .modal-content .form-group .btn-outline:hover {background-color: #EDC654;}
#popast .form-group label {color: #F2F2F2; font-family: 'Gilroy'; font-weight: 400; font-size: 14px; line-height: 16px;}

/* Шапка */

.active {display: block !important;}
#top_menu {position: absolute; width: 100%; padding: 6.25rem 6.875rem 3.625rem 6.875rem; top: 200%; right: 0; background: #fff; border-radius: 20px; filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15)); display: none;}
#top_menu::before {position: absolute; width: 90%; margin: auto;left: 0; right: 0;top: 33% ; background: #BDBDBD; height: 1px; content: '';}
#top_menu > .nav {width: 100%; display: flex; justify-content: space-between;}
#top_menu > .nav li a {font-family: 'Plumb', sans-serif; font-style: normal; font-weight: bold; font-size: 2rem; line-height: 100%; display: flex; align-items: center; color: #202020;}
#top_menu > .nav li:hover a {color: #FCB316;}


#navbar-content {width: 100%;}
.navbar-expand-xl .navbar-collapse {flex-direction: column-reverse;}
#header_items {display: flex; justify-content: space-between; width: 100%;}
#header_items .moduletable {font-family: 'Russo One', sans-serif ;}
header#navbar {padding: 36px 0;}
header #header_items .headertext p {padding-top: 1rem; font-size: 1.5rem; text-transform: uppercase; color: #A56C0B; font-family: 'Plumb'; font-weight: 700;}


#swap {border-radius: 50%; background: #F2F2F2; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); position: relative; width: 5.5rem; height: 5.5rem;cursor: pointer;}
#swap span {}
#swap span:nth-child(1) {position: absolute; border: 1px solid #202020; width: 2.1875rem; height: 2px; top: 40%; left: 50%; margin: auto; border-radius: 4px;transition: .3s; transform: translateX(-50%); }
#swap span:nth-child(2) {position: absolute; border: 1px solid #202020; opacity: 1; width: 2.1875rem; height: 2px; top: 50%; left: 50%; margin: auto; border-radius: 4px;transition: .3s; transform: translateX(-50%); }
#swap span:nth-child(3) {position: absolute; border: 1px solid #202020; width: 2.1875rem; height: 2px; top: 60%; left: 50%; margin: auto; border-radius: 4px;transition: .3s; transform: translateX(-50%); }
#swap span.lol:nth-child(1) {left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg);transform-origin: center;transition: .3s;}
#swap span.lol:nth-child(2) {transition: .3s;opacity: 0;}
#swap span.lol:nth-child(3) {left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);transform-origin: center;transition: .3s;}

/* Подвал */
footer {background:  #F6F8F9;}
.footer_items {padding-top: 3.75rem; padding-bottom: 3.125rem; justify-content: space-between; padding-left: 3rem;}
.footer_items .item_phone a {color: #000; font-size: 1.5rem; font-family: 'Plumb'; font-weight: 900;}
.footer_items .item_office {font-family: 'Plumb'; color: #4F4F4F; font-size: 1.5rem; font-weight: 700;}
.footer_items .item_text {font-family: 'Plumb'; font-weight: 700; font-size: 1.5rem;  color: #A56C0B;}

/* Модули */

.under_header {margin-top: 1rem; margin-bottom: 1.5rem;}
.under_header .col-lg-4 {padding-top: 1rem; font-size: 1.5rem; text-transform: uppercase; color: #A56C0B; font-family: 'Plumb'; font-weight: 700;}

.mod-slider {margin-bottom: 20rem;}

.mod-slider .p_img img {position: absolute; left: 50%; margin-left: -960px; z-index: -1;}
.mod-slider .item .text {font-size: 5rem; font-family: 'Plumb'; line-height: 1.2; font-weight: 900;}
.mod-slider .owl-next {display: none;}
.mod-slider .owl-carousel .owl-stage-outer {overflow: visible;}
.mod-slider .owl-carousel .owl-nav {position: absolute; top: 60%; font-size: 10rem; max-width: 1300px; width: 100vw; transform: translateX(-50%); transform: -webkit-translateX(-50%); left: 50%; color: gray; font-weight: 200;}
.mod-slider .owl-item.active {opacity: 1; transition: .3s}
.mod-slider .owl-item:not(.active) {opacity: 0; transition: .3s;}


.mod-feedback {margin-bottom: 500px;}
.mod-feedback .inputtext .border:nth-child(2) {margin-left: 0.7rem;}
.mod-feedback .inputtext .item .block .btn {width: 100%;}
.mod-feedback .inputtext .item .block .btn-outline {margin-left: 0.7rem; width: 100%;}
.mod-feedback .inputtext .item .block #file_zakaz {display: none;}
.mod-feedback .inputtext .item:nth-child(1) .border:nth-child(2) {position: relative;}
.mod-feedback .inputtext .item:nth-child(1) .border:nth-child(2)::before {content: "мес."; background: url(/images/modules/mod-feedback/arrow.svg) right no-repeat; position: absolute; right: 0; padding-right: 30px; border-left: 2px solid #BDBDBD; padding-left: 20px; height: 100%; top: 0; padding-top: 10px; font-size: 1.3rem; margin-right: 20px; pointer-events: none;}
.mod-feedback .inputtext .item:nth-child(1) .border:nth-child(2) select {appearance: none;}
.mod-feedback .left-before {position: relative;}
.mod-feedback .right-before {position: relative;}
.mod-feedback .left-before::before {content: '';background: url('/images/modules/mod-feedback/001.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: 0; left: 50%; margin-left: -960px;}
.mod-feedback .left-before::after {content: '';background: url('/images/modules/mod-feedback/004.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: 0; left: 50%; margin-left: -960px;}
.mod-feedback .right-before::before {content: ''; background: url('/images/modules/mod-feedback/002.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: -100px;; right: 50%; margin-right: -960px; background-position: right;}
.mod-feedback .right-before::after {content: ''; background: url('/images/modules/mod-feedback/003.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: 0; right: 50%; margin-right: -960px; background-position: right;}
.mod-feedback .right-before {position: relative;}
.mod-feedback .left-before::before,
.mod-feedback .left-before::after,
.mod-feedback .right-before::before,
.mod-feedback .right-before::after {pointer-events: none;}
.mod-feedback .title p {font-style: normal; font-weight: 700; font-size: 5rem; line-height: 90px; color: #202020;}
.mod-feedback .inputtext {display: flex;}
.mod-feedback .inputtext .right_block .btn-outline {cursor: pointer;}
.mod-feedback .inputtext .border {display: flex; flex-direction: column; margin-bottom: 1.5rem; height: 54px; padding: 0.25rem 1rem;}
.mod-feedback .inputtext .border {background: #DADADA; border-radius: 10px;}
.mod-feedback .inputtext .border label {font-family: 'Plumb'; font-weight: 600; font-size: 12px; margin-bottom: 0.25rem; opacity: 0.7;}
.mod-feedback .inputtext .border select {background: #DADADA; border-radius: 10px; border: none; outline: none;}
.mod-feedback .inputtext .border input {background: #DADADA; border-radius: 10px; border: none; outline: none;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {border-radius: 50%;}
.ui-slider-horizontal .ui-slider-handle {top: -0.6em;}
.ui-widget.ui-widget-content {border: 2px solid #C9A33D}


.mod-uslugi .bord {border: 2px solid #A56C0B; border-radius: 50px; padding: 85px 81px; margin: 0; justify-content: space-between;}
.mod-uslugi .number,
.mod-uslugi .title {font-family: 'Plumb';}
.mod-uslugi .stage {display: flex; margin-bottom: 1.5rem; flex-wrap: wrap;}
.mod-uslugi .stage .item {background-color: #EDC654; border-radius: 10px; text-align: center; margin-right: 1.5rem; padding: 0.375rem 1.25rem; margin-bottom: 1rem;}
.mod-uslugi .raiting {display: flex;}

.mod-premia.bg-color::before { content: ''; background: url('/images/modules/mod-premia/001.jpg') no-repeat top; top: 4rem;}
.mod-premia .text {display: flex; align-items: center; color: #fff;}


.mod-rating .wrapper {display: flex;}
.mod-rating .wrapper .wrapper_tabs .nav.nav-tabs {display: flex; justify-content: flex-end; border: none;}
.mod-rating .wrapper .wrapper_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #000; background-color: #EDC654; border-radius: 10px;}
.mod-rating .wrapper .wrapper_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {color: #EDC654; background-color: #F2F2F2; border-radius: 10px; border: 1px solid #EDC654;}
.mod-rating .wrapper .wrapper_tabs .nav-tabs .nav-item .nav-link {margin-bottom: 0.75rem;}



.rejting .element .text-end button {background: none; padding: 0.4rem 2rem; color: #EDC654;}
.rathing thead .ball::before,
.rathing thead .price::before,
.rathing thead .clients::before,
.rathing thead .reviews::before,
.rathing thead .obsudit::before{content: ''; background: url(/images/modules/mod-rating2022/icon_head.png) no-repeat center; width: 30px; height: 30px;}
.rathing thead .icon {position: relative;}

.rejting .element .reviews::before {content: ''; background: url(/images/modules/mod-rating2022/icon_reviews.png) no-repeat center; width: 30px; height: 30px; order: 9;}
.rejting .element .text-end button:hover {background: #EDC654; padding: 0.4rem 2rem; color: #fff;}
.rathing thead tr th {font-family: 'Gilroy'; font-weight: 400;}
.element td {vertical-align: middle;}
.element .number,
.element .title {font-family: 'Plumb';}


.mod-rating .wrapper_text {font-family: 'Plumb'; font-style: normal; font-weight: 400; font-size: 24px; line-height: 28px; color: #4F4F4F; margin-bottom: 140px;}
.mod-rating .wrapper button {padding: 16px 15px;}
.mod-rating #myTabContent .cubs:not(.animate) {opacity: 0;}
.mod-rating #myTabContent .cubs.animate {opacity: 1;}


.mod-rating #myTabContent #agenstva .cubs.animate + .right {animation: fade-left 3.5s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs { perspective: 2700px; width: 100%; perspective-origin: center -80rem; height: 100%; position: relative; }
.mod-rating #myTabContent #agenstva {height: 80vh; position: relative;}
.mod-rating #myTabContent #agenstva .right {position: absolute; top: 50px; right: 0;}
.mod-rating #myTabContent #agenstva .cubs .under_bronze { position: absolute; left: 40%; z-index: 99999;}
.mod-rating #myTabContent #agenstva .cubs.animate .under_bronze { position: absolute; left: 40%; z-index: 99999; animation: to-upper_bronze 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #agenstva .cubs .cube_bronze {position: absolute; left: 35%; top: 45%;}
.mod-rating #myTabContent #agenstva .cubs .side,
.mod-rating #myTabContent #agenstva .cubs .cube_bronze {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_bronze {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 1s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs .cube_bronze .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_bronze .top {transform: translate(0, 50%) rotateX(90deg); background: #F2CD95; animation: to-up 1s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_bronze .front {height: 0rem; transform: translateZ(5rem); background: #DBAA60; animation: resize 1s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_bronze .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background: #A56C0B; animation: resize 1s linear forwards;}

.mod-rating #myTabContent #agenstva .cubs .under_silver {position: absolute; left: 29%; z-index: 99999; }
.mod-rating #myTabContent #agenstva .cubs.animate .under_silver {position: absolute; left: 29%; z-index: 99999; animation: to-upper_silver 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #agenstva .cubs .cube_silver {position: absolute; left: 23%; top: 30%;}
.mod-rating #myTabContent #agenstva .cubs .side,
.mod-rating #myTabContent #agenstva .cubs .cube_silver {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_silver {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 1.5s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs .cube_silver .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_silver .top {transform: translate(0, 50%) rotateX(90deg); background: #F9F8F7; animation: to-up 1.5s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_silver .front {height: 0rem; transform: translateZ(5rem); background: #D9D9D9; animation: resize 1.5s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_silver .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background: #7F7F7F; animation: resize 1.5s linear forwards;}

.mod-rating #myTabContent #agenstva .cubs .under_gold {position: absolute; left: 18%; z-index: 99999; }
.mod-rating #myTabContent #agenstva .cubs.animate .under_gold {position: absolute; left: 18%; z-index: 99999; animation: to-upper_gold 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #agenstva .cubs .cube_golg {position: absolute; left: 12%; top: 15%;}
.mod-rating #myTabContent #agenstva .cubs .side,
.mod-rating #myTabContent #agenstva .cubs .cube_golg {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_golg {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 2s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs .cube_golg .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_golg .top {transform: translate(0, 50%) rotateX(90deg); background: #F8EA9A; animation: to-up 2s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_golg .front {height: 0rem; transform: translateZ(5rem); background: #EDC654; animation: resize 2s linear forwards;}
.mod-rating #myTabContent #agenstva .cubs.animate .cube_golg .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background:  #C9A33D; animation: resize 2s linear forwards;}


.mod-rating #myTabContent #smm .cubs.animate + .right {animation: fade-left 3.5s linear forwards;}
.mod-rating #myTabContent #smm .cubs { perspective: 2700px; width: 100%; perspective-origin: center -80rem; height: 100%; position: relative; }
.mod-rating #myTabContent #smm {height: 80vh; position: relative;}
.mod-rating #myTabContent #smm .right {position: absolute; top: 50px; right: 0;}
.mod-rating #myTabContent #smm .cubs .under_bronze { position: absolute; left: 40%; z-index: 99999;}
.mod-rating #myTabContent #smm .cubs.animate .under_bronze { position: absolute; left: 40%; z-index: 99999; animation: to-upper_bronze 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #smm .cubs .cube_bronze {position: absolute; left: 35%; bottom: 30px;}
.mod-rating #myTabContent #smm .cubs .side,
.mod-rating #myTabContent #smm .cubs .cube_bronze {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #smm .cubs.animate .cube_bronze {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 1s linear forwards;}
.mod-rating #myTabContent #smm .cubs .cube_bronze .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #smm .cubs.animate .cube_bronze .top {transform: translate(0, 50%) rotateX(90deg); background: #F2CD95; animation: to-up 1s linear forwards;}
.mod-rating #myTabContent #smm .cubs.animate .cube_bronze .front {height: 0rem; transform: translateZ(5rem); background: #DBAA60; animation: resize 1s linear forwards;}
.mod-rating #myTabContent #smm .cubs.animate .cube_bronze .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background: #A56C0B; animation: resize 1s linear forwards;}

.mod-rating #myTabContent #smm .cubs .under_silver {position: absolute; left: 29%; z-index: 99999; }
.mod-rating #myTabContent #smm .cubs.animate .under_silver {position: absolute; left: 29%; z-index: 99999; animation: to-upper_silver 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #smm .cubs .cube_silver {position: absolute; left: 23%; bottom: 155px}
.mod-rating #myTabContent #smm .cubs .side,
.mod-rating #myTabContent #smm .cubs .cube_silver {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #smm .cubs.animate .cube_silver {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 1.5s linear forwards;}
.mod-rating #myTabContent #smm .cubs .cube_silver .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #smm .cubs.animate .cube_silver .top {transform: translate(0, 50%) rotateX(90deg); background: #F9F8F7; animation: to-up 1.5s linear forwards;}
.mod-rating #myTabContent #smm .cubs.animate .cube_silver .front {height: 0rem; transform: translateZ(5rem); background: #D9D9D9; animation: resize 1.5s linear forwards;}
.mod-rating #myTabContent #smm .cubs.animate .cube_silver .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background: #7F7F7F; animation: resize 1.5s linear forwards;}

.mod-rating #myTabContent #smm .cubs .under_gold {position: absolute; left: 18%; z-index: 99999; }
.mod-rating #myTabContent #smm .cubs.animate .under_gold {position: absolute; left: 18%; z-index: 99999; animation: to-upper_gold 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #smm .cubs .cube_golg {position: absolute; left: 12%; bottom: 270px;}
.mod-rating #myTabContent #smm .cubs .side,
.mod-rating #myTabContent #smm .cubs .cube_golg {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #smm .cubs.animate .cube_golg {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 2s linear forwards;}
.mod-rating #myTabContent #smm .cubs .cube_golg .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #smm .cubs.animate .cube_golg .top {transform: translate(0, 50%) rotateX(90deg); background: #F8EA9A; animation: to-up 2s linear forwards;}
.mod-rating #myTabContent #smm .cubs.animate .cube_golg .front {height: 0rem; transform: translateZ(5rem); background: #EDC654; animation: resize 2s linear forwards;}
.mod-rating #myTabContent #smm .cubs.animate .cube_golg .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background:  #C9A33D; animation: resize 2s linear forwards;}


.mod-rating #myTabContent #razrabotka .cubs.animate + .right {animation: fade-left 3.5s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs { perspective: 2700px; width: 100%; perspective-origin: center -80rem; height: 100%; position: relative; }
.mod-rating #myTabContent #razrabotka {height: 80vh; position: relative;}
.mod-rating #myTabContent #razrabotka .right {position: absolute; top: 50px; right: 0;}
.mod-rating #myTabContent #razrabotka .cubs .under_bronze { position: absolute; left: 40%; z-index: 99999;}
.mod-rating #myTabContent #razrabotka .cubs.animate .under_bronze { position: absolute; left: 40%; z-index: 99999; animation: to-upper_bronze 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #razrabotka .cubs .cube_bronze {position: absolute; left: 35%; bottom: 30px;}
.mod-rating #myTabContent #razrabotka .cubs .side,
.mod-rating #myTabContent #razrabotka .cubs .cube_bronze {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_bronze {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 1s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs .cube_bronze .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_bronze .top {transform: translate(0, 50%) rotateX(90deg); background: #F2CD95; animation: to-up 1s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_bronze .front {height: 0rem; transform: translateZ(5rem); background: #DBAA60; animation: resize 1s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_bronze .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background: #A56C0B; animation: resize 1s linear forwards;}

.mod-rating #myTabContent #razrabotka .cubs .under_silver {position: absolute; left: 29%; z-index: 99999; }
.mod-rating #myTabContent #razrabotka .cubs.animate .under_silver {position: absolute; left: 29%; z-index: 99999; animation: to-upper_silver 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #razrabotka .cubs .cube_silver {position: absolute; left: 23%; bottom: 155px}
.mod-rating #myTabContent #razrabotka .cubs .side,
.mod-rating #myTabContent #razrabotka .cubs .cube_silver {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_silver {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 1.5s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs .cube_silver .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_silver .top {transform: translate(0, 50%) rotateX(90deg); background: #F9F8F7; animation: to-up 1.5s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_silver .front {height: 0rem; transform: translateZ(5rem); background: #D9D9D9; animation: resize 1.5s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_silver .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background: #7F7F7F; animation: resize 1.5s linear forwards;}

.mod-rating #myTabContent #razrabotka .cubs .under_gold {position: absolute; left: 18%; z-index: 99999; }
.mod-rating #myTabContent #razrabotka .cubs.animate .under_gold {position: absolute; left: 18%; z-index: 99999; animation: to-upper_gold 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
.mod-rating #myTabContent #razrabotka .cubs .cube_golg {position: absolute; left: 12%; bottom: 270px;}
.mod-rating #myTabContent #razrabotka .cubs .side,
.mod-rating #myTabContent #razrabotka .cubs .cube_golg {transform-style: preserve-3d; transform:  rotatey(45deg);}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_golg {transform-style: preserve-3d; transform: rotateY(45deg); animation: resize 2s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs .cube_golg .side {position: absolute; left: 0; bottom: 0; transform: translate(0, -100%); width: 10rem; height: 10rem;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_golg .top {transform: translate(0, 50%) rotateX(90deg); background: #F8EA9A; animation: to-up 2s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_golg .front {height: 0rem; transform: translateZ(5rem); background: #EDC654; animation: resize 2s linear forwards;}
.mod-rating #myTabContent #razrabotka .cubs.animate .cube_golg .left {height: 20rem; transform: translate(-5rem, 0%) rotateY(90deg); background:  #C9A33D; animation: resize 2s linear forwards;}

@keyframes fade-left {
   0% {
      right: -100px; opacity: 0;
   }
   55%{
	opacity: 0;
   }
   70%{
	opacity: 0;
   }
    100% {
        right: 0px; opacity: 1;
    }
}
@keyframes fade-left-767 {
   0% {
      right: -200px; opacity: 0;
   }
   55%{
	opacity: 0;
   }
   70%{
	opacity: 0;
   }
    100% {
        right: -100px; opacity: 1;
    }
}
@keyframes fade-left-575 {
   0% {
      right: -200px; opacity: 0;
   }
   55%{
	opacity: 0;
   }
   70%{
	opacity: 0;
   }
    100% {
        right: 0px; opacity: 1;
    }
}
@keyframes resize {
   0% {
      height: 0rem;
   }
    100% {
        height: 20rem;
    }
}

@keyframes to-up {
   0% {
      transform: translate(0, 50%) rotateX(90deg);
	}
    100% {
      transform: translate(0, -150%) rotateX(90deg);
    }
}

@keyframes to-upper_gold {
	0% {
		top: 80px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: -60px;
		opacity: 1;
	}
}
@keyframes to-upper_silver {
	0% {
		top: 185px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 50px;
		opacity: 1;
	}
}
@keyframes to-upper_bronze {
	0% {
		top: 310px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 180px;
		opacity: 1;
	}
}
@keyframes to-upper_gold_1200 {
	0% {
		top: -40px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: -110px;
		opacity: 1;
	}
}
@keyframes to-upper_silver_1200 {
	0% {
		top: 80px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 0px;
		opacity: 1;
	}
}
@keyframes to-upper_bronze_1200 {
	0% {
		top: 180px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 120px;
		opacity: 1;
	}
}
@keyframes to-upper_gold_991 {
	0% {
		top: 100px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: -15px;
		opacity: 1;
	}
}
@keyframes to-upper_silver_991 {
	0% {
		top: 125px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 40px;
		opacity: 1;
	}
}
@keyframes to-upper_bronze_991 {
	0% {
		top: 200px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 105px;
		opacity: 1;
	}
}
@keyframes to-upper_gold_767 {
	0% {
		top: 50px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: -10px;
		opacity: 1;
	}
}
@keyframes to-upper_silver_767 {
	0% {
		top: 100px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 47px;
		opacity: 1;
	}
}
@keyframes to-upper_bronze_767 {
	0% {
		top: 160px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 110px;
		opacity: 1;
	}
}
@keyframes to-upper_gold_575 {
	0% {
		top: 50px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 30px;
		opacity: 1;
	}
}
@keyframes to-upper_silver_575 {
	0% {
		top: 132px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 82px;
		opacity: 1;
	}
}
@keyframes to-upper_bronze_575 {
	0% {
		top: 180px;
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	100% {
		top: 129px;
		opacity: 1;
	}
}


.mod-reviews.bg-color::before {content: ''; background: url(/images/modules/mod-reviews/001.jpg) top no-repeat; top: -10%; height: 100%;}
.mod-reviews .title {padding-bottom: 8.75rem; padding-top: 35.625rem;}
.mod-reviews .cards {background: #FFFFFF; padding: 1.5rem; border-radius: 20px;}
.mod-reviews .head {display: flex; align-items: center;}
.mod-reviews .text {padding-bottom: 35px;}
.mod-reviews .data {opacity: 0.8; font-weight: 700; color: #A56C0B;}
.mod-reviews .head img {border-radius: 50%; height: 110px; width: 110px; object-fit: cover;}

.mod-podbor {position: relative !important; height: 100vh;}
.mod-podbor .under_title {padding: 0rem 1rem; margin-bottom: 2rem; font-size: 1.5rem; font-family: 'Plumb'; font-weight: 900; opacity: 0.7;}
.mod-podbor::before {content: '';background: url('/images/modules/mod-podbor/001.png') no-repeat center;width: 1137px;position: absolute;right: 50%;margin-right: -60rem;z-index: 9;height: 820px;bottom: 0; background-size: contain;}
.mod-podbor .black_border {padding: 1.75rem 1rem; background: #333333; border-radius: 10px;}
.mod-podbor input {border-radius: 10px; padding: 16px; outline: none; padding-left: 1rem;}
.mod-podbor label {color: #F2F2F2; margin-bottom: 0.25rem; font-family: 'Plumb'; font-weight: 900; font-size: 14px; opacity: 0.8;}
.mod-podbor .name {display: flex; flex-direction: column;}
.mod-podbor input:focus-visible {border: 2px solid #E0C35C;}
.mod-podbor .email {display: flex; flex-direction: column;}

.mod-fadress .item_adress p {font-family: 'Plumb'; font-style: normal; font-weight: 400; font-size: 1.5rem; line-height: 28px; color: #333;}

.mod-veter {height: 90px;}
.mod-veter.bg-color::before {content: '';background: url('/images/modules/mod-veter/001.png') no-repeat center;height: 90px;}

.mod-reklama-slider .p_img img {position: absolute; z-index: -1;}
.mod-reklama-slider .item .text {color: #fff;}
.mod-reklama-slider .item .circle_btn {color: #000; padding: 16px 39px; text-align: center;}
.mod-reklama-slider .banner .owl-stage-outer {overflow: visible; height: 768px !important;}

.mod-preimushhestva {position: relative; margin-bottom: 3rem;}
.mod-preimushhestva.bg-color::before {background: url('/images/modules/mod-preimushhestva/004.jpg') no-repeat; z-index: 1; left: 51%; margin-left: unset;}
.mod-preimushhestva .title {margin-bottom: 5rem; font-family: 'Plumb'; font-style: normal; font-weight: 700; font-size: 70px; line-height: 79px; display: flex; align-items: center; color: #202020;}
.mod-preimushhestva .items {flex-direction: column;}
.mod-preimushhestva .items .item {display: flex; align-items: center;}
.mod-preimushhestva .items .item .desc {font-family: 'Plumb'; font-style: normal; font-weight: 700; font-size: 1.75rem; line-height: 31px; color: #202020; opacity: 0.8;}

.mod-auditoria.bg-color::before {background: #fff;}
.mod-auditoria {padding-bottom: 3rem;}
.mod-auditoria .title {padding-bottom: 4rem; padding-top: 5rem;}
.mod-auditoria .desc {font-family: 'Plumb'; font-style: normal; font-weight: 700; font-size: 1.75rem; line-height: 31px; color: #202020; opacity: 0.8;}

.mod-popast-rating {padding-bottom: 5rem;}
.mod-popast-rating.bg-color::before {background: #fff;}
.mod-popast-rating .undertitle {color: #202020; opacity: 0.8; font-size: 1.75rem; font-family: 'Plumb';}
.mod-popast-rating .active.col-lg-6 img{ transform: scale(1.03); border: 2px #EDC654 solid;  border-radius: 12px;}
.mod-popast-rating .desc {color: #4F4F4F; font-size: 1.5rem; font-family: 'Plumb'; font-weight: 900;}

.mod-chast-rating {position: relative;height: 100vh;}
.mod-chast-rating .under_title {padding: 0rem 1rem; margin-bottom: 2rem; font-size: 1.5rem; font-family: 'Plumb'; font-weight: 900; opacity: 0.7;}
.mod-chast-rating::before {content: '';background: url('/images/modules/mod-podbor/001.png') no-repeat center;width: 1137px;position: absolute;right: 50%;margin-right: -960px;z-index: 9;height: 820px;bottom: 0;pointer-events: none; background-size: contain;}
.mod-chast-rating .black_border {padding: 1.75rem 1.5rem; background: #333333; border-radius: 10px;}
.mod-chast-rating input {border-radius: 10px; height: 2.5rem; outline: none; padding-left: 1rem; border: none;}
.mod-chast-rating select {border-radius: 10px; height: 2.5rem; outline: none; padding-left: 1rem;}
.mod-chast-rating label {color: #F2F2F2; margin-bottom: 0.25rem; font-family: 'Plumb'; font-weight: 900; font-size: 14px; opacity: 0.8;}
@media screen and (max-width: 992px) {
	.mod-chast-rating::before {display: none;}
}

body.rejting #b-2 {display: none;}

.left-before,
.right-before {z-index: -1;}

@media screen and (max-width: 1400px) {
	.mod-feedback {margin-bottom: 50px;}
}

.ejeg .title.h1 {font-family: 'Plumb' !important; font-style: normal !important; font-weight: 700 !important; font-size: 4.3rem !important; line-height: 79px; color: #FFFFFF;}

/* Адаптация */

@media screen and (max-width: 2560px) {
.mod-reklama-slider .item .p_img.bg-color::before {background-position: top; background-repeat: no-repeat;}
	
}
@media screen and (max-width: 1920px) {
.mod-premia.bg-color::before { content: ''; background: url('/images/modules/mod-premia/001.jpg') no-repeat right; top: 4rem;}
.mod-reklama-slider .item .p_img.bg-color::before {background-position: top; background-repeat: no-repeat;}
	
}
@media screen and (max-width: 1600px) {
	
	.mod-uslugi {padding-top: 3rem;}

	.mod-feedback .left-before::before {content: '';background: url('/images/modules/mod-feedback/001.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: 0; left: 50%; margin-left: -53.125rem;}
	.mod-feedback .left-before::after {content: '';background: url('/images/modules/mod-feedback/004.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: 0; left: 50%; margin-left: -53.125rem;}
	.mod-feedback .right-before::before {content: ''; background: url('/images/modules/mod-feedback/002.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: -100px;; right: 50%; margin-right: -53.125rem; background-position: right;}
	.mod-feedback .right-before::after {content: ''; background: url('/images/modules/mod-feedback/003.png') no-repeat; width: 100vw; height: 700px; z-index: -1; position: absolute; top: 0; right: 50%; margin-right: -53.125rem; background-position: right;}

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

	.mod-slider .p_img img {margin-left: -910px;}

}
@media screen and (max-width: 1366px) {
	.mod-reklama-slider .item .p_img.bg-color::before {background-position: left; background-repeat: no-repeat;}


}
@media screen and (max-width: 1200px) {
	.mod-rating #myTabContent #agenstva .cubs .cube_golg  {left: 6%;}
	.mod-rating #myTabContent #agenstva .cubs .cube_silver {left: 19%;}
	.mod-rating #myTabContent #agenstva .cubs .cube_bronze {left: 33%;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_gold {animation: to-upper_gold_1200 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 13%;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_silver {animation: to-upper_silver_1200 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 26%;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_bronze {animation: to-upper_bronze_1200 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 39%;}
	.mod-rating #myTabContent #smm .cubs .cube_golg  {left: 6%;}
	.mod-rating #myTabContent #smm .cubs .cube_silver {left: 19%;}
	.mod-rating #myTabContent #smm .cubs .cube_bronze {left: 33%;}
	.mod-rating #myTabContent #smm .cubs.animate .under_gold {animation: to-upper_gold_1200 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 13%;}
	.mod-rating #myTabContent #smm .cubs.animate .under_silver {animation: to-upper_silver_1200 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 26%;}
	.mod-rating #myTabContent #smm .cubs.animate .under_bronze {animation: to-upper_bronze_1200 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 39%;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_golg  {left: 6%;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_silver {left: 19%;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_bronze {left: 33%;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_gold {animation: to-upper_gold_1200 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 13%;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_silver {animation: to-upper_silver_1200 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 26%;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_bronze {animation: to-upper_bronze_1200 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 39%;}
	.mod-rating #myTabContent .cubs {height: 75vh !important;}
	.mod-rating #myTabContent .right {position: absolute; top: 10px !important; right: 0;}
	.mod-podbor::before {margin-right: -70rem;}
}
@media screen and (max-width: 1024px) {

	.mod-reklama-slider .item .p_img.bg-color::before {background-position: left; background-repeat: no-repeat;}
	.mod-slider .p_img img {margin-left: -690px;}
	.mod-slider .item .text {font-size: 4.3rem;}

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

	.mod-podbor {height: 112vh;}
	.mod-podbor::before {content: ''; background: url(/images/modules/mod-podbor/001.png) no-repeat center; width: 887px; position: absolute; right: 50%; margin-right: -60rem; z-index: 9; height: 490px; bottom: 0; background-size: contain;}

	.ejeg .img {text-align: center;}
	.ejeg .img img {max-width: 220px;}

	.mod-slider .p_img img {margin-left: -510px;}
	.mod-slider .item .text {line-height: 1.1; font-size: 3.6rem;}
}
@media screen and (max-width: 991px) {

	.mod-rating #myTabContent .cubs.animate .under_gold img {max-width: 60%;}
	.mod-rating #myTabContent .cubs.animate .under_silver img {max-width: 60%;}
	.mod-rating #myTabContent .cubs.animate .under_bronze img {max-width: 60%;}

	.mod-rating #myTabContent #agenstva .cubs .cube_golg  {left: 6%; bottom: 233px;}
	.mod-rating #myTabContent #agenstva .cubs .cube_silver {left: 21%; bottom: 174px;}
	.mod-rating #myTabContent #agenstva .cubs .cube_bronze {left: 37%; bottom: 110px;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_gold {animation: to-upper_gold_991 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 14%;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_silver {animation: to-upper_silver_991 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 29%;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_bronze {animation: to-upper_bronze_991 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 43%;}

	.mod-rating #myTabContent #smm .cubs .cube_golg  {left: 6%; bottom: 233px;}
	.mod-rating #myTabContent #smm .cubs .cube_silver {left: 21%; bottom: 174px;}
	.mod-rating #myTabContent #smm .cubs .cube_bronze {left: 37%; bottom: 110px;}
	.mod-rating #myTabContent #smm .cubs.animate .under_gold {animation: to-upper_gold_991 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 14%;}
	.mod-rating #myTabContent #smm .cubs.animate .under_silver {animation: to-upper_silver_991 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 29%;}
	.mod-rating #myTabContent #smm .cubs.animate .under_bronze {animation: to-upper_bronze_991 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 43%;}

	.mod-rating #myTabContent #razrabotka .cubs .cube_golg  {left: 6%; bottom: 233px;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_silver {left: 21%; bottom: 174px;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_bronze {left: 37%; bottom: 110px;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_gold {animation: to-upper_gold_991 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 14%;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_silver {animation: to-upper_silver_991 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 29%;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_bronze {animation: to-upper_bronze_991 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; left: 43%;}

	.mod-rating #myTabContent .right .item img {max-width: 138px;}
	.mod-rating #myTabContent #agenstva .right .item:nth-child(1) img {max-width: 180px;}
	.mod-rating #myTabContent #agenstva .right .item:nth-child(2) img {max-width: 130px;}
	.mod-rating #myTabContent #agenstva .right .item:nth-child(3) img {max-width: 120px;}
	.mod-rating #myTabContent #agenstva .right .item:nth-child(4) img {max-width: 130px;}
	.mod-rating #myTabContent #agenstva .right .item:nth-child(5) img {max-width: 124px;}

	.mod-rating #myTabContent #smm .right .item:nth-child(1) img {max-width: 140px;}
	.mod-rating #myTabContent #smm .right .item:nth-child(2) img {max-width: 130px;}
	.mod-rating #myTabContent #smm .right .item:nth-child(3) img {max-width: 150px;}
	.mod-rating #myTabContent #smm .right .item:nth-child(4) img {max-width: 153px;}
	.mod-rating #myTabContent #smm .right .item:nth-child(6) img {max-width: 158px;}

	.mod-rating #myTabContent #razrabotka .right .item:nth-child(3) img {max-width: 120px;}
	.mod-rating #myTabContent #razrabotka .right .item:nth-child(4) img {max-width: 126px;}
	.mod-rating #myTabContent #razrabotka .right .item:nth-child(5) img {max-width: 126px;}
	.mod-rating #myTabContent #razrabotka .right .item:nth-child(7) img {max-width: 117px;}

	.mod-rating #myTabContent .cubs {height: 70vh !important;}
	.mod-feedback .left-before::before {content: ''; background: url(/images/modules/mod-feedback/001.png) no-repeat; width: 100vw; height: 360px; z-index: -1; position: absolute; top: -17vh; left: 50%; margin-left: -130vw; background-position: right; background-size: contain;}
	.mod-feedback .left-before::after {content: ''; background: url(/images/modules/mod-feedback/004.png) no-repeat; width: 100vw; height: 260px; z-index: -1; position: absolute; top: -75px; left: 50%; margin-left: -60vw; background-size: contain;}
	.mod-feedback .right-before::before {content: ''; background: url(/images/modules/mod-feedback/002.png) no-repeat; width: 100vw; height: 360px; z-index: -1; position: absolute; top: -100px; right: 90%; margin-right: -80vw; background-position: right; background-size: contain;}
	.mod-feedback .right-before::after {content: ''; background: url(/images/modules/mod-feedback/003.png) no-repeat; width: 100vw; height: 322px; z-index: -1; position: absolute; top: -80px; right: 0%; margin-right: -87vw; background-position: left; background-size: contain;}
	.mod-feedback .inputtext .border {width: 50%;}
	.mod-feedback .inputtext .block {width: 49.5%;}

	.mod-reviews .row .col-lg-4 {margin-bottom: 1rem;}

	.mod-podbor {height: 112vh;}
	.mod-podbor::before {margin-right: -50rem;}

	.mod-slider .p_img img {margin-left: -500px;}
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 768px) {
	
	.mod-feedback .inputtext .border {width: 100%;}
	.mod-feedback .inputtext .block {width: 100%;}
	
	.mod-uslugi .raiting {text-align: center;}
	.mod-uslugi .bord {width: 100%;}
	
	/* .mod-feedback {margin-bottom: 220px;} */
	.mod-feedback .left-before::before {content: '';background: url(/images/modules/mod-feedback/001.png) no-repeat;width: 100vw;height: 400px;z-index: -1;position: absolute;top: -20vh;left: 50%;margin-left: -120vw;background-position: right;background-size: contain;}
	.mod-feedback .left-before::after {content: '';background: url(/images/modules/mod-feedback/004.png) no-repeat;width: 100vw;height: 260px;z-index: -1;position: absolute;top: -20vh;left: 50%;margin-left: -100vw;background-position: right;background-size: contain;}
	.mod-feedback .right-before::before {content: '';background: url(/images/modules/mod-feedback/002.png) no-repeat;width: 100vw;height: 400px;z-index: -1;position: absolute;top: -100px;right: 90%;margin-right: -90vw;background-position: right;background-size: contain;}
	.mod-feedback .right-before::after {content: '';background: url(/images/modules/mod-feedback/003.png) no-repeat;width: 100vw;height: 400px;z-index: -1;position: absolute;top: -100px;right: 0%;margin-right: -60vw;background-position: left;background-size: contain;}
	.mod-feedback .inputtext .border:nth-child(2) {margin-left: 0;}
	.mod-feedback .inputtext .item .block .btn-outline {margin-left: 0;}
	
	
	.mod-slider {margin-bottom: 30rem;}
	.mod-slider .item .wrapper {position: relative; }
	.mod-slider .item .wrapper .circle_btn {position: absolute; top: 260px; right: 140px;}
	.mod-slider .p_img img {margin-left:-5px;}
	.mod-slider .item.design0 .p_title {margin-left: 35%;}
	.mod-slider .item .text {margin-left: 40%; max-width: fit-content;}
	.mod-slider .p_img img {margin-left: -510px;}
	#swap span:nth-child(1) {top: 39%;}
	.mod-feedback .inputtext .border {width: 100% ;}
	#top_menu > .nav {flex-direction: column; align-items: center;}
	.mod-list li {margin-bottom: 1rem;}
	#top_menu {padding:2.25rem 2.875rem; top: 300%; width: max-content;}
	#top_menu::before {content: none;}
	
}
@media screen and (max-width: 767px) {
	.mod-slider .item .wrapper .circle_btn {position: absolute; top: 210px; right: 120px;}
	.mod-slider .p_img img {margin-left:-410px;}
	.mod-slider .item.design0 .wrapper_text .p_title {margin-left: 30%;}
	.mod-slider .item.design0 .wrapper_text .p_link {white-space: nowrap;}
	.mod-slider .item .text {margin-left: 36%; max-width: fit-content; white-space: nowrap;}

	.mod-premia.bg-color::before {top: 9rem;}

	.mod-rating #myTabContent .cubs.animate .under_bronze img {max-width: 70%;}
	.mod-rating #myTabContent #agenstva .cubs.animate + .right {animation: fade-left-767 3.5s linear forwards;}
	.mod-rating #myTabContent #smm .cubs.animate + .right {animation: fade-left-767 3.5s linear forwards;}
	.mod-rating #myTabContent #razrabotka .cubs.animate + .right {animation: fade-left-767 3.5s linear forwards;}

	.mod-rating #myTabContent #agenstva .cubs.animate .under_gold {left: 10%; animation: to-upper_gold_767 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_silver {left: 29%; animation: to-upper_silver_767 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_bronze {left: 49%; animation: to-upper_bronze_767 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}

	.mod-rating #myTabContent #smm .cubs.animate .under_gold {left: 10%; animation: to-upper_gold_767 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #smm .cubs.animate .under_silver {left: 29%; animation: to-upper_silver_767 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #smm .cubs.animate .under_bronze {left: 49%; animation: to-upper_bronze_767 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}

	.mod-rating #myTabContent #razrabotka .cubs.animate .under_gold {left: 10%; animation: to-upper_gold_767 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_silver {left: 29%; animation: to-upper_silver_767 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_bronze {left: 49%; animation: to-upper_bronze_767 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}

	.mod-rating #myTabContent #agenstva .cubs .cube_golg {left: 0%; bottom: 233px;}
	.mod-rating #myTabContent #agenstva .cubs .cube_silver {left: 20%; bottom: 174px;}
	.mod-rating #myTabContent #agenstva .cubs .cube_bronze {left: 41%; bottom: 110px;}

	.mod-rating #myTabContent #smm .cubs .cube_golg {left: 0%; bottom: 233px;}
	.mod-rating #myTabContent #smm .cubs .cube_silver {left: 20%; bottom: 174px;}
	.mod-rating #myTabContent #smm .cubs .cube_bronze {left: 41%; bottom: 110px;}

	.mod-rating #myTabContent #razrabotka .cubs .cube_golg {left: 0%; bottom: 233px;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_silver {left: 20%; bottom: 174px;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_bronze {left: 41%; bottom: 110px;}
}
@media screen and (max-width: 576px) {
	.mod-preimushhestva {padding: 3rem;}
	.mod-auditoria {padding: 3rem;}
	.mod-auditoria .img {margin-bottom: 2rem;}
	.mod-auditoria .item {margin-bottom: 3rem;}
	.mod-chast-rating::before {content: none;}
	.mod-preimushhestva.bg-color::before {content: none;}
	.ejeg .img img {max-width: 190px;}
}
@media screen and (max-width: 576px) {
	.mod-rating {margin-bottom: 11.1rem;}
	.mod-podbor {height: 98vh;}
	.mod-slider .item.design0 .wrapper_text .p_title {margin-left: 35%;}
	.mod-slider .item .text {margin-left:40%; font-size: 3.2rem;}
	.mod-slider .item .wrapper_text {margin-top: 50px;}
	.mod-reklama-slider .item .wrapper_text {padding: 3rem; margin-top: 200px;}
	.mod-chast-rating {height: 60vh;}
}
@media screen and (max-width: 575px) {
	.mod-premia.bg-color::before {top: 9rem;}

	.mod-feedback .title {position: relative; z-index: 999;}
	.mod-feedback .border {position: relative; z-index: 999;}
	.mod-feedback .item {position: relative; z-index: 999;}

	.mod-rating #myTabContent .cubs.animate .under_gold img {max-width: 60%;}
	.mod-rating #myTabContent .cubs.animate .under_silver img {max-width: 55%;}
	.mod-rating #myTabContent .cubs.animate .under_bronze img {max-width: 55%;}

	.mod-rating #myTabContent #agenstva .cubs.animate + .right {animation: fade-left-575 3.5s linear forwards;}
	.mod-rating #myTabContent #smm .cubs.animate + .right {animation: fade-left-575 3.5s linear forwards;}
	.mod-rating #myTabContent #razrabotka .cubs.animate + .right {animation: fade-left-575 3.5s linear forwards;}

	.mod-rating #myTabContent #agenstva .cubs.animate .under_gold {left: 15%; animation: to-upper_gold_575 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_silver {left: 32%; animation: to-upper_silver_575 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #agenstva .cubs.animate .under_bronze {left: 47%; animation: to-upper_bronze_575 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}

	.mod-rating #myTabContent #smm .cubs.animate .under_gold {left: 15%; animation: to-upper_gold_575 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #smm .cubs.animate .under_silver {left: 32%; animation: to-upper_silver_575 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #smm .cubs.animate .under_bronze {left: 47%; animation: to-upper_bronze_575 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}

	.mod-rating #myTabContent #razrabotka .cubs.animate .under_gold {left: 15%; animation: to-upper_gold_575 3.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_silver {left: 32%; animation: to-upper_silver_575 3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}
	.mod-rating #myTabContent #razrabotka .cubs.animate .under_bronze {left: 47%; animation: to-upper_bronze_575 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;}

	.mod-rating #myTabContent #agenstva .cubs .cube_golg {left: 8%; bottom: 233px;}
	.mod-rating #myTabContent #agenstva .cubs .cube_silver {left: 24%; bottom: 187px;}
	.mod-rating #myTabContent #agenstva .cubs .cube_bronze {left: 41%; bottom: 141px;}

	.mod-rating #myTabContent #smm .cubs .cube_golg {left: 8%; bottom: 233px;}
	.mod-rating #myTabContent #smm .cubs .cube_silver {left: 24%; bottom: 187px;}
	.mod-rating #myTabContent #smm .cubs .cube_bronze {left: 41%; bottom: 141px;}

	.mod-rating #myTabContent #razrabotka .cubs .cube_golg {left: 8%; bottom: 233px;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_silver {left: 24%; bottom: 187px;}
	.mod-rating #myTabContent #razrabotka .cubs .cube_bronze {left: 41%; bottom: 141px;}
}
@media screen and (max-width: 425px) {

	.mod-chast-rating {height: 60vh;}

	.mod-reklama-slider .banner .owl-stage-outer {height: 383px !important;}
	.mod-reklama-slider .item .p_img.bg-color::before {height: 370px !important; background-size: cover !important; background-position: left;}
	.mod-reklama-slider .item .wrapper_text {padding: 0px 5rem; margin-top: 100px;}
	.mod-reklama-slider .item .text {color: #fff; font-size: 35px; line-height: 1;}
	
	.mod-feedback .inputtext .border {width: 100% ;}
	#top_menu > .nav {flex-direction: column; align-items: center;}
	.mod-list li {margin-bottom: 1rem;}
	#top_menu {padding:2.25rem 2.875rem; top: 150%; width: max-content;}
	#top_menu::before {content: none;}
	
	.mod-premia .title {font-size: 3rem; line-height: 30px; padding: 3rem;}
	.mod-premia .offset-1 {margin: 0 !important;}
	.mod-premia .col-lg-3 {text-align: center;}
	.mod-premia img[alt="Кубок"] {max-width: 150px;}

	.mod-feedback .left-before::before {content: ''; background: url(/images/modules/mod-feedback/001.png) no-repeat; width: 100vw; height: 700px; height: 300px; position: absolute; top: -24vh; left: 69%; margin-left: -100vw; max-width: 300px; background-position: right; background-size: contain;}
	.mod-feedback .left-before::after {content: ''; background: url(/images/modules/mod-feedback/004.png) no-repeat; width: 100vw; height: 300px; z-index: -1; position: absolute; top: -24vh; left: 50%; margin-left: -50vw; background-position: right; max-width: 300px; background-size: contain;}
	.mod-feedback .right-before::before {content: ''; background: url(/images/modules/mod-feedback/002.png) no-repeat; width: 100vw; height: 300px; z-index: -1; position: absolute; top: -70px; right: 90%; margin-right: -90vw; background-position: right; background-size: contain;}
	.mod-feedback .right-before::after {content: ''; background: url(/images/modules/mod-feedback/003.png) no-repeat; width: 100vw; height: 300px; z-index: -1; position: absolute; top: -70px; right: -50%; margin-right: 0vw; background-position: left; background-size: contain;}

	.mod-rating {padding: 2rem 3rem;}
	.mod-rating .wrapper {flex-direction: column;}
	.mod-rating .wrapper .wrapper_tabs .nav.nav-tabs {display: flex; justify-content: flex-end; border: none; flex-direction: column; align-items: flex-end;}

	.mod-reviews {margin-top: 120px;}

	.mod-podbor::before {content: none;}
	.mod-podbor {height: 60vh;}
	.mod-podbor input {border-radius: 6px;}

	.footer_items {font-size: 1.6rem;}
	.footer_items .item_feedback {width: 100%;}
	.footer_items .item_feedback a {width: 70%; font-size: 1.6rem;}

	.mod-slider .item .text.pt-100 {padding-top: 1rem !important;}
	.mod-slider .item .text {font-size: 2.5rem;}
	.mod-slider .item .wrapper_text {margin-top: 50px;}
	.mod-slider .item .wrapper .circle_btn {position: absolute; top: 180px; right: 90px;}
	.mod-slider .item .text {line-height: 0.8;}
	.mod-slider .p_img img {margin-left: -333px;}

}
@media screen and (max-width: 375px) {
	.mod-slider .item .wrapper .circle_btn {padding: 1rem 2.5rem; width: 7.375rem; height: 7.375rem; border-radius: 50%; background: #EDC654; display: flex; align-items: center; text-align: center; justify-content: center; font-family: 'Plumb'; transition: 1s all; font-weight: 900; position: absolute; top: 120px; right: 50px;}
	.mod-slider .p_img img {margin-left: -275px;}
	.mod-slider .item .text {line-height: 1; font-size: 2.2rem;}
	.mod-slider .item .wrapper_text {margin-top: 30px;}
	
	.mod-slider .item.design0 .text {margin-left: 45% !important;}
	.mod-slider .item.design0 .p_title {margin-left: 40% !important;}
}
@media screen and (max-width: 320px) {
	header #header_items .headertext .custom-p {font-size: 1.3rem;}
	.mod-slider .p_img img {margin-left: -240px;}
	.mod-slider .item .text {line-height: 1; font-size: 1.9rem;}
	.mod-slider .item .wrapper_text {margin-top: 30px;}
	.mod-slider .item .wrapper .circle_btn {padding: 1rem 2.5rem; width: 7.375rem; height: 7.375rem; border-radius: 50%; background: #EDC654; display: flex; align-items: center; text-align: center; justify-content: center; font-family: 'Plumb'; transition: 1s all; font-weight: 900; position: absolute; top: 120px; right: 50px;}
}


@media (min-width:1025px) and (max-width:1200px) {
	.mod-slider .p_img img {margin-left: -750px;}
	
}
@media (min-width:992px) and (max-width:1024px) {

}




@media screen and (min-width: 1600px) {

}
@media screen and (min-width: 1440px) {

}
@media screen and (min-width: 1200px) {
	header #navbar-content {width: 100%;}

}
@media screen and (min-width: 1024px) {

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

}
@media screen and (min-width: 425px) {

}



/* Анимации */

.delay-1 {-webkit-animation-delay:200ms;animation-delay:200ms}
.delay-2 {-webkit-animation-delay:400ms;animation-delay:400ms}
.delay-3 {-webkit-animation-delay:600ms;animation-delay:600ms}
.delay-4 {-webkit-animation-delay:800ms;animation-delay:800ms}
.delay-5 {-webkit-animation-delay:1000ms;animation-delay:1000ms}
.delay-6 {-webkit-animation-delay:1200ms;animation-delay:1200ms}
.delay-7 {-webkit-animation-delay:1400ms;animation-delay:1400ms}
.delay-8 {-webkit-animation-delay:1600ms;animation-delay:1600ms}
.delay-9 {-webkit-animation-delay:1800ms;animation-delay:1800ms}
.delay-10 {-webkit-animation-delay:2000ms;animation-delay:2000ms}

@keyframes opacity {
	0% {opacity: 0;}
  50% {opacity: 0.5;}
  100% {opacity: 1;}
} 