/*[common]*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body,html{margin:0;width:100%;height:100%;}
body{font-family:"Inter", Arial;}
body *{color:inherit;}
input{outline:none;font-family:inherit;font-size:inherit;}
textarea{resize:vertical;outline:none;font-family:inherit;font-size:inherit;}
select{outline:none;font-family:inherit;font-size:inherit;color:inherit;}
button{outline:none;font-family:inherit;font-size:inherit;cursor:pointer;}
img{outline:none;border:none;}
a{text-decoration:none;}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:700;}
/*[/common]*/

/*[scrollbar]*/
@media screen and (min-width: 1023px){
	body *::-webkit-scrollbar{width:8px;height:8px;}
	body *::-webkit-scrollbar-track{background:transparent;border-radius:20px;}
	body *::-webkit-scrollbar-thumb{background:#CCDFDE;border-radius:20px;}
	html *{scrollbar-width:thin;scrollbar-color:#CCDFDE transparent;}
}
/*[/scrollbar]*/

/*[placeholder]*/
::-webkit-input-placeholder{color:#8b989e;opacity:1;}
::-moz-placeholder{color:#8b989e;opacity:1;}
:-ms-input-placeholder{color:#8b989e;opacity:1;}
::placeholder{color:#8b989e;opacity:1;}
/*[/placeholder]*/

/*[page_size]*/
.page_size{max-width:1280px;padding:0 15px;margin:auto;}
@media screen and (max-width: 767px){
	.page_size{padding:0 10px;}
}
/*[/page_size]*/

/*[btn-1]*/
.btn-1{display:inline-block;position:relative;background:#2370e0;border-radius:50px;text-decoration:none;cursor:pointer;}
.btn-1 span{transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(255,255,255,0);border-radius:10px;white-space:nowrap;text-align:center;color:#fff;}
.btn-1 span:after{content:'';display:inline-block;vertical-align:-2px;margin:0 0 0 10px;width:8px;height:15px;background:no-repeat center center;background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.5L7 7.5L1 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.btn-1:hover span{background:rgba(255,255,255,0.2);}
/*[/btn-1]*/

/*[btn-2]*/
.btn-2{display:inline-block;position:relative;background:#fff;border:1px solid #2370e0;border-radius:50px;text-decoration:none;cursor:pointer;}
.btn-2 span{transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(0,0,0,0);border-radius:50px;white-space:nowrap;text-align:center;color:#2370e0;}
.btn-2:hover span{background:rgba(0,0,0,0.02);}
/*[/btn-2]*/

/*[btn-3]*/
.btn-3{display:inline-block;position:relative;background:#fff;border-radius:50px;text-decoration:none;cursor:pointer;}
.btn-3 span{transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(0,0,0,0);border-radius:10px;white-space:nowrap;text-align:center;color:#2370e0;}
.btn-3:hover span{background:rgba(0,0,0,0.02);}
/*[/btn-3]*/

/*[btn-4]*/
.btn-4{display:inline-block;position:relative;background:#2370e0;border-radius:50px;text-decoration:none;cursor:pointer;}
.btn-4 span{transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(255,255,255,0);border-radius:50px;white-space:nowrap;text-align:center;color:#fff;}
.btn-4:hover span{background:rgba(255,255,255,0.2);}
/*[/btn-4]*/

/*[btn-5]*/
.btn-5{display:block;position:relative;background:#ff6000;border-radius:50px;white-space:nowrap;text-decoration:none;text-align:center;font-weight:500;color:#fff;cursor:pointer;}
.btn-5 span{transition:all 0.2s ease-in-out;display:block;padding:10px 16px 10px 16px;background:rgba(255,255,255,0);border-radius:50px;white-space:nowrap;text-align:center;color:#fff;}
.btn-5 span:before{content:'';display:inline-block;vertical-align:-3px;margin:0 6px 0 0;width:16px;height:16px;background:center center no-repeat;background-size:contain;}
.btn-5 span:before{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='15.875173mm' height='15.87517mm' viewBox='0 0 15.875173 15.87517' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1' transform='translate(-94.191577,-166.95199)'%3E%3Cpath style='fill:none;fill-opacity:0.496432;stroke:%23ffffff;stroke-width:2.646;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill' d='m 108.74375,174.88958 -13.229173,-1e-5' id='path20-1-6-4-4-7-4-2-0-5' /%3E%3Cpath style='fill:none;fill-opacity:0.496432;stroke:%23ffffff;stroke-width:2.646;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill' d='m 102.12917,168.27499 -1e-5,13.22917' id='path20-1-6-4-4-7-4-2-0-5-9' /%3E%3C/g%3E%3C/svg%3E%0A");}
.btn-5:hover span{background:rgba(255,255,255,0.2);}
/*[/btn-5]*/

/*[btn-6]*/
.btn-6{display:inline-block;position:relative;background:#ff6000;border-radius:50px;text-decoration:none;cursor:pointer;}
.btn-6 span{transition:all 0.2s ease-in-out;display:block;padding:8px 20px;background:rgba(255,255,255,0);border-radius:50px;white-space:nowrap;text-align:center;color:#fff;}
.btn-6:hover span{background:rgba(255,255,255,0.2);}
/*[/btn-6]*/

/*[radio]*/
.radio{display:inline-block;position:relative;padding:0 0 0 26px;cursor:pointer;}
.radio input[type='radio']{display:none;}
.radio input[type='radio'] + i{display:block;position:absolute;top:-1px;left:0;width:18px;height:18px;background:center center no-repeat #f6f7fb;border:1px solid #777;border-radius:20px;cursor:pointer;}
.radio input[type='radio'] + i:after{content:'';display:block;position:absolute;top:5px;left:5px;width:8px;height:8px;background:transparent;border-radius:20px;}
.radio input[type='radio']:checked + i:after{background:#000;}
/*[/radio1]*/

/*[topNav]*/
.topNav{display:table;table-layout:fixed;position:relative;margin:auto;overflow:hidden;}
.topNav.enabled{overflow:visible;}
.topNav_wrapper{}
.topNav:not(.enabled) .topNav_wrapper{float:none;}
.topNav .menu{display:table;margin:0;padding:0;width:100%;}
.topNav .menu > li{display:table-cell;vertical-align:middle;position:relative;}
.topNav .menu > li a{text-decoration:none;font-weight:600;}
.topNav .menu > li a:hover{color:#ff6000;}
.topNav .menu > li.hasSubmenu > a:after{transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;content:'';display:inline-block;vertical-align:middle;margin:0 0 0 6px;width:14px;height:14px;background:center center no-repeat;background-size:contain;}
.topNav .menu > li.hasSubmenu > a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.topNav .menu > li.hasSubmenu.hover > a:after{transform:rotate(-180deg);}
.topNav .menu > li.more.hasSubmenu > a:after{margin:0;}
.topNav .menu > li > a{transition:all 0.2s ease-in-out;display:block;position:relative;padding:14px 20px;margin:0 10px;white-space:nowrap;text-align:center;font-weight:500;cursor:pointer;}
.topNav .menu > li:hover > a{}
.topNav .menu > li.hover > a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23070939;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23070939;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.topNav .menu > li:first-child > a{padding-left:0;margin-left:0;text-align:left;}
.topNav .menu > li:last-child > a{padding-right:0;margin-right:0;text-align:right;}
.topNav .menu > li ul{display:none;position:absolute;z-index:2;padding:10px 0;margin:10px 0 0 0;width:270px;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}
.topNav .menu > li ul:before{content:'';display:block;position:absolute;top:-20px;right:0;left:0;height:20px;background:transparent;cursor:pointer;}
.topNav .menu > li ul ul{top:-20px;}
.topNav .menu > li ul li{display:block;position:relative;}
.topNav .menu > li ul li a{transition:all 0.2s ease-in-out;display:block;position:relative;padding:8px 20px;font-size:16px;}
.topNav .menu > li ul li.current-menu-item > a{color:#ff6000;}
.topNav .menu > li ul li:hover > a{}
.topNav .menu > li ul li a.hasSubmenu > a{padding-right:44px;}
.topNav .menu > li ul li.hasSubmenu > a:after{transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;content:'';display:block;position:absolute;top:50%;right:20px;margin:-7px 0 0 0;width:14px;height:14px;background:center center no-repeat;background-size:contain;}
.topNav .menu > li ul li.hasSubmenu > a:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.8834943 13.999998' version='1.1' id='svg13' width='7.8834944' height='13.999998'%3E%3Cg id='chevron-bottom' transform='matrix(0,-0.67961158,0.67961158,0,-6.9320381,17.873785)'%3E%3Cline class='cls-1' x1='16' x2='7' y1='20.5' y2='11.5' id='line8' style='fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cline class='cls-1' x1='25' x2='16' y1='11.5' y2='20.5' id='line10' style='fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3C/g%3E%3C/svg%3E%0A");}
@media screen and (max-width: 1007px){
	.topNav{display:none;}
}
/*[/topNav]*/

/*[sideNavbar]*/
.sideNavbar_open{display:none;float:right;width:30px;cursor:pointer;}
.sideNavbar_open i{display:block;height:4px;margin:0 0 6px 0;background:#ff6000;border-radius:2px;}
.sideNavbar_open i:last-child{margin:0;}
	
.sideNavbar{transition:all 0.3s ease-in-out;overflow:auto;position:fixed;top:0;bottom:0;right:-340px;z-index:999;width:280px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}
.sideNavbar.active{right:0;}
.sideNavbar_close{display:block;position:absolute;top:5px;right:5px;width:40px;height:40px;background:center center no-repeat;background-size:18px;cursor:pointer;}
.sideNavbar_close{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}	
.sideNavbar_wrapper{padding:25px;}
.sideNavbar .mobNav{display:block;padding:25px 0 0 0;margin:0 -25px;}
.sideNavbar .mobNav .menu{display:block;padding:0;margin:0;}
.sideNavbar .mobNav .menu li{display:block;}
.sideNavbar .mobNav .menu ul{display:none;box-sizing:border-box;width:100%;min-width:100%;}
.sideNavbar .mobNav .menu li.active > ul{}
.sideNavbar .mobNav .menu a{display:block;padding:8px 25px;font-weight:600;}
.sideNavbar .mobNav .menu > li > a{display:block;padding:8px 25px;}
.sideNavbar .mobNav .menu > li ul{padding:0;margin:0;min-width:100%;}
.sideNavbar .mobNav .menu > li ul li:first-child{margin:10px 0 0 0;}
.sideNavbar .mobNav .menu > li ul li:last-child{margin:0 0 10px 0;}
.sideNavbar .mobNav .menu > li ul a{font-size:14px;}
.sideNavbar .mobNav .menu > li ul li > a{padding-left:40px;}
.sideNavbar .mobNav .menu > li ul ul li > a{padding-left:55px;}
.sideNavbar .mobNav .menu > li ul ul ul li > a{padding-left:70px;}
.sideNavbar .mobNav .menu li.hasSubmenu > a{position:relative;}
.sideNavbar .mobNav .menu li.hasSubmenu > a i{transition:transform 0.3s ease-in-out;display:block;position:absolute;top:50%;right:15px;margin:-15px -9px 0 0;width:30px;height:30px;background:center center no-repeat;background-size:12px;cursor:pointer;}
.sideNavbar .mobNav .menu li.hasSubmenu > a i{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='7.8834944' width='13.999998' id='svg13' version='1.1' viewBox='0 0 13.999998 7.8834944'%3E%3Cg transform='matrix(0.67961158,0,0,0.67961158,-3.873786,-6.9320381)' style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='chevron-bottom'%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='11.5' y1='20.5' x2='7' x1='16' class='cls-1' /%3E%3Cline style='fill:none;fill-opacity:1;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='20.5' y1='11.5' x2='16' x1='25' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.sideNavbar .mobNav .menu li.hasSubmenu.expand > a i{transform:rotate(180deg);}
.sideNavbar .mobNav .menu li:not(.hasSubmenu) > a{display:table;}
.sideNavbar .mobNav .menu .mobNav_close{display:block;position:absolute;top:0;right:0;width:40px;height:40px;background:center center no-repeat;background-size:18px;cursor:pointer;}
.sideNavbar .mobNav .menu .mobNav_close{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23ffffff;stroke:%23ffffff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}	

.sideNavbar .logo{display:block;line-height:0;cursor:pointer;}
.sideNavbar .logo img{width:200px;}

.sideNavbar .socIcons{margin:25px 0 0 -5px;}
.sideNavbar .contacts{margin:25px 0 0 0;}
.sideNavbar .info{margin:25px 0 0 0;}
@media screen and (max-width: 1007px){
	.col-sideNavbar_open{width:30px;}
	.sideNavbar_open{display:block;display:block;margin:0 0 0 20px;}
}
/*[/sideNavbar]*/

/*[header]*/
.page_header{position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.1);}
.page_header .page_header_wrapper{}
.page_header .row{display:table;width:100%;}
.page_header .col{display:table-cell;vertical-align:middle;padding:10px 0;}
.page_header .col:nth-child(1){width:240px;}
.page_header .col:nth-child(3){width:50px;}

.page_header .logo{display:block;line-height:0;cursor:pointer;}
.page_header .logo img{width:240px;}

.page_header .btn-addStudio{float:left;}

.btn-profile{float:left;display:block;width:40px;height:40px;background:no-repeat center center / contain;}
.btn-profile{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 48 48' height='48px' id='Layer_1' version='1.1' viewBox='0 0 48 48' width='48px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath clip-rule='evenodd' d='M24,45C12.402,45,3,35.598,3,24S12.402,3,24,3s21,9.402,21,21S35.598,45,24,45z M35.633,39c-0.157-0.231-0.355-0.518-0.514-0.742c-0.277-0.394-0.554-0.788-0.802-1.178C34.305,37.062,32.935,35.224,28,35 c-1.717,0-2.965-1.288-2.968-3.066L25,31c0-0.135-0.016,0.148,0,0v-1l1-1c0.731-0.339,1.66-0.909,2.395-1.464l0.135-0.093 C29.111,27.074,29.923,26.297,30,26l0.036-0.381C30.409,23.696,31,20.198,31,19c0-4.71-2.29-7-7-7c-4.775,0-7,2.224-7,7 c0,1.23,0.591,4.711,0.963,6.616l0.035,0.352c0.063,0.313,0.799,1.054,1.449,1.462l0.098,0.062C20.333,28.043,21.275,28.657,22,29 l1,1v1c0.014,0.138,0-0.146,0,0l-0.033,0.934c0,1.775-1.246,3.064-2.883,3.064c-0.001,0-0.002,0-0.003,0 c-4.956,0.201-6.393,2.077-6.395,2.077c-0.252,0.396-0.528,0.789-0.807,1.184c-0.157,0.224-0.355,0.51-0.513,0.741 c3.217,2.498,7.245,4,11.633,4S32.416,41.498,35.633,39z M24,5C13.507,5,5,13.507,5,24c0,5.386,2.25,10.237,5.85,13.694 C11.232,37.129,11.64,36.565,12,36c0,0,1.67-2.743,8-3c0.645,0,0.967-0.422,0.967-1.066h0.001C20.967,31.413,20.967,31,20.967,31 c0-0.13-0.021-0.247-0.027-0.373c-0.724-0.342-1.564-0.814-2.539-1.494c0,0-2.4-1.476-2.4-3.133c0,0-1-5.116-1-7 c0-4.644,1.986-9,9-9c6.92,0,9,4.356,9,9c0,1.838-1,7-1,7c0,1.611-2.4,3.133-2.4,3.133c-0.955,0.721-1.801,1.202-2.543,1.546 c-0.005,0.109-0.023,0.209-0.023,0.321c0,0-0.001,0.413-0.001,0.934h0.001C27.033,32.578,27.355,33,28,33c6.424,0.288,8,3,8,3 c0.36,0.565,0.767,1.129,1.149,1.694C40.749,34.237,43,29.386,43,24C43,13.507,34.493,5,24,5z' fill-rule='evenodd'/%3E%3C/svg%3E");}
.btn-profile img{display:block;width:40px;height:40px;border-radius:40px;}
@media screen and (max-width: 1007px){
	
}
@media screen and (max-width: 767px){
	.page_header .col:nth-child(1){width:auto;}
	.page_header .col:nth-child(2){display:none;}
	.page_header .logo img{width:140px;}
}
@media screen and (max-width: 370px){
	.page_header .logo img{width:120px;}
	.page_header .btn-addStudio{font-size:14px;}
	.sideNavbar_open{margin:0 0 0 10px;}
}
/*[/header]*/

.breadcrumb{transition:all 0.2s ease-in-out;margin:10px 0 10px 0;font-weight:300;font-size:14px;color:#808080;}
.breadcrumb .current-item{color:#000;}
.breadcrumb a:hover{color:#2370e0;}

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

/*[body]*/
/*[page_content]*/
.page_content{}
.page_content_wrapper{padding:40px 0;}
.page_content-home .page_content_wrapper,
.page_content-archive-webstudio .page_content_wrapper{padding:0;}
.page_content-archive-blog{background:#F2F6FE;}
.page_content-archive-services{background:#F2F6FE;}
.page_content-cabinet{background:#F2F6FE;}
@media screen and (max-width: 767px){
	.page_content_wrapper{padding:20px 0;}
}
/*[/page_content]*/

.page_content ul:not(.slides){padding-inline-start:18px;line-height:24px;}
.page_content ul:not(.slides):first-child{margin-top:0;}
.page_content ul:not(.slides):last-child{margin-bottom:0;}
.page_content ul:not(.slides) > li{margin-top:14px;}
.page_content ul:not(.slides) > li:first-child{margin-top:0;}
.page_content p{line-height:24px;margin-block:30px;}
.page_content p:first-child{margin-top:0;}
.page_content p:last-child{margin-bottom:0;}

.wp-block-image{margin:0 0 40px 0;}
.wp-block-image img{width:100%;}
.wp-block-columns{margin:0 0 40px 0;}
.wp-block-columns .wp-block-image{margin:0;}
.single-location{display:table;padding:10px 12px;margin:-20px 0 40px 0;background:#F0F0FF;border-radius:5px;font-weight:400;font-size:14px;color:#2370e0;}
@media screen and (max-width: 782px){
	:where(.wp-block-columns.is-layout-flex){gap:14px;}
}

.page_content h1{padding:0 0 40px 0;margin:0;font-size:40px;line-height:50px;}
.page_content h2{font-size:40px;line-height:50px;}
.page_content h3{font-size:30px;line-height:40px;}
.page_content h4{font-size:25px;line-height:35px;}
.page_content h1:first-child,.page_content h2:first-child,.page_content h3:first-child,.page_content h4:first-child{margin-top:0;}
.page_content h1:last-child,.page_content h2:last-child,.page_content h3:last-child,.page_content h4:last-child{margin-bottom:0;}
@media screen and (max-width: 1007px){
	.page_content h1{font-size:30px;line-height:40px;}
	.page_content h2{font-size:40px;line-height:50px;}
}
@media screen and (max-width: 767px){
	.page_content h1{font-size:24px;line-height:30px;}
	.page_content h2,.page_content h3,.page_content h4{font-size:20px;line-height:28px;}
}

/*[section]*/
.section{padding:60px 0;}
.section_wrapper{}
.section .section_heading{padding:0 0 30px 0;}
.section h1{margin:0 0 10px 0;margin:0;font-size:40px;line-height:50px;}
.section h2{margin:0 0 10px 0;margin:0;font-size:30px;line-height:40px;}
.section h3{margin:0 0 10px 0;margin:0;font-size:30px;line-height:40px;}
.section_heading h1,.section_heading h2,.section_heading h3{padding:0;}
.section_heading h1,.section_heading h2{text-align:center;}
@media screen and (max-width: 1007px){
	.section h1{font-size:34px;line-height:44px;}
	.section h2{font-size:30px;line-height:40px;}
}
@media screen and (max-width: 767px){
	.section{padding:40px 0;}
	.section .section_heading{padding:0 0 20px 0;}
	.section h1{font-size:30px;line-height:37px;}
	.section h2,.section h3{font-size:24px;line-height:32px;}
}
/*[/section]*/

/*[section-main]*/
.section-main{padding:100px 0;background:no-repeat center center / cover;}
.section-main h1{text-align:center;color:#fff;}
.section-main form{display:block;position:relative;margin:auto;max-width:500px;}
.section-main form .input{position:relative;}
.section-main form input{display:block;box-sizing:border-box;padding:14px 60px 14px 20px;width:100%;background:#fff;outline:none;border:1px solid #2370e0;border-radius:50px;}
.section-main button{display:block;position:absolute;right:0;top:0;bottom:0;width:60px;background:no-repeat center center / 32px;border:none;}
.section-main button{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg fill='none' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M507.58 421.517C506.791 417.259 505.171 413.199 502.812 409.568C500.453 405.937 497.4 402.807 493.83 400.357V400.357L350.83 303.357C361.101 280.48 366.431 255.694 366.47 230.617V230.617C366.457 195.039 355.808 160.277 335.89 130.797C315.883 101.195 287.559 78.1811 254.49 64.657C221.395 51.0798 185.039 47.5275 149.942 54.4418C114.844 61.356 82.5523 78.4318 57.0796 103.547C38.1431 122.259 23.6283 144.967 14.5962 170.011C5.56399 195.054 2.24288 221.799 4.87595 248.291C7.50901 274.782 16.0295 300.351 29.8144 323.126C43.5994 345.902 62.3004 365.308 84.5498 379.927C114.404 399.65 149.399 410.159 185.18 410.147V410.147C232.808 410.119 278.535 391.455 312.58 358.147L456.32 454.657L456.4 454.707C463.609 459.582 472.443 461.434 481.004 459.865C489.564 458.296 497.168 453.432 502.18 446.317V446.317C504.681 442.749 506.447 438.718 507.374 434.46C508.301 430.202 508.371 425.802 507.58 421.517ZM232.58 343.447C209.972 352.724 185.138 355.155 161.16 350.439C137.183 345.722 115.119 334.066 97.7099 316.917C84.8187 304.192 74.9371 288.744 68.789 271.705C62.641 254.667 60.3819 236.469 62.1777 218.444C63.9735 200.419 69.7786 183.025 79.1674 167.534C88.5563 152.043 101.291 138.849 116.44 128.917C136.831 115.438 160.737 108.257 185.18 108.267V108.267C217.908 108.304 249.309 121.213 272.6 144.207C284.034 155.488 293.123 168.92 299.341 183.73C305.559 198.54 308.784 214.435 308.83 230.497C308.819 254.695 301.576 278.337 288.03 298.387C274.391 318.551 255.091 334.229 232.56 343.447H232.58Z' fill='%232370e0'/%3E%3C/svg%3E");}

.section-main .radioset{margin:5px 0 0 10px;color:#fff;}
.section-main .radioset .radio{margin:10px 15px 0 0;}
/*[/section-main]*/

/*[section-search-results]*/
.section-search-results{background:#F2F6FE;}
.section-search-results .list-cities{}
.section-search-results .list-cities .label{text-align:center;font-weight:600;font-size:24px;color:4c4c4c;}
.section-search-results .list-cities .list_con{text-align:center;}
.section-search-results .list-cities .list_con a{display:inline-block;vertical-align:middle;padding:10px 5px;text-decoration:underline;color:#1665db;cursor:pointer;}
.section-search-results .list-cities .list_con a:hover{text-decoration:none;}

.section-search-results .search-results{margin-top:40px;}
.section-search-results h2{text-align:center;}
.section-search-results .item-studio{margin:20px 0 0 0;padding:30px;background:#fff;border-radius:20px;}
.section-search-results .item-studio_inner{position:relative;}
.section-search-results .item-studio .row{display:table;width:100%;}
.section-search-results .item-studio .col{display:table-cell;vertical-align:top;}
.section-search-results .item-studio .col:nth-child(1){width:150px;padding:0 20px 0 0;}
.section-search-results .item-studio .ava{display:block;width:150px;height:150px;background:no-repeat center center / cover;border:1px solid rgba(0,0,0,0.04);border-radius:200px;cursor:pointer;}

.section-search-results .item-studio .btnset{position:absolute;right:0;top:0;}
.section-search-results .item-studio .title{display:block;padding:0;text-decoration:underline;font-weight:600;font-size:20px;color:#2370e0;cursor:pointer;}
.section-search-results .item-studio .title:hover{text-decoration:none;}
.section-search-results .item-studio .titleWrapper .btn-viewProfile{}
.section-search-results .item-studio .city{margin:10px 0 0 0;}
.section-search-results .item-studio .year{margin:10px 0 0 0;}
.section-search-results .item-studio .website{margin:10px 0 0 0;}
.section-search-results .item-studio .website a{transition:all 0.2s ease-in-out;color:#2370e0;}
.section-search-results .item-studio .website a:hover{color:#ff6000;}
.section-search-results .item-studio .description{margin:10px 0 0 0;}
.section-search-results .item-studio .label{font-weight:700;color:#777;}
.section-search-results .item-studio .description .label{margin:0 0 10px 0;}
@media screen and (max-width: 767px){
	.section-search-results .item-studio .col{display:block;}
	.section-search-results .item-studio .title{margin:10px 0 0 0;}
	.section-search-results .item-studio .btnset{position:static;margin:10px 0 0 0;}
}
/*[/section-search-results]*/

.page_content-studio{}
.page_content-studio .main{margin:40px 0 0 0;}
.page_content-studio .rowMain{display:table;width:100%;position:relative;}
.page_content-studio .colMain{display:table-cell;vertical-align:top;}
.page_content-studio .colMain:nth-child(1){width:200px;}
.page_content-studio .colMain:nth-child(2){padding:0 0 0 40px;}
.page_content-studio .main .ava{display:block;width:200px;height:200px;background:no-repeat center center / cover;border-radius:200px;}
.page_content-studio .main h1{padding:0 180px 20px 0;}
.page_content-studio .main .city{}
.page_content-studio .main .year{margin:10px 0 0 0;}
.page_content-studio .main .website{margin:10px 0 0 0;}
.page_content-studio .main .website a{transition:all 0.2s ease-in-out;color:#2370e0;}
.page_content-studio .main .website a:hover{color:#ff6000;}
.page_content-studio .main .description{margin:10px 0 0 0;}
.page_content-studio .main .label{font-weight:700;font-size:18px;color:#777;}
.page_content-studio .main .description .label{margin:0 0 10px 0;}

.page_content-studio .btn-request{position:absolute;top:0;right:0;}

.page_content-studio .portfolio{margin:40px 0 0 0;}
.page_content-studio .portfolio h2{text-align:center;}
.page_content-studio .portfolio .list{overflow:hidden;}
.page_content-studio .portfolio .list_outer{margin:-20px;}
.page_content-studio .portfolio .list_inner{display:table;width:100%;}
.page_content-studio .portfolio .list .item{float:left;width:20%;}
.page_content-studio .portfolio .list .item_inner{display:block;padding:20px;}
.page_content-studio .portfolio .list .item .img{background:no-repeat center center / cover;}
.page_content-studio .portfolio .list .item .img img{width:100%;}
.page_content-studio .portfolio .list .item .title{margin:10px 0 0 0;text-align:center;font-weight:600;}
.page_content-studio .portfolio .list .item .text{margin:10px 0 0 0;text-align:center;}
@media screen and (max-width: 1007px){
	.page_content-studio .portfolio .list_outer{margin:-10px;}
	.page_content-studio .portfolio .list .item{width:25%;}
	.page_content-studio .portfolio .list .item_inner{display:block;padding:10px;}
}
@media screen and (max-width: 767px){
	.page_content-studio .colMain{display:block;}
	.page_content-studio .colMain:nth-child(1){width:auto;}
	.page_content-studio .colMain:nth-child(2){padding:20px 0 0 0;}
	.page_content-studio .main .ava{width:180px;height:180px;margin:auto;}
	.page_content-studio .main h1{padding:0 0 20px 0;text-align:center;}
	.page_content-studio .btn-request{display:table;position:static;margin:30px auto 0 auto;}
	.page_content-studio .portfolio .list .item{width:50%;}
}
@media screen and (max-width: 420px){
	.page_content-studio .portfolio .list .item{width:100%;}
}

/*[blog]*/
.list-blog{}
.list-blog .list_wrapper{margin:-13px;}
.list-blog .list_inner{display:table;width:100%;}
.section-blog{background:#F2F6FE;}
.section-blog .btn-more{display:table;margin:30px auto 0 auto;}

.post-blog{}
.post-blog .post_inner{transition:0.2s ease-in-out;display:block;overflow:hidden;position:relative;background:#fff;border-radius:10px;}
.post-blog .post_inner:hover{border-color:#2370e0;}

.post-blog .img{display:block;position:absolute;top:0;left:0;bottom:0;width:35%;background:center center no-repeat;background-size:cover;}
.post-blog .img img{display:block;width:100%;}
.post-blog .info{display:block;margin:0 0 0 35%;padding:20px;}
.post-blog .date{font-weight:300;font-size:14px;color:#878787;}
.post-blog .title{margin:7px 0 0 0;font-weight:500;font-size:18px;}
.post-blog .text{margin:7px 0 0 0;font-weight:300;font-size:14px;}
.post-blog .btn{display:table;padding:2px 14px 2px 0;margin:10px 0 0 0;background:right center no-repeat;font-weight:500;font-size:14px;color:#2370e0;}
.post-blog .btn{background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%232370e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.post-blog .btn:hover{text-decoration:underline;}

.list-blog .post-blog{float:left;width:50%;}
.list-blog .post-blog .post_wrapper{padding:13px;}
@media screen and (max-width: 767px){
	.list-blog .list_wrapper{margin:-8px;}
	.list-blog .post-blog{float:none;width:auto;}
	.list-blog .post-blog .post_wrapper{padding:8px;}
	.post-blog .title{font-size:16px;}
}
/*[/blog]*/


/*[/pagination]*/
.pagination{margin:50px 0 0 0;text-align:center;}
.pagination *{transition:all 0.2s ease-in-out;}
.pagination h2{display:none;}
.pagination .nav-links{display:table;margin:auto;}
.pagination .page-numbers{float:left;display:block;box-sizing:border-box;padding:7px 8px;margin:0 5px;min-width:36px;background:#fff;border:1px solid #F2F6FE;border-radius:20px;text-decoration:none;font-weight:500;color:#808080;cursor:pointer;}
.pagination a:not(.prev):not(.next):hover{text-decoration:none;color:#999;}
.pagination .current{background:#2370e0;text-decoration:none;color:#fff;cursor:default;}
.pagination .page-numbers.prev{width:8px;margin:0 5px -1px 0;background:center center no-repeat;color:transparent;}
.pagination .page-numbers.prev{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23808080' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .page-numbers.prev:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23070939' id='path42' d='M 8.0330843,12.880793 2.4530838,7.2907931 8.0330843,1.7007928 a -1,1 0 0 0 0,-1.41000005 v 0 a -1,1 0 0 0 -1.41,0 L 0.26308427,6.6507931 a -0.91,0.91 0 0 0 0,1.28 L 6.6230843,14.290793 a -1,1 0 0 0 1.41,0 v 0 a -1,1 0 0 0 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .page-numbers.next{width:8px;margin:0 0 -1px 5px;background:center center no-repeat;color:transparent;}
.pagination .page-numbers.next{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23808080' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .page-numbers.next:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='14.581586' width='8.3238773' id='svg44' version='1.1' viewBox='0 0 8.3238774 14.581586'%3E%3Cg id='g2' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g4' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g6' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g8' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g10' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g12' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g14' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g16' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g18' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g20' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g22' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g24' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g26' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g28' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g30' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g32' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g34' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g36' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g38' transform='translate(23.397689,-8.014076)' /%3E%3Cg id='g40' transform='translate(23.397689,-8.014076)' /%3E%3Cpath fill='%23070939' id='path42' d='M 0.29079275,12.880793 5.8707933,7.2907931 0.29079275,1.7007928 a 1,1 0 0 1 0,-1.41000005 v 0 a 1,1 0 0 1 1.41000005,0 l 6.36,6.36000035 a 0.91,0.91 0 0 1 0,1.28 l -6.36,6.3599999 a 1,1 0 0 1 -1.41000005,0 v 0 a 1,1 0 0 1 0,-1.41 z' /%3E%3C/svg%3E%0A");}
.pagination .disabled{opacity:0.7;cursor:default;}
/*[/pagination*/


.wpcf7-form{display:block;margin:auto;border-radius:10px;}
.wpcf7-form h3{padding:0;margin:0 0 5px 0;font-size:22px;text-align:center;}
.wpcf7-form .text{margin:0 0 10px 0;text-align:center;}
.wpcf7-form .inputset{display:table;width:100%;}
.wpcf7-form .inputset .input{float:left;width:50%;}
.wpcf7-form .inputset .input:nth-child(1){padding:0 8px 0 0;}
.wpcf7-form .inputset .input:nth-child(2){padding:0 0 0 8px;}
.wpcf7-form .input{box-sizing:border-box;position:relative;margin:15px 0 0 0;}
.wpcf7-form .input input{box-sizing:border-box;padding:12px 14px;width:100%;background:#fff;outline:none;border:1px solid #F2F6FE;border-radius:50px;font-size:inherit;}
.wpcf7-form .input input.wpcf7-not-valid{border-color:#ff0000;}
.wpcf7-form .textarea{box-sizing:border-box;margin:15px 0 0 0;width:100%;position:relative;}
.wpcf7-form .textarea textarea{resize:vertical;box-sizing:border-box;padding:12px 14px;width:100%;min-height:100px;height:100px;background:#fff;outline:none;border:1px solid #F2F6FE;border-radius:20px;font-size:inherit;}
.wpcf7-form .textarea textarea.wpcf7-not-valid{border-color:#ff0000;}
.wpcf7-form .input input:focus,.wpcf7-form .textarea textarea:focus{border-color:#2370e0;}
.wpcf7-form .button{display:table;position:relative;margin:20px auto 0 auto;background:#2370e0;border:none;border-radius:50px;text-decoration:none;cursor:pointer;}
.wpcf7-form .button p{margin:0;padding:0;}
.wpcf7-form .button span:not(.wpcf7-spinner){transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(255,255,255,0);border-radius:5px;white-space:nowrap;text-align:center;color:#fff;}
.wpcf7-form .button:hover span:not(.wpcf7-spinner){background:rgba(255,255,255,0.2);}
.wpcf7-form .button input[type='submit']{display:block;opacity:0;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;cursor:pointer;}
.wpcf7-form .button .wpcf7-spinner{position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;}
.wpcf7-form .wpcf7-response-output{padding:20px!important;border-width:1px!important;}
@media screen and (max-width: 767px){
	.wpcf7-form .inputset .input{float:none;width:100%;}
	.wpcf7-form .inputset .input:nth-child(1){padding:0;}
	.wpcf7-form .inputset .input:nth-child(2){padding:0;}
}

.section-contactform{background:#F2F6FE;}
.section-contactform .form{max-width:720px;margin:auto;}

.uTabset_nav_item{background:#F2F6FE;border:1px solid #2370e0;border-radius:20px;font-weight:500;}
.uTabset_nav_item[data-open]{background:#fff;color:#2370e0;}

.wppb_form_general_message{line-height:24px;margin-block:30px;}
.wppb-error, .wppb-warning, .wppb-notice{border-radius:5px;color:#222222 !important;}
.wppb-error, .wppb-warning{box-sizing: border-box;background: #ffebe8;border: 1px solid #c00;}
.wppb-error, .wppb-warning, .wppb-notice, .wppb-success{padding: 6px 9px;margin: 0 auto 25px;display: block;width: 100%;}
.wppb-form-error{display:block;margin:5px 0 0 0;color:#ff0000;}

.wppb-user-forms{display:table;box-sizing:border-box;padding:24px;width:100%;background:#fff;border-radius:20px;}
.wppb-user-forms ul{display:block;padding-inline-start:0!important;margin:0!important;}
.wppb-user-forms ul > li{display:block;}
.wppb-user-forms p{margin-block:20px;}
.wppb-form-field{position:relative;margin:14px 0 0 0;}
.wppb-user-forms input[type='text'],
.wppb-user-forms input[type='email'],
.wppb-user-forms input[type='password']{box-sizing:border-box;padding:14px 20px;width:100%;border:1px solid #DDDDDD;border-radius:30px;}
.wppb-user-forms .wppb-toggle-pw{display:block;position:absolute;right:0;top:0;bottom:0;width:60px;height:48px;background:none;border:none;outline:none;}

.wppb-user-forms .form-submit{display:table;float:right;position:relative;margin:20px auto 0 auto;background:#2370e0;border:none!important;outline:none!important;border-radius:30px;text-decoration:none;cursor:pointer;}
.wppb-user-forms .form-submit input[type='submit']{transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(255,255,255,0);box-shadow:none!important;border:none!important;outline:none!important;border-radius:30px;color:#fff;cursor:pointer;}
.wppb-user-forms .form-submit input[type='submit']:hover{background:rgba(255,255,255,0.2);}

.wppb-user-forms .login-submit{display:table;float:right;position:relative;margin:0 0 0 0;background:#2370e0;border:none!important;outline:none!important;border-radius:30px;text-decoration:none;cursor:pointer;}
.wppb-user-forms .login-submit input[type='submit']{transition:all 0.2s ease-in-out;display:block;padding:14px 20px;background:rgba(255,255,255,0);box-shadow:none!important;border:none!important;outline:none!important;border-radius:30px;color:#fff;cursor:pointer;}
.wppb-user-forms .login-submit input[type='submit']:hover{background:rgba(255,255,255,0.2);}

.wppb-password-field-container{position:relative;}
.wppb-password-field-container .btn-showPassword{display:block;position:absolute;right:14px;top:0;width:20px;height:20px;background:no-repeat center center / contain;cursor:pointer;}
.wppb-password-field-container .btn-showPassword{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z'/%3E%3C/svg%3E");}
.wppb-password-field-container .btn-showPassword.show{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z'/%3E%3C/svg%3E");}

.wppb-logout-url{text-decoration:underline;}
.wppb-logout-url:hover{text-decoration:none;}
.login-register-lost-password{margin:;}
.login-register-lost-password a{text-decoration:underline;}
.login-register-lost-password a:hover{text-decoration:none;}

.wppb-user-forms .login-remember{display:inline-block;position:relative;padding:0 0 0 34px;margin-top:0;cursor:pointer;}
.wppb-user-forms .login-remember input[type='checkbox']{display:none;}
.wppb-user-forms .login-remember input[type='checkbox'] + label{display:inline-block;cursor:pointer;}
.wppb-user-forms .login-remember input[type='checkbox'] + label:before{content:'';display:block;position:absolute;top:-1px;left:0;width:24px;height:24px;background:center center no-repeat #F2F6FE;background-size:12px;border:1px solid #ddd;border-radius:3px;cursor:pointer;}
.wppb-user-forms .login-remember input[type='checkbox']:checked + label:before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 32 32' height='14.700555' version='1.1' viewBox='0 0 20.06854 14.700555' width='20.068541' xml:space='preserve'%3E%3Cpath id='path839' d='M 1.8,7.5848353 7.220026,12.900629 18.26854,1.8' style='fill:none;stroke:%23000000;stroke-width:3.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3C/svg%3E%0A");}

.iframe-cabinet{width:100%;border:none;}

/*[/body]*/

/*[/page_footer]*/
.page_footer{padding:40px 0;background:#07096f;color:#F2F6FE;}
.page_footer .row{display:table;table-layout:;width:100%;}
.page_footer .col{display:table-cell;vertical-align:top;}
.page_footer .col:last-child{}
.page_footer .col:nth-child(1){width:240px;}
.page_footer .col:nth-child(2){}
.page_footer .col:nth-child(3){width:100px;}

.page_footer .logo{display:block;line-height:0;cursor:pointer;}
.page_footer .logo img{width:240px;}

.page_footer .footerNav{margin:auto;max-width:320px;}
.page_footer .footerNav ul{display:block;columns:2;padding:0;margin:0;}
.page_footer .footerNav li{display:block;margin:14px 0 0 0;}
.page_footer .footerNav li:first-child{margin:0;}
.page_footer .footerNav a{transition:all 0.2s ease-in-out;white-space:nowrap;}
.page_footer .footerNav a:hover{color:#fff;}

.page_footer .partner{white-space:nowrap;}
.page_footer .partner > p{margin:0;}
.page_footer .partner b{text-decoration:underline;cursor:pointer;}
.page_footer .partner b:hover{text-decoration:none;}
.page_footer .copyright{margin:14px 0 0 0;white-space:nowrap;}

@media screen and (max-width: 1007px){
	.page_footer{padding:20px 0;text-align:center;}
	.page_footer .row{display:block;}
	.page_footer .col{display:table;padding:25px 0;margin:auto;}
	.page_footer .col:nth-child(3){width:auto;}
	.page_footer .col:first-child{padding:25px 0 10px 0;}
	.page_footer .footerNav ul{columns:1;}
	.page_footer .partner{white-space:initial;}
	.page_footer .copyright{white-space:initial;}
}
/*[/page_footer]*/

/*[dialogbox]*/
.dialogbox{display:none;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;overflow:auto;background:rgba(0,0,0,0.5);}
.dialogbox .dialogbox_outer{display:table;padding:0;margin:0;width:100%;height:100%;}
.dialogbox .dialogbox_inner{display:table-cell;vertical-align:middle;box-sizing:border-box;padding:0 30px;width:100%;height:100%;}
.dialogbox .dialogbox_window{display:block;position:relative;box-sizing:border-box;background:#F2F6FE;border-radius:10px;margin:30px auto;max-width:600px;}
.dialogbox h2{padding:0 0 10px 0;margin:0;text-align:center;}
.dialogbox .dialogbox_close{transition:all 0.2s ease-in-out;position:absolute;z-index:2;top:12px;right:12px;width:20px;height:20px;background:center center no-repeat;background-size:contain;opacity:0.7;cursor:pointer;}
.dialogbox .dialogbox_close{background-image:url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' height='20' width='20' id='svg13' version='1.1' viewBox='0 0 20 20'%3E%3Cg style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.97087379,0,0,0.97087379,-5.5339806,-5.5339806)' id='cross'%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line8' y2='25' y1='7' x2='25' x1='7' class='cls-1' /%3E%3Cline style='fill:%23000000;stroke:%23000000;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='line10' y2='7' y1='25' x2='25' x1='7' class='cls-1' /%3E%3C/g%3E%3C/svg%3E%0A");}
.dialogbox .dialogbox_close:hover{opacity:1;}
.dialogbox .dialogbox_content{padding:30px;}
/*[/dialogbox]*/