@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {outline: none;padding: 0;margin: 0;font-family: "Montserrat",sans-serif;color: #333;box-sizing: border-box;}
.hidden {display: none !important;}
input, textarea, select {-webkit-appearance: none;}
.section__title {font-size: 40px;line-height: 49px;color: #333;margin-bottom: 50px;text-align: center;}
a {text-decoration: none;}
.flex {display: flex;}
.center {align-items: center;}
.space-between {justify-content: space-between;}
.column {flex-direction: column;}
.row {flex-direction: row;}
.main-color {background: var(--main-color);}
.sub-color {background: var(--second-color);}
.main-color-text {color: var(--main-color);}
.sub-color-text {color: var(--second-color);}
.phone {font-weight: 600;font-size: 24px;line-height: 29px;color: #fff;}
.black {color: #000;}
.white {color: #fff;}
.btn {width: 245px;height: 40px;display: flex;align-items: center;justify-content: center;background: var(--second-color);font-size: 14px;line-height: 17px;color: #333;border: none;border-radius: 50px;cursor: pointer;}
.btn:hover {background: linear-gradient(0deg,var(--second-color) 0%,var(--second-color-hover) 100%);font-weight: bold;}
.absolute {position: absolute;}
.relative {position: relative;}
.container {margin: 0 auto;padding: 0 10px;width: 1165px;box-sizing: border-box;z-index: 3;}
@media (max-width: 1165px) {.container {width: 100%;padding: 0 30px;}}
.slick-arrow {width: 60px !important;height: 60px !important;background: var(--second-color) !important;}
.slick-prev {left: -45px !important;}
.slick-prev:before {content: "‹" !important;font-size: 85px !important;line-height: .3 !important;opacity: 1 !important;}
.slick-next {right: -45px !important;}
.slick-next:before {content: "›" !important;font-size: 85px !important;line-height: .3 !important;opacity: 1 !important;}
.background {background: url("/assets/images/image-13.png") no-repeat;background-position: bottom;}
.header {background: url("/assets/images/header.jpg");background-position: right;background-repeat: no-repeat;min-height: 700px;overflow: hidden;}
.header .back {background: linear-gradient(102.44deg,var(--main-color) 0%,var(--main-color-hover) 90.37%);box-shadow: 0px 2px 4px rgba(0,0,0,.25);width: 85%;height: 220px;top: 0;left: -130px;z-index: 1;transform: matrix(1,0,-2,5,0,0);}
.header .container {z-index: 2;}
.header__logo {width: 165px;height: auto;}
.header__logo img {width: 100%;height: 100%;object-fit: contain;}
.header__top {padding: 25px 0 120px;max-width: 840px;}
.header__top .schedule {font-weight: 500;font-size: 14px;line-height: 17px;color: #fff;}
.header__menu a {font-weight: 500;font-size: 16px;line-height: 20px;color: #fff;margin-right: 10px;}
.header__middle--right h1 {font-weight: 600;font-size: 50px;line-height: 61px;color: #fff;margin-bottom: 30px;}
.header__middle--right h1 span {font-size: 40px;line-height: 49px;color: #fff;}
.header__middle--right .desc {font-weight: 500;font-size: 14px;line-height: 17px;color: #fff;margin-bottom: 45px;max-width: 515px;}
.header__middle--right button {margin-bottom: 75px;}
.header__middle--left .orange__circle {width: 540px;height: 540px;border-radius: 100%;top: -80px;left: 60px;z-index: 2;}
.header__middle--left .circle {width: 580px;height: 580px;border-radius: 100%;top: -100px;left: 39px;border: 2px dashed #fff;box-sizing: border-box;animation: 240s linear 0s normal none infinite running rot;z-index: 1;}
.header__middle--left .window {z-index: 3;top: -136px;left: 21px;}
.header__middle--utp .elem:first-child {margin-right: 80px;}
.header__middle--utp .elem img {margin-right: 15px;width: 35px;height: 35px;}
.header__middle--utp .elem p {font-size: 14px;line-height: 17px;color: #fff;width: 140px;}
@keyframes rot {0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}}
@media (max-width: 1165px) {.header .back {width: 100%;}}
@media (max-width: 1045px) {.header .back {left: -45px;}
	.header__middle--left .orange__circle {width: 400px;top: -40px;height: 400px;left: 50px;}
	.header__middle--left .circle {width: 420px;height: 420px;top: -50px;}
	.header__middle--left .window {width: 420px;top: -85px;}}
@media (max-width: 1010px) {.header__middle--left {left: -45px;}}
@media (max-width: 915px) {.header {min-height: unset;padding-bottom: 50px;}
	.header__top {padding: 25px 0 75px;}
	.header .back {left: 0;height: 100%;transform: unset;}
	.header__middle--right .desc {max-width: 435px;}
	.header__middle--right h1 {font-size: 41px;line-height: 49px;}
	.header__middle--right h1 span {font-size: 35px;line-height: 49px;}
	.header__middle--left {left: -85px;}}
@media (max-width: 780px) {.header__menu {display: none;}
	.header__middle--left .orange__circle {width: 300px;height: 300px;top: -13px;left: 55px;}
	.header__middle--left .circle {width: 320px;height: 320px;top: -22px;left: 44px;}
	.header__middle--left .window {width: 300px;top: -37px;}}
@media (max-width: 685px) {.header__middle--left .window {display: none;}}
@media (max-width: 495px) {.header__logo {width: 120px;}
	.header .phone {font-size: 18px;line-height: 25px;}
	.header__top {padding: 25px 0 45px;}
	.header__middle--utp {justify-content: space-between;flex-direction: column;}
	.header__middle--utp .elem:first-child {margin-right: 0px;margin-bottom: 20px;}
	.header__middle--right h1 {font-size: 32px;line-height: 35px;}
	.header__middle--right h1 span {font-size: 28px;line-height: 45px;}
	.header__middle--right .desc {max-width: 340px;}
	.header__middle--right button {margin: 0 auto 50px;}
	.header__middle--left {display: none;}}
@media (max-width: 374px) {.header__logo {width: 100px;}
	.header .phone {font-size: 14px;line-height: 25px;}
	.header__middle--right h1 span {font-size: 19px;line-height: 20px;}}
.services {padding: 75px 0 80px;}
.services__wrap {width: 50%;flex-wrap: wrap;margin-right: 25px;}
.services .elem {border: 1px dashed var(--main-color);box-sizing: border-box;border-radius: 50px;padding: 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;}
.services .elem:hover {border: 2px solid var(--main-color);}
.services .elem img {width: 60px;height: 60px;object-fit: contain;margin-bottom: 10px;}
.services .elem .title {font-size: 20px;line-height: 24px;color: #333;font-weight: 600;margin-bottom: 10px;}
.services .elem .desc {font-size: 14px;line-height: 17px;color: #666;margin-bottom: 10px;}
.services .elem .cost {font-weight: 600;font-size: 20px;line-height: 24px;color: #333;}
.services .elem:nth-child(1) {width: 58%;height: 220px;margin-bottom: 20px;}
.services .elem:nth-child(4) {width: 58%;height: 220px;}
.services .elem:nth-child(2) {width: 38%;height: 220px;margin-bottom: 20px;}
.services .elem:nth-child(2) .desc:not(.elem__last .desc) {display: none;}
.services .elem:nth-child(3) {width: 38%;height: 220px;}
.services .elem:nth-child(3) .desc {display: none;}
.services .elem__last {width: 20% !important;height: auto !important;margin-right: 25px;margin-bottom: 0px !important;}
.services .form {width: auto;flex: 1 0;heigth: auto;background: linear-gradient(165.79deg,var(--main-color) 31.9%,var(--main-color-hover) 80.5%);border-radius: 50px;box-sizing: border-box;padding: 30px 25px;text-align: center;}
.services .form__title {font-weight: 600;font-size: 20px;line-height: 24px;color: #fff;margin-bottom: 20px;}
.services .form__desc {font-size: 14px;line-height: 17px;color: #fff;margin-bottom: 20px;}
.services .form .label, .services .form .checkbox {width: 100%;font-size: 14px;line-height: 17px;color: #fff;text-align: left;margin-bottom: 10px;}
.services .form input {background: #fff;width: 100%;height: 30px;border: none;margin-bottom: 20px;padding: 0 20px;color: #333;}
.services .form input[type="checkbox"] {width: 10px;height: 10px;margin-right: 10px;margin-bottom: 0px;padding: 0;}
.services .form input[type="checkbox"]:checked {background: #333;}
.services .form a {font-size: 14px;line-height: 17px;color: #fff;text-decoration: underline;}
.services .form button {margin-bottom: 25px;}
.services .form__bottom {text-align: left;}
.services .form__bottom .form__desc {margin-bottom: 8px;}
.services .form__bottom .phone {font-size: 18px;line-height: 22px;font-weight: 500;}
@media (max-width: 1135px) {.services .elem .title {font-size: 18px;line-height: 20px;}
	.services .elem .desc {font-size: 13px;line-height: 14px;}
	.services .elem .cost {font-size: 18px;line-height: 20px;}}
@media (max-width: 955px) {.services .container {flex-direction: column;}
	.services__wrap {width: 100%;margin-bottom: 20px;}
	.services .elem__last {width: 100% !important;margin-bottom: 20px !important;}
	.services .form {width: 70%;margin: 0 auto;}}
@media (max-width: 625px) {.services .form {width: 100%;}}
@media (max-width: 450px) {.services .elem {width: 100% !important;margin-bottom: 20px !important;}
	.services__wrap {margin-bottom: 0;}}
@media (max-width: 375px) {.services .btn {width: 100%;}}
.widget {position: fixed;bottom: 20px;right: 15px;z-index: 10;}
.widget a {text-decoration: none;color: #000;}
.widget a:focus {color: #000;}
.widget a:active {color: #000;}
.widget .hidden {display: none;}
@media (max-width: 768px) {.widget {bottom: 10px;}}
.widget__elem {width: 50px;height: 50px;background: var(--main-color);box-shadow: 0px 4px 55px rgba(133,133,133,.25);margin-top: 10px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;position: relative;z-index: 1;}
.widget__elem svg {transform: scale(.8);fill: #fff;stroke: #fff;}
.widget__elem svg.not-visible {display: none;}
.widget__elem .label {font-size: 14px;padding: 0 10px;height: 30px;width: 175px;display: none;box-sizing: border-box;align-items: center;justify-content: center;position: absolute;top: 10px;right: 50px;background: #fff;border-radius: 10px;box-shadow: 0px 4px 55px rgba(133,133,133,.15);}
.widget__elem .label .arrow {width: 13px;height: 13px;background: #fff;transform: matrix(.71,-.5,1.01,.71,0,0);position: absolute;top: 7px;right: -5px;}
.widget .schemaToogle {background: linear-gradient(180deg,#f00 0%,#dff20a 13.02%,#50d721 25%,#0af0ff 40.63%,#0a22fe 55.73%,#950eff 71.87%,#fa00ff 88.54%,#bf3232 100%);border: 1px solid #bf3266;}
.widget .vk {background: #597da3;}
.widget .wa {background: #43d854;}
.widget .tg {background: #2aabee;}
.widget__socials {height: 0px;overflow: hidden;visibility: hidden;}
.widget .schemaButtons {height: 0px;overflow: hidden;visibility: hidden;}
.widget .active {height: 100%;visibility: visible;overflow: unset;animation: widget-visible 1s ease-out forwards 1;}
.widget .active-btn {background: #b7bacb;border: none;animation: unset;}
.animation {animation: glowing 1200ms infinite;}
@keyframes widget-visible {0% {transform: scale(0);}
	30% {transform: scale(1.2);}
	63% {transform: scale(1);}
	100% {transform: scale(1);}}
@keyframes glowing {0% {background-color: #f00;box-shadow: 0 0 10px #dff20a;}
	50% {background-color: #50d721;box-shadow: 0 0 30px #0af0ff;}
	100% {background-color: #f00;box-shadow: 0 0 10px #dff20a;}}
.calc {background: url("/assets/images/calc-back.png");background-size: cover;}
.calc .free {background: var(--main-color);color: #fff;padding: 3px 5px;border-radius: 15px;margin-left: 5px;font-size: 12px;display: none;}
.calc__top {padding-bottom: 50px;}
.calc__image img {height: 450px;width: auto;}
.calc__tariff {height: auto;margin-right: 10px;}
.calc__tariff button {width: 125px;height: 125px;border-radius: 50px;box-sizing: border-box;background: #fff;border: 1px dashed var(--main-color);display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 20px;cursor: pointer;}
.calc__tariff button:hover {border: 3px solid var(--main-color);}
.calc__tariff button img {width: 50px;height: 50px;}
.calc__tariff button p {font-size: 18px;line-height: 22px;color: #333;}
.calc__tariff .active {border: 3px solid var(--main-color);}
.calc__tariff .active p {color: var(--main-color);font-weight: 600;}
.calc__types {flex-wrap: wrap;justify-content: end;width: auto;max-width: 435px;}
.calc__types button {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 125px;height: 125px;border-radius: 50px;box-sizing: border-box;background: #fff;margin-right: 20px;margin-bottom: 20px;border: 1px dashed var(--main-color);cursor: pointer;}
.calc__types button img {width: auto;height: 75px;}
.calc__types button:hover {border: 3px solid var(--main-color);}
.calc__types .active {border: 3px solid var(--main-color);}
.calc__bottom {background: #fff;box-shadow: 3px 0px 20px rgba(3,4,2,.3);border-radius: 50px;width: 100%;z-index: 2;position: relative;padding: 30px 50px;box-sizing: border-box;}
.calc__bottom .rating__wrap {display: flex;flex-direction: column;justify-content: space-between;}
.calc__bottom .rating__wrap--elem {width: 450px;margin-bottom: 10px;}
.calc__bottom .rating__wrap--elem img {margin-right: 10px;padding-top: 10px;}
.calc__bottom .rating__wrap--elem span .title {font-size: 18px;line-height: 24px;color: #333;margin-bottom: 20px;}
.calc__bottom .rating__wrap--elem span .rating-gray {background: #e2e1e2;border-radius: 50px;width: 400px;height: 15px;z-index: 1;bottom: 0;}
.calc__bottom .rating__wrap--elem span .rating {background: var(--second-color);border-radius: 50px;height: 15px;z-index: 2;bottom: 0;}
.calc__bottom .rating__wrap--elem .noise .rating {width: 200px;}
.calc__bottom .rating__wrap--elem .safety .rating {width: 160px;}
.calc__bottom .rating__wrap--elem .sun .rating {width: 240px;}
.calc__bottom .rating__wrap--elem .energy .rating {width: 80px;}
.calc__bottom .rating__checkbox {padding: 20px 0;}
.calc__bottom .rating__checkbox input {width: 20px;height: 20px;background: #e2e1e2;border: 1px solid #c4c4c4;box-sizing: border-box;border-radius: 100%;margin-right: 15px;cursor: pointer;}
.calc__bottom .rating__checkbox input:checked {background: #969696;}
.calc__bottom .rating__checkbox label {font-size: 18px;line-height: 24px;color: #333;}
.calc__form {text-align: center;max-width: 245px;padding: 20px 0;}
.calc__form .title {font-weight: 600;font-size: 20px;line-height: 24px;color: #333;margin-bottom: 25px;}
.calc__form .desc {font-size: 18px;line-height: 22px;color: #333;margin-bottom: 15px;}
.calc__result {font-weight: 600;font-size: 36px;line-height: 44px;color: var(--second-color);margin-bottom: 30px;}
.calc__result span {color: var(--second-color);}
@media (max-width: 1090px) {.calc__form {max-width: unset;width: 100%;}
	.calc__form button {margin: 0 auto;}
	.calc__bottom {flex-wrap: wrap;justify-content: center;}
	.calc__bottom .rating__wrap {margin-right: 30px;}}
@media (max-width: 1020px) {.calc__image img {height: 380px;}
	.calc__types {max-width: 340px;}
	.calc__types button {width: 90px;height: 90px;}
	.calc__types button img {height: 50px;}
	.calc__tariff button {width: 90px;height: 90px;}
	.calc__tariff button img {width: 30px;height: 30px;}
	.calc__tariff button p {font-size: 15px;line-height: 18px;}}
@media (max-width: 835px) {.section__title {margin-bottom: 20px;}
	.calc .rating__wrap {width: 100%;}
	.calc .rating__checkbox {width: 100%;}
	.calc__types {max-width: unset;width: 100%;justify-content: center;}
	.calc__types button {width: 125px;height: 125px;}
	.calc__types button img {height: 60px;}
	.calc__top {flex-direction: column;}
	.calc__tariff {flex-direction: row;}
	.calc__tariff button {margin-right: 20px;}}
@media (max-width: 845px) {.calc .rating__checkbox .flex {min-height: 35px;}}
@media (max-width: 785px) {.calc__types button {width: 90px;height: 90px;}
	.calc__types button img {height: 50px;}}
@media (max-width: 615px) {.calc__types {max-width: 375px;}}
@media (max-width: 600px) {.rating__wrap {display: none !important;}}
@media (max-width: 565px) {.calc__image {width: 100%;height: 300px;}
	.calc__image img {width: 100%;height: 100%;object-fit: contain;}}
@media (max-width: 375px) {.section__title {font-size: 30px;line-height: 40px;}
	.calc__form button {width: 100%;}
	.calc__types button {width: 75px;height: 75px;margin-right: 10px;margin-bottom: 10px;}
	.calc__types button img {height: 40px;}
	.calc__tariff {margin: 0;}
	.calc__tariff button {width: 80px;height: 80px;}
	.calc__tariff button:last-child {margin-right: 0;}
	.calc__tariff button p {font-size: 13px;}}
@media (max-width: 350px) {.calc__bottom {padding: 20px 30px;}
	.calc__form {padding: 0;}
	.calc__top {padding-bottom: 25px;}
	.calc .rating__checkbox label {font-size: 14px;line-height: 15px;}
	.calc .rating__checkbox .flex {min-height: 25px;}
	.calc .free {display: none !important;}}
.utp {padding-top: 250px;margin-top: -125px;z-index: 1;background: #fff;padding-bottom: 100px;}
.utp__wrap img {margin-left: -150px;margin-top: -50px;filter: grayscale(100%);}
.utp__wrap .title-h1 {font-weight: 600;font-size: 50px;line-height: 61px;color: #333;margin-bottom: 30px;}
.utp__wrap .title-h1 span {font-size: 40px;line-height: 49px;color: #333;}
.utp__wrap button {margin-top: 45px;}
.utp__elems {bottom: 30px;right: 0;justify-content: end;}
.utp__elems .elem {width: 370px;height: 220px;border-radius: 50px;border: 1px dashed var(--main-color);padding: 40px 30px;margin-right: 25px;}
.utp__elems .elem:last-child {margin-right: 0;}
.utp__elems .elem .title {font-size: 28px;line-height: 34px;margin-bottom: 15px;color: #333;}
.utp__elems .elem .desc {font-size: 14px;line-height: 17px;color: #333;}
.utp__elems .elem:first-child {border: none;background: var(--main-color);box-shadow: 0px 4px 4px rgba(0,0,0,.25);color: #fff;}
.utp__elems .elem:first-child .title {color: #fff;}
.utp__elems .elem:first-child .desc {color: #fff;}
@media (max-width: 1165px) {.utp__elems .elem {width: 30%;}
	.utp__wrap .title-h1 {font-size: 35px;line-height: 40px;}
	.utp__wrap .title-h1 span {font-size: 25px;line-height: 28px;}}
@media (max-width: 1075px) {.utp__elems .elem .title {font-size: 24px;line-height: 28px;}}
@media (max-width: 960px) {.utp__wrap img {margin-left: -265px;}}
@media (max-width: 885px) {.utp__wrap {align-items: center;}
	.utp__wrap img {display: none;}
	.utp__wrap button {margin-top: 0px;}
	.utp__elems {position: relative;bottom: 0;justify-content: start;}
	.utp__elems .elem {height: 190px;}
	.utp__elems .elem .title {font-size: 18px;line-height: 20px;}
	.utp__elems .elem .desc {font-size: 13px;line-height: 15px;}}
@media (max-width: 825px) {.utp__elems {flex-direction: column;}
	.utp__elems .elem {width: 100%;margin-bottom: 20px;margin-right: 0;height: fit-content;}}
@media (max-width: 660px) {.utp {padding-bottom: 40px;margin-top: 0px;padding-top: 45px;}
	.utp__wrap {display: none;}}
.profiles {background: url("/assets/images/proofiles-back.jpg");background-size: cover;padding: 60px 0;overflow: hidden;}
.profiles .section__title {color: #fff;}
.profiles .line {background: var(--second-color);height: 88px;width: 100%;left: 0;top: 230px;z-index: 1;}
.profiles__wrap {z-index: 2;position: relative;}
.profiles__elem {background: #fff;border-radius: 50px;width: 345px;margin: 0 40px 40px;height: auto;padding: 35px;box-shadow: 0px 4px 4px rgba(0,0,0,.25);}
.profiles__img {width: auto;height: 185px;margin-bottom: 10px;}
.profiles__img img {width: 100%;height: 100%;object-fit: contain;}
.profiles__title {font-weight: 600;font-size: 20px;line-height: 24px;color: #333;margin-bottom: 10px;}
.profiles__desc {font-size: 14px;line-height: 17px;color: #666;margin-bottom: 20px;}
.profiles__price {font-size: 14px;line-height: 17px;color: #333;margin-bottom: 35px;}
.profiles__price span {font-size: 14px;line-height: 17px;background: #333;border-radius: 10px;color: #fff;padding: 5px 15px;}
@media (max-width: 850px) {.profiles__elem button {width: 100%;}}
@media (max-width: 400px) {.profiles__elem {margin: 0 15px 15px;}}
.stock {width: 330px;height: fit-content;border: 3px dashed var(--main-color);box-sizing: border-box;border-radius: 50px;padding: 45px 20px;margin-right: 30px;position: sticky;top: 15px;background: #fff;}
.stock .action {width: 110px;height: 40px;background: var(--main-color);top: 130px;left: -8px;display: flex;align-items: center;justify-content: center;font-size: 22px;line-height: 27px;color: #fff;}
.stock__title {font-size: 28px;line-height: 34px;color: #333;margin-bottom: 10px;}
.stock__image {width: 100%;height: 250px;margin-bottom: 30px;}
.stock__image img {width: 100%;height: 100%;object-fit: cover;}
.stock__desc p {font-size: 14px;line-height: 17px;color: #666;margin-bottom: 15px;}
.stock button {background: var(--main-color);color: #fff;margin: 0 auto;}
.portfolio {padding: 80px 0 95px;}
.portfolio__wrap {width: auto;flex: 1 0;}
.portfolio__elem {border: 1px solid #ccc;box-sizing: border-box;border-radius: 50px;margin-bottom: 50px;background: #fff;max-height: 545px;}
.portfolio__elem:last-child {margin-bottom: 0px;}
.portfolio__left {width: 350px;height: 100%;border-radius: 50px 0px 0px 50px;}
.portfolio__left .slick-arrow {top: unset;bottom: -15px;}
.portfolio__left .slick-prev {left: 25% !important;z-index: 5;}
.portfolio__left .slick-next {right: 25% !important;z-index: 5;}
.portfolio__left .slick-track {height: 543px !important;}
.portfolio__left img {width: 100%;height: 100%;object-fit: cover;border-radius: 50px 0px 0px 50px;}
.portfolio__right {width: auto;flex: 1 0;height: auto;padding: 40px 40px 40px 20px;}
.portfolio__title {font-weight: bold;font-size: 22px;line-height: 27px;color: #333;margin-bottom: 15px;}
.portfolio__desc {font-size: 16px;line-height: 20px;color: #000;margin-bottom: 20px;}
.portfolio__jobs {font-size: 24px;line-height: 29px;color: #333;margin-bottom: 10px;}
.portfolio__jobs__elem {font-size: 16px;line-height: 20px;display: flex;}
.portfolio__jobs__elem span {font-size: 16px;line-height: 20px;font-weight: bold;color: var(--second-color);margin-right: 5px;}
.portfolio__jobs__elem .dotted {margin: 0 5px;border-bottom: 1px dotted #000;width: auto;flex: 1 0;}
.portfolio__result {font-size: 32px;line-height: 39px;color: #333;margin-top: 40px;margin-bottom: 45px;}
.portfolio__result span {font-size: 32px;line-height: 39px;font-weight: bold;color: var(--second-color);}
@media (max-width: 1165px) {.portfolio {padding: 40px;}
	.portfolio .container {flex-direction: column;}
	.portfolio .stock {position: relative;width: 100%;margin-bottom: 40px;padding: 20px;}}
@media (max-width: 855px) {.portfolio__left {width: 290px;}
	.portfolio__title {font-size: 18px;line-height: 20px;}
	.portfolio__desc {font-size: 14px;line-height: 18px;}
	.portfolio__jobs {font-size: 20px;line-height: 23px;}
	.portfolio__result {font-size: 25px;line-height: 30px;margin-top: 20px;}
	.portfolio__result span {font-size: 25px;line-height: 30px;}}
@media (max-width: 765px) {.portfolio__elem {flex-direction: column;max-height: unset;height: fit-content;}
	.portfolio__left {width: 100%;height: 290px;}
	.portfolio__left .slick-arrow {bottom: unset;top: 80%;}
	.portfolio__left img {border-radius: 50px 50px 0px 0px;height: 290px;width: 100%;}}
@media (max-width: 500px) {.portfolio {padding: 40px 0;}}
@media (max-width: 424px) {.portfolio__jobs__elem {font-size: 13px;}
	.portfolio__jobs__elem span {font-size: 15px;}
	.stock button {width: 100%;}
	.portfolio__right {padding: 20px 15px 20px 15px;}
	.portfolio__right button {width: 100%;}}
@media (max-width: 325px) {.portfolio__result {font-size: 16px;line-height: 18px;}}
.about-us {padding-bottom: 140px;}
.about-us .section__title {text-align: left;}
.about-us__left {width: 48%;}
.about-us__left button {background: var(--main-color);color: #fff;}
.about-us__reviews {width: 48%;}
.about-us__reviews--wrap {}
.about-us__reviews--wrap .slick-arrow {width: 40px !important;height: 40px !important;}
.about-us__reviews--wrap .slick-prev {bottom: -90px !important;right: 80px !important;top: unset !important;left: unset !important;}
.about-us__reviews--wrap .slick-prev:before {font-size: 40px !important;}
.about-us__reviews--wrap .slick-next {bottom: -90px !important;right: 0 !important;top: unset !important;left: unset !important;}
.about-us__reviews--wrap .slick-next:before {font-size: 40px !important;}
.about-us__reviews--elem {display: flex !important;background: #fff;border: 2px dashed var(--main-color) !important;box-sizing: border-box;border-radius: 50px;margin-bottom: 20px;padding: 22px 35px;height: 230px !important;}
.about-us__reviews--elem img {border-radius: 100px;margin-right: 25px;width: 125px;height: 125px;}
.about-us__reviews--elem .title {font-size: 20px;line-height: 24px;color: #333;margin-bottom: 25px;}
.about-us__reviews--elem .desc {font-size: 14px;line-height: 17px;color: #666;}
.about-us__reviews--elem .desc p {margin-bottom: 5px;}
.about-us__text p {font-size: 14px;line-height: 17px;color: #666;margin-bottom: 40px;}
.about-us__text .desc {font-size: 20px;line-height: 24px;color: #333;margin-bottom: 45px;}
@media (max-width: 1055px) {.about-us .container {flex-direction: column;}
	.about-us__left {width: 100%;margin-bottom: 30px;}
	.about-us__reviews {width: 100%;}}
@media (max-width: 545px) {.about-us__reviews--elem {height: 320px !important;padding: 25px 15px;flex-direction: column;}
	.about-us__reviews--elem .title {margin-bottom: 10px;}
	.about-us__reviews--elem .desc {font-size: 12px;}
	.about-us__reviews--elem img {width: 70px;height: 70px;margin-right: 15px;}}
.footer {background: #333;padding: 35px 0;}
.footer__contacts .title {font-weight: 600;font-size: 20px;line-height: 24px;color: #fff;margin-bottom: 30px;}
.footer__contacts .flex {margin-bottom: 25px;}
.footer__contacts .flex img {width: 30px;height: 30px;margin-right: 20px;}
.footer__contacts .flex div p {max-width: 240px;font-size: 14px;line-height: 17px;color: #fff;}
.footer__contacts .flex div a {max-width: 240px;font-size: 14px;line-height: 17px;color: #fff;}
.footer__contacts .flex:last-child {margin-bottom: 0px;}
.footer .form {background: #fff;border-radius: 30px;width: 50%;padding: 30px 45px;}
.footer .form__title {font-size: 20px;line-height: 24px;color: #333;margin-bottom: 20px;}
.footer .form .label {font-size: 14px;line-height: 17px;color: #333;}
.footer .form input {height: 30px;background: #fff;border: none;border-bottom: 1px solid #333;margin-bottom: 10px;}
.footer .form button {float: right;}
@media (max-width: 710px) {.footer .container {flex-direction: column;}
	.footer__contacts {margin: 0 0 20px;}
	.footer-form {width: 100% !important;}
	.footer-form button {width: 100%;}}
.modal {width: 510px;height: fit-content;background: #fff;box-shadow: 10px 8px 15px 4px rgba(0,0,0,.17);border-radius: 15px;padding: 35px 45px;box-sizing: border-box;opacity: 0;overflow: auto;visibility: hidden;position: fixed;top: 200px;left: calc(50% - 250px);z-index: 1000;}
.modal__title {font-size: 36px;line-height: 49px;color: #333;margin-bottom: 10px;text-align: center;}
.modal__desc {font-size: 16px;color: #333;margin-bottom: 10px;text-align: center;}
.modal input {height: 30px;background: #fff;border: none;border-bottom: 1px solid #333;margin-bottom: 10px;}
.modal_open {opacity: 1;visibility: visible;right: 0px;}
.modal__substrate {opacity: 0;cursor: pointer;visibility: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.5);z-index: 100;transition: all linear .2s;}
.modal__substrate_open {opacity: 1;visibility: visible;}
.modal__substrate_gray {background: #e5e5e5;}
.modal__close {position: absolute;top: 30px;right: 25px;width: 35px;min-width: 35px;height: 35px;transform: rotate(45deg);cursor: pointer;}
.modal__close::before {content: "";position: absolute;top: 10px;left: -7px;width: 35px;height: 2px;background: var(--main-color);}
.modal__close::after {content: "";position: absolute;top: -6px;left: 11px;width: 35px;height: 2px;background: var(--main-color);transform: rotate(90deg);transform-origin: left top;}
.modal__wrap {display: flex;flex-direction: column;text-align: center;}
.modal__wrap input {width: 90%;margin-bottom: 20px;padding: 0 25px;text-align: center;}
.modal__wrap button {width: 90%;margin: 0 auto;margin-bottom: 30px;}
@media (max-width: 768px) {.modal {left: calc(50% - 274px);}}
@media (max-width: 650px) {.modal {width: 450px;left: calc(50% - 225px);}}
@media (max-width: 480px) {.modal {width: 350px;left: calc(50% - 175px);}}
@media (max-width: 380px) {.modal {width: 100%;left: 0;height: 100%;top: 0;border-radius: 0;}
	.modal__close {top: 25px;right: 10px;}}
.color-switch {background: #fff;padding: 5px 0px 5px 5px;position: fixed;top: 0;z-index: 999;right: 30px;display: flex;box-shadow: 0 0 25px #000;}
.color-switch .selected {border: 3px solid red;}
.color-switch .color-switch__elem {width: 35px;height: 35px;box-sizing: border-box;cursor: pointer;margin-right: 5px;}
@media (max-width: 768px) {.color-switch {padding: 5px 5px 0 5px;}
	.color-switch .color-switch__elem {width: 40px;height: 40px;}}
.form__desc {font-size: 13px;}
.form__a {font-size: 13px;text-decoration: underline;}
.carousel {position: fixed;left: -755px;top: calc(50% - 190px);width: 755px;height: 395px;background: #fff;border-radius: 0px 15px 15px 0px;box-shadow: 10px 8px 15px 4px rgba(0,0,0,.17);z-index: 10000;transition: all .5s ease-out;}
.carousel #canvas {margin-top: 20px;}
.carousel__btn {position: absolute;width: 50px;height: 100px;background: var(--second-color);border-radius: 0 100% 100% 0/0 50% 50% 0;right: -50px;top: calc(50% - 50px);box-shadow: 10px 8px 15px -2px rgba(0,0,0,.17);display: flex;align-items: center;cursor: pointer;}
.carousel__btn:hover {box-shadow: 10px 8px 15px -2px rgba(0,0,0,.4);}
.carousel__btn svg {fill: #fff;}
.carousel__left {width: 50%;position: relative;}
.carousel__left #canvas {z-index: 1;}
.carousel__left #prizePointer {position: absolute;right: 0px;transform: rotate(180deg);top: 48%;z-index: 999;width: 30px;height: 30px;fill: var(--main-color);}
.carousel__form {text-align: center;}
.carousel__form input {width: 100%;margin-bottom: 15px;padding: 0 20px;height: 30px;background: #fff;border: none;border-bottom: 1px solid #333;}
.carousel__form button {margin-bottom: 15px;}
.carousel__right {width: auto;flex: 1 0;padding: 30px 20px 30px 20px;}
.carousel__title {font-size: 29px;line-height: 35px;margin-bottom: 10px;text-align: center;font-weight: 600;text-transform: uppercase;}
.carousel__stocks {text-align: center;margin-bottom: 20px;}
.carousel .btn {width: 100%;}
@media (max-width: 775px) {.carousel {width: 595px;height: 345px;left: -595px;}
	.carousel #canvas {width: 250px;height: 250px;margin-top: 35px;margin-left: 10px;}
	.carousel__right {padding: 20px 10px;}
	.carousel__title {font-size: 24px;line-height: 30px;}
	.carousel__left #prizePointer {top: 49%;}}
@media (max-width: 655px) {.carousel {height: fit-content;width: 305px;top: calc(50% - 340px);left: -305px;}
	.carousel .flex {flex-direction: column;}
	.carousel__left #prizePointer {right: -140px;}}
@media (max-width: 370px) {.carousel {width: 255px;left: -255px;}
	.carousel #canvas {width: 225px;height: 225px;}
	.carousel__left #prizePointer {right: -131px;}}
.modal {width: 510px;height: fit-content;background: #fff;box-shadow: 10px 8px 15px 4px rgba(0,0,0,.17);border-radius: 15px;padding: 35px 45px;box-sizing: border-box;opacity: 0;overflow: auto;visibility: hidden;position: fixed;top: 200px;left: calc(50% - 250px);z-index: 1000;}
.modal__title {font-size: 36px;line-height: 49px;color: #333;margin-bottom: 10px;text-align: center;}
.modal__desc {font-size: 16px;color: #333;margin-bottom: 10px;text-align: center;}
.modal input {height: 30px;background: #fff;border: none;border-bottom: 1px solid #333;margin-bottom: 10px;}
.modal_open {opacity: 1;visibility: visible;right: 0px;}
.modal__substrate {opacity: 0;cursor: pointer;visibility: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.5);z-index: 100;transition: all linear .2s;}
.modal__substrate_open {opacity: 1;visibility: visible;}
.modal__substrate_gray {background: #e5e5e5;}
.modal__close {position: absolute;top: 30px;right: 25px;width: 35px;min-width: 35px;height: 35px;transform: rotate(45deg);cursor: pointer;}
.modal__close::before {content: "";position: absolute;top: 10px;left: -7px;width: 35px;height: 2px;background: var(--main-color);}
.modal__close::after {content: "";position: absolute;top: -6px;left: 11px;width: 35px;height: 2px;background: var(--main-color);transform: rotate(90deg);transform-origin: left top;}
.modal__wrap {display: flex;flex-direction: column;text-align: center;}
.modal__wrap input {width: 90%;margin-bottom: 20px;padding: 0 25px;text-align: center;}
.modal__wrap button {width: 90%;margin: 0 auto;margin-bottom: 30px;}
@media (max-width: 768px) {.modal {left: calc(50% - 274px);}}
@media (max-width: 650px) {.modal {width: 450px;left: calc(50% - 225px);}}
@media (max-width: 480px) {.modal {width: 350px;left: calc(50% - 175px);}}
@media (max-width: 380px) {.modal {width: 100%;left: 0;height: 100%;top: 0;border-radius: 0;}
	.modal__close {top: 25px;right: 10px;}}
@charset "UTF-8";
.slick-loading .slick-list {background: #fff url("/assets/scss/lib/ajax-loader.gif") center center no-repeat;}
@font-face {font-family: "slick";font-weight: normal;font-style: normal;src: url("/assets/scss/lib/fonts/slick.eot");src: url("/assets/scss/lib/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/assets/scss/lib/fonts/slick.woff") format("woff"),url("/assets/scss/lib/fonts/slick.ttf") format("truetype"),url("/assets/scss/lib/fonts/slick.svg#slick") format("svg");}
.slick-prev, .slick-next {font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;padding: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);cursor: pointer;color: transparent;border: none;outline: none;background: transparent;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {color: transparent;outline: none;background: transparent;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: .25;}
.slick-prev:before, .slick-next:before {font-family: "slick";font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev {left: -25px;}
[dir='rtl'] .slick-prev {right: -25px;left: auto;}
.slick-prev:before {content: "←";}
[dir='rtl'] .slick-prev:before {content: "→";}
.slick-next {right: -25px;}
[dir='rtl'] .slick-next {right: auto;left: -25px;}
.slick-next:before {content: "→";}
[dir='rtl'] .slick-next:before {content: "←";}
.slick-dotted.slick-slider {margin-bottom: 30px;}
.slick-dots {position: absolute;bottom: -25px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.slick-dots li button:hover, .slick-dots li button:focus {outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 1;}
.slick-dots li button:before {font-family: "slick";font-size: 6px;line-height: 20px;position: absolute;top: 0;left: 0;width: 20px;height: 20px;content: "•";text-align: center;opacity: .25;color: black;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-dots li.slick-active button:before {opacity: .75;color: black;}
.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 {display: table;content: "";}
.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;}
.revealator-fade, .revealator-slideup, .revealator-slideleft, .revealator-slideright, .revealator-slidedown, .revealator-zoomin, .revealator-zoomout, .revealator-rotateleft, .revealator-rotateright {transition: all 600ms;}
.revealator-fade {opacity: 0;}
.revealator-fade.revealator-within, .revealator-fade.revealator-partially-above, .revealator-fade.revealator-above {opacity: 1;}
.revealator-slideup {transform: translate(0,100px);opacity: 0;}
.revealator-slideup.revealator-within, .revealator-slideup.revealator-partially-above, .revealator-slideup.revealator-above {transform: translate(0,0);opacity: 1;}
.revealator-slideleft {transform: translate(100px,0);opacity: 0;}
.revealator-slideleft.revealator-within, .revealator-slideleft.revealator-partially-above, .revealator-slideleft.revealator-above {transform: translate(0,0);opacity: 1;}
.revealator-slideright {transform: translate(-100px,0);opacity: 0;}
.revealator-slideright.revealator-within, .revealator-slideright.revealator-partially-above, .revealator-slideright.revealator-above {transform: translate(0,0);opacity: 1;}
.revealator-slidedown {transform: translate(0,-100px);opacity: 0;}
.revealator-slidedown.revealator-within, .revealator-slidedown.revealator-partially-above, .revealator-slidedown.revealator-above {transform: translate(0,0);opacity: 1;}
.revealator-zoomin {transform: scale(.75);opacity: 0;}
.revealator-zoomin.revealator-within, .revealator-zoomin.revealator-partially-above, .revealator-zoomin.revealator-above {transform: scale(1);opacity: 1;}
.revealator-zoomout {transform: scale(1.5);opacity: 0;}
.revealator-zoomout.revealator-within, .revealator-zoomout.revealator-partially-above, .revealator-zoomout.revealator-above {transform: scale(1);opacity: 1;}
.revealator-rotateleft {transform: rotate(20deg);opacity: 0;}
.revealator-rotateleft.revealator-within, .revealator-rotateleft.revealator-partially-above, .revealator-rotateleft.revealator-above {transform: rotate(0deg);opacity: 1;}
.revealator-rotateright {transform: rotate(-20deg);opacity: 0;}
.revealator-rotateright.revealator-within, .revealator-rotateright.revealator-partially-above, .revealator-rotateright.revealator-above {transform: rotate(0deg);opacity: 1;}
.revealator-delay1 {transition-delay: 100ms !important;}
.revealator-delay1.revealator-below, .revealator-delay1.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay2 {transition-delay: 200ms !important;}
.revealator-delay2.revealator-below, .revealator-delay2.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay3 {transition-delay: 300ms !important;}
.revealator-delay3.revealator-below, .revealator-delay3.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay4 {transition-delay: 400ms !important;}
.revealator-delay4.revealator-below, .revealator-delay4.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay5 {transition-delay: 500ms !important;}
.revealator-delay5.revealator-below, .revealator-delay5.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay6 {transition-delay: 600ms !important;}
.revealator-delay6.revealator-below, .revealator-delay6.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay7 {transition-delay: 700ms !important;}
.revealator-delay7.revealator-below, .revealator-delay7.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay8 {transition-delay: 800ms !important;}
.revealator-delay8.revealator-below, .revealator-delay8.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay9 {transition-delay: 900ms !important;}
.revealator-delay9.revealator-below, .revealator-delay9.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay10 {transition-delay: 1000ms !important;}
.revealator-delay10.revealator-below, .revealator-delay10.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay11 {transition-delay: 1100ms !important;}
.revealator-delay11.revealator-below, .revealator-delay11.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay12 {transition-delay: 1200ms !important;}
.revealator-delay12.revealator-below, .revealator-delay12.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay13 {transition-delay: 1300ms !important;}
.revealator-delay13.revealator-below, .revealator-delay13.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay14 {transition-delay: 1400ms !important;}
.revealator-delay14.revealator-below, .revealator-delay14.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay15 {transition-delay: 1500ms !important;}
.revealator-delay15.revealator-below, .revealator-delay15.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay16 {transition-delay: 1600ms !important;}
.revealator-delay16.revealator-below, .revealator-delay16.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay17 {transition-delay: 1700ms !important;}
.revealator-delay17.revealator-below, .revealator-delay17.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay18 {transition-delay: 1800ms !important;}
.revealator-delay18.revealator-below, .revealator-delay18.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay19 {transition-delay: 1900ms !important;}
.revealator-delay19.revealator-below, .revealator-delay19.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay20 {transition-delay: 2000ms !important;}
.revealator-delay20.revealator-below, .revealator-delay20.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay21 {transition-delay: 2100ms !important;}
.revealator-delay21.revealator-below, .revealator-delay21.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay22 {transition-delay: 2200ms !important;}
.revealator-delay22.revealator-below, .revealator-delay22.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay23 {transition-delay: 2300ms !important;}
.revealator-delay23.revealator-below, .revealator-delay23.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay24 {transition-delay: 2400ms !important;}
.revealator-delay24.revealator-below, .revealator-delay24.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay25 {transition-delay: 2500ms !important;}
.revealator-delay25.revealator-below, .revealator-delay25.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay26 {transition-delay: 2600ms !important;}
.revealator-delay26.revealator-below, .revealator-delay26.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay27 {transition-delay: 2700ms !important;}
.revealator-delay27.revealator-below, .revealator-delay27.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay28 {transition-delay: 2800ms !important;}
.revealator-delay28.revealator-below, .revealator-delay28.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay29 {transition-delay: 2900ms !important;}
.revealator-delay29.revealator-below, .revealator-delay29.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-delay30 {transition-delay: 3000ms !important;}
.revealator-delay30.revealator-below, .revealator-delay30.revealator-partially-below {transition-delay: 0ms !important;}
.revealator-speed1, .revealator-duration1 {transition-duration: 100ms !important;}
.revealator-speed2, .revealator-duration2 {transition-duration: 200ms !important;}
.revealator-speed3, .revealator-duration3 {transition-duration: 300ms !important;}
.revealator-speed4, .revealator-duration4 {transition-duration: 400ms !important;}
.revealator-speed5, .revealator-duration5 {transition-duration: 500ms !important;}
.revealator-speed6, .revealator-duration6 {transition-duration: 600ms !important;}
.revealator-speed7, .revealator-duration7 {transition-duration: 700ms !important;}
.revealator-speed8, .revealator-duration8 {transition-duration: 800ms !important;}
.revealator-speed9, .revealator-duration9 {transition-duration: 900ms !important;}
.revealator-speed10, .revealator-duration10 {transition-duration: 1000ms !important;}
.revealator-speed11, .revealator-duration11 {transition-duration: 1100ms !important;}
.revealator-speed12, .revealator-duration12 {transition-duration: 1200ms !important;}
.revealator-speed13, .revealator-duration13 {transition-duration: 1300ms !important;}
.revealator-speed14, .revealator-duration14 {transition-duration: 1400ms !important;}
.revealator-speed15, .revealator-duration15 {transition-duration: 1500ms !important;}