@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.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;
 
}
.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-arrow {
    border-radius: 50%;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.slick-prev
{
    left: 0px;
    background: url(/img/prev.png) no-repeat;
    width: 43px;
    height: 43px;
    background-size: contain;
    z-index: 100;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
 
.rev-slider {
    padding: 0 55px;
}
.ins-aft {
    margin-top: 150px;
}
.slick-next
{
    right: 0px;
    background: url(/img/next.png) no-repeat;
    width: 43px;
    height: 43px;
    background-size: contain;
    z-index: 100;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
 

/* Dots */
.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;
}
.about-title span {
    color: #FF801A;
}

.about-title {
    color: #1B1B1B;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.8px;
    text-transform: uppercase;
    margin-bottom: 44px;
    margin-top: 100px;
}
.about-flex .img {
    position: absolute;
    left: 0;
}

.about-flex .info {
    border-radius: 10px;
    background: #F5F5F5;
    padding: 38px 54px 38px 290px;
    width: 83%;
    margin-top: 39px;
}
.about-flex {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}
.about-flex .info ul li {
    margin-bottom: 0px;
}
.about-flex .h-block {
    display: none;
}
.about-flex .show {
    color: #FF801A;
    font-size: 16px;
    cursor: pointer;
}
.about-flex .info a:hover {
    text-decoration: none;
}
.about-flex .info a {
    text-decoration: underline;
}
.about-flex .info p, .about-flex .info ul {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.about-flex .info h2 {
    color: #1B1B1B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.advantages div:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 27px;
    z-index: 1;
}

.advantages span {
    color: #FF801A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    z-index: 10;
}
.advantages > div {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}
.advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.w-flex .bold {
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin: 11px 0 14px;
}
.w-flex > div {
    width: 28%;
    margin-bottom: 35px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #767676;
}
.w-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 48px 50px;
    justify-content: space-between;
}
.w-title {
    color: #1B1B1B;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    top: -36px;
    padding: 0px 20px;
    left: 24px;
}
.why {
    border: 8px solid #FF801A;
    position: relative;
    background: url(/img/rect.png) no-repeat bottom;
    background-size: 100% 200px;
    margin-top: 130px;
}
.about-flex {
    margin-bottom: 40px;
}
.inst > p {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    padding-left: 107px;
}
.iflex .txt {
    width: 23%;
    text-align: left;
}
.iflex .txt p {
    margin: 0;
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.iflex .title span {
    color: #FF801A;
}
.iflex .title {
    color: #1B1B1B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.iflex {
    display: flex;
    flex-wrap: wrap;
    padding-left: 107px;
    margin-bottom: 18px;
	gap: 66px;
}
.inst {
    margin-bottom: 28px;
}
.bttn p span {
    color: #FF801A;
}
.bttn p {
    color: #1B1B1B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.bttn a {
    display: block;
    width: 145px;
    height: 44px;
    text-align: center;
    border-radius: 5px;
    background: #FF801A;
    box-shadow: 0px 5px 12px 0px rgba(255, 128, 26, 0.54);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
}
.rev-block > p {
    color: #1B1B1B;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 44px 0 86px;
}
.r-title {
    color: #1B1B1B;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 200px;
}
.r-title span {
    display: block;
    color: #FF801A;
}
.r-txt .name {
    color: #1B1B1B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.r-txt .desc {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 60px;
}
.r-item .r-txt {
    background: #F5F5F5;
    padding: 50px 50px 50px 30px;
}
.r-item > div {
    width: 48.5%;
}
.r-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.r-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq {
    margin-top: 200px;
}
.f-title {
    color: #1B1B1B;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 36px;
    max-width: 300px;
}
.ftxt a:hover {
    text-decoration: none !important;
}

.ftxt a {
    color: #FF801A !important;
    text-decoration: underline !important;
}
.ftxt {
color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	    width: 30%;
		    text-align: left;
}
.f-flex {
    display: flex;
    justify-content: space-between;
}
.f-spoilers {
    width: 66%;
 
}
.faq-tit span {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    background: #FF801A;
    width: 36px;
    min-width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-tit {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    background: #F5F5F5;
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    padding: 25px 35px;
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.faq-txt {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
    display:none;
}
.f-spoilers > div:last-child {
    padding-bottom: 0;
}
 
.slick-list, .slick-slide {
 
    height: auto !important;
}
.r-txt {
    text-align: left;
}
@media screen and (max-width:1020px){
	.about-flex .info {
    border-radius: 10px;
    background: transparent;
    padding: 10px 30px 30px;
    width: 70%;
    margin-top: 0;
}
.about-flex .img {
    position: initial;
    width: 30%;
}
.about-flex .img img {
    width: 100%;
}
.about-flex {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
}
.why {
    background: url(/img/rect.png) no-repeat bottom;
    background-size: 100% 240px;
}
}
@media screen and (max-width:800px){
.f-flex {
    flex-wrap: wrap;
}
.ftxt {
    width: 100%;
    margin-bottom: 50px;
}
.f-spoilers {
    width: 100%;
}
.ftxt br {
    display: none;
}
.w-flex > div {
    width: 100%;
}
.iflex {
    display: block;
    flex-wrap: wrap;
    padding-left: 50px;
}
.iflex .txt {
    width: 100%;
}
.inst > p {
    padding-left: 50px;
}
.w-title {
    font-size: 28px;
    top: -23px;
}
.about-title, .r-title {
    font-size: 28px;
}
.r-item > div {
    width: 100%;
}
.about-flex .img {
    width: 100%;
    margin-bottom: 30px;
}
.about-flex .info {
    padding: 0px;
    width: 100%;
}
.faq-tit {

    font-size: 14px;
    text-align: left;
}
.faq {
    margin-top: 80px;
}
.r-title {
    margin-top: 100px;
}
.why {

	margin-top: 50px;
}
}
@media screen and (max-width:500px){
	.w-title {
    font-size: 20px;
    top: -15px;
}
.inst {
    padding-right: 30px;
}
.why {
    background: url(/img/rect.png) no-repeat bottom;
    background-size: 100% 330px;

}
}