:focus {
    outline: 0;
}

* {
    zoom: 1;
}

img,
iframe {
    max-width: 100%;
}

html {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    background-color: #ffffff;
    font-family: 'Montserrat';
    /*	
    -webkit-text-size-adjust:none;
    text-size-adjust:none
	*/
}

a:link,
a:visited {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #FF5A90;
}

footer a:hover {
    text-decoration: none;
    color: #FF5A90 !important;
}

body {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

#container {
    position: relative;
    /*overflow: hidden;*/
}

.center {
    /*width: 1920px;*/
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 35px;
    box-sizing: border-box;
}

#top {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

body {
    padding-top: 141px;
}

#top .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_blocks {
    position: relative;
}

.menu_blocks>div {
    display: none;
}

.menu_blocks>div.active {
    display: flex;
    justify-content: flex-start;
    background: #F5ECEC;
    border-radius: 0px 0px 30px 30px;
    z-index: 1;
    padding: 65px 60px 30px;
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    top: -35px;
}

.menu_blocks>div.active a.item {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #182968;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 100px;
}

.menu_blocks>div.active a.item:hover {
    color: #FF5A90;
}

.menu_blocks>div.active div.item {
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    margin: 0 15px;
    min-width: 380px;
}

.menu_blocks>div.active div.item .image {
    width: 100px;
    margin-right: 20px;
    flex: none;
}

.menu_blocks>div.active div.item .image img {
    display: inline-block;
}

.menu_blocks>div.active div.item .desc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.menu_blocks>div.active div.item .desc .title {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #545484;
}

.menu_blocks>div.active div.item .desc .title span {
    color: #FF5A90;
}

.menu_blocks>div.active div.item .desc .text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #8D95B2;
    margin-bottom: 24px;
}

.menu_blocks>div.active div.item .desc .buttons a.button2 {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    padding: 18px 15px;
}

.menu_blocks>div.active div.item .desc .buttons a.button2.onsite {
    color: #FBE2DE;
}

.menu_blocks>div.active div.item .desc .buttons a.button2.onsite:hover {
    background: #F9F4F4;
    cursor: unset;
}

#top .center .left {
    position: relative;
    width: calc(100% - 352px);
}

#top .center .left>.outer {
    position: relative;
    z-index: 5;
    background: #F9F4F4;
    backdrop-filter: blur(26px);
    border-radius: 30px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top .center .left .logo {
    margin-left: 50px;
}

#top .topmenu {
    position: relative;
}

#top .topmenu>span {
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}

#top .topmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

#top .topmenu ul li {
    margin-left: 20px;
}

#top .topmenu ul li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #29366B;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 20px 18px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}

@media all and (max-width:1450px) {
    #top .topmenu ul li a:hover {
        background: #FFFFFF;
        border-radius: 20px;
    }
}

#top .topmenu ul li.wd a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background: url("../images/dots.png");
    content: '';
    width: 26px;
    height: 6px;
    background-size: 100%;
    line-height: 0;
}

#top .topmenu ul li.wd a.active:after {
    content: '';
    background: url("../images/dots2.png");
}

#top .topmenu ul li.wd a.active {
    background: #FF5A90;
    border-radius: 30px;
    color: #fff;
}

#top .center .right {
    margin-left: 20px;
}

a.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF5A90;
    backdrop-filter: blur(26px);
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}


/*
a.button:not(.wr):hover{
    background: #29366B;
}
*/

.tl {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.tl::before {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.tl::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #3F4F8E;
    left: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
}

.tl:hover::after {
    transform: scale(50);
}

.tl {
    -webkit-transition: all 0.2s step-end;
    -moz-transition: all 0.2s step-end;
    -o-transition: all 0.2s step-end;
    transition: all 0.2s step-end;
}

.tl:hover {
    background-color: #3F4F8E;
}

.tr {
    -webkit-transition: all 0.2s step-end;
    -moz-transition: all 0.2s step-end;
    -o-transition: all 0.2s step-end;
    transition: all 0.2s step-end;
}

.tr:hover {
    background-color: #3F4F8E;
}

.tl:before {
    -webkit-transition: all 0.2s step-end;
    -moz-transition: all 0.2s step-end;
    -o-transition: all 0.2s step-end;
    transition: all 0.2s step-end;
}

.tl:hover:before {
    background-color: #3F4F8E;
}

.tr:before {
    -webkit-transition: all 0.2s step-end;
    -moz-transition: all 0.2s step-end;
    -o-transition: all 0.2s step-end;
    transition: all 0.2s step-end;
}

.tr:hover:before {
    background-color: #3F4F8E;
}

.tr {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.tr::before {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.tr::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #3F4F8E;
    right: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
}

.tr:hover::after {
    transform: scale(50);
}

a.button:not(.wr) {
    color: white;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

a.button:not(.wr)::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5A90;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

a.button:not(.wr)::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #29366b;
    left: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
}

a.button:not(.wr):hover::after {
    transform: scale(50);
}

a.button3:not(.wr) {
    color: white;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

a.button3:not(.wr)::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #29366B;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

a.button3:not(.wr)::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #FF5A90;
    left: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
}

a.button3:not(.wr):hover::after {
    transform: scale(50);
}


/*
      a.button2:not(.wr) {
        color: #FF5A90;
        border: none;
        overflow: hidden;
        position: relative;
        z-index: 0;
      }

      a.button2:not(.wr)::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #F9F4F4;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -2;
      }

      a.button2:not(.wr)::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%;
        background-color: #FAE2E6 !important;
        left: 100%;
        top: 100%;
        transition: transform 700ms ease;
        z-index: -1;
      }

      a.button2:not(.wr):hover::after {
        transform: scale(100%);
      }
	  #ist a.button2:hover::after {
        transform: scale(100%);
      }
	  */

a.button2:not(.wr) {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

a.button2:not(.wr)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F9F4F4;
    display: block;
    z-index: -2;
}

a.button2:not(.wr)::after {
    display: block;
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FAE2E6;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
    z-index: -1;
}

a.button2:not(.wr):hover::after {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#articles>.center>.row.slider .item .buttons a.button2:not(.wr) {
    color: #FF5A90;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#articles>.center>.row.slider .item .buttons a.button2:not(.wr)::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

#articles>.center>.row.slider .item .buttons a.button2:not(.wr)::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #FF5A90 !important;
    left: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
    opacity: 1 !important;
}

#articles>.center>.row.slider .item .buttons a.button2:not(.wr):hover {
    color: #FFF;
}

#articles>.center>.row.slider .item .buttons a.button2:not(.wr):hover::after {
    transform: scale(40);
}

#articles>.center>.row.slider .item .image {
    overflow: hidden;
}

#articles>.center>.row.slider .item .image img {
    transition: transform 800ms ease;
}

#articles>.center>.row.slider .item:hover .image img {
    transform: scale(1.15);
}

#articles_list .row .item .buttons a {
    color: #FF5A90;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#articles_list .row .item .buttons a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

#articles_list .row .item .buttons a::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #FF5A90 !important;
    left: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
    opacity: 1 !important;
}

#articles_list .row .item .buttons a:hover {
    color: #FFF;
}

#articles_list .row .item .buttons a:hover::after {
    transform: scale(40);
}

#articles_list .row .item .image {
    overflow: hidden;
}

#articles_list .row .item .image img {
    transition: transform 800ms ease;
}

#articles_list .row .item:hover .image img {
    transform: scale(1.15);
}

a.button.wr span {
    color: white;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

a.button.wr span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

a.button.wr span::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #FFF;
    left: 100%;
    top: 100%;
    transition: transform 500ms linear;
    z-index: -1;
}

a.button.wr:hover span::after {
    transform: scale(10);
}


/*
a.button:not(.wr):hover:before{
	content: '';
	display: block;
    background: #29366B;
	position: absolute;
	bottom: 0;
	right: 0;
	animation-duration: 1s;
	animation-name: slidein;
	animation-fill-mode: forwards;
	border-radius: 100% 0 0 0;
	z-index:0;
}
*/

@keyframes slidein {
    from {
        width: 0px;
        height: 0px;
    }
    to {
        height: 250px;
        width: 250px;
    }
}

a.button.wr:hover span {
    margin-left: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    flex: none;
}

a.button.wr:hover span i {
    background: url("../images/arrow2.png") center center no-repeat transparent;
}

a.button3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #29366B;
    border-radius: 30px;
    text-decoration: none;
    padding: 30px 100px;
}

a.button3:hover {
    background: #FF5A90;
}

#top .center .right a.button {
    width: 332px;
    height: 101px;
}

#top a.logo {
    text-decoration: none;
}

#top .logo img {
    display: inline-block;
    vertical-align: middle;
}

#top .logo span {
    background: url("../images/dots.png") center center no-repeat #F5ECEC;
    backdrop-filter: blur(26px);
    border-radius: 30px;
    width: 105.01px;
    height: 80px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#banner {
    overflow: hidden;
}

#banner .row.wbg {
    background: url('../images/back.webp') center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 782px;
}

#banner .buttons {
    position: relative;
    z-index: 2;
    top: -245px;
    margin-left: 60px;
    margin-bottom: -205px;
    box-sizing: border-box;
}

#banner .buttons a.button {
    min-width: 316px;
    height: 124px;
    margin-right: 20px;
    text-align: left;
    padding: 0 25px;
    box-sizing: border-box;
    display: inline-flex;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    text-transform: unset;
    font-style: italic;
}

a.button.wr span {
    content: '';
    margin-left: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    width: 52px;
    height: 52px;
    flex: none;
}

a.button.wr span i {
    width: 9px;
    height: 16px;
    background: url("../images/arrow.png") center center no-repeat transparent;
}

#banner .buttons .small {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #8D95B2;
    opacity: 0.5;
    margin-top: 45px;
}

#banner .block {
    position: relative;
    top: 84px;
    left: 60px;
    z-index: 4;
}

#banner .block .t1 {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 120%;
    color: #FF5A90;
    display: block;
}

#banner .block .t2 {
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #29366B;
    display: block;
    margin-bottom: 30px;
}

#banner .block .t3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #8D95B2;
    display: block;
}

#banner .hand {
    position: absolute;
    right: 805px;
    top: 307px;
    z-index: 10;
    width: auto;
}

#banner .girl {
    display: block;
    position: absolute;
    right: 420px;
    bottom: 0;
    z-index: 2;
}

#banner .hearts {
    display: block;
    position: absolute;
    left: 637px;
    top: 132px;
    z-index: 3;
}

#banner .saks {
    display: block;
    position: absolute;
    left: 685px;
    top: 156px;
    z-index: 3;
}

#banner .flowers {
    display: block;
    position: absolute;
    right: 0;
    top: 113px;
    z-index: 2;
}

#banner .box {
    display: block;
    position: absolute;
    right: 40px;
    top: 270px;
    z-index: 3;
}

#when {
    position: relative;
    z-index: 5;
    padding-top: 120px;
    padding-bottom: 45px;
    background: url("../images/flower6.png") left center no-repeat, url("../images/back2.png") left center no-repeat;
}

#when .row {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

#when .row .left {
    width: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
}

#when .row .left .title {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

#when .row .left span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #FF5A90;
}

#when .row .right {
    width: calc(100% - 625px);
    columns: 2;
    column-gap: 80px;
}

#when .row .right .block {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    opacity: 0;
}

#when .row .right .block.element-show {
    opacity: 1;
    transition: all 2s;
}

#when .row .right .block .title {
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #FF5A90;
    margin-bottom: 35px;
}

#when .row .right .block .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#when .row .right .block .text ul {
    margin: 0 40px 0 20px;
    padding: 0;
}

#when .row .right .block .text ul li::marker {
    color: #FF5A90;
}

#when .row .right .block:nth-child(1) {
    background-image: url("../images/io1.png");
    padding-top: 40px;
    min-height: 192px;
    width: 100%;
    box-sizing: border-box;
}

#when .row .right .block:nth-child(2) {
    background-image: url("../images/io2.png");
    padding-top: 80px;
    min-height: 258px;
    width: 100%;
    box-sizing: border-box;
}

#when .row .right .block:nth-child(3) {
    background-image: url("../images/io3.png");
    padding-top: 40px;
    min-height: 239px;
    width: 100%;
    box-sizing: border-box;
}

#when .row .right .block:nth-child(4) {
    background-image: url("../images/io4.png");
    padding-top: 40px;
    min-height: 182px;
    width: 100%;
    box-sizing: border-box;
}

#when .row .right .block:nth-child(5) {
    background-image: url("../images/io5.png");
    padding-top: 80px;
    min-height: 279px;
    width: 100%;
    box-sizing: border-box;
}

#when .row .right .block:nth-child(6) {
    background-image: url("../images/io6.png");
    padding-top: 40px;
    min-height: 187px;
    width: 100%;
    box-sizing: border-box;
}

#dir {
    margin-bottom: 25px;
}

#dir .row {
    background: url("../images/back3.png") center bottom no-repeat;
    background-size: cover;
    padding: 75px 60px 115px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#dir .row .left {
    width: 560px;
}

#dir .row .left .title {
    width: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 80px;
}

#dir .row .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #FF5A90;
}

#dir .row .left .t1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 80px;
    display: inline-block;
}

#dir .row .left .t2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 50px;
    background: #FF5E91;
    border-radius: 30px;
    display: inline-block;
}

#dir .row .right ul {
    list-style: none;
    margin: 0 110px 0 0;
    padding: 0;
}

#dir .row .right ul li {
    margin-bottom: 25px;
    padding-left: 25px;
    background: url("../images/no.png") left 3px no-repeat;
    max-width: 380px;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#cycle .right ul li {
    margin-bottom: 25px;
    padding-left: 25px;
    background: url("../images/no.png") left 3px no-repeat;
    max-width: 380px;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#melody .right ul li {
    margin-bottom: 25px;
    padding-left: 25px;
    background: url("../images/no.png") left 3px no-repeat;
    max-width: 380px;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#music .right ul li {
    margin-bottom: 25px;
    padding-left: 25px;
    background: url("../images/no.png") left 3px no-repeat;
    max-width: 380px;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#symphony .right ul li:not(.not) {
    margin-bottom: 25px;
    padding-left: 25px;
    background: url("../images/no.png") left 3px no-repeat;
    max-width: 380px;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#kvintet {
    margin-bottom: 25px;
}

#kvintet>.center>.row_wrapper {
    background: #F9F4F4;
    border-radius: 30px;
    padding: 60px;
    overflow: hidden;
}

#kvintet>.center>.row_wrapper>.row:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#kvintet>.center>.row_wrapper>.row:first-child .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 80px;
    width: 600px;
}

#kvintet>.center>.row_wrapper>.row:first-child .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 120%;
    color: #FF5A90;
    display: block;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tl {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tl img:last-child {
    display: none;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tl:hover img:first-child {
    display: none;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tl:hover img:last-child {
    display: block;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tl:hover {
    /*background: #29366B;*/
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tr {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tr img:last-child {
    display: none;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tr:hover img:first-child {
    display: none;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tr:hover img:last-child {
    display: block;
}

#kvintet>.center>.row_wrapper>.row:first-child .buttons .tr:hover {
    /*background: #29366B;*/
}

#kvintet>.center>.row_wrapper>.row:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#kvintet>.center>.row_wrapper>.row:last-child .left {
    width: 532px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

#kvintet>.center>.row_wrapper>.row:last-child .left img {
    position: relative;
    z-index: 2;
}

#kvintet>.center>.row_wrapper>.row:last-child .left:after {
    content: url("../images/flowers3.png");
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
}

#kvintet.main>.center>.row_wrapper>.row:last-child .right {
    width: calc(100% - 532px);
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider {
    position: relative;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item {
    position: relative;
    width: 492px;
    height: 555px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 40px;
    box-sizing: border-box;
    filter: drop-shadow(-42px 55px 44px rgba(243, 205, 210, 0.24));
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:hover {
    filter: drop-shadow(-42px 55px 44px rgba(222, 167, 174, 0.24));
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:nth-child(1) {
    background-image: url("../images/bgb8.png");
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 30px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:nth-child(2) {
    background-image: url("../images/bgph.png");
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 30px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:nth-child(3) {
    background-image: url("../images/bg3.png");
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 30px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:nth-child(4) {
    background-image: url("../images/bgcr.png");
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 30px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:nth-child(5) {
    background-image: url("../images/bgzc.png");
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 30px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item .title {
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #27325A;
    margin-bottom: 15px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item .t2 {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FF5A90;
    margin-bottom: 50px;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item .text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #545484;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item .text ul {
    margin: 0 0 0 20px;
    padding: 0;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item .text ul li::marker {
    color: #FF5A90;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item .buttons {
    width: 100%;
}

a.button2 {
    display: block;
    padding: 20px 0;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #FF5A90;
    /*background: #F9F4F4;*/
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

a.button2:hover,
#articles>.center>.row.slider .item .buttons a.button2:hover,
footer .right a.toup:hover {
    /*background: #FAE2E6;*/
}

footer .right a.toup:hover {
    background: #FAE2E6;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider {
    width: 100%;
    white-space: nowrap;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item:first-child {
    margin-left: 0;
}

#kvintet>.center>.row_wrapper>.row:last-child .right .slider .item {
    white-space: normal;
    margin-left: 20px;
}

#cycle {
    margin-bottom: 25px;
    overflow: hidden;
}

#cycle .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background-color: #F9F4F4;
    border-radius: 30px;
    padding: 80px 60px 0;
}

#cycle .row .back {
    position: absolute;
    display: block;
    width: 748px;
    height: 748px;
    background: linear-gradient(180deg, #FAE6E0 0%, #FFA5C2 46.35%, #EAE2F8 100%, #EACDE4 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    left: 50%;
    top: 50%;
    margin-left: -374px;
    margin-top: -374px;
    z-index: 1;
}

#cycle .row .left {
    width: 500px;
    flex: none;
    padding-bottom: 60px;
    z-index: 3;
}

.row .left .title h1 {
    font-weight: inherit;
}

#cycle .row .left .title {
    width: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 55px;
}

#cycle .row .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    color: #FF5A90;
}

#cycle .row .left .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #8D95B2;
    margin-bottom: 150px;
}

#cycle .row .right {
    width: 380px;
    flex: none;
    padding-top: 147px;
    z-index: 3;
}

#cycle .row .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cycle .row .right li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 50px;
}

#cycle .row .right li:last-child {
    margin-bottom: 0;
}

#cycle .row .center {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 790px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 28px;
}

@media (min-width: 1451px) {
    .main #cycle .row .center {
        width: 690px;
        font-size: 24px;
    }
    .main #music .row .center {
        width: 620px;
        font-size: 22px;
    }
    .main #melody .row .center {
        width: 630px;
        font-size: 21px;
    }
    .main #symphony .row .center {
        width: 680px;
        font-size: 23px;
    }
}

#cycle .row .center .girl {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 26.2em;
}

#cycle .row .center .naush {
    position: absolute;
    top: -0.667em;
    left: 6.667em;
    z-index: 3;
    opacity: 0;
    width: 14.5em;
}

#cycle .row .center .calend {
    position: absolute;
    top: 7.667em;
    left: 18em;
    z-index: 1;
    opacity: 0;
    width: 6.97em;
}

#cycle .row .center .naush.element-show {
    top: 0.667em;
    opacity: 1;
    transition: all 1s;
}

#cycle .row .center .calend.element-show {
    top: 9em;
    opacity: 1;
    transition: all 1s;
}

#melody {
    margin-bottom: 25px;
    overflow: hidden;
}

#melody .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background-color: #F9F4F4;
    border-radius: 30px;
    padding: 80px 60px 0;
}

#melody .row .back {
    position: absolute;
    display: block;
    width: 748px;
    height: 748px;
    background: linear-gradient(180deg, #82F7F7 0%, #F9C3C5 46.35%, #EAE2F8 100%, #EACDE4 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    left: 50%;
    top: 50%;
    margin-left: -374px;
    margin-top: -374px;
    z-index: 1;
}

#melody .row .left {
    width: 500px;
    flex: none;
    padding-bottom: 60px;
    z-index: 3;
}

#melody .row .left .title {
    width: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 55px;
}

#melody .row .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    color: #FF5A90;
    display: block;
}

#melody .row .left .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #8D95B2;
    margin-bottom: 80px;
}

#melody .row .right {
    width: 380px;
    flex: none;
    padding-top: 147px;
    z-index: 3;
}

#melody .row .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#melody .row .right li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 50px;
}

#melody .row .right li:last-child {
    margin-bottom: 0;
}

#melody .row .center {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 790px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 27px;
}

#melody .row .center .girl {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: -5px;
    width: 16.5em;
}

#melody .row .center .hearts {
    position: absolute;
    top: 3.667em;
    left: 5.667em;
    z-index: 3;
    opacity: 0;
    width: 5.667em;
}

#melody .row .center .soska {
    position: absolute;
    top: 3.667em;
    left: 20em;
    z-index: 1;
    opacity: 0;
    width: 3.83em;
}

#melody .row .center .but {
    position: absolute;
    top: 14.667em;
    left: 4.667em;
    z-index: 2;
    opacity: 0;
    width: 5.567em;
}

#melody .row .center .bant {
    position: absolute;
    top: 17.667em;
    left: 19.667em;
    z-index: 1;
    opacity: 0;
    width: 3.5em;
}

#melody .row .center .bant2 {
    position: absolute;
    top: 11em;
    left: 3em;
    z-index: 1;
    opacity: 0;
    width: 4.23em;
}

#melody .row .center .hearts.element-show {
    top: 5em;
    opacity: 1;
    transition: all 1s;
}

#melody .row .center .soska.element-show {
    top: 5em;
    opacity: 1;
    transition: all 1s;
}

#melody .row .center .but.element-show {
    top: 16em;
    opacity: 1;
    transition: all 1s;
}

#melody .row .center .bant.element-show {
    top: 19em;
    opacity: 1;
    transition: all 1s;
}

#melody .row .center .bant2.element-show {
    top: 12.33em;
    opacity: 1;
    transition: all 1s;
}

#music {
    margin-bottom: 25px;
    overflow: hidden;
}

#music .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background-color: #F9F4F4;
    border-radius: 30px;
    padding: 80px 60px 0;
}

#music .row .back {
    position: absolute;
    display: block;
    width: 748px;
    height: 748px;
    background: linear-gradient(180deg, #FFD596 0%, #F9C3C5 46.35%, #EAE2F8 100%, #FFAB7C 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    left: 50%;
    top: 50%;
    margin-left: -374px;
    margin-top: -374px;
    z-index: 1;
}

#music .row .left {
    width: 500px;
    flex: none;
    padding-bottom: 60px;
    z-index: 3;
}

#music .row .left .title {
    width: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 55px;
}

#music .row .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    color: #FF5A90;
}

#music .row .left .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #8D95B2;
    margin-bottom: 150px;
}

#music .row .right {
    width: 380px;
    flex: none;
    padding-top: 147px;
    z-index: 3;
}

#music .row .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#music .row .right li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 50px;
}

#music .row .right li:last-child {
    margin-bottom: 0;
}

#music .row .center {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 730px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 26px;
}

#music .row .center .girl {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 16em;
    margin-bottom: -0.5em;
}

#music .row .center .keks {
    position: absolute;
    top: 2.33em;
    left: 18em;
    z-index: 3;
    opacity: 0;
    width: 4.433em;
}

#music .row .center .viol {
    position: absolute;
    top: 7.5em;
    left: 7em;
    z-index: 2;
    opacity: 0;
    width: 13.867em;
}

#music .row .center .keks.element-show {
    top: 3.667em;
    opacity: 1;
    transition: all 1s;
}

#music .row .center .viol.element-show {
    top: 9.43em;
    opacity: 1;
    transition: all 1s;
}

#symphony {
    margin-bottom: 25px;
    overflow: hidden;
}

#symphony .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background-color: #F9F4F4;
    border-radius: 30px;
    padding: 80px 60px 0;
}

#symphony .row .back {
    position: absolute;
    display: block;
    width: 748px;
    height: 748px;
    background: linear-gradient(180deg, #FFA196 0%, #D5F5FF 46.35%, #EAE2F8 100%, #BB94FF 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    left: 50%;
    top: 50%;
    margin-left: -374px;
    margin-top: -374px;
    z-index: 1;
}

#symphony .row .left {
    width: 500px;
    flex: none;
    padding-bottom: 60px;
    z-index: 3;
}

#symphony .row .left .title {
    width: 510px;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 55px;
}

#symphony .row .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    color: #FF5A90;
}

#symphony .row .left .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #8D95B2;
    margin-bottom: 150px;
}

#symphony .row .right {
    width: 380px;
    flex: none;
    padding-top: 147px;
    z-index: 3;
}

#symphony .row .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#symphony .row .right li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 50px;
}

#symphony .row .right li:last-child {
    margin-bottom: 0;
}

#symphony .row .center {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 800px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 28px;
}

#symphony .row .center .girl {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 15em;
    bottom: -5px;
}

#symphony .row .center .sym {
    position: absolute;
    top: 2.667em;
    left: 3.667em;
    z-index: 3;
    opacity: 0;
    width: 19.37em;
}

#symphony .row .center .flower1 {
    position: absolute;
    top: 8.33em;
    left: 15.33em;
    z-index: 11;
    opacity: 0;
    width: 8.07em;
}

#symphony .row .center .flower2 {
    position: absolute;
    top: 6.67em;
    left: 7em;
    z-index: 11;
    opacity: 0;
    width: 5.667em;
}

#symphony .row .center .sym.element-show {
    top: 4em;
    opacity: 1;
    transition: all 1s;
}

#symphony .row .center .flower1.element-show {
    top: 9.67em;
    opacity: 1;
    transition: all 1s;
}

#symphony .row .center .flower2.element-show {
    top: 8em;
    opacity: 1;
    transition: all 1s;
}

.rot {
    animation: 10s linear 0s normal none infinite running rot;
    -webkit-animation: 10s linear 0s normal none infinite running rot;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#instruction {
    margin-bottom: 25px;
    overflow: hidden;
}

#instruction .row {
    background: #F9F4F4;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
}

#instruction .row .back {
    width: 881px;
    height: 539px;
    background: linear-gradient(180deg, #FBD6C9 0%, #F8D5D8 36.98%, #FBD9C7 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    position: absolute;
    top: 101;
    right: 253px;
    z-index: 1;
}

#instruction .row .left {
    width: 553px;
    position: relative;
    z-index: 2;
}

#instruction .row .left .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 85px;
}

#instruction .row .left .t1 {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FF5A90;
}

#instruction .row .left .t1 span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #8D95B2;
}

#instruction .row .left .buttons {
    margin-top: 40px;
}

#instruction .row .left .buttons a.button {
    padding: 30px 55px;
}

#instruction .row .right {
    width: calc(100% - 653px);
    position: relative;
    z-index: 2;
    font-size: 30px;
}

#instruction .row .right .vita2 {
    display: inline-block;
    position: relative;
    z-index: 3;
    margin-left: 1.67em;
    width: 31.17em;
}

#instruction .row .right .list {
    position: absolute;
    left: 1em;
    bottom: 6.67em;
    z-index: 2;
    width: 9em;
}

#instruction .row .right .lime {
    position: absolute;
    left: 1em;
    bottom: 2.67em;
    z-index: 4;
    width: 10.9em;
}

#wherebuy {
    margin-bottom: 25px;
}

#wherebuy .row {
    background: #F9F4F4;
    border-radius: 30px;
    padding: 60px 60px;
}

#wherebuy .row .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 70px;
}

#wherebuy .row .wrapper {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    gap: 50px;
    flex-wrap: wrap;
}

#wherebuy .row .wrapper a.item {
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
	background-color: #fff;
	border-radius: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
}
#wherebuy .row .wrapper a.item img{
	max-width: 80%;
}

#wherebuy .row .wrapper a.item:hover {
    filter: drop-shadow(-20px 30px 22px rgba(222, 167, 174, 0.25));
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#wherebuy2 {
    margin-bottom: 25px;
}

#wherebuy2 .row {
    background: #F9F4F4;
    border-radius: 30px;
    padding: 60px 60px;
}

#wherebuy2 .row .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 70px;
}

#wherebuy2 .row .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wherebuy2 .row .wrapper a.item {
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#wherebuy2 .row .wrapper a.item:hover {
    filter: drop-shadow(-20px 30px 22px rgba(222, 167, 174, 0.25));
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#articles {
    margin-top: 80px;
    margin-bottom: 25px;
}

#articles>.center>.row {
    padding: 0 60px;
}

#articles>.center>.row:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

#articles>.center>.row:first-child .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 80px;
    width: 600px;
}

#articles>.center>.row:first-child .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 120%;
    color: #FF5A90;
    display: block;
}

#articles>.center>.row:first-child .buttons .tl {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

#articles>.center>.row:first-child .buttons .tl img:last-child {
    display: none;
}

#articles>.center>.row:first-child .buttons .tl:hover img:first-child {
    display: none;
}

#articles>.center>.row:first-child .buttons .tl:hover img:last-child {
    display: block;
}

#articles>.center>.row:first-child .buttons .tl:hover {
    /*background: #29366B;*/
}

#articles>.center>.row:first-child .buttons .tr {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
}

#articles>.center>.row:first-child .buttons .tr img:last-child {
    display: none;
}

#articles>.center>.row:first-child .buttons .tr:hover img:first-child {
    display: none;
}

#articles>.center>.row:first-child .buttons .tr:hover img:last-child {
    display: block;
}

#articles>.center>.row:first-child .buttons .tr:hover {
    /*background: #29366B;*/
}

#articles>.center>.row.slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -20px;
}

#articles>.center>.row.slider .item {
    background: #F9F4F4;
    border-radius: 30px;
    width: 580px;
    margin: 0 20px;
    overflow: hidden;
}

#articles>.center>.row.slider .item .image {
    width: 100%;
    margin-bottom: 38px;
}

#articles>.center>.row.slider .item .image img {
    width: 100%;
    display: block;
}

#articles>.center>.row.slider .item .title {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    margin-bottom: 20px;
}

#articles>.center>.row.slider .item .atitle {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #29366B;
    margin-bottom: 70px;
    padding: 0 40px;
    min-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

#articles>.center>.row.slider .item .buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#articles>.center>.row.slider .item .buttons a.button2 {
    /*background: #ffffff;*/
    display: inline-block;
    padding: 20px 60px;
    width: auto;
}

#ist .row {
    padding: 0 60px;
}

#ist {
    margin-bottom: 25px;
}

#ist a.button2 {
    padding: 40px 0;
}

footer .right a.toup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    text-decoration: none;
    background: #F9F4F4;
    border-radius: 30px;
    width: 220px;
    height: 276px;
}

footer .right a.toup img {
    display: inline-block;
    margin-bottom: 20px;
}

footer .row_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 60px;
}

footer .row_wrapper .left {
    width: calc(100% - 240px);
    max-width: 1500px;
}

footer .row_wrapper .left .row:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .row_wrapper .left .row:first-child a.logo {
    margin-right: 90px;
}

footer .row_wrapper .left .row:first-child .menu {
    min-width: 200px;
    margin-right: 94px;
}

footer .row_wrapper .left .row:first-child .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .row_wrapper .left .row:first-child .menu ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    color: #8D95B2;
}

footer .row_wrapper .left .row:first-child .menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    color: #29366B;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #FF5A90;
    text-decoration: none;
}

footer .row_wrapper .left .row:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

footer .row_wrapper .left .row:last-child .logo22 {
    width: 287px;
}

footer .row_wrapper .left .row:last-child .text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #29366B;
    width: 386px;
}

footer .row_wrapper .left .row:last-child .adress {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #29366B;
    width: 290px;
}

footer .row_wrapper .left .row:last-child .contacts {
    width: 290px;
}

footer .row_wrapper .left .row:last-child .contacts a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #29366B;
    text-decoration: none;
}

footer .row_wrapper .left .row:last-child .phones a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #29366B;
    text-decoration: none;
}

.kv {
    width: 652px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 40px;
    box-sizing: border-box;
}

#kvintet1 {
    background-image: url("../images/b1.svg");
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 30px;
    background-position: center 30px;
    background-repeat: no-repeat;
}

#kvintet2 {
    background-image: url("../images/b2.svg");
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 30px;
    background-position: center 30px;
    background-repeat: no-repeat;
}

#kvintet3 {
    background-image: url("../images/b3.svg");
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 30px;
    background-repeat: no-repeat;
}

#kvintet4 {
    background-image: url("../images/b4.svg");
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 30px;
    background-position: center 30px;
    background-repeat: no-repeat;
}

#kvintet5 {
    background-image: url("../images/b5.svg");
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 30px;
    background-position: center 30px;
    background-repeat: no-repeat;
}

.kv .title {
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #27325A;
    margin-bottom: 15px;
}

.kv .t2 {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FF5A90;
    margin-bottom: 70px;
}

.kv .text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #545484;
}

.kv .text ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.kv .text ul li::marker {
    color: #FF5A90;
}

.kv .buttons {
    width: 100%;
}

.info {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
    width: 900px;
    max-width: 90%;
}

.popups {
    display: none;
}

.info h2 {
    display: block;
    width: 100%;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
}

sup {
    line-height: 1;
    cursor: pointer;
}

#top_mobile {
    display: none;
}

.mobile {
    display: none;
}

a.buy {
    display: none;
}

#vazhno {
    margin-bottom: 25px;
}

#vazhno .row {
    display: flex;
    justify-content: space-between;
}

#vazhno .row .left {
    padding: 100px 60px;
    width: calc(50% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
}

#vazhno .row .right {
    width: calc(50% - 10px);
    margin-left: 10px;
    background-size: cover;
    border-radius: 30px;
    box-sizing: border-box;
}

#vazhno .row .left .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 45px;
}

#vazhno .row .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #FF5A90;
}

#vazhno .row .left .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 70px;
}

#vazhno .row .left .cols ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 40px;
}

#vazhno .row .left .cols ul li {
    display: inline-block;
    width: 100%;
    background: url("../images/li.png") left 8px no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#prichiny {
    margin-bottom: 25px;
}

#prichiny .row_wrapper {
    background: url("../images/garback1.png") right top no-repeat #F9F4F4;
    border-radius: 30px;
    padding: 120px 60px;
}

#prichiny.melody .row_wrapper {
    background: url("../images/melodyback.webp") right top no-repeat #F9F4F4;
}

#prichiny.music .row_wrapper {
    background: url("../images/musicback.webp") right top no-repeat #F9F4F4;
}

#prichiny.symphony .row_wrapper {
    background: url("../images/symphonyback.webp") right top no-repeat #F9F4F4;
}

#prichiny .row_wrapper .row:first-child {
    margin-bottom: 130px;
}

#prichiny .row_wrapper .row:first-child .left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#prichiny .row_wrapper .row:first-child .left .title {
    width: 555px;
    margin-right: 140px;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
}

#prichiny .row_wrapper .row:first-child .left .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #FF5A90;
}

#prichiny .row_wrapper .row:first-child .left .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    width: 450px;
}

#prichiny .row_wrapper .row:last-child {
    display: flex;
    justify-content: space-between;
}

#prichiny .row_wrapper .row:last-child .item {
    width: 329px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #29366B;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

#prichiny.melody .row_wrapper .row:last-child {
    flex-wrap: wrap;
}

#prichiny.melody .row_wrapper .row:last-child .item {
    width: 480px;
    height: 180px;
    margin-bottom: 40px;
}

#prichiny.garmony .row_wrapper .row:last-child .item:nth-child(1) {
    background: url("../images/gar1.png") center center no-repeat #ffffff;
}

#prichiny.garmony .row_wrapper .row:last-child .item:nth-child(2) {
    background: url("../images/gar2.png") center center no-repeat #ffffff;
}

#prichiny.garmony .row_wrapper .row:last-child .item:nth-child(3) {
    background: url("../images/gar3.png") center center no-repeat #ffffff;
}

#prichiny.garmony .row_wrapper .row:last-child .item:nth-child(4) {
    background: url("../images/gar4.png") center center no-repeat #ffffff;
}

#prichiny.garmony .row_wrapper .row:last-child .item:nth-child(5) {
    background: url("../images/gar5.png") center center no-repeat #ffffff;
}

#prichiny.melody .row_wrapper .row:last-child .item:nth-child(1) {
    background: url("../images/mel1.png") center center no-repeat #ffffff;
}

#prichiny.melody .row_wrapper .row:last-child .item:nth-child(2) {
    background: url("../images/mel2.png") center center no-repeat #ffffff;
}

#prichiny.melody .row_wrapper .row:last-child .item:nth-child(3) {
    background: url("../images/mel3.png") center center no-repeat #ffffff;
}

#prichiny.melody .row_wrapper .row:last-child .item:nth-child(4) {
    background: url("../images/mel4.png") center center no-repeat #ffffff;
}

#prichiny.melody .row_wrapper .row:last-child .item:nth-child(5) {
    background: url("../images/mel5.png") center center no-repeat #ffffff;
}

#prichiny.melody .row_wrapper .row:last-child .item:nth-child(6) {
    background: url("../images/mel6.png") center center no-repeat #ffffff;
}

#prichiny.music .row_wrapper .row:last-child .item:nth-child(1) {
    background: url("../images/mus1.png") center center no-repeat #ffffff;
}

#prichiny.music .row_wrapper .row:last-child .item:nth-child(2) {
    background: url("../images/mus2.png") center center no-repeat #ffffff;
}

#prichiny.music .row_wrapper .row:last-child .item:nth-child(3) {
    background: url("../images/mus3.png") center center no-repeat #ffffff;
}

#prichiny.music .row_wrapper .row:last-child .item:nth-child(4) {
    background: url("../images/mus4.png") center center no-repeat #ffffff;
}

#prichiny.music .row_wrapper .row:last-child .item:nth-child(5) {
    background: url("../images/mus5.png") center center no-repeat #ffffff;
}

#prichiny.symphony .row_wrapper .row:last-child .item:nth-child(1) {
    background: url("../images/symp1.png") center center no-repeat #ffffff;
}

#prichiny.symphony .row_wrapper .row:last-child .item:nth-child(2) {
    background: url("../images/symp2.png") center center no-repeat #ffffff;
}

#prichiny.symphony .row_wrapper .row:last-child .item:nth-child(3) {
    background: url("../images/symp3.png") center center no-repeat #ffffff;
}

#prichiny.symphony .row_wrapper .row:last-child .item:nth-child(4) {
    background: url("../images/symp4.png") center center no-repeat #ffffff;
}

#prichiny.symphony .row_wrapper .row:last-child .item:nth-child(5) {
    background: url("../images/symp5.png") center center no-repeat #ffffff;
}

#vazhno.symphony .row .left .title {
    width: 560px;
}

#top .logo:hover span {
    background: url("../images/dots2.png") center center no-repeat #FF5A90;
}

#top .logo.active span {
    background: url("../images/dots2.png") center center no-repeat #FF5A90;
}

#prichiny .row_wrapper .row:last-child .item {
    margin: 0 10px;
}

#vazhno.symphony .row .right {
    height: 860px;
}

.fancybox-active #container {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.fancybox-bg {
    background: unset !important;
}

.footer__fixed-bottom {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 997;
}

.footer__disclamer {
    /*background: rgba(255,255,255,1);*/
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding: 0.5vw 0;
    text-align: center;
    color: #F2CBD1;
    margin-top: 10px;
    font-size: 2vw;
    letter-spacing: -2px;
}

.footer__disclamer img {
    max-width: 80vw !important;
    text-align: center;
    display: inline-block;
}

#banner .row .back1 {
    position: absolute;
    display: block;
    width: 748px;
    height: 748px;
    background: linear-gradient(180deg, #FFA196 0%, #D5F5FF 46.35%, #EAE2F8 100%, #BB94FF 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    left: 50%;
    top: 50%;
    margin-left: -374px;
    margin-top: -374px;
    z-index: 1;
}

.kv .fancybox-close-small {
    top: 10px;
    right: 10px;
}

.kv .fancybox-close-small::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    font: 40px/40px Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: #FF5A90;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}

.kv .fancybox-close-small:hover::after {
    color: #fff;
    background: #29366B;
}

.istclose {
    text-align: center;
    padding: 20px 0;
}

#ist .row {
    background: #F9F4F4;
    border-radius: 30px;
}

.istclose a.button {
    padding: 20px 40px;
    cursor: pointer;
    background: #ffffff;
    /*color: #FF5A90;*/
    color: #FFF;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
    border-radius: 30px;
}

.istclose a.button:hover {
    background: #FF5A90;
    color: #ffffff;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
    border-radius: 30px;
}

#istwrapper {
    display: none;
    padding-top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #27325A;
}

#ist a.button2:hover {
    /*background: #F9F4F4;*/
}

.footer__fixed-bottom .with_inner {
    position: relative;
    margin-bottom: 15px;
}

.footer__fixed-bottom .with_inner a.whenpr {
    position: relative;
    z-index: 5;
}

.footer__fixed-bottom .with_inner .inner {
    display: none;
    padding: 40px 20px 20px;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 0 0 20px 20px;
}

.footer__fixed-bottom .with_inner .inner a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #29366B;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

.footer__fixed-bottom .with_inner .inner a:last-child {
    margin-bottom: 0;
}

#mobile_menu {
    display: none;
    background: #F5ECEC;
    padding: 90px 20px 110px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    box-sizing: border-box;
}

#mobile_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 100%;
}

#mobile_menu li {
    margin-bottom: 10px;
}

#mobile_menu li>a {
    padding: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: #29366B;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    backdrop-filter: blur(26px);
    border-radius: 20px;
    text-decoration: none;
}

#mobile_menu .with_inner>a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background: url("../images/dots.png");
    content: '';
    width: 26px;
    height: 6px;
    background-size: 100%;
    line-height: 0;
}

#mobile_menu .with_inner.active>a {
    background: #FF5A90;
    color: #fff;
}

#mobile_menu .with_inner.active>a:after {
    content: '';
    background: url("../images/dots2.png");
}

#mobile_menu .with_inner>a+div.sub_menu {
    display: none;
    padding: 40px 20px 20px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    background: #F9F4F4;
    border-radius: 0px 0px 20px 20px;
}

#mobile_menu .with_inner>a+div.sub_menu a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #29366B;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

#mobile_menu .with_inner>a+div.sub_menu a:hover {
    color: #FF5A90;
}

#mobile_menu .with_inner>a+div.sub_menu a:last-child {
    margin-bottom: 0;
}

.menu_open .footer__fixed-bottom .with_inner {
    display: none;
}

.menu_open #top_mobile {
    border-radius: 0 0 20px 20px;
}

#mobile_menu .with_inner>a+div.sub_menu div.item {
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    margin: 0 0 15px;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .image {
    width: 100px;
    margin-right: 20px;
    flex: none;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .image img {
    display: inline-block;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .desc .title {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #545484;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .desc .title span {
    color: #FF5A90;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .desc .text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #8D95B2;
    margin-bottom: 24px;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .desc .buttons a.button2 {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    padding: 18px 0;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .desc .buttons a.button2.onsite {
    color: #FBE2DE;
}

#mobile_menu .with_inner>a+div.sub_menu div.item .desc .buttons a.button2.onsite:hover {
    background: #F9F4F4;
    cursor: unset;
}

.hide {
    display: none !important;
}

#articles {
    /*display: none !important;*/
}

.breadcrumbs {
    background: #F2D3D8;
    border-radius: 100px;
    padding: 5px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    color: #FDFDFD;
    text-decoration: none;
    margin-bottom: 4vw;
    display: inline-block;
}

.breadcrumbs a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    color: #FDFDFD;
    text-decoration: none;
}

.info a:hover {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #27325A;
}

.info p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #27325A;
}

#symphony .row .right li small {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #F0C8C5;
}

.tl img {
    width: 20% !important;
}

.tr img {
    width: 20% !important;
}

.slick-dots li.slick-active button::before {
    color: #FF5A90;
}

.slick-dots li button::before {
    color: #FF5A90;
}

#content {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #27325A;
    margin-bottom: 20px;
}

#content .row {
    background: #F9F4F4;
    border-radius: 30px;
    margin: 0 20px;
}

#content .center {
    width: 1145px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

#content h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    color: #29366B;
    margin: 0 0 50px;
}

blockquote {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #FF5A90;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px 110px;
    margin: 50px 0;
}

#when .row .left {
    position: relative;
}

#when .row .left .sn {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FAE2E6;
    position: absolute;
    bottom: -20px;
    left: 0;
}

#when .row .right .sn {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FAE2E6;
}

#articles_wrapper {
    margin-bottom: 30px;
}

#articles_wrapper .row {
    background: #F9F4F4;
    border-radius: 30px;
    padding: 55px 60px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#articles_wrapper .row:before {
    content: '';
    background: linear-gradient(180deg, rgba(234, 241, 248, 0.58) 0%, rgba(249, 195, 197, 0.58) 46.35%, rgba(234, 226, 248, 0.58) 100%, rgba(234, 205, 228, 0.58) 100%);
    box-shadow: inset 0px 20px 44px #FFFFFF;
    filter: blur(228px);
    transform: rotate(-180deg);
    position: absolute;
    bottom: -232px;
    right: -310px;
    width: 619px;
    height: 564px;
    z-index: 1;
}

#articles_wrapper .row:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../images/fl.png') center center no-repeat;
    width: 381px;
    height: 366px;
    z-index: 2;
}

#articles_wrapper .row .breadcrumbs {
    margin-bottom: 25px;
}

#articles_wrapper h1 {
    margin-top: 0;
    margin-bottom: 71px;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #545484;
    text-align: left;
    position: relative;
    z-index: 3;
}

#articles_wrapper .buttons {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

#articles_wrapper .buttons a.item {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FF5A90;
    text-decoration: none;
    padding: 30px;
    /*background: #FFFFFF;*/
    border-radius: 30px;
    display: block;
    margin-right: 20px;
}

#articles_wrapper .buttons a.item {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#articles_wrapper .buttons a.item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    display: block;
    z-index: -2;
}

#articles_wrapper .buttons a.item::after {
    display: block;
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FAE2E6;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
    z-index: -1;
}

#articles_wrapper .buttons a.item:hover::after {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

#articles_list {}

#articles_list .row {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    margin: 0 -15px;
    flex-wrap: wrap;
}

#articles_list .row .item {
    margin: 0 15px 30px;
    overflow: hidden;
    background: #F9F4F4;
    border-radius: 30px;
    width: 440px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

#articles_list .row .item:after {
    content: url('../images/fl2.png');
    position: absolute;
    bottom: 0;
    right: 0;
}

#articles_list .row .item .image {
    width: 100%;
    margin-bottom: 50px;
}

#articles_list .row .item .image img {
    width: 100%;
    display: block;
}

#articles_list .row .item .cat {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    margin-bottom: 14px;
}

#articles_list .row .item .title {
    min-height: 140px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #545484;
    margin: 0 30px;
}

#articles_list .row .item .buttons {
    text-align: center;
    margin-bottom: 40px;
}

#articles_list .row .item .buttons a {
    /*background: #FFFFFF;*/
    border-radius: 30px;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    text-decoration: none;
    padding: 20px 50px;
    display: inline-block;
}


/*
      #articles_list .row .item .buttons a{
        overflow: hidden;
        position: relative;
        z-index: 0;
	  }
      #articles_list .row .item .buttons a::before {
		  content: '';
		  position: absolute;
		  left: 0;
		  top: 0;
		  right: 0;
		  bottom: 0;
        background-color: #FFF;
        display: block;
        z-index: -2;
      }	  
	  
	  #articles_list .row .item .buttons a::after{
        display: block;
		  opacity: 0;
		  content: '';
		  position: absolute;
		  left: 0;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  background-color: #FAE2E6;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
			z-index: -1;
	  }
	  #articles_list .row .item .buttons a:hover::after{
		  opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
	  }
*/

#hr {
    margin: 50px 0;
}

#hr .row {
    height: 3px;
    background: #F5ECEC;
}

#related .title {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #545484;
    margin-bottom: 80px;
}

#related .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    flex-wrap: wrap;
}

#related .flex .item {
    margin: 0 15px 30px;
    overflow: hidden;
    background: #F9F4F4;
    border-radius: 30px;
    width: 440px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

#related .flex .item:after {
    content: url('../images/fl2.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#related .flex .item .image {
    width: 100%;
    margin-bottom: 50px;
}

#related .flex .item .image img {
    width: 100%;
    display: block;
}

#related .flex .item .cat {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    margin-bottom: 14px;
}

#related .flex .item .title {
    min-height: 140px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #545484;
    margin: 0 30px;
}

#related .flex .item .buttons {
    text-align: center;
    margin-bottom: 40px;
}

#related .flex .item .buttons a {
    background: #FFFFFF;
    border-radius: 30px;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    text-decoration: none;
    padding: 20px 50px;
    display: inline-block;
}

#article_text blockquote {
    background: #F9F4F4;
}

#article_text {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #27325A;
}

#article_text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #FF5A90;
}

#article_text span.red {
    color: #FF5A90;
    font-weight: 600;
}

#article_text p {
    text-align: justify;
}

img.full_width {
    width: 100%;
    display: block;
}

#article_title .row {
    background-size: cover;
    position: relative;
    border-radius: 30px;
    padding: 100px 160px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#article_title .row:after {
    content: url('../images/fl.png');
    position: absolute;
    bottom: -10px;
    right: 0;
}

#article_title .breadcrumbs {
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

#article_title .cat {
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FF5A90;
    position: relative;
    z-index: 3;
    width: 100%;
}

#article_title h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    color: #545484;
    position: relative;
    z-index: 3;
    width: 100%;
}

#article_text .row {
    padding: 0 160px;
}

#calc_wrapper {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
    margin-bottom: 4rem;
}

#calc_wrapper h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 110%;
    color: #29366B;
    margin: 0 0 48px;
}

#calc_wrapper h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #FF5A90;
    margin: 0 0 35px;
}

#calc_wrapper h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #29366B;
    margin: 0 0 27px;
}

#calc_wrapper .breadcrumbs {
    margin-bottom: 25px;
    margin-top: 50px;
}

#calc_wrapper .row {
    background: url('../images/calc2.png') right top no-repeat #F9F4F4;
    border-radius: 30px;
    padding: 0 350px 30px;
}

#calc_wrapper.preg .row {
    background: url('../images/pregbg.png') right top no-repeat #F9F4F4;
    border-radius: 30px;
    //padding: 0 350px 30px;
    padding: 0 150px 30px;
}

#calc_wrapper.preg .row.nobg {
    background: none;
}

.article__content blockquote p {
    margin: 0 0 20px;
}

#calc_wrapper blockquote ul li {
    background: none;
    padding-left: 0;
    margin-left: 15px;
    list-style: disc;
}

#calc_wrapper.imt .row {
    background: url('../images/imtbg.png') right top no-repeat #F9F4F4;
    border-radius: 30px;
    padding: 0 350px 30px;
}

#calc_wrapper.imt .row>p {
    max-width: 950px;
}

#calc_wrapper .row.results {
    background: none !important;
}

#calc_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#calc_wrapper ul li {
    padding-left: 80px;
    min-height: 37px;
    background: url('../images/li2.png') left top no-repeat;
    margin-bottom: 15px;
}

.calcualator {
    margin: 60px 0;
}

.fp {
    margin-right: 100px;
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.calc_article {
    /*
	padding: 100px 0 40px;
	*/
    padding: 40px 0 40px;
    text-align: justify;
}

a.btn {
    text-decoration: none;
}

.calc_article h2 {
    margin-bottom: 40px;
}

.calc_article .table {
    border-radius: 20px;
    border: 2px solid #FAE2E6;
    overflow: hidden;
    margin: 40px 0;
}

.calc_article .table table {
    border-collapse: collapse;
    width: 100%;
}

.calc_article .table table tr:first-child td {
    font-weight: bold;
    background: #FAE2E6;
}

.calc_article .table table td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #29366B;
    padding: 16px 70px;
    border: 2px solid #FAE2E6;
    text-align: left;
}

.calc_article .table table tr.active td {
    background: #F9F4F4;
}

.calc_article .table table td:first-child {
    font-weight: bold;
}

.calcualator.calcualator-ccal {
    padding: 50px 70px;
    box-sizing: border-box;
    background: #fff;
}

.calc_top {
    background: #F9F4F4;
    border-radius: 20px;
    padding: 40px 50px;
    margin-bottom: 30px;
}

.calc_top .title {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #29366B;
    margin-bottom: 30px;
}

.calc_top .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc_top .items .select_custom {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border: 2px solid #FAE2E6;
    box-sizing: border-box;
    border-radius: 100px;
}

.calc_top .items .select_custom select.sc_main {
    width: 100%;
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 50px;
    border: none;
    background: url('../images/sel.png') calc(100% - 10px) center no-repeat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #29366B;
    padding-right: 50px;
}

.calc_top .items .select_custom div.sc_main {
    width: 100%;
}

.calc_top .items .select_custom div.sc_main .selectize-input {
    width: 100%;
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 50px;
    border: none;
    background: url('../images/tb.svg') calc(100% - 20px) center no-repeat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #29366B;
    box-shadow: unset;
    padding: 0;
}

.calc_top .items .select_custom div.sc_main .selectize-input:before {
    content: '';
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/tb.svg) calc(100% - 15px) center no-repeat #FF5A90;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.calc_top .items .select_custom div.sc_main .selectize-input input {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    height: 100%;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #29366B;
    box-shadow: unset;
    padding-left: 50px !important;
    box-sizing: border-box;
}

.selectize-control.single .selectize-input::after {
    display: none !important;
}

.calc_top .items .select_custom div.sc_main .selectize-input.online::before {
    background-color: #29366b;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.ui-widget.ui-widget-content {
    color: #29366B !important;
    height: 200px;
    overflow: auto;
}

.calc_top .items .select_custom i {
    margin-left: 10px;
    flex: none;
    margin-right: 20px;
    width: 34px;
    height: 34px;
    background: url('../images/cart2.svg') center center no-repeat;
    position: absolute;
}

.calc_top .items .select_custom .sc_main .but {
    flex: none;
    margin-left: 20px;
    width: 34px;
    height: 34px;
    background-color: #FF5A90;
    border: 2px solid #FF5A90;
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
    background-image: url('../images/tb.svg');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.calc_top .items .select_custom .drop {
    display: none;
}

.calc_top .items .weight {
    width: 160px;
    background: #FFFFFF;
    border: 2px solid #FAE2E6;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.calc_top .items .weight input {
    width: 60px;
    box-sizing: border-box;
    border: none;
    background: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #29366B;
    text-align: center;
}

.calc_top .items .weight i {
    flex: none;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    background: url('../images/weight.svg') center center no-repeat;
}

.calc_top .items .weight .wtxt {
    width: 34px;
    flex: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #FAE2E6;
    text-align: center;
}

.calc_top .items button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF5A90;
    border-radius: 20px;
    text-decoration: none;
    border: none;
    padding: 18px 25px;
    cursor: pointer;
}

.calc_top .items button:hover {
    background: #29366B;
}

.calc_table {
    border-radius: 20px 20px 0 0;
    border: 2px solid #FAE2E6;
    overflow: hidden;
    margin: 40px 0;
}

.calc_table table {
    border-collapse: collapse;
    width: 100%;
}

.calc_table table thead tr:first-child td {
    font-weight: bold;
    background: #FAE2E6;
    font-size: 12px;
    line-height: 130%;
    padding: 11px 15px;
    white-space: nowrap;
}

.calc_table table td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #29366B;
    padding: 15px 30px;
    border: 2px solid #FAE2E6 !important;
    text-align: center;
    vertical-align: middle;
}

.calc_table table td:first-child {
    font-weight: bold;
}

.calc_table table thead tr:first-child td:nth-child(2) {
    padding: 11px 30px;
}

.calc_table table td:nth-child(2) {
    width: 500px;
    padding: 15px 30px;
    text-align: left;
}

.calc_table table td:nth-child(3) {
    font-weight: bold;
}

i.del {
    display: inline-block;
    border-radius: 34px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/union.svg') center center no-repeat #FF5A90;
}

i.del:hover {
    background-color: #29366B;
}

.calc_table table tfoot tr:nth-last-child(2) td {
    font-weight: bold !important;
    background-color: #F9F4F4;
}

.calc_table table tfoot tr:nth-last-child(1) td {
    font-weight: bold !important;
    background-color: #FAE2E6;
}

footer {
    margin-bottom: 80px;
}

#e404 .row {
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../images/vit.png') center center no-repeat;
    background-size: 100% auto;
    min-height: 650px;
}

#e404 .row .left {
    width: 33%;
    padding-left: 95px;
    box-sizing: border-box;
}

#e404 .row .right {
    width: 50%;
    text-align: right;
}

#e404 .row .right img {
    width: 100%;
    display: block;
}

#e404 .left .title {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 140px;
    line-height: 120%;
    color: #FF5A90;
    display: block;
}

#e404 .left .atitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #29366B;
    margin-bottom: 50px;
}

.select_custom {
    position: relative;
}

.calc_top .items .select_custom .sc_main .txt {
    width: 100%;
}

h2 {
    font-size: inherit;
    font-weight: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
}

#article_text .banner {
    width: 100%;
    height: 520px;
    background-size: cover;
    border-radius: 40px;
    margin-bottom: 33px;
}

h1 {
    font-size: inherit;
}

.row_padding {
    /*padding: 0 160px;*/
}

@media (max-width: 780px) {
    #article_text .banner {
        width: 100%;
        height: 271px;
    }
}

.w1440 {
    display: none;
}

@media (min-width: 1900px) {
    #calc_wrapper.preg .row {
        padding: 0 350px 30px;
    }
}

@media (min-width: 2101px) {
    #banner .center {
        background: url('../images/back.webp') center center no-repeat;
        height: 782px;
        background-size: cover;
        margin: 0 35px;
        padding: 0;
        border-radius: 30px;
    }
    #banner .row.wbg {
        background: unset;
        width: 1920px;
        margin: 0 auto;
    }
    #banner .saks {
        display: block;
        position: absolute;
        left: 765px;
        top: 156px;
        z-index: 3;
    }
    #banner .flowers {
        display: block;
        position: absolute;
        right: -200px;
        top: 113px;
        z-index: 2;
    }
    #banner .buttons {
        margin-left: auto;
        width: 1920px;
        margin-right: auto;
        padding-left: 55px;
        box-sizing: border-box;
    }
    #banner .hearts {
        display: block;
        position: absolute;
        left: 747px;
        top: 132px;
        z-index: 3;
    }
    .s1920 {
        display: none !important;
    }
    .b1920 {
        display: block !important;
    }
    #when .row {
        width: 1920px;
        margin: 0 auto;
    }
    #when {
        background: url("../images/fl6.png") left -50px no-repeat;
    }
    #dir .row {
        background: url("../images/back3_.png") center bottom no-repeat #EFECEB;
        border-radius: 30px;
        background-size: auto 100%;
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #kvintet>.center>.row_wrapper {
        padding-left: calc((100% - 1920px)/2);
    }
    #kvintet>.center>.row_wrapper .buttons {
        padding-right: calc((100vw - 1920px)/2);
    }
    #cycle .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #melody .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #music .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #symphony .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #instruction .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #wherebuy .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #wherebuy2 .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #article_text .row {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    .row_padding {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #articles>.center>.row.slider .item {
        width: 440px;
    }
}

#articles>.center>.row.slider .item {
    position: relative;
}

#articles>.center>.row.slider .item::after {
    content: url('../images/fl2.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.s1920 {
    display: block;
}

.b1920 {
    display: none;
}

.item .buttons a:hover {
    background: #FAE2E6 !important;
}

#related .flex {
    justify-content: flex-start;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: unset !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none !important;
    border-bottom: 1px solid #FAE2E6 !important;
    background: transparent !important;
    font-weight: normal;
    text-decoration: underline;
    color: #29366B !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.cookie-block {
    font-size: 18px;
    width: 857px;
}

.cookie-block {
    position: fixed;
    bottom: 6vw;
    right: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 10px 25px;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #545484;
    filter: drop-shadow(0 0 5px rgba(222, 167, 174, 0.24));
}

.cookie-block span:nth-child(1) {
    width: 65%;
}

.cookie-block span:nth-child(2) {
    width: 27%;
}

.cookie-block button {
    background: #F9F4F4;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 130%;
    text-align: center;
    color: #FF5A90;
    padding: 0.9em 0.5em;
    box-sizing: border-box;
    border: none;
    width: 100%;
    cursor: pointer;
}

.cookie-block span a {
    color: #FF5A90;
    text-decoration: none;
}

.reviews-block__row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.reviews-block__col {
    width: 49%;
    box-sizing: border-box;
    min-width: 280px;
}

.review-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 0.25rem 1.5rem #F9E5E9;
    box-shadow: 0rem 0.25rem 1.5rem #F9E5E9;
    border-radius: 0.625rem;
    padding: 3.125rem;
    height: 100%;
    box-sizing: border-box;
}

.review-card__name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #242B45;
    margin-bottom: 1.25rem;
}

.review-card__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.4375rem;
}

.review-card__stars img {
    margin-right: 0.5625rem;
}

.review-card__text {
    font-size: 1rem;
    line-height: 130%;
    color: #60355A;
    margin-bottom: 1.875rem;
}

a.review-card__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 130%;
    color: #60355A;
    display: inline-block;
    border-bottom: 0.0625rem solid #FEDAE6;
}

.review-card__link span {
    color: #DE0052;
}

.hide {
    display: none !important;
}

.reviews-block__row::after {
    content: " ";
    clear: both;
    display: table;
}

.review-center {
    text-align: center;
    padding: 1rem 0;
}

#torev {
    position: fixed;
    bottom: 8rem;
    right: 3rem;
    z-index: 997;
}

.newmodal {
    max-width: 95%;
    padding: 0 !important;
    position: relative;
    background: none !important;
    z-index: 999999;
}

.newmodal>div {
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 900px;
    max-width: 100%;
    background: #fff;
    border-radius: 2rem;
}

.newmodal .lft {
    width: 42%;
    min-width: 280px;
    border-radius: 2rem;
}

.newmodal .lft img {
    display: block;
    width: 100%;
}

.newmodal .rgt {
    width: 57%;
    min-width: 280px;
    border-radius: 2rem;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.newmodal .rgt .tit {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 110%;
    color: #545484;
    margin-bottom: 1rem;
}

.newmodal .rgt .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 140%;
    color: #545484;
    margin-bottom: 1rem;
}

.newmodal .rgt .txt span {
    color: #FF5A90;
}

.newmodal .rgt .btm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.newmodal .rgt .btm .l {
    width: 196px;
}

.newmodal .rgt .btm .l a.button {
    padding: 1.7rem 0;
    width: 100%;
    box-sizing: border-box;
}

.newmodal .rgt .btm .r {
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 140%;
    color: #545484;
}

.newmodal .fancybox-close-small {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}

.newmodal .fancybox-close-small::after {
    font-size: 70px;
}

.uteka-widget {
    /* Минимально поддерживаемые размеры виджета: 320x520. */
    width: 100%;
    height: 768px;
    outline: 1px solid #e0e0e0;
}

.uteka-widget iframe {
    border: none;
    width: 100%;
    height: calc(100% - 57px);
}

.uteka-widget__container {
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 600px) {
    .uteka-widget__container {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .uteka-widget__container {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .uteka-widget__container {
        padding: 0 44px;
    }
}

@media (min-width: 1440px) {
    .uteka-widget__container {
        padding: 0 60px;
        max-width: 1440px;
    }
}

.uteka-widget-header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.uteka-widget-header__inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 56px;
}

.uteka-widget-header__title {
    background: url('https://widget.uteka.ru/static/img/widgets/title_2@mobile.svg') no-repeat;
    background-position: center;
    width: 230px;
    height: 24px;
}

.uteka-widget-header__logo {
    height: 16px;
}

.uteka-widget-header__logo img {
    height: 100%;
}

.uteka-widget-header__close {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    z-index: 5;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('https://widget.uteka.ru/static/img/widgets/close_2.svg') no-repeat center;
}

@media (min-width: 1024px) {
    .uteka-widget-header__inner {
        flex-direction: row;
    }
    .uteka-widget-header__title {
        background-image: url('https://widget.uteka.ru/static/img/widgets/title_2.svg');
        width: 264px;
        height: 24px;
    }
    .uteka-widget-header__logo {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 32px;
    }
}


/*
PROF
*/

#prof {
    margin-top: 80px;
    margin-bottom: 25px;
}

#prof>.center>.row {
    /*padding: 0 60px;*/
}

#prof>.center>.row:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

#prof>.center>.row:first-child .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    color: #29366B;
    margin-bottom: 80px;
    width: 600px;
}

#prof>.center>.row:first-child .title span {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 120%;
    color: #FF5A90;
    display: block;
}

#prof>.center>.row:first-child .buttons .tl {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
}

#prof>.center>.row:first-child .buttons .tl img:last-child {
    display: none;
}

#prof>.center>.row:first-child .buttons .tl:hover img:first-child {
    display: none;
}

#prof>.center>.row:first-child .buttons .tl:hover img:last-child {
    display: block;
}

#prof>.center>.row:first-child .buttons .tl:hover {
    background: #29366B;
}

#prof>.center>.row:first-child .buttons .tr {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    border: 3px solid #3F4F8E;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
}

#prof>.center>.row:first-child .buttons .tr img:last-child {
    display: none;
}

#prof>.center>.row:first-child .buttons .tr:hover img:first-child {
    display: none;
}

#prof>.center>.row:first-child .buttons .tr:hover img:last-child {
    display: block;
}

#prof>.center>.row:first-child .buttons .tr:hover {
    background: #29366B;
}

#prof>.center>.row.tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -20px 30px;
    flex-wrap: wrap;
}

#prof>.center>.row.tabs a.item {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FF5A90;
    white-space: nowrap;
    text-decoration: none;
    background-color: #F5ECEC;
    padding: 20px 20px;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
}

#prof>.center>.row.slider {
    display: flex;
    justify-content: flex-start;
    /*align-items: flex-start;*/
    margin: 0 -20px;
    flex-wrap: wrap;
}

#prof .title+.buttons {
    display: none;
}

#prof>.center>.row.slider .item {
    background: #F9F4F4;
    border-radius: 30px;
    width: calc((100% / 3) - 40px);
    overflow: hidden;
    margin: 0 20px 20px;
    padding-top: 30px;
    position: relative;
}

#prof>.center>.row.slider .item::after {
    content: url('../images/fl3.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#prof>.center>.row.slider .item .image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

#prof>.center>.row.slider .item .image img {
    width: 100%;
    display: block;
    -webkit-transition: all 1s linear 1s;
    -moz-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
}

#prof>.center>.row.slider .item:hover .image img {
    transform: scale(1.2);
    -webkit-transition: all 1s linear 1s;
    -moz-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
}

#prof>.center>.row.slider .item .author {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 15px;
    padding: 0 30px;
    min-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

#prof>.center>.row.slider .item .institution {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 15px;
    padding: 0 30px;
    min-height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

#prof>.center>.row.slider .item .title {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    color: #FF5A90;
    margin-bottom: 20px;
    padding: 0 30px;
}

#prof>.center>.row.slider .item .atitle {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 30px;
    padding: 0 30px;
    min-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}

#prof>.center>.row.slider .item .buttons {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 30px;
}

#prof>.center>.row.slider .item .buttons a.button2 {
    background: #ffffff;
    display: inline-block;
    padding: 20px 60px;
    width: auto;
}

#prof_text .row.tomain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -20px 30px;
    flex-wrap: wrap;
}

#prof_text .row.tomain a.item {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FF5A90;
    white-space: nowrap;
    text-decoration: none;
    background-color: #F5ECEC;
    padding: 20px 20px;
    border-radius: 20px;
    margin-left: 20px;
    display: block;
    font-style: italic;
}

#prof_text {
    margin-top: 2rem;
    color: #27325A;
}

#prof_text p {
    text-align: justify;
}

#prof_text .side {
    padding: 20px;
    border-radius: 30px;
    background: #F9F4F4;
}

#prof_text .cats {
    margin-bottom: 30px;
}

#prof_text .cats a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FF5A90;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    font-style: italic;
}

#prof_text .side .cat {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FF5A90;
    text-decoration: none;
    font-style: italic;
}

#prof_text .side .author {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
    margin-bottom: 35px;
}

#prof_text .side .institution {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color: #29366B;
}

#prof_text .row.maincont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#prof_text .row.maincont .side {
    width: 400px;
    flex: none;
    box-sizing: border-box;
}

#prof_text .row.maincont .cont {
    width: calc(100% - 480px);
    max-width: 100%;
    flex: none;
}

#prof_text img {
    border-radius: 30px;
    height: unset !important;
}

@media all and (max-width:1450px) {
    #prof_text .row {
        /*padding: 0 80px;*/
    }
    #prof_title .row {
        padding: 55px 80px;
    }
    #prof_wrapper .row {
        background: #F9F4F4;
        border-radius: 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
    #prof_list .row .item {
        width: 410px;
        border-radius: 20px;
    }
    #prof_list .row .item .buttons a {
        border-radius: 20px;
        padding: 15px 30px;
    }
    #prof_wrapper .buttons a.item {
        padding: 20px;
        background: #FFFFFF;
        border-radius: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #prof>.center>.row:first-child .title {
        font-size: 34px;
        margin-bottom: 30px;
        width: auto;
    }
    #prof>.center>.row:first-child .buttons .tl {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 15px;
        margin-right: 10px;
        cursor: pointer;
    }
    #prof>.center>.row:first-child .buttons .tr {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 15px;
        cursor: pointer;
    }
    #prof>.center>.row.slider .item .atitle {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    #prof>.center>.row.slider .item .buttons a.button2 {
        background: #ffffff;
        display: inline-block;
        padding: 15px 40px;
        width: auto;
    }
}

@media all and (max-width:1450px) {
    #prof>.center>.row.slider .item .atitle {
        min-height: unset !important;
    }
}

@media all and (max-width:930px) {
    #prof_text .row.maincont .cont {
        width: 100%;
    }
    #prof_title h1 {
        font-size: 28px;
    }
    #prof_text .row {
        /*padding: 0 20px;*/
    }
    #prof_title .row {
        border-radius: 20px;
        padding: 25px 20px;
    }
    #prof_title .row {
        background-position: cover;
        position: relative;
        border-radius: 20px;
        padding: 20px;
    }
    #prof_text {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #27325A;
    }
    #prof_text h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        color: #FF5A90;
    }
    #prof_wrapper .row {
        background: #F9F4F4;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
    #prof_wrapper h1 {
        margin-bottom: 20px;
        font-size: 42px;
    }
    #prof>.center>.row:first-child .buttons .tl {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 10px;
        margin-right: 10px;
        cursor: pointer;
    }
    #prof>.center>.row:first-child .buttons .tr {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border: 3px solid #3F4F8E;
        box-sizing: border-box;
        border-radius: 10px;
        cursor: pointer;
    }
    #prof .center {
        width: auto;
        padding: 0;
    }
    #prof>.center>.row:first-child .title {
        font-size: 32px;
        margin-bottom: 0;
        width: auto;
    }
    #prof>.center>.row {
        padding: 0 20px;
    }
    .row.maincont {
        flex-wrap: wrap;
    }
    .row.maincont .cont {
        width: 100%;
    }
    .row.maincont .side {
        width: 100%;
    }
}

@media all and (max-width:950px) {
    #prof>.center>.row.slider .item {
        width: calc((100% / 2) - 40px);
    }
}

@media all and (max-width:600px) {
    #prof>.center>.row.slider .item {
        width: auto;
    }
    #prof>.center>.row.slider .item .atitle {
        min-height: unset;
    }
}

@media all and (max-width:500px) {
    #prof>.center>.row.tabs a.item {
        white-space: normal;
        margin-bottom: 15px;
    }
    #prof>.center>.row.tabs {
        margin: 0 0 30px;
        box-sizing: border-box;
    }
}


/*
profend
*/


/*spec*/

#block {
    margin-bottom: 20px;
}

#block .wrapper {
    display: flex;
    justify-content: space-between;
}

#block .wrapper .item {
    background: #F9F4F4;
    border-radius: 20px;
    padding: 60px;
    width: calc(50% - 10px);
    box-sizing: border-box;
}

#block .wrapper .item .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #29366B;
    margin-bottom: 18px;
}

#block .wrapper .item .title span {
    color: #FF5A90;
}

#block .wrapper .item .title2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #29366B;
    margin-bottom: 32px;
}

#block .wrapper .item .title3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #29366B;
}

#block .wrapper .item ul {
    margin-left: 0;
    padding-left: 15px;
}

#block .wrapper .item ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #8D95B2;
}

#block .wrapper .item ul li span {
    color: #29366B;
}

#block .wrapper .item ul li::marker {
    color: #FF5A90;
}

#block .wrapper .item .small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #EBB1B1;
}

#block .wrapper .item a.button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 26px 70px;
    box-sizing: border-box;
}

#block .wrapper .item a.button {
    color: white;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#block .wrapper .item a.button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5A90;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

#block .wrapper .item a.button::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #29366b;
    left: 100%;
    top: 100%;
    transition: transform 700ms ease;
    z-index: -1;
}

#block .wrapper .item a.button:hover::after {
    transform: scale(50);
}

#block .wrapper .item .buttons {
    margin-bottom: 30px;
}

#block .wrapper .item>.title2 {
    max-width: 350px;
}

#block .wrapper .item.vita1 {
    background-image: url('../images/s1.png');
    background-position: right 120px;
    background-repeat: no-repeat;
    background-size: 45% auto;
}

#block .wrapper .item.vita2 {
    background-image: url('../images/s2.png');
    background-position: right 120px;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

#isspec {
    max-width: 952px;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 40px;
}

.fancybox-close-small {
    top: 10px;
    right: 10px;
}

.fancybox-close-small::after {
    background: #FF5A90;
    border: 2px solid #FF5A90;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    font: 22px/26px Arial, Helvetica Neue, Helvetica, sans-serif;
}

#isspec a.button.cancel {
    background: #545484;
}

#isspec a.button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 26px 70px;
    box-sizing: border-box;
    margin-right: 15px;
}

#isspec .title {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #27325A;
    margin-bottom: 20px;
}

#isspec .text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #545484;
}

#isspec .text p {
    padding-bottom: 10px;
}

#isspec .text .qu {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FF5A90;
}

#block .wrapper .item .title3+ul {
    min-height: 195px;
}

@media all and (max-width:1150px) {
    #block .wrapper .item .title {
        font-size: 26px;
    }
    #block .wrapper .item .title2 {
        font-size: 13px;
    }
    #block .wrapper .item .title3 {
        font-size: 16px;
    }
    #block .wrapper .item ul li {
        font-size: 13px;
    }
    #block .wrapper .item a.button {
        font-size: 12px;
        padding: 20px 30px;
    }
    #isspec a.button {
        font-size: 12px;
        padding: 20px 30px;
    }
    #block .wrapper .item {
        padding: 30px;
    }
    #block .wrapper .item .title3+ul {
        min-height: 159px;
    }
}

@media all and (max-width:950px) {
    #block .wrapper .item .title3+ul {
        min-height: unset;
    }
    #block .wrapper {
        flex-wrap: wrap;
    }
    #block .wrapper .item {
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    #block .wrapper .item>.title2 {
        margin-right: 40%;
    }
    #block .wrapper .item.vita2 {
        background-position: right 17%;
    }
    #isspec .title {
        font-size: 18px;
    }
    #isspec .text {
        font-size: 13px;
    }
    #isspec .text .qu {
        font-size: 13px;
    }
}


/*spec*/

#wherebuy .row .title {
    margin-bottom: 30px;
    text-align: center;
}

#wherebuy .buttons {
    margin-bottom: 30px;
    text-align: center;
}

#wherebuy a.button {
    padding: 30px 55px;
}

@media (max-width: 1450px) {
    #wherebuy a.button {
        padding: 20px 35px;
        font-size: 14px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 480px) {
    .footbtns {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        padding: 0 15px;
    }
    #torev {
        position: relative;
        bottom: unset;
        right: unset;
        z-index: 997;
    }
    .footbtns a.button,
    .footbtns a.button3 {
        width: calc(50% - 5px);
        padding: 20px 20px;
        margin: 0 !important;
    }
}