html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} 
/* end reset all */

html, body {
	color:#164766;
	width:100%; 
	height:auto;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "salt" on;
	}
	
h1, .h1 {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 15px 0;
    padding: 0;
	font-size:60px;
	line-height:65px;
	color:#164766;
	}
	
h2, .h2  {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 20px 0;
    padding: 0;
	font-size:40px;
	line-height:45px;
	font-weight:500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #164766;
	}
	
h3, .h3  {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 20px 0;
    padding: 0;
	font-size:30px;
	line-height:35px;
	font-weight:normal;
	}

p	{
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 13px 0;
    padding: 0;
	font-size:14px;
	line-height:21px;
    font-weight:normal;
	color:#164766;
	
	}

ul, ol {
    margin: 0 0 13px 20px;
    font-size:14px;
    line-height:21px;
    font-weight:normal;
    }

strong {font-weight:bold;}



/*GRID ONE COLUMN*/

ul.oneColumn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.oneColumn li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    }


/*GRID TWO COLUMNS*/

ul.twoColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.twoColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    }

ul.twoColumns li:nth-child(2n) {margin: 0 0 20px;}


/*GRID THREE COLUMNS*/

ul.threeColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.threeColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: auto;
    margin: 0 1.5% 20px 0;
    padding: 0;
    }

ul.threeColumns li:nth-child(3n) {margin: 0 0 20px;}


/*GRID FOUR COLUMNS*/

ul.fourColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fourColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    height: auto;
    margin: 0 1.333% 20px 0;
    padding: 0;
    }

ul.fourColumns li:nth-child(4n) {margin: 0 0 20px;}


/*GRID FIVE COLUMNS*/

ul.fiveColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fiveColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    height: auto;
    margin: 0 1.25% 20px 0;
    padding: 0;
    }

ul.fiveColumns li:nth-child(5n) {margin: 0 0 20px;}


/* MAIN */

.wrapper { 
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;
    }

.wrapper *{ 
    box-sizing: initial;
	}

.wrap { 
    position:relative;
    display:block;
    width:90%;
    max-width: 1280px;
    height:auto;
    margin:0 auto;
    padding: 0 5%;
    }


/* MAIN PROMO */

.mainPromo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 60px;
    }

.mainPromo .block {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 4px;
    padding: 0;
    border-radius: 18px;
    }

.mainPromo .block ul.twoColumns.twoImages li {
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    }

.mainPromo .block ul.twoColumns.twoImages li:nth-child(1) {
    width: calc(30% - 8px);
    margin: 0 8px 0 0;
    }

.mainPromo .block ul.twoColumns.twoImages li:nth-child(2) {
    width: 70%;
    }

.mainPromo .block ul.twoColumns.twoImages li img {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.mainPromo .block h1 {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 20px;
    font-size: 80px;
    line-height: 85px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #32739D;
    text-align: center;
    }

.mainPromo .block ul.btnsBlock {
    width: 80%;
    max-width: 868px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    }

.mainPromo .block ul.btnsBlock li {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    }

.mainPromo .block ul.btnsBlock .bttnn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    }

.mainPromo .block ul.btnsBlock .bttnn:hover {
    opacity: 0.8;
    }

.mainPromo .block ul.fourColumns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-items: stretch;
    }

.mainPromo .block ul.fourColumns li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(25% - 45px);
    margin: 0 5px 0 0;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    }

.mainPromo .block ul.fourColumns li:nth-child(4n) {margin: 0;}

.mainPromo .block ul.fourColumns li img {
    position: relative;
    display: block;
    width: auto;
    height: 30px;
    margin: 0 0 15px;
    padding: 0;
    }

.mainPromo .block ul.fourColumns li p {
    max-width: 240px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: 0;
    }


/* ALBUM ACCORDEON */

.albumAccordeon {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    --album-site-header-height: 95px;
    --album-heading-height: 0px;
    }

.albumAccordeon.--pinned {
    height: var(--album-accordeon-height, 1000vh);
    }

.albumAccordeon__viewport {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.albumAccordeon.--pinned .albumAccordeon__viewport {
    position: sticky;
    top: calc(var(--album-site-header-height, 0px) + var(--album-heading-height, 0px));
    height: var(--album-current-slide-height, var(--album-slide-height, auto));
    }

.albumAccordeon h2 {
    margin-bottom: 30px;
    text-align: center;
    }

.albumAccordeon.--pinned h2 {
    position: sticky;
    top: var(--album-site-header-height, 0px);
    margin-bottom: 0;
    padding: 18px 0 16px;
    background: #E2F1FB;
    z-index: 40;
    }

.albumAccordeon .slide {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 140px;
    border-radius: 40px 40px 0 0;
    }

.albumAccordeon.--pinned .slide {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: var(--album-current-slide-height, var(--album-slide-height, auto));
    padding: 32px 0 140px;
    will-change: transform, opacity;
    }

.albumAccordeon.--pinned .slide .wrap {
    display: flex;
    align-items: start;
    width: 90%;
    max-width: 1280px;
    height: auto;
    }

.albumAccordeon .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.albumAccordeon .content h3 {
    width: 90%;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    }

.albumAccordeon .slide.bgdarkblue h3 {color: #fff}

.albumAccordeon .content p {
    width: 90%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    }

.albumAccordeon .slide.bgdarkblue p {color: #fff}

.albumAccordeon .photo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.albumAccordeon .photo img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    }

.albumAccordeon.--pinned .photo,
.albumAccordeon.--pinned .content {
    display: block;
    }

.albumAccordeon.--pinned .photo {
    top: -70px;
    }

.albumAccordeon.--pinned .content {
    top: -70px;
    }

.albumAccordeon.--pinned .photo img {
    width: 100%;
    max-height: none;
    object-fit: contain;
    }

.videoPreview {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 30px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}

.videoPreview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoPreview__play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    border: none;
    border-radius: 50%;
    background: #FF7537;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.videoPreview__play::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
}

.videoPreview:hover .videoPreview__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: #ff6420;
}

.videoPreview iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

/* BIG PHOTO BLOCK */

.bigPhotoBlock {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #eee3df;
    overflow: hidden;
    }

.bigPhotoBlock .head {
    position: absolute;
    top: 60px;
    left:0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    }

.bigPhotoBlock .head p {
    max-width: 1080px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    }

.bigPhotoBlock .photoBlock {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.bigPhotoBlock .photoBlock .bigOne {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.bigPhotoBlock .bubble1 {
    position: absolute;
    top: 25%;
    left: 13%;
    display: block;
    width: 220px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
    }

.bigPhotoBlock .bubble2 {
    position: absolute;
    top: 22%;
    left: 37%;
    display: block;
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
    }

.bigPhotoBlock .bubble3 {
    position: absolute;
    top: 30%;
    left: 70%;
    display: block;
    width: 210px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
    }

.bigPhotoBlock .bubble.bubblemobile {display: none}


.bigPhotoBlock .phoneBlock {
    position: absolute;
    bottom: 50px;
    left: 22%;
    display: block;
    width: 45%;
    min-width: 800px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.bigPhotoBlock .phoneBlock .iphone {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 2;
    }

.bigPhotoBlock .phoneBlock .caption {
    position: absolute;
    top: 60%;
    left: 20%;
    display: block;
    width: calc(100% - 80px);
    max-width: 300px;
    height: auto;
    margin: 0;
    padding: 20px 20px 20px 60px;
    background: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    border-radius: 14px;
    transition: left 0.3s ease-in-out;
    z-index: 1;
    }

.bigPhotoBlock .phoneBlock .caption:hover {left: calc(20% + 10px);}

.bigPhotoBlock .bttnn {
    position: absolute;
    display: block;
    bottom: 50px;
    left: calc(50% - 120px);
    width: 240px;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
    }

.bigPhotoBlock .bttnn:hover {
    opacity: 0.9;
    }


/* PHOTO SLIDER */

.photoMotionSlider .bttnn {
    position: relative;
    display: none;
    width: 80%;
    max-width: 320px;
    height: auto;
    margin: 30px auto 30px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
    }

.photoMotionSlider .bttnn:hover {opacity: 0.8}

.photoMotionSlider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    --motion-slide-width: min(82vw, 1280px);
    --motion-slide-gap: min(70.7vw, 1102px);
    --motion-side-scale: 0.72;
    }

.photoMotionSlider__viewport {
    position: relative;
    display: block;
    width: var(--motion-slide-width);
    height: auto;
    margin: 0 auto;
    padding: 0;
    aspect-ratio: 2 / 1;
    overflow: visible;
    }

.photoMotionSlider__track {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    }

.photoMotionSlider__slide {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--motion-slide-width);
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, 0, 0) scale(var(--motion-side-scale));
    transform-origin: center top;
    transition: transform 0.62s cubic-bezier(.22, .8, .24, 1), opacity 0.62s ease;
    will-change: transform, opacity;
    z-index: 1;
    }

.photoMotionSlider__slide img {
    position: relative;
    display: block;
    width: calc(100% - 12px);
    height: auto;
    margin: 0 6px;
    padding: 0;
    object-fit: contain;
    object-position: center top;
    border-radius: 20px;
    }

.photoMotionSlider__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, 0, 0) scale(1);
    z-index: 5;
    }

.photoMotionSlider__slide.is-prev {
    opacity: 1;
    transform: translate3d(calc(-50% - var(--motion-slide-gap)), 0, 0) scale(var(--motion-side-scale));
    z-index: 3;
    }

.photoMotionSlider__slide.is-next {
    opacity: 1;
    transform: translate3d(calc(-50% + var(--motion-slide-gap)), 0, 0) scale(var(--motion-side-scale));
    z-index: 3;
    }

.photoMotionSlider__slide.is-far-prev {
    opacity: 0;
    transform: translate3d(calc(-50% - 150vw), 0, 0) scale(.58);
    z-index: 1;
    }

.photoMotionSlider__slide.is-far-next {
    opacity: 0;
    transform: translate3d(calc(-50% + 150vw), 0, 0) scale(.58);
    z-index: 1;
    }

.photoMotionSlider__arrow {
    position: absolute;
    top: calc(0px + min(41vw, 640px) - 46px);
    display: block;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease;
    z-index: 10;
    }

.photoMotionSlider__arrow:hover {
    opacity: 0.82;
    }

.photoMotionSlider__counter {
    display: none;
    }

.photoMotionSlider__arrow--prev {
    left: max(12px, calc((100% - var(--motion-slide-width)) / 2 - 64px));
    background-image: url(../images/icons/icon.arrow.left.svg);
    }

.photoMotionSlider__arrow--next {
    right: max(12px, calc((100% - var(--motion-slide-width)) / 2 - 64px));
    background-image: url(../images/icons/icon.arrow.right.svg);
    }

.photoMotionSlider.is-animating .photoMotionSlider__arrow {
    pointer-events: none;
    }



/* HOW TO EDIT */

.howToEdit {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0 40px;
    text-align: center;
    }

.howToEdit iframe {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    aspect-ratio: 720 / 405;
    border-radius: 20px;
    }

.howToEdit p {
    max-width: 768px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 auto 40px;
    }


.howToEdit ul.twoColumns.btnsBlock {
    width: 80%;
    max-width: 868px;
    margin: 0 auto;
    padding: 0 0 20px;
    }

.howToEdit ul.twoColumns.btnsBlock .bttnn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
    }

.howToEdit ul.twoColumns.btnsBlock .bttnn:hover {
    opacity: 0.8;
    }


/* HOW TO ORDER */

.howToOrder {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 40px;
    }

.howToOrder h2 {
    margin-bottom: 30px;
    text-align: center;
    }

.howToOrder .block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.howToOrder .sideVideo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(35% - 10px);
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    }

.howToOrder .sideVideo video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    object-fit: cover;
    cursor: pointer;
    }

.howToOrder .listContent {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.howToOrder .listContent ul.oneColumn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

.howToOrder .listContent ul.oneColumn li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    }

.howToOrder .listContent ul.oneColumn li:last-child {margin: 0}

.howToOrder .listContent .num {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 10px);
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    background: #fff;
    font-size: 86px;
    line-height: 143px;
    font-weight: 900;
    text-align: center;
    color: #E2F1FB;
    border-radius: 16px;
    }

.howToOrder .listContent .caption {
    position: relative;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 16px;
    }

.howToOrder .listContent .caption .title {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    height: auto;
    margin: 0 30px;
    padding: 20px 0 12px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #FF7537;
    }

.howToOrder .listContent .caption .digit {
    position: relative;
    display: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    }

.howToOrder .listContent .caption p {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    height: auto;
    margin: auto 30px 20px;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    }

.howToOrder .bttnn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 400px;
    height: auto;
    margin: 30px auto 0;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
    }

.howToOrder .bttnn:hover {
    opacity: 0.8;
    }


/* CHOOSE FORMS */

.chooseForms {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    }

.chooseForms h2 {
    margin-bottom: 30px;
    text-align: center;
    }

.chooseForms .block {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 4px;
    padding: 0;
    border-radius: 18px;
    }

.chooseForms .block ul.fourColumns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-items: stretch;
    }

.chooseForms .block ul.fourColumns li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(25% - 45px);
    margin: 0 5px 0 0;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    }

.chooseForms .block ul.fourColumns li:nth-child(4n) {margin: 0;}

.chooseForms .block ul.fourColumns li img {
    position: relative;
    display: block;
    width: auto;
    height: 30px;
    margin: 0 0 15px;
    padding: 0;
    }

.chooseForms .block ul.fourColumns li p {
    max-width: 240px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: 0;
    }

.chooseForms h3 {
    font-size: 40px;
    line-height: 43px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #32739D;
    }

.chooseForms .block.bgwhite {
    width: calc(100% - 60px);
    padding: 30px;
    }

.chooseForms .tags {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    }

.chooseForms .tags .tag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 8px;
    background: #E2F1FB;
    border-radius: 8px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #32739D;
    }

.chooseForms .slider {
    position: relative;
    display: block;
    left: -30px;
    width: calc(100% + 60px);
    height: auto;
    margin: 0;
    padding: 30px;
    }

.chooseForms .slider img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.chooseForms .slick-prev {
    position: absolute;
    display: block;
    left: -20px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: #fff url(../images/icons/icon.angle.left.black.svg) center no-repeat;
    background-size: contain;
    border-radius: 50%;
    border: 0;
    opacity: 0.7;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 12
    }

.chooseForms .slick-prev:hover {
    left: -25px
    }

.chooseForms .slick-next {
    position: absolute;
    display: block;
    right: -20px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: #fff url(../images/icons/icon.angle.right.black.svg) center no-repeat;
    background-size: contain;
    border-radius: 50%;
    border: 0;
    opacity: 0.7;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 12
    }

.chooseForms .slick-next:hover {
    right: -25px
    }

.chooseForms .sliderCounter {
    display: none;
    }

.chooseForms h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #32739D;
    }

.chooseForms .threeColumns p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
    color: #32739D;
    }

.chooseForms .threeColumns p span {
    color: #FF7537;
    }


.chooseForms ul.twoColumns.btnsBlock {
    width: 80%;
    max-width: 868px;
    margin: 0 auto;
    padding: 20px 0 20px;
    }

.chooseForms ul.twoColumns.btnsBlock .bttnn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
    }

.chooseForms ul.twoColumns.btnsBlock .bttnn:hover {
    opacity: 0.8;
    }


/* FAQ BLOCK */

.faqBlock {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 95px 0 120px;
    background: #fff;
    }

.faqBlock h2 {
    margin-bottom: 30px;
    text-align: center;
    }

.faqBlock p.title {
    max-width: 800px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 auto 30px;
    text-align: center;
    }

.faqBlock .faqList {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    }

.faqBlock .elem {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #95BAD2;
    color: #164766;
    }

.faqBlock .elem.opened {
    margin-bottom: 4px;
    border-bottom: 0;
    border-radius: 10px;
    background: #E2F1FB;
    }

.faqBlock .question {
    position: relative;
    display: block;
    width: calc(100% - 110px);
    margin: 0;
    padding: 25px 80px 25px 30px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
    color: #164766;
    }

.faqBlock .question::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/icons/icon.plus.svg") center center / contain no-repeat;
    }

.faqBlock .elem.opened .question::after {
    background-image: url("../images/icons/icon.minus.svg");
    }

.faqBlock .answer {
    position: relative;
    width: calc(100% - 60px);
    height: auto;
    margin: 0;
    padding: 0 30px 30px;
    display: none;
    }

.faqBlock .elem.opened .answer {
    display: block;
    }

.faqBlock .answer p,
.faqBlock .answer ul,
.faqBlock .answer ol {
    max-width: none;
    margin: 0 0 17px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #164766;
    }

.faqBlock .answer ul,
.faqBlock .answer ol {
    padding-left: 34px;
    }

.faqBlock .answer li {
    margin: 0 0 8px;
    padding: 0;
    }

.faqBlock .answer span {
    color: #FF7537;
    }



/* POPUP */

body.popup-open {
    overflow: hidden;
    }

.popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    z-index: 9999;
    }

.popupOverlay.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    }

.popupWindow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: calc(100% - 64px);
    max-width: 944px;
    max-height: calc(100vh - 60px);
    margin: 0;
    padding: 32px;
    border-radius: 22px;
    background: #fff;
    overflow: auto;
    }

.popupClose {
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url("../images/icons/icon.close.svg") center center / contain no-repeat;
    cursor: pointer;
    z-index: 3;
    }

.popupImage {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 416px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    }

.popupImage img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    }

.popupForm {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 416px;
    margin: 0;
    padding: 36px 0 0;
    }

.popupForm h2 {
    width: auto;
    margin: 0 36px 14px 0;
    padding: 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #164766;
    }

.popupForm input,
.popupForm textarea {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    margin: 0 0 9px;
    padding: 14px 16px;
    border: 0;
    border-radius: 10px;
    background: #BFE0F4;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #164766;
    outline: none;
    }

.popupForm input {
    height: 46px;
    }

.popupForm textarea {
    height: 66px;
    resize: vertical;
    }

.popupForm input::placeholder,
.popupForm textarea::placeholder {
    color: #32739D;
    opacity: 1;
    }

.popupForm .bttnn {
    display: block;
    width: calc(100% - 40px);
    margin: auto 0 0;
    padding: 15px 20px;
    border: 0;
    border-radius: 50px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    }

.popupForm .bttnn:hover {
    opacity: .85;
    }

.bglightblue {background: #E2F1FB;}
.bgwhite {background: #fff}
.bgblue {background: #00BAEE}
.bgdarkblue {background: #32739D}
.bgorange {background: #FF7537}
