html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
    font-family: "KyivType_Regular";
    src: url("../fonts/KyivType_Regular.otf") format("opentype");
}
body {
    font-family: "Proxima Nova Regular";
}
body{
    font-family: 'Roboto', sans-serif;
}
header{
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}
.header-container{
    max-width: 1174px;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
main{
    margin-top: 80px;
}
.container{
    max-width: 1174px;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo{
    max-width: 132px;
}
.logo img{
    max-width: 100%;
}
.main-block-top .logo{
    max-width: unset;
}
.mob-menu-btn{
    display: none;
}
.menu-wrap ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 72px;
}
.menu-wrap ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #161616;
    text-decoration: unset;
    cursor: pointer;
}
.play-btn{
    background: #60B22B;
    border-radius: 18px;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
.play-btn:hover{
    background: #4A8E1E;
}
.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}
.popup.active{
    display: block;
}
.popup-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.popup-overlay{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
}
.popup-close{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.popup-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 633px;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 20%);
    padding: 96px 134px 73px;
    position: relative;
    z-index: 1;
    overflow: auto;
}
.popup-title{
    margin-bottom: 100px;
}
.popup-title p{
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.377632px;
}
.popup-title p span{
    background: #FE850F;
    font-weight: 500;
    font-size: 48px;
    line-height: 51px;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 13px;
    font-family: 'KyivType_Regular';
}
.popup-title .rotate span:first-child{
    transform: rotate(2deg);
}
.popup-title .rotate span:nth-child(2){
    transform: rotate(-2.54deg);
    margin-left: -13px;
}
.popup-socials{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.popup-socials a{
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 20px;
    line-height: 51px;
    color: #000000;
    align-items: center;
}
.popup-socials a svg{
    margin-bottom: 13px;
}

.popup-review .popup-content{
    padding: 48px;
    max-width: 796px;
}
.popup-review .popup-title{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.popup-review .popup-title img{
    max-width: 48px;
    margin-right: 25px;
}
.popup-review .popup-content{
    align-items: flex-start;
}
.popup-review .popup-review-text{
    overflow: auto;
    max-height: calc(100vh - 200px);
}
.popup-review .popup-review-text::-webkit-scrollbar {
    width: 0;
}
.popup-review .popup-review-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.377632px;
    color: #000000;
}
.popup-review .popup-review-text p:not(:last-child){
    margin-bottom: 20px;
}
.first-block{
    position: relative;
    background: #fff;
}
.main-block{
    display: flex;
    flex-direction: column;
    padding: 72px 15px 65px 15px;
}
.main-block .logo{
    text-align: center;
    margin-bottom: 50px;
}
.main-block .logo img:not(.sponc-mid img){
    margin-bottom: 50px;
}
.main-block .logo p{
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #07161D;
    text-align: center;
}
.main-block .main-review{
    position: relative;
    width: fit-content;
    margin: 0 auto 50px;
    display: flex;
    align-items: flex-start;
}
.main-block .main-review img{
    max-width: 184px;
}
.main-block .main-review p img{
    max-width: 50px;
}
.main-block .main-review p{
    background: #F5F3F3;
    border-radius: 16.4417px 16.4417px 16.4417px 3.65371px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 15.5283px;
    line-height: 19px;
    letter-spacing: -0.374505px;
    color: #000000;
    max-width: 190px;
    margin-top: 40px;
    margin-left: -20px;
}
.main-block .play-btn{
    max-width: 358px;
    margin: 0 auto 64px;
    width: 100%;
    text-align: center;
    padding: 17px 0;
    text-transform: uppercase;
}
.main-block .sponc{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 12.9386px;
    line-height: 22px;
    color: #07161D;
}
.main-block .sponc-mid{
    display: none;
}
.second-block{
    background: #E02B5F;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.second-block:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='538' height='672' viewBox='0 0 538 672' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_442_538)'%3e%3cpath d='M201.699 482.495L96.8223 528.378L117.326 575.174L222.202 529.292L201.699 482.495Z' fill='%23EFC100'/%3e%3cpath d='M344.442 93.5798L299.966 73.0415L66.5926 579.031L111.069 599.57L344.442 93.5798Z' fill='%235294FF'/%3e%3cpath d='M422.987 226.701L378.511 206.162L223.927 541.323L268.404 561.862L422.987 226.701Z' fill='%235294FF'/%3e%3cpath d='M203.806 134.141L153.19 127.243L124.923 335.791L175.538 342.689L203.806 134.141Z' fill='%23EFC100'/%3e%3cpath d='M107.594 431.66L56.5596 433.745L61.4335 550.814L112.468 548.728L107.594 431.66Z' fill='%23EFC100'/%3e%3cpath d='M194.726 121.209L150.25 100.671L7.77014 409.589L52.2465 430.128L194.726 121.209Z' fill='%235294FF'/%3e%3cpath d='M293.178 484.36L35.6279 333.867L9.88185 377.962L267.432 528.455L293.178 484.36Z' fill='%23EFC100'/%3e%3cpath d='M398.507 240.588L360.438 206.502L220.086 363.265L258.155 397.352L398.507 240.588Z' fill='%23EFC100'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_442_538'%3e%3crect width='402.458' height='543.824' fill='white' transform='translate(245.231) rotate(43.3387)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    content: '';
    width: 538px;
    height: 672px;
    position: absolute;
    top: -220px;
    left: -130px;
    z-index: -1;
}
.second-block:after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='544' height='557' viewBox='0 0 544 557' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_442_521)'%3e%3cpath d='M511.723 231.646L306.645 173.842L291.436 227.799L496.514 285.603L511.723 231.646Z' fill='%23EFC100'/%3e%3cpath d='M265.624 336.403L47.207 274.839L31.9987 328.795L250.415 390.359L265.624 336.403Z' fill='%23EFC100'/%3e%3cpath d='M425.9 84.9043L480.921 100.413L268.989 518.148L213.968 502.639L425.9 84.9043Z' fill='%235294FF'/%3e%3cpath d='M329.75 57.8038L274.729 42.2954L62.2417 459.874L117.263 475.382L329.75 57.8038Z' fill='%235294FF'/%3e%3cpath d='M434.019 383.867L240.612 329.353L225.404 383.309L418.811 437.823L434.019 383.867Z' fill='%23EFC100'/%3e%3cpath d='M318.32 177.133L124.357 122.462L109.149 176.418L303.112 231.089L318.32 177.133Z' fill='%23EFC100'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_442_521'%3e%3crect width='435.377' height='459.564' fill='white' transform='translate(124.676) rotate(15.7412)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    position: absolute;
    width: 544px;
    height: 557px;
    content: '';
    bottom: -150px;
    right: -220px;
    z-index: -1;
}
.second-block-title{
    margin-bottom: 88px;
    margin-top: 100px;
}
.second-block-title p{
    text-align: center;
}
.second-block-title p span{
    background: #FE850F;
    font-weight: 500;
    font-size: 48px;
    line-height: 51px;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 13px;
    font-family: "KyivType_Regular";
}
.second-block-title .rotate span:first-child{
    transform: rotate(2deg);
}
.second-block-title .rotate span:nth-child(2){
    transform: rotate(-2.54deg);
    margin-left: -13px;
}
.second-block-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 82px;
    column-gap: 80px;
}
.second-block-list p{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    text-indent: 0;
    width: 438px;
}
.second-block-list p:not(:last-child){
    margin-bottom: 18px;
}
.second-block-list p:first-child{
    grid-column: 1 / 1;
    grid-row-start: 1;
}
.second-block-list p:nth-child(2){
    grid-column: 2 / 2;
    grid-row-start: 2;
}
.second-block-list p:nth-child(3){
    grid-column: 1 / 1;
    grid-row-start: 3;
}
.second-block-list p img{
    margin-bottom: -5px;
}
.second-block-text{
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 50px;
    font-family: "KyivType_Regular";
    position: relative;
    max-width: 350px;
}
.second-block-text p{
    display: flex;
    flex-direction: column;
}
.second-block-text img{
    margin-bottom: -25px;
    position: absolute;
    top: -40px;
    right: 30px;
    max-width: 82px;
}
.second-block-btn{
    background: #EFC100;
    border-radius: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 20px 0;
    max-width: 358px;
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
    cursor: pointer;
}
.second-block-btn:hover{
    background: #D3AB00;
}
.third-block{
    background: #60B22B;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.third-block:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='627' height='668' viewBox='0 0 627 668' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_442_674)'%3e%3cpath d='M263.629 58.8578L562.454 439.194L618.221 395.379L319.395 15.0424L263.629 58.8578Z' fill='%23FF8110'/%3e%3cpath d='M286.233 41.3068L306.189 66.7669L101.414 227.394L57.5944 171.717L262.364 10.9024L286.233 41.3068Z' fill='%23E02B5F'/%3e%3cpath d='M79.4921 140.215L217.281 411.356L280.508 379.225L142.719 108.084L79.4921 140.215Z' fill='%23FF8110'/%3e%3cpath d='M145.295 570.752L180.363 632.402L592.509 397.964L557.441 336.313L145.295 570.752Z' fill='%23E02B5F'/%3e%3cpath d='M13.3126 437.09L141.989 663.305L203.64 628.237L74.9632 402.021L13.3126 437.09Z' fill='%23FF8110'/%3e%3cpath d='M43.3385 447.11L89.7334 500.758L366.491 261.419L320.096 207.771L43.3385 447.11Z' fill='%23E02B5F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_442_674'%3e%3crect width='648.267' height='605.862' fill='white' transform='translate(20.5801 667.174) rotate(-91.8193)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");    content: '';
    width: 627px;
    height: 668px;
    position: absolute;
    bottom: 252px;
    left: -370px;
    z-index: -1;
}
.third-block:after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='477' height='379' viewBox='0 0 477 379' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M71.2153 323.187L117.768 366.243L405.603 55.0324L359.05 11.9768L71.2153 323.187Z' fill='%23FF8110'/%3e%3cpath d='M24.5486 203.041L37.9863 265.012L452.27 175.178L438.832 113.208L24.5486 203.041Z' fill='%239A1DFC'/%3e%3cpath d='M55.2345 77.8565L30.6973 136.327L421.585 300.363L446.122 241.893L55.2345 77.8565Z' fill='%23E02B5F'/%3e%3c/svg%3e ");    position: absolute;
    width: 477px;
    height: 379px;
    content: '';
    top: 466px;
    right: -270px;
    z-index: -1;
}
.third-block-title{
    position: relative;
    margin-top: 100px;
    margin-bottom: 75px;
}
.third-block-title span{
    font-weight: 500;
    font-size: 48px;
    line-height: 51px;
    color: #FFFFFF;
    transform: rotate(-2.54deg);
    padding: 10px 22px;
    background: #E02B5F;
    display: inline-block;
}
.third-block-title img:first-child{
    position: absolute;
    left: -40px;
    top: -30px;
}
.third-block-title img:last-child{
    position: absolute;
    right: -20px;
    bottom: -10px;
}
.third-block-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    column-gap: 80px;
}
.third-block-item{
    max-width: 438px;
    width: 100%;
}
.third-block-item p:first-child{
    font-weight: 500;
    font-size: 33.1915px;
    line-height: 65px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'KyivType_Regular';
}
.third-block-item p:nth-child(2){
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
}
.third-block-item a{
    color: #FFFFFF;
}
.third-block-item a:hover{
    text-decoration: unset;
}
.third-block-item:first-child{
    grid-column: 1 / 1;
    grid-row-start: 1;
}
.third-block-item:nth-child(2){
    grid-column: 2 / 2;
    grid-row-start: 2;
}
.third-block-item:nth-child(3){
    grid-column: 1 / 2;
    grid-row-start: 3;
}
.third-block-item:nth-child(4){
    grid-column: 2 / 2;
    grid-row-start: 4;
}
.third-block-item:nth-child(5){
    grid-column: 1 / 2;
    grid-row-start: 5;
}
.third-block-review{
    margin-bottom: 90px;
    position: relative;
}
.third-block-review img{
    max-width: 185px;
    border-radius: 50%;
}
.third-block-review p img{
    max-width: 20px;
    margin-bottom: -2px;
}
.third-block-review p{
    background: #F5F3F3;
    border-radius: 16.5789px 16.5789px 16.5789px 3.68421px;
    padding: 8px 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    letter-spacing: -0.377632px;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: -300px;
}
.third-block-text{
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    max-width: 600px;
    width: 100%;
    margin-bottom: 88px;
}
.third-block-text img{
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
}
.third-block-btn{
    background: #E237BA;
    border-radius: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 20px 0;
    max-width: 358px;
    width: 100%;
    margin-bottom: 96px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.third-block-btn:hover{
    background: #B42B94;
}
.fourth-block .container{
    max-width: 1360px;
}
.fourth-block .second-block-title{
    margin-bottom: 100px;
}
.fourth-block-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    width: 100%;
}
.fourth-block-item{
    max-width: 358px;
    width: 100%;
}
.fourth-block-item img{
    max-width: 182px;
}
.review-left{
    position: relative;
    z-index: -1;
}
.review-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -20px;
    margin-top: 30px;
}
.review-top{
    display: flex;
    margin-bottom: 25px;
}
.fourth-block-item .review-left:before{
    content: '';
    width: 76px;
    height: 81px;
    position: absolute;
    bottom: 0;
}
.fourth-block-item .review{
    background: #F5F3F3;
    border-radius: 16.5789px 16.5789px 16.5789px 3.68421px;
    padding: 8px 11px;
    font-weight: 500;
    font-size: 15.6579px;
    line-height: 19px;
    letter-spacing: -0.377632px;
    color: #000;
    margin-bottom: 13px;
    max-width: 190px;
}
.fourth-block-item .review img{
    max-width: 50px;
}
.fourth-block-item .review b{
    color: #2946EF;
    font-weight: 500;
}
.fourth-block-item .age{
    transform: rotate(3deg);
    padding: 6px 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: fit-content;
}
.fourth-block-item .name{
    transform: rotate(-4deg);
    padding: 6px 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: fit-content;
    margin-left: -55px;
}
.fourth-block-item .review-button{
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    cursor: pointer;
}
.fourth-block-item:first-child .review-left:before,
.fourth-block-item:nth-child(3n+4) .review-left:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='76' height='81' viewBox='0 0 76 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_442_759)'%3e%3cpath d='M76.0003 20.5905H38.8066V30.3761H76.0003V20.5905Z' fill='%23EFC100'/%3e%3cpath d='M39.6127 49.8459H0V59.6316H39.6127V49.8459Z' fill='%23EFC100'/%3e%3cpath d='M54.6316 0H64.6104L48.7854 80.2222H38.8066L54.6316 0Z' fill='%232946EF'/%3e%3cpath d='M37.1936 0H27.2148L11.2891 80.2222H21.2678L37.1936 0Z' fill='%232946EF'/%3e%3cpath d='M70.1541 49.8459H35.0771V59.6316H70.1541V49.8459Z' fill='%23EFC100'/%3e%3cpath d='M40.9228 20.5905H5.74512V30.3761H40.9228V20.5905Z' fill='%23EFC100'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_442_759'%3e%3crect width='76' height='80.2222' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.fourth-block-item:first-child .age,
.fourth-block-item:nth-child(3n+4) .age{
    background: #EFC100;
}
.fourth-block-item:first-child .name,
.fourth-block-item:nth-child(3n+4) .name{
    background: #2946EF;
}
.fourth-block-item:first-child .review-button,
.fourth-block-item:nth-child(3n+4) .review-button{
    border: 2.5px solid #2946EF;
    color: #2946EF;
}
.fourth-block-item:first-child .review-button:hover,
.fourth-block-item:nth-child(3n+4) .review-button:hover{
    background: rgba(178, 189, 253, 0.14);
}
.fourth-block-item:nth-child(2) .review-left,
.fourth-block-item:nth-child(3n+5) .review-left{
    order: 1;
}
.fourth-block-item:nth-child(2) .review-right,
.fourth-block-item:nth-child(3n+5) .review-right{
    margin-right: -30px;
    margin-left: unset;
}
.fourth-block-item:nth-child(2) .review,
.fourth-block-item:nth-child(3n+5) .review{
    border-radius: 16.5789px 16.5789px 3.68px 16.58px;
}
.fourth-block-item:nth-child(2) .review-left:before,
.fourth-block-item:nth-child(3n+5) .review-left:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='76' height='81' viewBox='0 0 76 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_442_791)'%3e%3cpath d='M76.0003 20.5905H38.8066V30.3761H76.0003V20.5905Z' fill='%23E02B5F'/%3e%3cpath d='M39.6127 49.8459H0V59.6316H39.6127V49.8459Z' fill='%23E02B5F'/%3e%3cpath d='M54.6316 0H64.6104L48.7854 80.2222H38.8066L54.6316 0Z' fill='%2360B22B'/%3e%3cpath d='M37.1936 0H27.2148L11.2891 80.2222H21.2678L37.1936 0Z' fill='%2360B22B'/%3e%3cpath d='M70.1541 49.8459H35.0771V59.6316H70.1541V49.8459Z' fill='%23E02B5F'/%3e%3cpath d='M40.9228 20.5905H5.74512V30.3761H40.9228V20.5905Z' fill='%23E02B5F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_442_791'%3e%3crect width='76' height='80.2222' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    left: 10px;
    bottom: 10px;
}

.fourth-block-item:nth-child(2) .age,
.fourth-block-item:nth-child(3n+5) .age{
    background: #60B22B;
}
.fourth-block-item:nth-child(2) .name,
.fourth-block-item:nth-child(3n+5) .name{
    background: #E02B5F;
}
.fourth-block-item:nth-child(2) .review-button,
.fourth-block-item:nth-child(3n+5) .review-button{
    border: 2.5px solid #E02B5F;
    color: #E02B5F;
}
.fourth-block-item:nth-child(2) .review-button:hover,
.fourth-block-item:nth-child(3n+5) .review-button:hover{
    background: rgba(251, 127, 163, 0.14);
}
.fourth-block-item:nth-child(3) .review-left:before,
.fourth-block-item:nth-child(3n+6) .review-left:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='76' height='81' viewBox='0 0 76 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_442_814)'%3e%3cpath d='M76.0003 20.5905H38.8066V30.3761H76.0003V20.5905Z' fill='%239A1DFC'/%3e%3cpath d='M39.6127 49.8459H0V59.6316H39.6127V49.8459Z' fill='%239A1DFC'/%3e%3cpath d='M54.6316 0H64.6104L48.7854 80.2222H38.8066L54.6316 0Z' fill='%23FE850F'/%3e%3cpath d='M37.1936 0H27.2148L11.2891 80.2222H21.2678L37.1936 0Z' fill='%23FE850F'/%3e%3cpath d='M70.1541 49.8459H35.0771V59.6316H70.1541V49.8459Z' fill='%239A1DFC'/%3e%3cpath d='M40.9228 20.5905H5.74512V30.3761H40.9228V20.5905Z' fill='%239A1DFC'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_442_814'%3e%3crect width='76' height='80.2222' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.fourth-block-item:nth-child(3) .age,
.fourth-block-item:nth-child(3n+6) .age{
    background: #9A1DFC;
}
.fourth-block-item:nth-child(3) .name,
.fourth-block-item:nth-child(3n+6) .name{
    background: #FE850F;
}
.fourth-block-item:nth-child(3) .review-button,
.fourth-block-item:nth-child(3n+6) .review-button{
    border: 2.5px solid #60B22B;
    color: #60B22B;
}
.fourth-block-item:nth-child(3) .review-button:hover,
.fourth-block-item:nth-child(3n+6) .review-button:hover{
    background: rgba(148, 189, 121, 0.14);
}
.fourth-block-btn{
    background: #E02B5F;
    border-radius: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: 358px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 100px;
    cursor: pointer;
    text-transform: uppercase;
}
.fourth-block-btn:hover{
    background: #B61A47;
}
.fifth-block{
    background: #9A1DFC;
    position: relative;
    overflow: hidden;
}
.fifth-block:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='497' height='420' viewBox='0 0 497 420' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M396.965 62.8322L347.026 22.908L80.1255 356.76L130.065 396.684L396.965 62.8322Z' fill='%23FF8110'/%3e%3cpath d='M461.752 180.276L443.744 118.928L33.6223 239.315L51.6304 300.663L461.752 180.276Z' fill='%2360B22B'/%3e%3cpath d='M437.905 316.896L459.581 256.746L57.4681 111.838L35.7922 171.988L437.905 316.896Z' fill='%23E02B5F'/%3e%3cpath d='M172.499 6.9436e-05L115.009 27.9773L302.042 412.31L359.532 384.333L172.499 6.9436e-05Z' fill='%23EFC100'/%3e%3c/svg%3e ");
    content: '';
    width: 497px;
    height: 420px;
    position: absolute;
    top: -182px;
    left: 50%;
    transform: translate(-50%, 0);
}
.fifth-block-text{
    margin-top: 286px;
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fifth-block-text img{
    margin-bottom: -10px;
}
.fifth-block-text div{
    background: #F5F3F3;
    border-radius: 25.0191px 25.0191px 25.0191px 5.55981px;
    padding: 12px 16px 16px;
    max-width: 463px;
    width: 100%;
    font-weight: 500;
    font-size: 23.6292px;
    line-height: 28px;
    letter-spacing: -0.56988px;
    color: #000000;
}
.fifth-block-text div b{
    color: #2946EF;
    font-weight: 500;
}
.fifth-block-btn{
    background: #60B22B;
    border-radius: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 20px 0;
    max-width: 493px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    cursor: pointer;
    text-transform: uppercase;
}
.fifth-block-btn:hover{
    background: #4A8E1E;
}
.fifth-block-btn img{
    max-width: 33px;
    width: 100%;
    margin: 0 30px;
}
footer{
    background: #000000;
}
footer .container{
    max-width: 1360px;
    padding: 72px 0 96px;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
footer p{
    color: #FFFFFF;
    font-size: 14px;
}

footer a{
    color: #FFFFFF;
    font-size: 14px;
}

.footer-left img{
    margin-bottom: 32px;
}
.footer-left p{
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.377632px;
}
.footer-right p{
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.377632px;
}

.footer-right a{
    color: #FFFFFF !important;
}
