/* For old browsers */
@supports (not(--css: variables))
{
    .supports_error
    {
        display: flex !important;
    }
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .supports_error
    {
        display: flex !important;
    }
}



/*------------------
    Reset styles
------------------*/
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    /*content-visibility: auto;*/
}

*:before,
*:after
{
    box-sizing: border-box;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;

    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

img
{
    border-style: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button
{
    margin: 0;

    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

:focus
{
    outline: 0;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*-------------------
    Global styles
-------------------*/
:root
{
    --bg: #fff;
    --scroll_width: 17px;
    --text_color: #000;
    --font_family: 'Fira Sans', 'Arial', sans-serif;
}


::selection
{
    color: #fff;

    background: #f76b1c;
}

::-moz-selection
{
    color: #fff;

    background: #f76b1c;
}


.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}



html
{
    height: 100%;

    background: var(--bg);
}

html.custom_scroll ::-webkit-scrollbar
{
    width: 10px;
    height: 10px;

    background-color: #ccc;
}

html.custom_scroll ::-webkit-scrollbar-thumb
{
    background-color: #f76b1c;
}

html.custom_scroll
{
    scrollbar-color: #f76b1c #ccc;
    scrollbar-width: thin;
}


body
{
    color: var(--text_color);
    font-family: var(--font_family);

    height: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
}


button
{
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    cursor: pointer;

    border: none;
    background: none;
}


.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-width: 360px;
    min-height: 100%;
}


.main
{
    flex: 1 0 auto;
}


.cont
{
    width: 100%;
    max-width: 1155px;
    margin: 0 auto;
    padding: 0 20px;
}


.lozad
{
    transition: opacity .5s linear;

    opacity: 0;
}

.lozad.loaded
{
    opacity: 1;
}


.row
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}



.owl-carousel,
.owl-carousel .slide:first-child
{
    display: block;
}

.owl-carousel .slide
{
    display: none;
}

.owl-carousel .owl-stage
{
    font-size: 0;

    white-space: nowrap;
}

.owl-carousel .owl-item
{
    font-size: var(--font_size);

    display: inline-block;

    vertical-align: top;
    white-space: normal;
}

.owl-carousel .slide .lozad
{
    transition: .2s linear;
}



.buttonUp
{
    position: fixed;
    z-index: 99;
    right: 50%;
    bottom: 137px;

    display: none;

    margin-right: -559px;
}

.buttonUp button
{
    display: flex;

    width: 78px;
    height: 78px;

    border-radius: 50%;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.buttonUp button img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}



.supports_error
{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;

    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show
{
    display: flex;
}



/*------------
    Header
------------*/
header
{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;
}


header .info
{
    padding: 35px 0;
}

header .info .cont.row
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}



header .logo > *
{
    position: relative;

    display: inline-block;

    padding-top: 9px;
    padding-right: 47px;

    vertical-align: top;
    text-decoration: none;
}

header .logo .name
{
    font-size: 33.4286px;
    font-weight: 900;
    font-style: italic;
    line-height: 40px;

    letter-spacing: 2.03641px;

    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

header .logo .desc
{
    color: #fff;
    font-family: var(--font_family2);
    font-size: 15px;
    font-style: italic;
    line-height: 18px;

    letter-spacing: 1.25141px;
    text-transform: uppercase;
}

header .logo img
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;
}



header .menu .item + .item
{
    margin-left: 40px;
}

header .menu .item > button
{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;

    display: block;

    transition: color .2s linear;
    text-decoration: none;
    letter-spacing: 2.05833px;
}

header .menu .item:hover > button,
header .menu .item > button.active
{
    color: #f76b1c;
}



header .login_link
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    display: inline-block;

    padding: 12px 58px 11px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 2.53333px;

    border-radius: 30.5px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    box-shadow: 0 17px 31px rgba(247, 107, 28, .220444);
}



/*----------------
    Block head
----------------*/
.block_head
{
    display: flex;

    width: 100%;
    margin-bottom: 49px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.block_head .title
{
    font-size: 43px;
    font-weight: 800;
    line-height: 46px;
}

.block_head .desc
{
    color: #545454;
    font-size: 15px;
    line-height: 23px;

    width: 640px;
    max-width: 100%;
    margin-top: 14px;
}

.block_head .link
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    display: inline-block;

    margin-top: 43px;
    padding: 12px 32px 11px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 2.53333px;

    border-radius: 30.5px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    box-shadow: 0 17px 31px rgba(247, 107, 28, .220444);
}


.block_head.center
{
    text-align: center;

    justify-content: center;
}

.block_head.center .title
{
    width: 100%;
}


.block_head.white .title,
.block_head.white .desc
{
    color: #fff;
}



/*-------------------
    First section
-------------------*/
.first_section
{
    position: relative;

    overflow: hidden;
}


.first_section .bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}


.first_section .photos
{
    position: absolute;
    z-index: 2;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 10px;

    display: block;

    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
    margin: auto;

    pointer-events: none;
}


.first_section .cont
{
    position: relative;
    z-index: 3;

    display: flex;

    min-height: 847px;
    padding-top: 145px;
    padding-bottom: 60px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.first_section .info
{
    color: #fff;

    text-align: center;
}


.first_section .info .title
{
    font-size: 45px;
    font-weight: 500;
    line-height: 76px;
}

.first_section .info .title b
{
    font-weight: 900;
}


.first_section .info .desc
{
    font-size: 25px;
    line-height: 43px;

    margin-top: 23px;
}


.first_section .info .link
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    display: inline-block;

    margin-top: 36px;
    padding: 12px 53px 11px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 2.53333px;

    border-radius: 30.5px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    box-shadow: 0 17px 31px rgba(247, 107, 28, .220444);
}



/*------------
    Schema
------------*/
.schema
{
    padding: 69px 0 94px;
}


.schema .steps
{
    display: flex;

    margin-bottom: -51px;

    counter-reset: step;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.schema .step
{
    position: relative;

    margin-bottom: 51px;
    padding-left: 81px;
}


.schema .step.step1
{
    width: calc(46.1% - 44px);
}

.schema .step.step1:after
{
    position: absolute;
    right: -120px;
    bottom: 80px;

    display: block;

    width: 168px;
    height: 42px;

    content: '';
    pointer-events: none;

    background: url(../images/steps_arrow1.png) 0 0/100% 100% no-repeat;
}


.schema .step.step2
{
    width: calc(53.9% - 44px);
}

.schema .step.step2:after
{
    position: absolute;
    top: calc(100% + 70px);
    right: 105px;

    display: block;

    width: 86px;
    height: 121px;

    content: '';
    pointer-events: none;

    background: url(../images/steps_arrow2.png) 0 0/100% 100% no-repeat;
}


.schema .step.step3
{
    width: 731px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.schema .step:before
{
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 65px;

    position: absolute;
    top: 0;
    left: 0;

    width: 65px;
    height: 65px;

    content: counter(step, decimal-leading-zero);
    counter-increment: step;
    text-align: center;

    border-radius: 50%;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
}


.schema .step .name
{
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
}


.schema .step .desc
{
    color: #545454;
    font-size: 15px;
    line-height: 33px;

    margin-top: 22px;
}

.schema .step.step3 .desc
{
    width: 370px;
    max-width: 100%;
}


.schema .step .link
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;

    display: inline-block;

    margin-top: 17px;
    padding: 11px 38px 12px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 2.21667px;

    border-radius: 27.5px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
}


.schema .step .stars
{
    display: flex;

    margin-top: 12px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.schema .step .stars > *
{
    width: 28px;
    height: 26px;

    background: url(../images/ic_star.svg) 0 0 no-repeat;
}

.schema .step .stars > *.active
{
    background: url(../images/ic_star_a.svg) 0 0 no-repeat;
}

.schema .step .stars > * + *
{
    margin-left: 7px;
}



/*-----------
    Stats
-----------*/
.stats
{
    padding: 48px 0;

    background: #f9f9f9;
}


.stats .row
{
    display: flex;

    margin-bottom: -30px;
    margin-left: -104px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.stats .row > *
{
    max-width: calc(33.333% - 104px);
    margin-bottom: 30px;
    margin-left: 104px;
}


.stats .item
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.stats .item .icon
{
    margin-right: 12px;
}

.stats .item .icon img
{
    display: block;
}

.stats .item .icon + *
{
    align-self: center;
}

.stats .item .val
{
    color: #000;
    font-size: 38px;
    font-weight: 800;
    line-height: 46px;

    letter-spacing: .5px;
}

.stats .item .name
{
    color: #545454;
    font-size: 18px;
    line-height: 22px;

    margin-top: 3px;
}



/*----------------
    Categories
----------------*/
.categories
{
    position: relative;

    padding: 94px 0 91px;
}

.categories .bg
{
    position: absolute;
    z-index: -1;
    bottom: -351px;
    left: 0;

    display: block;

    max-width: 100%;

    content: '';
    pointer-events: none;
}


.categories .row
{
    margin-bottom: -42px;
    margin-left: -42px;

    align-items: stretch;
    align-content: stretch;
}

.categories .row > *
{
    width: calc(25% - 42px);
    margin-bottom: 42px;
    margin-left: 42px;
}


.categories .cat
{
    padding: 39px 23px;

    border-radius: 28px;
    background: #fff;
    box-shadow: 0 31px 65px rgba(0, 0, 0, .129644);
}

.categories .cat .icon
{
    display: flex;

    width: 53px;
    height: 53px;
    margin-bottom: 13px;
    padding: 6px;

    border-radius: 11px;
    background: #ddd;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.categories .cat:nth-child(1) .icon
{
    background: #2d6aff;
}

.categories .cat:nth-child(2) .icon
{
    background: #229c0a;
}

.categories .cat:nth-child(3) .icon
{
    background: #ff4a2d;
}

.categories .cat:nth-child(4) .icon
{
    background: #ff2dad;
}

.categories .cat:nth-child(5) .icon
{
    background: #44d7b6;
}

.categories .cat:nth-child(6) .icon
{
    background: #f7b500;
}

.categories .cat:nth-child(7) .icon
{
    background: #b620e0;
}

.categories .cat:nth-child(8) .icon
{
    background: #4d47ec;
}

.categories .cat .icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.categories .cat .name
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.categories .cat .price
{
    color: #545454;
    font-size: 15px;
    line-height: 23px;

    margin-top: 11px;
}



/*----------------
    Price list
----------------*/
.price_list
{
    padding: 77px 0 91px;

    background: #191837;
}


.price_list .tariffs
{
    display: flex;

    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.price_list .tariffs > * + *
{
    border-left: 1px solid rgba(255,255,255,.14);
}


.price_list .tariffs .names
{
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 28px;

    width: 25%;
}

.price_list .tariffs .names > *
{
    padding: 26px 28px;

    background: rgba(255,255,255,.03);
}

.price_list .tariffs .names > *:nth-child(odd)
{
    background: rgba(0,0,0,.25);
}

.price_list .tariffs .names > * + *
{
    padding-top: 18px;
    padding-bottom: 18px;
}

.price_list .tariffs .names > *.buy
{
    display: flex;

    height: 91px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.price_list .tariffs .names .name
{
    display: flex;

    height: 93px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.price_list .tariffs .tafiff
{
    color: #fff;
    font-size: 23px;
    line-height: 28px;

    width: 25%;

    text-align: center;
}

.price_list .tariffs .tafiff > *
{
    position: relative;

    padding: 26px 28px;

    background: rgba(255,255,255,.03);
}

.price_list .tariffs .tafiff > *:nth-child(odd)
{
    background: rgba(0,0,0,.25);
}

.price_list .tariffs .tafiff > * + *
{
    padding-top: 18px;
    padding-bottom: 18px;
}

.price_list .tariffs .tafiff > *.buy
{
    display: flex;

    height: 91px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.price_list .tariffs .tafiff .buy_btn
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;

    padding: 3px 43px 2px;

    letter-spacing: 1.16667px;

    border-radius: 29.7488px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    box-shadow: 0 17px 31px rgba(231, 95, 39, .408882);
}

.price_list .tariffs .tafiff .name
{
    display: flex;

    height: 93px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.price_list .tariffs .tafiff .name span
{
    font-weight: 800;

    display: inline-block;

    vertical-align: middle;

    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}


.price_list .bottom
{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 23px;

    margin-top: 72px;

    text-align: center;
}



/*------------
    Cities
------------*/
.cities
{
    position: relative;

    padding: 94px 0 72px;
}


.cities .bg
{
    position: absolute;
    z-index: -1;
    top: -195px;
    right: 0;

    display: block;

    max-width: 100%;

    content: '';
    pointer-events: none;
}


.cities .row
{
    margin-bottom: -27px;
    margin-left: -27px;

    justify-content: center;
}

.cities .row > *
{
    margin-bottom: 27px;
    margin-left: 27px;
}


.cities .city
{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;

    padding: 15px 29px;

    border-radius: 11px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    box-shadow: 0 31px 65px rgba(0, 0, 0, .129644);
}


.cities .bottom
{
    color: #545454;
    font-size: 19px;
    line-height: 23px;

    margin-top: 35px;

    text-align: center;
}



/*--------------------
    Call to action
--------------------*/
.call_to_action
{
    position: relative;

    padding: 32px 0;

    background: #191837;
}


.call_to_action .bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .05;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


.call_to_action .cont
{
    position: relative;
    z-index: 3;
}


.call_to_action .row
{
    justify-content: center;
    align-items: center;
    align-content: center;
}


.call_to_action .title
{
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 46px;

    letter-spacing: .6px;
}


.call_to_action .link
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    width: 363px;
    max-width: 100%;
    margin-left: 50px;
    padding: 12px 30px 11px;

    text-align: center;
    text-decoration: none;
    letter-spacing: 2.53333px;

    border-radius: 29.7488px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    box-shadow: 0 17px 31px rgba(231, 95, 39, .408882);
}



/*-----------------
    Current bid
-----------------*/
.current_bid
{
    padding: 94px 0 0;
}


.current_bid .owl-stage-outer
{
    overflow: visible !important;
}

.current_bid .owl-item
{
    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}

.current_bid .owl-item.active
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}


.current_bid .item
{
    display: flex;

    padding: 33px 29px;

    border-radius: 33px;
    background: #fff;
    box-shadow: 0 31px 65px rgba(0, 0, 0, .129644);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.current_bid .item .thumb
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 142px;
    height: 158px;

    border-radius: 22px;
    background: #ddd;
}

.current_bid .item .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.current_bid .item .thumb + .info
{
    width: calc(100% - 141px);
    padding-top: 10px;
    margin-left: -20px;
}


.current_bid .item .info
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.current_bid .item .name
{
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;

    width: calc(100% + 20px);
    margin-left: 20px;
}


.current_bid .item .date
{
    color: rgba(84,84,84,.52);
    font-size: 15px;
    line-height: 23px;

    margin-top: 12px;
    margin-left: 20px;
    padding-left: 30px;

    background: url(../images/ic_date.svg) 0 50% no-repeat;

    align-self: center;
}

.current_bid .item .location
{
    color: rgba(84,84,84,.52);
    font-size: 15px;
    line-height: 23px;

    margin-top: 12px;
    margin-left: 20px;
    padding-left: 22px;

    background: url(../images/ic_location.svg) 0 50% no-repeat;

    align-self: center;
}

.current_bid .item .cat
{
    color: rgba(84,84,84,.52);
    font-size: 15px;
    line-height: 23px;

    width: calc(100% + 20px);
    margin-top: 12px;
    margin-left: 20px;
    padding-left: 30px;

    background: url(../images/ic_cat.svg) 0 50% no-repeat;

    align-self: center;
}

.current_bid .item .price
{
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;

    width: calc(100% + 20px);
    margin-top: 7px;
    margin-left: 20px;

    letter-spacing: .4px;

    background: linear-gradient(to bottom, #f9af47 0%, #f76b1c 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}


.current_bid .item .desc
{
    color: #545454;
    font-size: 14px;
    line-height: 22px;

    width: 100%;
    margin-top: 14px;

    opacity: .54;
}




/*----------------
    Advantages
----------------*/
.advantages
{
    padding: 94px 0;
}


.advantages .row
{
    margin-bottom: -58px;
    margin-left: -58px;

    justify-content: center;
}

.advantages .row > *
{
    width: calc(33.333% - 58px);
    margin-bottom: 58px;
    margin-left: 58px;
}


.advantages .item
{
    color: #545454;
    font-size: 15px;
    line-height: 23px;

    padding: 44px 33px;

    text-align: center;

    border-radius: 28px;
    background: #fff;
    box-shadow: 0 31px 65px rgba(0, 0, 0, .129644);
}

.advantages .item .icon
{
    display: flex;

    width: 88px;
    height: 88px;
    margin: 0 auto 35px;

    border-radius: 16px;
    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.advantages .item .icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.advantages .item .name
{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.advantages .item .desc
{
    margin-top: 24px;
}



/*------------------------
    Personal assistant
------------------------*/
.personal_assistant
{
    position: relative;

    margin-top: 32px;
    padding: 97px 0 98px;

    background: #191837;
}


.personal_assistant .block_head
{
    width: 544px;
    max-width: 100%;
    margin: 0;
}

.personal_assistant .block_head .desc
{
    font-size: 20px;
    line-height: 36px;

    width: 417px;
    margin-top: 25px;
}

.personal_assistant .block_head .logo
{
    position: relative;
    top: -14px;

    display: inline-block;

    margin-left: auto;
    padding-top: 7px;
    padding-right: 32px;

    vertical-align: top;
    text-decoration: none;
}

.personal_assistant .block_head .logo .name
{
    font-size: 23.8121px;
    font-weight: 900;
    line-height: 29px;

    letter-spacing: 1.4506px;

    background: linear-gradient(198.85deg, #fad961 -34.64%, #f76b1c 87.28%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.personal_assistant .block_head .logo img
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 30px;
}


.personal_assistant .img
{
    position: absolute;
    right: 50%;
    bottom: 0;

    margin-right: -600px;

    pointer-events: none;
}



/*-------------
    Reviews
-------------*/
.reviews
{
    padding: 94px 0 123px;
}


.reviews .block_head
{
    margin-bottom: 77px;
}


.reviews .slider
{
    position: relative;
    z-index: 3;

    width: 987px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 83px;
}

.reviews .slider:before
{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -21px;
    left: 0;

    display: block;

    width: 792px;
    height: 445px;
    margin: auto;

    content: '';

    opacity: .24;
    background: url(../images/bg_reviews.png) 50% 0 no-repeat;
}



.reviews .review
{
    display: flex;

    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.reviews .review .text
{
    font-size: 25px;
    font-weight: 800;
    line-height: 46px;

    width: 100%;
    padding-top: 85px;

    text-align: center;

    background: url(../images/ic_quote.svg) 50% 0 no-repeat;
}


.reviews .review .author
{
    display: flex;

    margin: 24px auto 0;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.reviews .review .author .photo
{
    width: 58px;
    height: 58px;
    margin-right: 14px;

    border-radius: 50%;
    background: #ddd;
}

.reviews .review .author .photo img
{
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
}

.reviews .review .author .name
{
    color: #f8842c;
    font-size: 22px;
    font-weight: bold;
    line-height: 23px;
}

.reviews .review .author .post
{
    color: #545454;
    font-size: 18px;
    line-height: 23px;

    margin-top: 6px;
}



/*------------
    Footer
------------*/
/*------------
    Footer
------------*/
footer
{
    padding: 58px 0 63px;

    background: #121129;
}

footer .cont.row
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}



footer .logo
{
    margin-right: auto;
}

footer .logo > *
{
    position: relative;

    display: inline-block;

    padding-top: 9px;
    padding-right: 47px;

    vertical-align: top;
    text-decoration: none;
}

footer .logo .name
{
    color: #353445;
    font-size: 27px;
    font-weight: 900;
    font-style: italic;
    line-height: 32px;

    letter-spacing: 1.64px;
}

footer .logo .desc
{
    color: #353445;
    font-family: var(--font_family2);
    font-size: 12px;
    font-style: italic;
    line-height: 14px;

    letter-spacing: 1px;
    text-transform: uppercase;
}

footer .logo img
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;
}



footer .copyright
{
    color: #fff;
    font-size: 16px;
    line-height: 19px;

    margin-right: auto;

    text-align: center;

    opacity: .21;
}


footer .links
{
    text-align: right;
}

footer .links > * + *
{
    margin-top: 9px;
}

footer .links a
{
    color: #fff;
    font-size: 16px;
    line-height: 19px;

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    opacity: .37;
    border-bottom: 1px dashed #fff;
}

footer .links a:hover
{
    opacity: 1;
    border-color: transparent;
}
