/****************** VAR *******************/
:root {
    --blue_1            :   #036ec7;
    --blue_2            :   #0282ec;
    --blue_3            :   #0a8bf6;
    --yellow            :   #f6b218;

    --light_1           :   #ffffff;
    --light_2           :   #ffffff;
    --light_3           :   #ffffff;
    --light_4           :   #ffffff;

    --dark_1            :   #131417;
    --dark_2            :   #131417;
    --dark_3            :   #131417;
    --azure_1           :   #eef3fc;
    --azure_2           :   #cbdbf6;
    --azure_2_1         :   #cbdbf6;
    --azure_3           :   #a8c4f0;
    --azure_4           :   #a8c4f0;
    --grey              :   #555962;
    --red               :   #FF0000;
    --peach             :   #ffe5e5;
    --gradient_1        :   linear-gradient(180deg, rgba(238,243,252,1) 0%, rgba(238,243,252,0) 100%);
    --shadow_1          :   0px -1px 43px 0px rgba(225, 228, 231, 0.81);
    --shadow_2          :   0px 5px 14.25px 0.75px rgba(225, 228, 231, 0.4);
    --blockquote_img    :   url("data:image/svg+xml;utf8,<svg viewBox='0 0 43 34' width='43' height='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path fill-rule='evenodd' stroke='none' fill='rgba(203,219,246,1)' d='M10.223,33.551 C12.957,33.551 15.256,32.685 17.124,30.951 C18.989,29.218 19.924,27.050 19.924,24.451 C19.924,21.118 18.490,18.451 15.624,16.451 L19.824,0.351 L10.424,0.351 L4.323,12.850 C2.988,15.517 2.056,17.701 1.523,19.400 C0.989,21.101 0.723,22.750 0.723,24.350 C0.723,27.017 1.624,29.218 3.424,30.951 C5.224,32.685 7.489,33.551 10.223,33.551 L10.223,33.551 ZM32.424,33.551 C35.156,33.551 37.456,32.685 39.324,30.951 C41.190,29.218 42.123,27.050 42.123,24.451 C42.123,21.118 40.689,18.451 37.824,16.451 L42.023,0.351 L32.623,0.351 L26.523,12.850 C25.189,15.517 24.256,17.701 23.723,19.400 C23.189,21.101 22.924,22.750 22.924,24.350 C22.924,27.017 23.824,29.218 25.624,30.951 C27.423,32.685 29.689,33.551 32.424,33.551 L32.424,33.551 Z'/></g></svg>");
    --image-shadow      :   90deg, rgba(255,255,255,0.99) 0%, rgba(180,207,253,0.4902) 33%, rgba(132,177,251,0.44) 40%, rgba(8,98,246,0.05098) 100%;
	--image-shadow      :   90deg, rgb(255 255 255) 2%, rgb(255 255 255 / 0%) 30%;
}

@media (prefers-color-scheme: dark) {
:root {
	--light_1           :   #131417;
	--light_2           :   #1f2229;
	--light_3           :   #373d4c;
	--light_4           :   #FFFFFF;

	--dark_1            :   #FFFFFF;
	--dark_2            :   #c7c9d3;
	--dark_3            :   #373d4c;
	--azure_1           :   #1f2229;
	--azure_2           :   #1f2229;
	--azure_2_1         :   #50596f;
	--azure_3           :   #50596f;
	--azure_4           :   #a8c4f0;
	--grey              :   #50596f;
	--gradient_1        :   linear-gradient(180deg, rgba(31,34,41,1) 0%, rgba(31,34,41,0) 100%);
	--shadow_1          :   none;
	--shadow_2          :   0px -1px 43px 0px rgba(225, 228, 231, 0.81);
	--blockquote_img    :   url("data:image/svg+xml;utf8,<svg viewBox='0 0 43 34' width='43' height='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path fill-rule='evenodd' stroke='none' fill='rgba(31,34,41,1)' d='M10.223,33.551 C12.957,33.551 15.256,32.685 17.124,30.951 C18.989,29.218 19.924,27.050 19.924,24.451 C19.924,21.118 18.490,18.451 15.624,16.451 L19.824,0.351 L10.424,0.351 L4.323,12.850 C2.988,15.517 2.056,17.701 1.523,19.400 C0.989,21.101 0.723,22.750 0.723,24.350 C0.723,27.017 1.624,29.218 3.424,30.951 C5.224,32.685 7.489,33.551 10.223,33.551 L10.223,33.551 ZM32.424,33.551 C35.156,33.551 37.456,32.685 39.324,30.951 C41.190,29.218 42.123,27.050 42.123,24.451 C42.123,21.118 40.689,18.451 37.824,16.451 L42.023,0.351 L32.623,0.351 L26.523,12.850 C25.189,15.517 24.256,17.701 23.723,19.400 C23.189,21.101 22.924,22.750 22.924,24.350 C22.924,27.017 23.824,29.218 25.624,30.951 C27.423,32.685 29.689,33.551 32.424,33.551 L32.424,33.551 Z'/></g></svg>");
	--image-shadow      :   90deg, rgb(19 20 23) 0%, rgba(180,207,253,0.4902) 33%, rgba(132,177,251,0.44) 40%, rgba(8,98,246,0.05098) 100%;
	--image-shadow      :   90deg, rgb(19 20 23) 2%, rgb(19 20 23 / 0%) 30%;
}
}

.theme__body-light {
    --light_1           :   #ffffff;
    --light_2           :   #ffffff;
    --light_3           :   #ffffff;
    --light_4           :   #ffffff;

    --dark_1            :   #131417;
    --dark_2            :   #131417;
    --dark_3            :   #131417;
    --azure_1           :   #eef3fc;
    --azure_2           :   #cbdbf6;
    --azure_2_1         :   #cbdbf6;
    --azure_3           :   #a8c4f0;
    --azure_4           :   #a8c4f0;
    --grey              :   #555962;
    --red               :   #FF0000;
    --peach             :   #ffe5e5;
    --gradient_1        :   linear-gradient(180deg, rgba(238,243,252,1) 0%, rgba(238,243,252,0) 100%);
    --shadow_1          :   0px -1px 43px 0px rgba(225, 228, 231, 0.81);
    --shadow_2          :   0px 5px 14.25px 0.75px rgba(225, 228, 231, 0.4);
    --blockquote_img    :   url("data:image/svg+xml;utf8,<svg viewBox='0 0 43 34' width='43' height='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path fill-rule='evenodd' stroke='none' fill='rgba(203,219,246,1)' d='M10.223,33.551 C12.957,33.551 15.256,32.685 17.124,30.951 C18.989,29.218 19.924,27.050 19.924,24.451 C19.924,21.118 18.490,18.451 15.624,16.451 L19.824,0.351 L10.424,0.351 L4.323,12.850 C2.988,15.517 2.056,17.701 1.523,19.400 C0.989,21.101 0.723,22.750 0.723,24.350 C0.723,27.017 1.624,29.218 3.424,30.951 C5.224,32.685 7.489,33.551 10.223,33.551 L10.223,33.551 ZM32.424,33.551 C35.156,33.551 37.456,32.685 39.324,30.951 C41.190,29.218 42.123,27.050 42.123,24.451 C42.123,21.118 40.689,18.451 37.824,16.451 L42.023,0.351 L32.623,0.351 L26.523,12.850 C25.189,15.517 24.256,17.701 23.723,19.400 C23.189,21.101 22.924,22.750 22.924,24.350 C22.924,27.017 23.824,29.218 25.624,30.951 C27.423,32.685 29.689,33.551 32.424,33.551 L32.424,33.551 Z'/></g></svg>");
    --image-shadow      :   90deg, rgba(255,255,255,0.99) 0%, rgba(180,207,253,0.4902) 33%, rgba(132,177,251,0.44) 40%, rgba(8,98,246,0.05098) 100%;
	--image-shadow      :   90deg, rgb(255 255 255) 2%, rgb(255 255 255 / 0%) 30%;
}

.theme__body-dark {
	--light_1           :   #131417;
	--light_2           :   #1f2229;
	--light_3           :   #373d4c;
	--light_4           :   #FFFFFF;

	--dark_1            :   #FFFFFF;
	--dark_2            :   #c7c9d3;
	--dark_3            :   #373d4c;
	--azure_1           :   #1f2229;
	--azure_2           :   #1f2229;
	--azure_2_1         :   #50596f;
	--azure_3           :   #50596f;
	--azure_4           :   #a8c4f0;
	--grey              :   #50596f;
	--gradient_1        :   linear-gradient(180deg, rgba(31,34,41,1) 0%, rgba(31,34,41,0) 100%);
	--shadow_1          :   none;
	--shadow_2          :   0px -1px 43px 0px rgba(225, 228, 231, 0.81);
	--blockquote_img    :   url("data:image/svg+xml;utf8,<svg viewBox='0 0 43 34' width='43' height='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path fill-rule='evenodd' stroke='none' fill='rgba(31,34,41,1)' d='M10.223,33.551 C12.957,33.551 15.256,32.685 17.124,30.951 C18.989,29.218 19.924,27.050 19.924,24.451 C19.924,21.118 18.490,18.451 15.624,16.451 L19.824,0.351 L10.424,0.351 L4.323,12.850 C2.988,15.517 2.056,17.701 1.523,19.400 C0.989,21.101 0.723,22.750 0.723,24.350 C0.723,27.017 1.624,29.218 3.424,30.951 C5.224,32.685 7.489,33.551 10.223,33.551 L10.223,33.551 ZM32.424,33.551 C35.156,33.551 37.456,32.685 39.324,30.951 C41.190,29.218 42.123,27.050 42.123,24.451 C42.123,21.118 40.689,18.451 37.824,16.451 L42.023,0.351 L32.623,0.351 L26.523,12.850 C25.189,15.517 24.256,17.701 23.723,19.400 C23.189,21.101 22.924,22.750 22.924,24.350 C22.924,27.017 23.824,29.218 25.624,30.951 C27.423,32.685 29.689,33.551 32.424,33.551 L32.424,33.551 Z'/></g></svg>");
	--image-shadow      :   90deg, rgb(19 20 23) 0%, rgba(180,207,253,0.4902) 33%, rgba(132,177,251,0.44) 40%, rgba(8,98,246,0.05098) 100%;
	--image-shadow      :   90deg, rgb(19 20 23) 2%, rgb(19 20 23 / 0%) 30%;
}

/*/

.theme__body-light {
	--light_1           :   #ffffff;
	--light_2           :   #ffffff;
	--light_3           :   #ffffff;
	--light_4           :   #ffffff;

	--dark_1            :   #131417;
	--dark_2            :   #131417;
	--dark_3            :   #131417;
	--azure_1           :   #eef3fc;
	--azure_2           :   #cbdbf6;
    --azure_2_1         :   #cbdbf6;
	--azure_3           :   #a8c4f0;
	--azure_4           :   #a8c4f0;
	--grey              :   #555962;
	--red               :   #FF0000;
	--peach             :   #ffe5e5;
	--gradient_1        :   linear-gradient(180deg, rgba(238,243,252,1) 0%, rgba(238,243,252,0) 100%);
	--shadow_1          :   0px -1px 43px 0px rgba(225, 228, 231, 0.81);
	--shadow_2          :   0px 5px 14.25px 0.75px rgba(225, 228, 231, 0.4);
	--blockquote_img    :   url("data:image/svg+xml;utf8,<svg viewBox='0 0 43 34' width='43' height='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path fill-rule='evenodd' stroke='none' fill='rgba(203,219,246,1)' d='M10.223,33.551 C12.957,33.551 15.256,32.685 17.124,30.951 C18.989,29.218 19.924,27.050 19.924,24.451 C19.924,21.118 18.490,18.451 15.624,16.451 L19.824,0.351 L10.424,0.351 L4.323,12.850 C2.988,15.517 2.056,17.701 1.523,19.400 C0.989,21.101 0.723,22.750 0.723,24.350 C0.723,27.017 1.624,29.218 3.424,30.951 C5.224,32.685 7.489,33.551 10.223,33.551 L10.223,33.551 ZM32.424,33.551 C35.156,33.551 37.456,32.685 39.324,30.951 C41.190,29.218 42.123,27.050 42.123,24.451 C42.123,21.118 40.689,18.451 37.824,16.451 L42.023,0.351 L32.623,0.351 L26.523,12.850 C25.189,15.517 24.256,17.701 23.723,19.400 C23.189,21.101 22.924,22.750 22.924,24.350 C22.924,27.017 23.824,29.218 25.624,30.951 C27.423,32.685 29.689,33.551 32.424,33.551 L32.424,33.551 Z'/></g></svg>");
	--image-shadow      :   90deg, rgba(255,255,255,0.99) 0%, rgba(180,207,253,0.4902) 33%, rgba(132,177,251,0.44) 40%, rgba(8,98,246,0.05098) 100%;
}

.theme__body-dark {
    --light_1           :   #131417;
    --light_2           :   #1f2229;
    --light_3           :   #373d4c;
    --light_4           :   #FFFFFF;

    --dark_1            :   #FFFFFF;
    --dark_2            :   #c7c9d3;
    --dark_3            :   #373d4c;
    --azure_1           :   #1f2229;
    --azure_2           :   #1f2229;
	--azure_2_1         :   #50596f;
    --azure_3           :   #373d4c;
    --azure_4           :   #50596f;
    --grey              :   #50596f;
    --gradient_1        :   linear-gradient(180deg, rgba(31,34,41,1) 0%, rgba(31,34,41,0) 100%);
    --shadow_1          :   none;
    --shadow_2          :   0px -1px 43px 0px rgba(225, 228, 231, 0.81);
    --blockquote_img    :   url("data:image/svg+xml;utf8,<svg viewBox='0 0 43 34' width='43' height='34' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path fill-rule='evenodd' stroke='none' fill='rgba(31,34,41,1)' d='M10.223,33.551 C12.957,33.551 15.256,32.685 17.124,30.951 C18.989,29.218 19.924,27.050 19.924,24.451 C19.924,21.118 18.490,18.451 15.624,16.451 L19.824,0.351 L10.424,0.351 L4.323,12.850 C2.988,15.517 2.056,17.701 1.523,19.400 C0.989,21.101 0.723,22.750 0.723,24.350 C0.723,27.017 1.624,29.218 3.424,30.951 C5.224,32.685 7.489,33.551 10.223,33.551 L10.223,33.551 ZM32.424,33.551 C35.156,33.551 37.456,32.685 39.324,30.951 C41.190,29.218 42.123,27.050 42.123,24.451 C42.123,21.118 40.689,18.451 37.824,16.451 L42.023,0.351 L32.623,0.351 L26.523,12.850 C25.189,15.517 24.256,17.701 23.723,19.400 C23.189,21.101 22.924,22.750 22.924,24.350 C22.924,27.017 23.824,29.218 25.624,30.951 C27.423,32.685 29.689,33.551 32.424,33.551 L32.424,33.551 Z'/></g></svg>");
    --image-shadow      :   90deg, rgb(19 20 23) 0%, rgba(180,207,253,0.4902) 33%, rgba(132,177,251,0.44) 40%, rgba(8,98,246,0.05098) 100%;
}
/*/

/****************** VAR - END *******************/

/****************** FONTS *******************/

@font-face {
    font-family: 'Uni Neue';
    src: url('fonts/UniNeue/UniNeueHeavy.eot');
    src: local('Uni Neue Heavy'), local('UniNeueHeavy'),
        url('fonts/UniNeue/UniNeueHeavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniNeue/UniNeueHeavy.woff2') format('woff2'),
        url('fonts/UniNeue/UniNeueHeavy.woff') format('woff'),
        url('fonts/UniNeue/UniNeueHeavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('fonts/UniNeue/UniNeueRegular.eot');
    src: local('Uni Neue Regular'), local('UniNeueRegular'),
        url('fonts/UniNeue/UniNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniNeue/UniNeueRegular.woff2') format('woff2'),
        url('fonts/UniNeue/UniNeueRegular.woff') format('woff'),
        url('fonts/UniNeue/UniNeueRegular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('fonts/UniNeue/UniNeueBold.eot');
    src: local('Uni Neue Bold'), local('UniNeueBold'),
        url('fonts/UniNeue/UniNeueBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniNeue/UniNeueBold.woff2') format('woff2'),
        url('fonts/UniNeue/UniNeueBold.woff') format('woff'),
        url('fonts/UniNeue/UniNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('fonts/UniNeue/UniNeueHeavy-Italic.eot');
    src: local('Uni Neue Heavy Italic'), local('UniNeueHeavy-Italic'),
        url('fonts/UniNeue/UniNeueHeavy-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniNeue/UniNeueHeavy-Italic.woff2') format('woff2'),
        url('fonts/UniNeue/UniNeueHeavy-Italic.woff') format('woff'),
        url('fonts/UniNeue/UniNeueHeavy-Italic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('fonts/UniNeue/UniNeueBold-Italic.eot');
    src: local('Uni Neue Bold Italic'), local('UniNeueBold-Italic'),
        url('fonts/UniNeue/UniNeueBold-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniNeue/UniNeueBold-Italic.woff2') format('woff2'),
        url('fonts/UniNeue/UniNeueBold-Italic.woff') format('woff'),
        url('fonts/UniNeue/UniNeueBold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('fonts/UniNeue/UniNeueRegular-Italic.eot');
    src: local('Uni Neue Regular Italic'), local('UniNeueRegular-Italic'),
        url('fonts/UniNeue/UniNeueRegular-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniNeue/UniNeueRegular-Italic.woff2') format('woff2'),
        url('fonts/UniNeue/UniNeueRegular-Italic.woff') format('woff'),
        url('fonts/UniNeue/UniNeueRegular-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/****************** FONTS - END *******************/

* {margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, 
nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; vertical-align: top;}
input, select, textarea, button {font-family: 'Uni Neue';-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
textarea{max-width: 100%; min-width: 100%;} button {user-select:none;}
input:focus, select:focus, textarea:focus, button:focus, *1:focus-visible {outline:none;}

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background: var(--azure_1);transition: all 0.5s ease-in-out;}
::-webkit-scrollbar-thumb {background: var(--azure_3);transition: all 0.5s ease-in-out;}

.scroll__small {position: relative;}
.scroll__small-narrow {margin: 5px 10px 5px 0px;}
.scroll__small::-webkit-scrollbar {width: 2px;}
.scroll__small::-webkit-scrollbar-track {border-radius: 2px;opacity: 0;}
.scroll__small::-webkit-scrollbar-track {background: transparent;} 

.horisontal__noscroll-wrapper {overflow: hidden;}
.horisontal__noscroll {overflow-x: auto;}
.horisontal__noscroll::-webkit-scrollbar {width: 5px;height: 0px;}
.horisontal__noscroll::-webkit-scrollbar-track {background: var(--azure_1);}
.horisontal__noscroll::-webkit-scrollbar-thumb {background: var(--azure_3);}
.horisontal__noscroll-content {display: inline-block;min-width: 100%;white-space: nowrap;}
.horisontal__noscroll-content-block {min-width: 100%;}

@media screen and (max-width: 1100px) {
    .horisontal__noscroll-wrapper {overflow: visible;}
    .horisontal__noscroll {overflow-x: auto;margin:0px -15px;padding: 0px 15px;}
}
@media screen and (max-width: 767px) {
    .main__right+.main__inner .horisontal__noscroll {margin:0px -15px;padding:0px 15px;}
    .main__right+.main__inner .horisontal__noscroll>* {display: inline-block;min-width: 100%;}
    .main__right+.main__inner .horisontal__noscroll .horisontal__noscroll-list {margin-left: -15px;margin-right: -15px;}
}

@media screen and (max-width: 767px) {
    .main__right+.main__inner .horisontal__noscroll {margin:0px -15px;padding:0px 15px;}
    .main__right+.main__inner .horisontal__noscroll>* {display: inline-block;min-width: 100%;}
    .main__right+.main__inner .horisontal__noscroll .horisontal__noscroll-list {margin-left: -15px;margin-right: -15px;}
}

/****************** GENERAL *******************/

html {
    font-size: 18px; font-family: 'Uni Neue';
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
	overflow-y: scroll;
}
body {color: var(--dark_1); background: var(--light_1); font-size: 18px; font-family: 'Uni Neue';}
@media screen and (min-width: 1101px) {body{font-size: 19px;}}


img[src=""] {visibility: hidden;}
img, iframe, video, object, embed {max-width: 100%;}

a {
    -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    text-decoration:none;
    user-select:none;
    cursor: pointer;
}
svg {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

label.label_disabled {opacity: 0.5;}

.link__simple, .link__simple:link {color: var(--text_color_blue);text-decoration: underline !important;}
.link__simple:hover {color: var(--text_color_blue_1);text-decoration: none !important;}

.img__cover {width:100%;height:100%;object-fit:cover;}
.img__contain {width:100%;height:100%;object-fit:contain;}
.text__center {text-align:center;}
.text__left {text-align:left;}
.text__right {text-align:right;}
.text__justify {text-align:justify;}
.font__bold {font-weight:bold;}

.inline__block {display: inline-block;}
.flex__block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.easing {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.easy__hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.required {color: #c90000;}

.overflow__hidden {overflow: hidden;}

.clear {clear: both;}

.btn__wrapper {margin-top: 20px;}
.btn {
    text-align: center; font-size: 16px;
    border-radius: 50px; font-weight: bold;
    border: 2px solid transparent;
    color: var(--light_4);user-select:none;
    background: transparent;line-height: 135%;
    height: auto; max-width: 100%; min-width: 200px;
    box-shadow: none; position: relative;
    cursor: pointer; text-decoration: none;
    padding: 12px 30px; display: inline-block;
    user-select: none; text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn:focus-visible {outline: none;}
.btn:hover {-webkit-box-shadow: none;box-shadow: none;}
a.btn:hover {text-decoration: none;}
a.btn:active {text-decoration: none;}
a.btn.btn__block, .btn.btn__block {min-width: 0px;display:block;width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.btn.btn__small {padding-top: 8px;padding-bottom: 8px;}

.btn__svg-block {display: inline-block;}
.btn__svg-block .flex__block {gap:10px;justify-content: center;}
.btn__svg-block .flex__block svg+span span {position: relative;left:-7px;}
.btn__svg-block svg {margin:-3px 0px;}

a.btn.disabled, .btn:disabled, a.btn__link.disabled .btn {cursor:default;opacity: 0.3;}

a.btn.btn__blue:link,               .btn.btn__blue,
a.btn.btn__blue:visited,            .btn.btn__blue:visited  {background-color: var(--blue_1);border-color: var(--blue_1);}
a.btn.btn__blue:hover,              .btn.btn__blue:hover    {background-color: var(--blue_2);border-color: var(--blue_2);}
a.btn.btn__blue:active,             .btn.btn__blue:active   {background-color: var(--blue_3);border-color: var(--blue_3);}
a.btn.btn__blue.disabled,           .btn.btn__blue:disabled {background-color: var(--blue_1) !important;border-color: var(--blue_1) !important;}

a.btn.btn__transparent:link,       .btn.btn__transparent,
a.btn.btn__transparent:visited,    .btn.btn__transparent:visited    {background-color: transparent;border-color: var(--blue_1);color: var(--blue_1);}
a.btn.btn__transparent:hover,      .btn.btn__transparent:hover      {background-color: var(--blue_2);color: var(--light_4);border-color: var(--blue_2);}
a.btn.btn__transparent:active,     .btn.btn__transparent:active     {background-color: var(--blue_3);color: var(--light_4);border-color: var(--blue_3);}
a.btn.btn__transparent.disabled,   .btn.btn__transparent:disabled   {background-color: var(--blue_1) !important;color: var(--light_4) !important;border-color: var(--color_dark_3) !important;}

a.btn.btn-block, .btn.btn-block {display:block;width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

@media screen and (max-width: 400px) {
    .btn {min-width: 0px; display: block;}
}

.inputs__items {justify-content: flex-start;margin:0px -10px 0px -10px;}
.inputs__items.inputs__items-3 {}
.inputs__items.inputs__items-3 .inputs__item {width:33.3333%;}
.inputs__items.inputs__items-5 {align-items: flex-end;}
.inputs__items.inputs__items-5 .inputs__item {width:24%;}
.inputs__items.inputs__items-5 .inputs__item:last-child {width:70px !important;min-width:70px !important;}
.inputs__item {}
.inputs__item-inner {margin:0px 10px 20px 10px;}

@media screen and (max-width: 640px) {
    .inputs__items.inputs__items-3 {display: block;}
    .inputs__items.inputs__items-5 {display: block;}
    .inputs__items.inputs__items-3 .inputs__item {width:100%;}
    .inputs__items.inputs__items-5 .inputs__item {width:100%;}
    .inputs__items.inputs__items-5 .inputs__item:last-child {width:100% !important;text-align: center;}
}

.input__wrapper+.input__wrapper {margin-top: 20px;}
.input__wrapper {margin-bottom: 20px; position: relative;}
*.input__text {
    outline: none; padding: 10px 15px;
    border-radius: 5px; color: var(--text_color);
    font-size: 16px;height: 46px;
    background-color: var(--azure_1);
    border: 2px solid var(--azure_1);
    border-radius: 5px;margin:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*.input__text::placeholder {}
.input__wrapper .input__text {width: 100%;}

textarea.input__text {height: auto;min-height: 55px;}
*.input__text:hover {border-color: var(--azure_2);}
*.input__text:focus {border-color: var(--azure_3);}
*.input__text:disabled {opacity:0.8; border-color: var(--azure_1) !important;}
*.input__text-error {border-color: var(--red) !important;}
*.input__text-error-info {color: var(--red);font-size: 14px;font-weight: bold;}
*.input__text-error-info div {margin-top:3px;}

.input__label-simple {font-size: 14px; font-weight: bold; margin-bottom: 10px; display: block;}

*.input__text+.input__label {
    font-size: 16px; transition: 0.3s;
    white-space: nowrap; overflow: hidden;
    max-width: calc(100% - 30px); text-overflow: ellipsis;
}
*.input__text-error+.input__label {color: var(--red);}
*.input__text+.input__label span {z-index: 1;position: relative;}
.input__wrapper *.input__text+.input__label {position: absolute;left: 12px;top: 13px;padding: 0px 5px;}
.input__wrapper *.input__text+.input__label:after {
    content:'';display:block;
    position: absolute;
    left: 0px;bottom: -1px;width:100%;height:50%;
    background-color: var(--azure_1);
}
.input__wrapper *.input__text:disabled+.input__label {opacity:0.5;}
.input__wrapper *.input__text:disabled+.input__label:after {opacity:0.5;}
.input__wrapper .input__text:focus + .input__label,
.input__wrapper .input__text-fill + .input__label {top: -9px; font-size: 12px;}


/*/
*.input__select {
    display: block;opacity: 1;
    border: 1px solid var(--color_grey_3);
    padding: 10px 15px !important;
    border-radius: 5px !important;
    color: var(--text_color_6) !important;
    font-size: 18px;height: 48px !important;
    
    background-color: var(--color_grey_2);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 15 9' width='15' height='9' fill='rgba(20,100,175,1)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M854.739,589a1.706,1.706,0,0,1,.51.47q0.543,0.527,1.083,1.055l2.824,2.754c0.3,0.293.6,0.586,0.9,0.879a2.865,2.865,0,0,1,.42.411h0.029v-0.03q2.106-2.035,4.21-4.074l1.052-1.025a1.553,1.553,0,0,1,.48-0.44,6.109,6.109,0,0,0,.873.85,6.245,6.245,0,0,0,.871.85v0.029h-0.031q-3.712,3.635-7.425,7.268a1.184,1.184,0,0,1-.451-0.381q-0.643-.63-1.293-1.26l-5.8-5.627C853.575,590.15,854.158,589.574,854.739,589Z' transform='translate(-853 -589)'/></svg>");
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
*.input__select:not(:disabled):hover {border-color: var(--color_orange);}
*.input__select:not(:disabled):focus {border-color: var(--color_orange); background-color: var(--color_yellow);}
*.input__select:disabled {opacity: 0.5;}
/*/

.input__checkbox-1, .input__checkbox-2, .input__checkbox-3 {display:none;}
.input__checkbox-1:disabled+span, .input__checkbox-2:disabled+span, .input__checkbox-3:disabled+span {opacity:0.5;cursor: default;}
.input__checkbox-1+span {
    background: var(--dark_1);
    position: relative;
    width: 48px; height: 32px;
    display: inline-block;
    border-radius: 50px;
    border:none; cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.input__checkbox-1+span:after {
    content: ''; position: absolute;
    width: 28px; height: 28px;
    display: inline-block;
    background: var(--light_1);
    border-radius: 50px;
    top: 2px; left: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
label:hover .input__checkbox-1:not(:disabled):not(:checked)+span,
.input__checkbox-1:not(:disabled):not(:checked)+span:hover {background-color: var(--blue_3);}
label:hover .input__checkbox-1:not(:disabled):checked+span,
.input__checkbox-1:not(:disabled):checked+span:hover {background-color: var(--blue_3);}
.input__checkbox-1:checked+span {background-color: var(--blue_1);}
.input__checkbox-1:checked+span:after {left: 18px;}

.input__checkbox-2+span {
    border: 2px solid var(--dark_1); display: inline-block; position:relative;
    border-radius: 100px; width: 28px; height: 28px;vertical-align: middle;
    background-color: var(--light_1);cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.input__checkbox-2:checked+span:after {
	position:relative;top:0px;left:0px;border: 0px solid var(--blue_1);
	width: 28px; height: 28px;content:'';display:block;border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
label:hover .input__checkbox-2:not(:disabled):not(:checked)+span,
.input__checkbox-2:not(:disabled):not(:checked)+span:hover,
label:hover .input__checkbox-2:not(:disabled):not(:checked)+span:after,
.input__checkbox-2:not(:disabled):not(:checked)+span:hover:after {border-color: var(--blue_3);}
label:hover .input__checkbox-2:not(:disabled):checked+span,
.input__checkbox-2:not(:disabled):checked+span:hover,
label:hover .input__checkbox-2:not(:disabled):checked+span:after,
.input__checkbox-2:not(:disabled):checked+span:hover:after {border-color: var(--blue_3);}
.input__checkbox-2:checked+span {border-color: var(--blue_1);}
.input__checkbox-2:checked+span:after {border-width: 8px;width: 14px;height: 14px;top: -1px;left: -1px;}

.input__checkbox-3+span {
    border: 2px solid var(--dark_1); display: inline-block;
    border-radius: 5px; width: 28px; height: 28px;vertical-align: middle;
    background-color: var(--light_1);cursor: pointer;position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.input__checkbox-3+span:before,
.input__checkbox-3+span:after {
    content: ''; position: absolute;
    display: inline-block;
    background: var(--light_1);
    border-radius: 2px;top: 50%; left: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.input__checkbox-3+span:before {
    top: 11px; left: 9px; width: 2px; height: 12px;border-radius: 2px;
    -webkit-transform: rotate(-45deg); transform: rotate(-35deg);
}
.input__checkbox-3+span:after {
    top: 5px; left: 17px; width: 2px; height: 18px; border-radius: 2px 2px 2px 0px;
    -webkit-transform: rotate(70deg); transform: rotate(35deg);
}
label:hover .input__checkbox-3:not(:disabled):not(:checked)+span,
.input__checkbox-3:not(:disabled):not(:checked)+span:hover {
    border-color: var(--blue_1);
}
.input__checkbox-3:checked+span {border-color: var(--blue_1);background-color: var(--blue_1);}
label:hover .input__checkbox-3:checked+span {border-color: var(--blue_3);background-color: var(--blue_3);}


.input__checkbox-items {justify-content: flex-start;gap: 30px;flex-wrap: wrap;}
.input__checkbox-item {}
.input__checkbox-label {cursor: pointer;}
.input__checkbox-item-block {justify-content: flex-start; gap: 10px;}
.input__checkbox-item-text {color: var(--dark_1);cursor: pointer;}
.input__checkbox-item-text a {color:var(--blue_2);text-decoration: underline;}
.input__checkbox-item-text a:hover {text-decoration: underline;}
label:hover .input__checkbox-item-text, input:checked+span+.input__checkbox-item-text {color: var(--blue_1);}
label:hover input:checked+span+.input__checkbox-item-text {color: var(--blue_3);}
input:disabled+span+.input__checkbox-item-text {cursor: default;opacity:0.3;color: var(--dark_1);}

.input__filter-wrapper {position: relative;}
.input__filter-label {
	position: relative;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    height: 60px;
    box-shadow: 0px 5px 14.25px 0.75px rgb(225 228 231 / 40%);
}
.main__slide-search-item .input__filter-label {box-shadow: none;}

.input__filter-label-icon {position: absolute; z-index: 1; top: 50%; left: 15px; margin-top: -10px;}
.input__filter-field {outline:none; border: none; font-weight: bold; margin: 23px 0px 23px 50px; font-size: 16px;}
.input__filter-field::placeholder {color: var(--text_color) !important;}

.input__filter-clear {
	display:none;
    background-color: transparent;
    border: none;
    font-size: 1em;
    cursor: pointer;
    font-weight: bold;
    padding-right: 0px;
    height: 60px; width: 20px;
    margin-right: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 60px;
    color: var(--text_color);
}

.input__filter-arrow {position: absolute; top: 1px; right: 1px; height: 60px; width: 40px;}
.input__filter-arrow span {
    height: 15px; width: 15px;
    border: none;
    margin-left: -8px;
    margin-top: -7px;
    position: absolute;
    top: 50%; left: 50%;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 414.49 434.3' width='16' height='15' fill='rgba(0,0,0,1)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M117.1,4.85a30.13,30.13,0,0,1,22.18,9.25q90.15,90,180.17,180.23c13.34,13.41,13.31,32.07,0,45.47Q229.53,330.1,139.21,420a31.32,31.32,0,0,1-45-.11C81.62,407.09,82,388,95.49,374.42Q171,298.67,246.84,223.26c5.11-5.07,4.95-7.5-.06-12.46Q171.35,136,96.42,60.65c-14.16-14.18-15.16-32.78-2.64-46A30.1,30.1,0,0,1,117.1,4.85Z'/></svg>");
  	background-position: center center;
    background-repeat: no-repeat;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.title {
    font-weight: bold;line-height: 120%;color: var(--dark_1);
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
} 
.title a {color: inherit;}
.title a:hover {color: var(--blue_1);}
.title a:active {color: var(--blue_2);}
.title__bold {font-weight: 900;}
.title__item {}
.title__uppercase {text-transform: uppercase;}
.title__1 {font-size: 35px;}
.title__2 {font-size: 25px;}
.title__3 {font-size: 24px;}
.title__4 {font-size: 22px;}
.title__5 {font-size: 20px;}
.title__6 {font-size: 18px;}
.title__item.title__1 {margin-bottom: 20px;}
.title__item.title__2 {font-size: 25px;margin-bottom: 20px;}
.title__item.title__3 {font-size: 24px;margin-bottom: 15px;}
.title__item.title__4 {font-size: 22px;margin-bottom: 15px;}
.title__item.title__5 {font-size: 20px;margin-bottom: 15px;}
.title__item.title__6 {font-size: 18px;margin-bottom: 15px;}
.title__list-block {margin-bottom: 20px; padding-bottom: 15px;border-bottom: 2px solid var(--azure_1);    min-height: 50px;}
.title__list {font-size: 30px;font-weight:700;}
.title__item.title__list {margin-bottom: 20px;}

.title__list-select {min-width:150px;}
.title__list-select .select__2-flat .select2.select2-container .select2-selection--single .select2-selection__rendered {text-align:center;}

.title__svg-block>span, .title__svg-block>svg {vertical-align: middle;}

.title__block-wrapper {overflow: hidden;}
.title__block {margin-bottom: 15px;}
a.title__block:hover .title {color: var(--blue_1);}
.title__block-link {}
.title__block-link svg {
    fill: var(--dark_1);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.title__block:hover .title__block-link svg {fill: var(--blue_1);}
.title__block .title, .title__block-link .title {margin-bottom: 0px;}
.title__block .title__page {margin-bottom: 0px;}
.title__link-link a {
    font-size: 0px;color: var(--text_color);text-decoration:none;
    position: relative;display: inline-block;vertical-align: middle;
}
.title__link-arrow {font-size:0px;}
.title__link a:hover, .title__block-link:hover {text-decoration:none;}
.title__block-link:hover .title__link-arrow svg,
.title__link a:hover svg {fill: var(--text_color_orange);}

.title__link-slider-prev {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.title__link-slider-next {}

.text__azure-3 {color: var(--color_azure_3);}

@media (max-width: 767px) {
	.title__mobile-center {text-align:center;}
}
@media (max-width: 680px) {
    .title__1 {font-size: 25px;}
    .title__2 {font-size: 25px;}
    .title__3 {font-size: 24px;}
    .title__4 {font-size: 22px;}
    .title__5 {font-size: 20px;}
    .title__6 {font-size: 18px;}
    .title__list-block {margin-top:-10px;}
    .title__list {font-size: 25px;}
}

.text__gradient {
    background: linear-gradient(296deg, #2373A5 0%, #A033A0 100%);
    background-clip: text; position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.link__gradient:link, a.link__gradient:visited {
    position: relative;
    background: linear-gradient(296deg, #2373A5 0%, #A033A0 100%);
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.link__gradient:after {
    content: ''; position: absolute;
    bottom: 0px;left: 0px;
    width: 100%; height: 7%;
    background: linear-gradient(296deg, #2373A5 0%, #A033A0 100%);
}
a.link__gradient:hover {
    background: linear-gradient(326deg, #5BB5A2 0%, #F0F 100%);
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.link__gradient:hover:after {background: linear-gradient(326deg, #5BB5A2 0%, #F0F 100%);}

a.link__gradient:active {
    background: linear-gradient(296deg, #2373A5 0%, #A033A0 100%);
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.link__gradient:active:after {background: linear-gradient(296deg, #2373A5 0%, #A033A0 100%);}

a.link__gradient svg {}

@media screen and (max-width: 767px) {
    .title__big {font-size: 48px;margin-bottom: 24px;}
    .title__middle {font-size: 32px;margin-bottom: 24px;}
}

@media screen and (max-width: 640px) {
    .title__big {font-size: 38px;}
    .title__middle {font-size: 28px;}
}

.favorite__link {}
.favorite__link svg {fill:#ccc;stroke:#fff;}
.favorite__link.active svg,
.favorite__link:hover svg {fill:red;stroke:red;}
.favorite__link:hover svg {opacity:0.5;}
.favorite__link.active svg {opacity:1;}

/*/
.swiper .swiper-pagination {line-height: 0px;}
.swiper .swiper-pagination-bullet {width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: var(--color_grey_1); opacity: 1;}
.swiper .swiper-pagination-bullet-active {background: var(--color_orange_1);}
/*/

.swiper {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.swiper.swiper-initialized {opacity: 1;}

.simple__swiper .swiper-button-prev,
.simple__swiper .swiper-button-next {
    user-select: none;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 48px;
    z-index: 1;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0,0,0,0.2);
}

.simple__swiper .swiper-button-prev {left: 0px;right: auto;}
.simple__swiper .swiper-button-next {left: auto;right: 0px;}

.simple__swiper .swiper-button-prev.swiper-button-disabled {cursor: default;}

.simple__swiper .swiper-button-prev svg,
.simple__swiper .swiper-button-next svg {
    top: 50%;margin-top: -12px;
    position: absolute; vertical-align: middle;
    fill: var(--yellow);
    width:40px;height:24px;z-index: 1;
}

.simple__swiper .swiper-button-prev svg {
    left: 5px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.simple__swiper .swiper-button-next svg {
    right: 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.simple__swiper .swiper-button-prev:after,
.simple__swiper .swiper-button-next:after {
    content:''; width:100%; height:100%;
    background-color: var(--color_dark_2);
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.simple__swiper .swiper-button-prev:not(.swiper-button-disabled):hover:after,
.simple__swiper .swiper-button-next:not(.swiper-button-disabled):hover:after {opacity: 0.5;}
.simple__swiper .swiper-button-prev:not(.swiper-button-disabled):hover svg,
.simple__swiper .swiper-button-next:not(.swiper-button-disabled):hover svg {fill: var(--blue_1);}

.simple__swiper .swiper-pagination {margin: 0px;}

.simple__swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    background: var(--azure_2);
    opacity: 1;
    margin: 5px 7px !important;
    transform: none !important;
    cursor: pointer;
}
.simple__swiper .swiper-pagination-bullet-active {background: var(--yellow);}



.select__wrapper .select2-container {width: 100% !important;}
.select__wrapper .select__2-small+.select2-container {height: 40px;}
.select2.select2-container--default .select2-selection--single {
    border-radius: 50px; border:none;height: 50px;
    box-shadow: 0px 5px 14.25px 0.75px rgba(225, 228, 231, 0.4);
    box-shadow: var(--shadow_2);
    background-color: var(--light_1);
}
.select__2-small+.select2.select2-container--default .select2-selection--single {height: 40px;}

.select__2-label {position: relative;display: block;}

.select__2-label .select__2-label-icon {fill:var(--dark_1);position: absolute; top: 50%; left: 15px; margin-top: -10px; z-index: 1;}
.select__2-label .select__2-with-icon+.select2.select2-container .select2-selection--single .select2-selection__rendered {padding-left: 45px;}
.select__2-label .select__2-with-icon+.select2.select2-container {z-index:10;}

.select2.select2-container--default .select2-selection--single .select2-selection__placeholder {font-weight:normal;color: var(--dark_1);}
.select2.select2-container .select2-selection--single .select2-selection__rendered {color:var(--dark_1);text-align:left;line-height: 50px;padding-left: 20px;margin-right: 50px;}
.select__2-small+.select2.select2-container .select2-selection--single .select2-selection__rendered {line-height: 40px;}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {height:50px; width: 35px;}
.select__2-small+.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {height:40px;}
.select2.select2-container--default .select2-selection--single .select2-selection__clear {height: 50px;width: 20px;margin-right: 35px;color:var(--azure_3);}
.select2.select2-container--default .select2-selection--single .select2-selection__clear:hover {color:var(--blue_1);}
.select__2-small+.select2.select2-container--default .select2-selection--single .select2-selection__clear {height: 40px;}

.select__2-label .select__2-with-icon+.select2.select2-container .select2-selection--single .select2-selection__rendered {padding-left: 45px;}

select.select__2 {border:none;width:100%;padding:23px 50px;font-weight:bold;font-size:16px;background:transparent;}
select.select__2 {display:none;}
select.select__2:focus-visible {border:none;outline:none;}

.select2.select2-container--open:before {
    position: absolute;
    left: 0px;
    z-index: -1;
    display: block;
    content: '';
    width: 100%;
    height: 30px;
    background: #fff;
}
.select2.select2-container--above:before {top: 0px;}
.select2.select2-container--below:before {bottom: 0px;}

.select2-container.select2-container--default .select2-dropdown {
    overflow:hidden;border:none;
    box-shadow: 0px 5px 14.25px 0.75px rgba(225, 228, 231, 0.4);
    box-shadow: var(--shadow_2);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height:9px;width:14px;
    border: none;
    margin-left: -8px;
    margin-top: -5px;
    position: absolute;
    top: 50%;left: 50%;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 14 9' fill='rgba(157,197,242,1)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.040,0.003 L6.980,6.836 L2.951,0.003 L-0.007,0.003 L5.658,8.991 L8.333,8.991 L13.999,0.003 L11.040,0.003 Z'/></svg>");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select2-container.select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
.select2-container.select2-container--focus .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 14 9' fill='rgba(0,98,250,1)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.040,0.003 L6.980,6.836 L2.951,0.003 L-0.007,0.003 L5.658,8.991 L8.333,8.991 L13.999,0.003 L11.040,0.003 Z'/></svg>");
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container.select2-container--default .select2-results__option .select2-results__option:before {
    content: '+';
    padding-right: 0.5em;
}

.select2-container--open .select2-dropdown {background-color:var(--light_1);border-radius: 20px;}

.select2.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {border-radius: 0px 0px 20px 20px;}

.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-radius: 20px 20px 0px 0px;}

.select2-container.select2-container--default .select2-results__option {padding: 10px 20px;}
.select2-container.select2-container--default .select2-results__option--selected {background-color: var(--azure_1);}

.select2-container--open .select2-dropdown--above {padding-top: 10px;}
.select2-container--open .select2-dropdown--below {padding-bottom: 10px;}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: var(--azure_1); color: var(--blue_1);}

.select2-container.select2-container--default .select2-results>.select2-results__options {max-height: 250px;}

.select2-container--default .select2-search--dropdown .select2-search__field {border-color: var(--azure_1);background: var(--light_3);color:var(--dark_1);}

.select__2-flat .select2.select2-container--default .select2-selection--single {box-shadow: none;background-color: transparent;z-index: 1;}
.select__2-flat .select2.select2-container--open:before {background-color: transparent;}
.select__2-flat .select2.select2-container--default .select2-selection--single .select2-selection__clear {display: none;}
.select__2-flat .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {display: none;}
.select__2-flat .select__2-label .select__2-with-icon+.select2.select2-container .select2-selection--single .select2-selection__rendered {padding-right:15px;margin-right: 0px;}

.select__2-flat .select__2-label:hover .select__2-label-icon {fill: var(--blue_1);}
.select__2-flat .select__2-label:hover .select__2-with-icon+.select2.select2-container .select2-selection--single .select2-selection__rendered {color: var(--blue_1);}



.sharing__link {color: var(--dark_1);display: block;padding: 10px 15px 12px 15px;}
.sharing__link svg {fill: var(--dark_1);}
.sharing__link:hover {color: var(--blue_1);background-color: var(--azure_1);}
.sharing__link:hover svg {fill: var(--blue_1);}
.sharing__link:active {color: var(--blue_1);background-color: var(--azure_2);}
.sharing__link:hover svg {fill: var(--blue_1);}

.alerts {position: fixed; right: 0; top: 55px; z-index: 1000000; max-width: 80%}
.alert+.alert {margin-top: 10px}
.alert {
    font-size: 18px;
    padding: 10px 15px;
    padding-right: 45px;
    background: var(--light_1);
    color: var(--dark_1);
    position: relative;
    border-radius: 5px;
    min-width: 150px
}
.alert__close {position: absolute; top: 0; right: 0; padding: 0; display: inline-block; line-height: 0; font-size: 0; width: 40px; height: 100%;}

.alert__close svg {
    position: absolute;
    top: 50%; left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    fill: var(--dark_1);
}

body .fancybox-caption {text-align:center;}

.ajax__form-result {text-align:center;font-size:18px;}
.ajax__form-result>* {margin-bottom:20px;}
.ajax__form-result .form__success {color:var(--color_green_1);}
.ajax__form-result .form__error {color:var(--color_blue_1);}