

/* Start:/local/templates/mmbank/css/preloader.css?1595861056705*/
body.body-preloader::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
}

body.body-preloader::after {
	content: '';
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: body_preloader_rotation 1s linear infinite;
	box-sizing: border-box;
	border: 8px solid #e31e24;
	border-top-color: transparent;
	z-index: 999;
}

@keyframes body_preloader_rotation {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
/* End */


/* Start:/local/templates/mmbank/css/app.css?1595504239407221*/
.mx-datepicker{position:relative;display:inline-block;width:210px;color:#73879c;font:14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif}.mx-datepicker *{box-sizing:border-box}.mx-datepicker.disabled{opacity:.7;cursor:not-allowed}.mx-datepicker-range{width:320px}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;border:1px solid #d9d9d9;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:1000}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-clear-wrapper{display:none}.mx-input-wrapper:hover .mx-clear-wrapper{display:block}.mx-input{display:inline-block;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input.disabled,.mx-input:disabled{opacity:.7;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input-append{position:absolute;top:0;right:0;width:30px;height:100%;padding:6px;background-color:#fff;background-clip:content-box}.mx-input-icon{display:inline-block;font-style:normal;text-align:center;cursor:pointer}.mx-calendar-icon,.mx-input-icon{width:100%;height:100%;color:#555}.mx-calendar-icon{stroke-width:8px;stroke:currentColor;fill:currentColor}.mx-clear-icon:before{display:inline-block;content:"\2716";vertical-align:middle}.mx-clear-icon:after{content:"";display:inline-block;width:0;height:100%;vertical-align:middle}.mx-range-wrapper{width:496px;overflow:hidden}.mx-shortcuts-wrapper{text-align:left;padding:0 12px;line-height:34px;border-bottom:1px solid rgba(0,0,0,.05)}.mx-shortcuts-wrapper .mx-shortcuts{background:none;outline:none;border:0;color:inherit;margin:0;padding:0;white-space:nowrap;cursor:pointer}.mx-shortcuts-wrapper .mx-shortcuts:hover{color:#419dec}.mx-shortcuts-wrapper .mx-shortcuts:after{content:"|";margin:0 10px;color:#48576a}.mx-datepicker-footer{padding:4px;clear:both;text-align:right;border-top:1px solid rgba(0,0,0,.05)}.mx-datepicker-btn{font-size:12px;line-height:1;padding:7px 15px;margin:0 5px;cursor:pointer;background-color:transparent;outline:none;border:none;border-radius:3px}.mx-datepicker-btn-confirm{border:1px solid rgba(0,0,0,.1);color:#73879c}.mx-datepicker-btn-confirm:hover{color:#1284e7;border-color:#1284e7}.mx-calendar{float:left;color:#73879c;padding:6px 12px;font:14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif}.mx-calendar *{box-sizing:border-box}.mx-calendar-header{padding:0 4px;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-calendar-header>a{color:inherit;text-decoration:none;cursor:pointer}.mx-calendar-header>a:hover{color:#419dec}.mx-icon-last-month,.mx-icon-last-year,.mx-icon-next-month,.mx-icon-next-year{padding:0 6px;font-size:20px;line-height:30px}.mx-icon-last-month,.mx-icon-last-year{float:left}.mx-icon-next-month,.mx-icon-next-year{float:right}.mx-calendar-content{width:224px;height:224px}.mx-calendar-content .cell{vertical-align:middle;cursor:pointer}.mx-calendar-content .cell:hover{background-color:#eaf8fe}.mx-calendar-content .cell.actived{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.inrange{background-color:#eaf8fe}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-panel{width:100%;height:100%;text-align:center}.mx-panel-date{table-layout:fixed;border-collapse:collapse;border-spacing:0}.mx-panel-date td,.mx-panel-date th{font-size:12px;width:32px;height:32px;padding:0;overflow:hidden;text-align:center}.mx-panel-date td.today{color:#2a90e9}.mx-panel-date td.last-month,.mx-panel-date td.next-month{color:#ddd}.mx-panel-year{padding:7px 0}.mx-panel-year .cell{display:inline-block;width:40%;margin:1px 5%;line-height:40px}.mx-panel-month .cell{display:inline-block;width:30%;line-height:40px;margin:8px 1.5%}.mx-time-list{position:relative;float:left;margin:0;padding:0;list-style:none;width:100%;height:100%;border-top:1px solid rgba(0,0,0,.05);border-left:1px solid rgba(0,0,0,.05);overflow-y:auto}.mx-time-list .mx-time-picker-item{display:block;text-align:left;padding-left:10px}.mx-time-list:first-child{border-left:0}.mx-time-list .cell{width:100%;font-size:12px;height:30px;line-height:30px}.mx-time-list::-webkit-scrollbar{width:8px;height:8px}.mx-time-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.05);border-radius:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1)}.mx-time-list:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-display:swap;font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"),url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}@keyframes a{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:a;transform-origin:center bottom}@keyframes b{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:b}@keyframes c{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:c}@keyframes d{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:d}@keyframes e{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:e}@keyframes f{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:f}@keyframes g{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:g}@keyframes h{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:h}@keyframes i{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:i}@keyframes j{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:j;transform-origin:center}@keyframes k{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:k}@keyframes l{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:l}@keyframes m{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:m}@keyframes n{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:n}@keyframes o{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:o}@keyframes p{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:p}@keyframes q{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:q}@keyframes r{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:r}@keyframes s{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:s}@keyframes t{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:t}@keyframes u{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:u}@keyframes v{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:v}@keyframes w{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:w}@keyframes x{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:x}@keyframes y{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:y}@keyframes z{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:z}@keyframes A{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:A}@keyframes B{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:B}@keyframes C{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:C}@keyframes D{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:D}@keyframes E{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:E}@keyframes F{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:F}@keyframes G{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:G}@keyframes H{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:H}@keyframes I{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:I}@keyframes J{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:J}@keyframes K{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:K}@keyframes L{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:L}@keyframes M{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:M}@keyframes N{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:N}@keyframes O{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:O}@keyframes P{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:P;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes Q{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:Q}@keyframes R{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:translateZ(0);opacity:1}}.lightSpeedIn{animation-name:R;animation-timing-function:ease-out}@keyframes S{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:S;animation-timing-function:ease-in}@keyframes T{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:T}@keyframes U{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:U}@keyframes V{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:V}@keyframes W{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:W}@keyframes X{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:X}@keyframes Y{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:Y}@keyframes Z{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:Z}@keyframes ab{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:ab}@keyframes bb{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:bb}@keyframes cb{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:cb}@keyframes db{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:db}@keyframes eb{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:eb}@keyframes fb{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:fb}@keyframes gb{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:gb}@keyframes hb{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:hb}@keyframes ib{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:ib}@keyframes jb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:jb}@keyframes kb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:kb}@keyframes lb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:lb}@keyframes mb{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:mb}@keyframes nb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:nb}@keyframes ob{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:ob}@keyframes pb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:pb}@keyframes qb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:qb}@keyframes rb{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:rb}@keyframes sb{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:sb}@keyframes tb{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:tb}@keyframes ub{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:ub}@keyframes vb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:vb}@keyframes wb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:wb}@keyframes xb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:xb}@keyframes yb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:yb}blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}abbr,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ul li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}@keyframes zb{0%{opacity:0}10%{opacity:1}50%{opacity:1}60%{opacity:0}to{opacity:0}}body,html{font-family:Montserrat,sans-serif}*{outline:none;-webkit-font-smoothing:subpixel-antialiased}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html.fp-enabled{overflow:hidden!important}html.mobile .drop{width:calc(100vw - 270px)}@media screen and (max-width:1300px){html.mobile .drop{width:calc(100vw - 215px)}}html.menu,html.modal-window{overflow:hidden!important}body{background-color:#fff;color:#202020;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px}body,html{margin:0;padding:0}img{max-width:100%;height:auto;display:block}img.center{margin:0 auto;display:block}svg{width:1em;height:1em;transform:translateZ(0)}a{text-decoration:none;font-size:18px;outline:none}hr{border-top:1px solid #dadada;margin:20px 0 15px}p{color:#202020;font-size:18px;line-height:27px;margin-bottom:15px;font-weight:300}i{font-style:italic}b,strong{font-size:18px;font-weight:400;font-weight:500}b,h1,strong{font-family:Montserrat,sans-serif}h1{font-weight:400;font-size:45px}h1 span{display:inline-block}@media screen and (max-width:980px){h1{font-size:30px}}@media screen and (max-width:700px){h1{font-size:24px}}h2{font-size:40px;line-height:50px;font-family:Montserrat,sans-serif;font-weight:400;text-transform:uppercase;color:#202020;margin-bottom:50px;text-align:center}@media screen and (max-width:980px){h2{font-size:20px;margin-bottom:15px;line-height:26px}}h3{font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:20px;color:#202020}h3,h3 a{font-size:20px}@media screen and (max-width:980px){h3{font-size:16px}}ol.list li,ul.list li{font-size:20px!important;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300!important;margin-bottom:35px!important;padding-left:60px!important;box-sizing:border-box;position:relative}ol.list li:before,ul.list li:before{content:"";display:none!important}ol.list li:after,ul.list li:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTciIGN5PSIxNyIgcj0iMTYiIHN0cm9rZT0iI0ZGMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik05Ljg0OTUyIDE3Ljg4MzdMMTQuMTQ0MiAyMi42OTg3TDI1LjUwMDYgMTIuNDEzNiIgc3Ryb2tlPSIjRjkwMDAwIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);display:block;position:absolute;left:0;top:-3px}ol.list li ul,ul.list li ul{margin-bottom:15px!important;margin-top:15px!important}ol.list li ul li,ul.list li ul li{margin-bottom:10px!important;padding-left:15px!important;font-size:18px!important}ol.list li ul li:after,ul.list li ul li:after{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:13px;left:0}ol.list li ol,ul.list li ol{margin-bottom:15px!important;margin-top:15px!important;counter-reset:a;padding:0 0 0 15px}ol.list li ol>li,ul.list li ol>li{margin-bottom:10px!important;padding-left:15px!important;list-style-type:none}ol.list li ol>li:after,ul.list li ol>li:after{counter-increment:a;color:#e31e24;margin:0;padding:0;content:counter(a) ". "}ol.list li ol ul,ul.list li ol ul{margin-left:20px;counter-reset:a;padding:0}ol.list li ol ul li,ul.list li ol ul li{padding-left:15px}ol.list li ol ul li:after,ul.list li ol ul li:after{padding:0;content:"";display:block;width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:13px;left:0}ol.list--white,ul.list--white{color:#fff}ol.list--white li,ul.list--white li{font-size:20px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;margin-bottom:35px;padding-left:60px;box-sizing:border-box;position:relative}ol.list--white li:after,ul.list--white li:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMzI4NUI3OTBCQTExRThBM0Y2QTUwOENCMEQzNTFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwMzI4NUI4OTBCQTExRThBM0Y2QTUwOENCMEQzNTFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDAzMjg1QjU5MEJBMTFFOEEzRjZBNTA4Q0IwRDM1MUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDAzMjg1QjY5MEJBMTFFOEEzRjZBNTA4Q0IwRDM1MUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7gNkmdAAACrElEQVR42sSYTUhVQRTH73sKRVC0KNMoow9JpYinGJIVBGotijAQWyRBKxd90C544SIqCh5GH1JB4EJoEW10Ia1aZS6KgqKSMNCXYCYEtclVt/+x/9h4eW/u3PfmPg/80Dtzz8z/nZk7c2YSvu97ESwJasEJcBQ0gnLW/QGvwAh4CsZZZmUJSyGrwVVwns+f2eF7kGVZNdgNjlCs2F1wGfwK7UGEGEiCG/4/mwb7QXmIj8d3WugjdpNt5fUxNbbB/281Fp3nY7vWTmVUISk69hYhIEiabTbaClEiDjsUoWhj23vDhKjhaI9BhKKVfVSZhIhdj1GE4gr7SuQScpuVXokQe6Ce1TqyAsyDrWDSK41t5hq0CvxOsvAR+BGDiKSh7iv4Dgb0Bc3nAuQy9LKAZcGYPhcCNKnpIIrrqPClw0gkwCjD/83w3mv+rRchp8GUBMehiBegGWRAh6FtKf8Czkh43oBbjoZDhmCU4c5Y+sg+9EHNj25HIp6zvSg/7KQ4qFk942A4noFD4A64GMF3Vv+8/JBOemRCGeolN2ln/nGhoJ/CUJ4yhG69to1X5KgfZt29Aoe0Sw3NW6Z8+WwOHNTCuE6rGwbHQD84W+CwphbSSmZgkxbKW7TI7OSEFOsvcpJPgD75py64Exo44C+1+w6+NLF6fYnfZ+msxDx28MkvLvGqYBDMRWhgraMFcBY80dOAlbIVgy3a8SBuq+bWsiQNmOcaMOWVzqSvhwxAzlTx2nKninry3LbcybPHc0dcx4lW2+OEooEOaYciLrHNpqhHzkpt4dpRhIBtWjsbCzn7qrwzox3Cm0GZRedlfDdL376wQ7jttcQaXkuc4/NHbv3vwDTLNoFdvDdRKYNshmnw09X9SPCiphMcB3sCRwbZyYd4UfMpykXNXwEGAG8gBIYwdpfgAAAAAElFTkSuQmCC)}ol.list-1,ul.list-1{padding:0 15px 0 60px!important;counter-reset:a}ol.list-1 li,ul.list-1 li{font-size:18px;margin-bottom:5px!important;list-style-type:none;padding-left:15px!important;position:relative;font-weight:300;line-height:27px}@media screen and (max-width:700px){ol.list-1 li,ul.list-1 li{padding-left:10px!important;padding-bottom:0!important}}ol.list-1 li:after,ul.list-1 li:after{content:"";display:block;width:55px;height:55px;border-radius:50%;position:absolute;left:-50px;top:7px;z-index:1;background-color:rgba(0,149,65,.5);transform:translateX(-18%) translateY(-18%)}ol.list-1 li:before,ul.list-1 li:before{margin:0;padding:0;position:absolute;z-index:2;left:-50px;top:7px;counter-increment:a;content:counter(a)!important;width:35px;height:35px;border-radius:50%;border:1px solid #017734;box-sizing:border-box;background-image:linear-gradient(146deg,#01441e,#016d30 49%,#009541);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff!important}ol.list-1 li ul li:after,ul.list-1 li ul li:after{content:"";display:none}ol.list-1 li ul li:before,ul.list-1 li ul li:before{content:"";border:0}ol.list-1 li ol,ol.list-1 li ul,ul.list-1 li ol,ul.list-1 li ul{margin-top:10px}ol.list-1 li ol,ul.list-1 li ol{padding:0 0 0 20px}ol.list-1 li ol li,ul.list-1 li ol li{padding-left:0!important}ol.list-1 li ol li:after,ul.list-1 li ol li:after{content:"";display:none}ol.list-1 li ol li:before,ul.list-1 li ol li:before{counter-increment:a;color:#e31e24!important;content:counter(a) ". "!important;position:static!important;display:inline-block;border:0;width:auto;height:auto;background:transparent;margin-right:5px}ol.list-2,ul.list-2{padding:0 15px 0 60px!important;counter-reset:a}ol.list-2 li,ul.list-2 li{font-size:18px;margin-bottom:5px!important;list-style-type:none;padding-left:15px!important;position:relative;font-weight:300;line-height:27px}@media screen and (max-width:700px){ol.list-2 li,ul.list-2 li{padding-left:10px!important;padding-bottom:0!important}}ol.list-2 li:after,ul.list-2 li:after{content:"";display:block;width:55px;height:55px;border-radius:50%;position:absolute;left:-50px;top:7px;z-index:1;background-color:rgba(249,81,88,.5);transform:translateX(-18%) translateY(-18%)}ol.list-2 li:before,ul.list-2 li:before{margin:0;padding:0;position:absolute;z-index:2;left:-50px;top:7px;counter-increment:a;content:counter(a)!important;width:35px;height:35px;border-radius:50%;border:1px solid #ff686f;box-sizing:border-box;background-image:linear-gradient(146deg,#e1000a,#f0343d 49%,#ff686f);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff!important}ol.list-2 li ul li:after,ul.list-2 li ul li:after{content:"";display:none}ol.list-2 li ol,ol.list-2 li ul,ul.list-2 li ol,ul.list-2 li ul{margin-top:10px}ol.list-2 li ol,ul.list-2 li ol{padding:0 0 0 20px}ol.list-2 li ol li,ul.list-2 li ol li{padding-left:0!important}ol.list-2 li ol li:after,ul.list-2 li ol li:after{content:"";display:none}ol.list-2 li ol li:before,ul.list-2 li ol li:before{counter-increment:a;color:#e31e24!important;content:counter(a) ". "!important;position:static!important;display:inline-block;width:auto;height:auto;background:transparent;margin-right:5px}ol.list-3,ul.list-3{padding:0 15px 0 60px!important;counter-reset:a}@media screen and (max-width:700px){ol.list-3,ul.list-3{padding:0 15px 0 75px!important}}ol.list-3 li,ul.list-3 li{font-size:18px;margin-bottom:5px!important;list-style-type:none;padding-left:20px!important;position:relative;font-weight:300;line-height:27px}ol.list-3 li div p,ul.list-3 li div p{font-size:20px;color:#9b9b9b}ol.list-3 li div p span,ul.list-3 li div p span{font-size:20px;font-weight:400;color:#000}ol.list-3 li div:after,ul.list-3 li div:after{content:"";position:absolute;left:-35px;width:5px;height:100%;background:#645f5b;opacity:.6;top:34px;right:36px}@media screen and (max-width:700px){ol.list-3 li,ul.list-3 li{padding-left:10px!important;padding-bottom:0!important}}ol.list-3 li:after,ul.list-3 li:after{content:"";display:block;width:55px;height:55px;border-radius:50%;position:absolute;left:-50px;top:7px;z-index:1;background-color:#e31e24;transform:translateX(-18%) translateY(-18%)}ol.list-3 li:before,ul.list-3 li:before{margin:0;padding:0;position:absolute;z-index:2;left:-50px;top:7px;counter-increment:a;content:counter(a)!important;width:35px;height:35px;border-radius:50%;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:500;color:#353535!important}ol.list-3 li:nth-child(2n) p:after,ul.list-3 li:nth-child(2n) p:after{content:"";background-image:linear-gradient(180deg,#009541 0,rgba(0,149,65,.47))}ol.list-3 li:last-child div:after,ol.list-3 li ul li:after,ul.list-3 li:last-child div:after,ul.list-3 li ul li:after{content:"";display:none}iframe{border:none}.accordion--green .accordion-line__text ul,.accordion-line__text ul,.appeal-form ul,.appeal-list ul,.appeal ul,.bill-advantage__text ul,.card-detail__link ul,.card-detail__text ul,.career-banner__text ul,.catalog-block ul,.catalog-list-line__text ul,.content-page .accordion-line__text ul,.content-page ul,.elems ul,.modal-inner ul,.news-detail-text ul,.property ul,.service-list__row ul,.tabs-slider-scroll ul,.tabs-slider__main ul{margin-bottom:15px}.accordion--green .accordion-line__text ul li,.accordion-line__text ul li,.appeal-form ul li,.appeal-list ul li,.appeal ul li,.bill-advantage__text ul li,.card-detail__link ul li,.card-detail__text ul li,.career-banner__text ul li,.catalog-block ul li,.catalog-list-line__text ul li,.content-page .accordion-line__text ul li,.content-page ul li,.elems ul li,.modal-inner ul li,.news-detail-text ul li,.property ul li,.service-list__row ul li,.tabs-slider-scroll ul li,.tabs-slider__main ul li{font-size:18px;margin-bottom:15px;padding-left:15px;position:relative;font-weight:300;line-height:27px}.accordion--green .accordion-line__text ul li ol,.accordion--green .accordion-line__text ul li ul,.accordion-line__text ul li ol,.accordion-line__text ul li ul,.appeal-form ul li ol,.appeal-form ul li ul,.appeal-list ul li ol,.appeal-list ul li ul,.appeal ul li ol,.appeal ul li ul,.bill-advantage__text ul li ol,.bill-advantage__text ul li ul,.card-detail__link ul li ol,.card-detail__link ul li ul,.card-detail__text ul li ol,.card-detail__text ul li ul,.career-banner__text ul li ol,.career-banner__text ul li ul,.catalog-block ul li ol,.catalog-block ul li ul,.catalog-list-line__text ul li ol,.catalog-list-line__text ul li ul,.content-page .accordion-line__text ul li ol,.content-page .accordion-line__text ul li ul,.content-page ul li ol,.content-page ul li ul,.elems ul li ol,.elems ul li ul,.modal-inner ul li ol,.modal-inner ul li ul,.news-detail-text ul li ol,.news-detail-text ul li ul,.property ul li ol,.property ul li ul,.service-list__row ul li ol,.service-list__row ul li ul,.tabs-slider-scroll ul li ol,.tabs-slider-scroll ul li ul,.tabs-slider__main ul li ol,.tabs-slider__main ul li ul{margin-top:10px}.accordion--green .accordion-line__text ul li ol,.accordion-line__text ul li ol,.appeal-form ul li ol,.appeal-list ul li ol,.appeal ul li ol,.bill-advantage__text ul li ol,.card-detail__link ul li ol,.card-detail__text ul li ol,.career-banner__text ul li ol,.catalog-block ul li ol,.catalog-list-line__text ul li ol,.content-page .accordion-line__text ul li ol,.content-page ul li ol,.elems ul li ol,.modal-inner ul li ol,.news-detail-text ul li ol,.property ul li ol,.service-list__row ul li ol,.tabs-slider-scroll ul li ol,.tabs-slider__main ul li ol{padding:0 0 0 8px}.accordion--green .accordion-line__text ul li ol li,.accordion-line__text ul li ol li,.appeal-form ul li ol li,.appeal-list ul li ol li,.appeal ul li ol li,.bill-advantage__text ul li ol li,.card-detail__link ul li ol li,.card-detail__text ul li ol li,.career-banner__text ul li ol li,.catalog-block ul li ol li,.catalog-list-line__text ul li ol li,.content-page .accordion-line__text ul li ol li,.content-page ul li ol li,.elems ul li ol li,.modal-inner ul li ol li,.news-detail-text ul li ol li,.property ul li ol li,.service-list__row ul li ol li,.tabs-slider-scroll ul li ol li,.tabs-slider__main ul li ol li{padding-left:10px}.accordion--green .accordion-line__text ul li ol li:before,.accordion-line__text ul li ol li:before,.appeal-form ul li ol li:before,.appeal-list ul li ol li:before,.appeal ul li ol li:before,.bill-advantage__text ul li ol li:before,.card-detail__link ul li ol li:before,.card-detail__text ul li ol li:before,.career-banner__text ul li ol li:before,.catalog-block ul li ol li:before,.catalog-list-line__text ul li ol li:before,.content-page .accordion-line__text ul li ol li:before,.content-page ul li ol li:before,.elems ul li ol li:before,.modal-inner ul li ol li:before,.news-detail-text ul li ol li:before,.property ul li ol li:before,.service-list__row ul li ol li:before,.tabs-slider-scroll ul li ol li:before,.tabs-slider__main ul li ol li:before{counter-increment:a;color:#e31e24;margin:0;padding:0;content:counter(a) ". ";position:absolute;top:0;left:-8px;width:0;height:0}.accordion--green .accordion-line__text ul li:before,.accordion-line__text ul li:before,.appeal-form ul li:before,.appeal-list ul li:before,.appeal ul li:before,.bill-advantage__text ul li:before,.card-detail__link ul li:before,.card-detail__text ul li:before,.career-banner__text ul li:before,.catalog-block ul li:before,.catalog-list-line__text ul li:before,.content-page .accordion-line__text ul li:before,.content-page ul li:before,.elems ul li:before,.modal-inner ul li:before,.news-detail-text ul li:before,.property ul li:before,.service-list__row ul li:before,.tabs-slider-scroll ul li:before,.tabs-slider__main ul li:before{content:"";width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:11px;left:0}.accordion--green .accordion-line__text ol,.accordion-line__text ol,.appeal-form ol,.appeal-list ol,.appeal ol,.bill-advantage__text ol,.card-detail__link ol,.card-detail__text ol,.career-banner__text ol,.catalog-block ol,.catalog-list-line__text ol,.content-page .accordion-line__text ol,.content-page ol,.elems ol,.modal-inner ol,.news-detail-text ol,.property ol,.service-list__row ol,.tabs-slider-scroll ol,.tabs-slider__main ol{margin-bottom:15px;counter-reset:a;padding:0 0 0 15px}.accordion--green .accordion-line__text ol li,.accordion-line__text ol li,.appeal-form ol li,.appeal-list ol li,.appeal ol li,.bill-advantage__text ol li,.card-detail__link ol li,.card-detail__text ol li,.career-banner__text ol li,.catalog-block ol li,.catalog-list-line__text ol li,.content-page .accordion-line__text ol li,.content-page ol li,.elems ol li,.modal-inner ol li,.news-detail-text ol li,.property ol li,.service-list__row ol li,.tabs-slider-scroll ol li,.tabs-slider__main ol li{font-size:18px;margin-bottom:15px;list-style-type:none;padding-left:0;position:relative;font-weight:300;line-height:27px}.accordion--green .accordion-line__text ol li:before,.accordion-line__text ol li:before,.appeal-form ol li:before,.appeal-list ol li:before,.appeal ol li:before,.bill-advantage__text ol li:before,.card-detail__link ol li:before,.card-detail__text ol li:before,.career-banner__text ol li:before,.catalog-block ol li:before,.catalog-list-line__text ol li:before,.content-page .accordion-line__text ol li:before,.content-page ol li:before,.elems ol li:before,.modal-inner ol li:before,.news-detail-text ol li:before,.property ol li:before,.service-list__row ol li:before,.tabs-slider-scroll ol li:before,.tabs-slider__main ol li:before{counter-increment:a;color:#e31e24;margin:0;padding:0;content:counter(a) ". "}.accordion--green .accordion-line__text ol li ol,.accordion--green .accordion-line__text ol li ul,.accordion-line__text ol li ol,.accordion-line__text ol li ul,.appeal-form ol li ol,.appeal-form ol li ul,.appeal-list ol li ol,.appeal-list ol li ul,.appeal ol li ol,.appeal ol li ul,.bill-advantage__text ol li ol,.bill-advantage__text ol li ul,.card-detail__link ol li ol,.card-detail__link ol li ul,.card-detail__text ol li ol,.card-detail__text ol li ul,.career-banner__text ol li ol,.career-banner__text ol li ul,.catalog-block ol li ol,.catalog-block ol li ul,.catalog-list-line__text ol li ol,.catalog-list-line__text ol li ul,.content-page .accordion-line__text ol li ol,.content-page .accordion-line__text ol li ul,.content-page ol li ol,.content-page ol li ul,.elems ol li ol,.elems ol li ul,.modal-inner ol li ol,.modal-inner ol li ul,.news-detail-text ol li ol,.news-detail-text ol li ul,.property ol li ol,.property ol li ul,.service-list__row ol li ol,.service-list__row ol li ul,.tabs-slider-scroll ol li ol,.tabs-slider-scroll ol li ul,.tabs-slider__main ol li ol,.tabs-slider__main ol li ul{margin-top:15px}.accordion--green .accordion-line__text ol ul,.accordion-line__text ol ul,.appeal-form ol ul,.appeal-list ol ul,.appeal ol ul,.bill-advantage__text ol ul,.card-detail__link ol ul,.card-detail__text ol ul,.career-banner__text ol ul,.catalog-block ol ul,.catalog-list-line__text ol ul,.content-page .accordion-line__text ol ul,.content-page ol ul,.elems ol ul,.modal-inner ol ul,.news-detail-text ol ul,.property ol ul,.service-list__row ol ul,.tabs-slider-scroll ol ul,.tabs-slider__main ol ul{margin-left:20px;counter-reset:a;padding:0}.accordion--green .accordion-line__text ol ul li,.accordion-line__text ol ul li,.appeal-form ol ul li,.appeal-list ol ul li,.appeal ol ul li,.bill-advantage__text ol ul li,.card-detail__link ol ul li,.card-detail__text ol ul li,.career-banner__text ol ul li,.catalog-block ol ul li,.catalog-list-line__text ol ul li,.content-page .accordion-line__text ol ul li,.content-page ol ul li,.elems ol ul li,.modal-inner ol ul li,.news-detail-text ol ul li,.property ol ul li,.service-list__row ol ul li,.tabs-slider-scroll ol ul li,.tabs-slider__main ol ul li{padding-left:15px}.accordion--green .accordion-line__text ol ul li:before,.accordion-line__text ol ul li:before,.appeal-form ol ul li:before,.appeal-list ol ul li:before,.appeal ol ul li:before,.bill-advantage__text ol ul li:before,.card-detail__link ol ul li:before,.card-detail__text ol ul li:before,.career-banner__text ol ul li:before,.catalog-block ol ul li:before,.catalog-list-line__text ol ul li:before,.content-page .accordion-line__text ol ul li:before,.content-page ol ul li:before,.elems ol ul li:before,.modal-inner ol ul li:before,.news-detail-text ol ul li:before,.property ol ul li:before,.service-list__row ol ul li:before,.tabs-slider-scroll ol ul li:before,.tabs-slider__main ol ul li:before{padding:0;content:"";display:block;width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:11px;left:0}.accordion--green .accordion-line__text p,.accordion-line__text p,.appeal-form p,.appeal-list p,.appeal p,.bill-advantage__text p,.card-detail__link p,.card-detail__text p,.career-banner__text p,.catalog-block p,.catalog-list-line__text p,.content-page .accordion-line__text p,.content-page p,.elems p,.modal-inner p,.news-detail-text p,.property p,.service-list__row p,.tabs-slider-scroll p,.tabs-slider__main p{color:#202020;font-size:18px;line-height:27px;margin-bottom:15px;font-weight:300}.accordion--green .accordion-line__text table,.accordion-line__text table,.appeal-form table,.appeal-list table,.appeal table,.bill-advantage__text table,.card-detail__link table,.card-detail__text table,.career-banner__text table,.catalog-block table,.catalog-list-line__text table,.content-page .accordion-line__text table,.content-page table,.elems table,.modal-inner table,.news-detail-text table,.property table,.service-list__row table,.tabs-slider-scroll table,.tabs-slider__main table{width:100%;overflow:auto;display:inline-block;border-collapse:collapse;border:none;margin-bottom:15px;background:radial-gradient(left,ellipse,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(right,ellipse,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-size:10px 100%,10px 100%;background-attachment:scroll,scroll;background-repeat:no-repeat}.accordion-line__text table td:first-child,.accordion-line__text table tr:first-child,.appeal-form table td:first-child,.appeal-form table tr:first-child,.appeal-list table td:first-child,.appeal-list table tr:first-child,.appeal table td:first-child,.appeal table tr:first-child,.bill-advantage__text table td:first-child,.bill-advantage__text table tr:first-child,.card-detail__link table td:first-child,.card-detail__link table tr:first-child,.card-detail__text table td:first-child,.card-detail__text table tr:first-child,.career-banner__text table td:first-child,.career-banner__text table tr:first-child,.catalog-block table td:first-child,.catalog-block table tr:first-child,.catalog-list-line__text table td:first-child,.catalog-list-line__text table tr:first-child,.content-page table td:first-child,.content-page table tr:first-child,.elems table td:first-child,.elems table tr:first-child,.modal-inner table td:first-child,.modal-inner table tr:first-child,.news-detail-text table td:first-child,.news-detail-text table tr:first-child,.property table td:first-child,.property table tr:first-child,.service-list__row table td:first-child,.service-list__row table tr:first-child,.tabs-slider-scroll table td:first-child,.tabs-slider-scroll table tr:first-child,.tabs-slider__main table td:first-child,.tabs-slider__main table tr:first-child{background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-size:20px 100%}.accordion-line__text table td:last-child,.accordion-line__text table tr:last-child,.appeal-form table td:last-child,.appeal-form table tr:last-child,.appeal-list table td:last-child,.appeal-list table tr:last-child,.appeal table td:last-child,.appeal table tr:last-child,.bill-advantage__text table td:last-child,.bill-advantage__text table tr:last-child,.card-detail__link table td:last-child,.card-detail__link table tr:last-child,.card-detail__text table td:last-child,.card-detail__text table tr:last-child,.career-banner__text table td:last-child,.career-banner__text table tr:last-child,.catalog-block table td:last-child,.catalog-block table tr:last-child,.catalog-list-line__text table td:last-child,.catalog-list-line__text table tr:last-child,.content-page table td:last-child,.content-page table tr:last-child,.elems table td:last-child,.elems table tr:last-child,.modal-inner table td:last-child,.modal-inner table tr:last-child,.news-detail-text table td:last-child,.news-detail-text table tr:last-child,.property table td:last-child,.property table tr:last-child,.service-list__row table td:last-child,.service-list__row table tr:last-child,.tabs-slider-scroll table td:last-child,.tabs-slider-scroll table tr:last-child,.tabs-slider__main table td:last-child,.tabs-slider__main table tr:last-child{background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-position:100% 0;background-size:20px 100%}.accordion--green .accordion-line__text table td,.accordion-line__text table td,.appeal-form table td,.appeal-list table td,.appeal table td,.bill-advantage__text table td,.card-detail__link table td,.card-detail__text table td,.career-banner__text table td,.catalog-block table td,.catalog-list-line__text table td,.content-page .accordion-line__text table td,.content-page table td,.elems table td,.modal-inner table td,.news-detail-text table td,.property table td,.service-list__row table td,.tabs-slider-scroll table td,.tabs-slider__main table td{border:1px solid #d5d5d5;padding:20px;box-sizing:border-box}@media screen and (max-width:640px){.accordion--green .accordion-line__text table td,.accordion-line__text table td,.appeal-form table td,.appeal-list table td,.appeal table td,.bill-advantage__text table td,.card-detail__link table td,.card-detail__text table td,.career-banner__text table td,.catalog-block table td,.catalog-list-line__text table td,.content-page .accordion-line__text table td,.content-page table td,.elems table td,.modal-inner table td,.news-detail-text table td,.property table td,.service-list__row table td,.tabs-slider-scroll table td,.tabs-slider__main table td{padding:10px 10px 0;vertical-align:top}}.accordion--green .accordion-line__text a,.accordion-line__text a,.appeal-form a,.appeal-list a,.appeal a,.bill-advantage__text a,.card-detail__link a,.card-detail__text a,.career-banner__text a,.catalog-block a,.catalog-list-line__text a,.content-page .accordion-line__text a,.content-page a,.elems a,.modal-inner a,.news-detail-text a,.property a,.service-list__row a,.tabs-slider-scroll a,.tabs-slider__main a{color:#e31e24;font-size:18px;outline:none;text-decoration:underline;transition:all .3s}.accordion-line__text a:visited,.appeal-form a:visited,.appeal-list a:visited,.appeal a:visited,.bill-advantage__text a:visited,.card-detail__link a:visited,.card-detail__text a:visited,.career-banner__text a:visited,.catalog-block a:visited,.catalog-list-line__text a:visited,.content-page a:visited,.elems a:visited,.modal-inner a:visited,.news-detail-text a:visited,.property a:visited,.service-list__row a:visited,.tabs-slider-scroll a:visited,.tabs-slider__main a:visited{color:#e31e24}.accordion-line__text a:hover,.appeal-form a:hover,.appeal-list a:hover,.appeal a:hover,.bill-advantage__text a:hover,.card-detail__link a:hover,.card-detail__text a:hover,.career-banner__text a:hover,.catalog-block a:hover,.catalog-list-line__text a:hover,.content-page a:hover,.elems a:hover,.modal-inner a:hover,.news-detail-text a:hover,.property a:hover,.service-list__row a:hover,.tabs-slider-scroll a:hover,.tabs-slider__main a:hover{color:#e31e24;text-decoration:underline}.accordion--green .accordion-line__text iframe,.accordion-line__text iframe,.appeal-form iframe,.appeal-list iframe,.appeal iframe,.bill-advantage__text iframe,.card-detail__link iframe,.card-detail__text iframe,.career-banner__text iframe,.catalog-block iframe,.catalog-list-line__text iframe,.content-page .accordion-line__text iframe,.content-page iframe,.elems iframe,.modal-inner iframe,.news-detail-text iframe,.property iframe,.service-list__row iframe,.tabs-slider-scroll iframe,.tabs-slider__main iframe{margin:8px 0 15px;max-width:100%}.accordion--green .accordion-line__text h1,.accordion-line__text h1,.appeal-form h1,.appeal-list h1,.appeal h1,.bill-advantage__text h1,.card-detail__link h1,.card-detail__text h1,.career-banner__text h1,.catalog-block h1,.catalog-list-line__text h1,.content-page .accordion-line__text h1,.content-page h1,.elems h1,.modal-inner h1,.news-detail-text h1,.property h1,.service-list__row h1,.tabs-slider-scroll h1,.tabs-slider__main h1{font-size:20px;line-height:24px;font-family:Montserrat,sans-serif;font-weight:400;text-transform:uppercase;color:#202020;margin-bottom:50px;text-align:center}@media screen and (max-width:980px){.accordion--green .accordion-line__text h1,.accordion-line__text h1,.appeal-form h1,.appeal-list h1,.appeal h1,.bill-advantage__text h1,.card-detail__link h1,.card-detail__text h1,.career-banner__text h1,.catalog-block h1,.catalog-list-line__text h1,.content-page .accordion-line__text h1,.content-page h1,.elems h1,.modal-inner h1,.news-detail-text h1,.property h1,.service-list__row h1,.tabs-slider-scroll h1,.tabs-slider__main h1{margin-bottom:25px}}.accordion--green .accordion-line__text h2,.accordion-line__text h2,.appeal-form h2,.appeal-list h2,.appeal h2,.bill-advantage__text h2,.card-detail__link h2,.card-detail__text h2,.career-banner__text h2,.catalog-block h2,.catalog-list-line__text h2,.content-page .accordion-line__text h2,.content-page h2,.elems h2,.modal-inner h2,.news-detail-text h2,.property h2,.service-list__row h2,.tabs-slider-scroll h2,.tabs-slider__main h2{font-size:20px;line-height:24px}.accordion--green .accordion-line__text img,.accordion-line__text img,.appeal-form img,.appeal-list img,.appeal img,.bill-advantage__text img,.card-detail__link img,.card-detail__text img,.career-banner__text img,.catalog-block img,.catalog-list-line__text img,.content-page .accordion-line__text img,.content-page img,.elems img,.modal-inner img,.news-detail-text img,.property img,.service-list__row img,.tabs-slider-scroll img,.tabs-slider__main img{height:auto!important}.table-green th{background:#e31e24;color:#fff;padding:13px 27px;vertical-align:middle;box-sizing:border-box;border-right:1px solid #d5d5d5}.table-green th p{color:#fff}.table-green td:first-child,.table-green td:last-child,.table-green tr:first-child,.table-green tr:last-child{background-image:none!important}.content-page{padding-bottom:50px}@media screen and (max-width:980px){.content-page{padding-bottom:20px}}.content-page .accordion-line{background:transparent}.content-page .accordion-line h3{color:#e31e24;margin-bottom:0}.content-page .accordion-line__content{padding:0!important}.content-page .container{max-width:1000px}.content-page .tabs-slider-scroll{padding-bottom:0}[data-vue-v-cloak],[v-cloak]{display:none!important}.mfp-iframe-scaler iframe{box-shadow:none!important}#app{overflow-x:hidden}.banner-center{background-position:50%!important}.m-auto{margin:auto}.shadow-img{position:relative}.shadow-img:after{content:"";display:block;position:absolute;left:0;z-index:0;top:-1px;width:100%;height:calc(100% + 1px);background:rgba(0,0,0,.5)}.hide-title h1{display:none}.img-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:10px}.img-link img,.img-link svg{margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.slick-slide{outline:none;height:auto}.slick-slider{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.slick-list.draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn{transition:all .3s;cursor:pointer;border-radius:2px;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;font-family:Montserrat,sans-serif;font-weight:700;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;box-sizing:border-box;text-decoration:none!important}.btn--right-im img,.btn--right-im svg{margin-left:10px;font-size:15px}.btn--left-im img,.btn--left-im svg{margin-right:10px}.btn--small{font-size:13px;letter-spacing:.2px;padding:8px 20px 10px}.btn--medium,.btn--small{text-align:center;box-sizing:border-box;line-height:24px}.btn--medium{font-size:14px;padding:9px 30px 11px;font-weight:400}.btn--ttu{text-transform:uppercase}.btn--big{padding:10px 10px 12px;line-height:30px}.btn--green{color:#fff!important;background:#e31e24;box-sizing:border-box}.btn--green:hover{background:#ba181d;color:#fff!important}.btn--green:active{background:#970e12;color:#fff!important}.btn--green svg{fill:#fff}.btn--green-inv{color:#e31e24!important;background-image:transparent;border:1px solid #e31e24;box-sizing:border-box}.btn--green-inv:hover{color:#ba181d!important;background-image:transparent;border:1px solid #ba181d}.btn--green-inv:active{color:#970e12!important;background-image:transparent;border:1px solid #970e12}.btn--white{border:1px solid #fff}.btn--white,.btn--white:hover{color:#fff!important;transition-property:background-color}.btn--white:hover{border:1px solid transparent;background-image:linear-gradient(0deg,#e31e24 0,#e31e24)}.btn--white:visited{color:#fff!important}.btn--red{color:#e31e24;border:1px solid #e31e24}.btn--red:hover{background:#ba181d;color:#fff!important}.btn--red:active{background:#970e12;color:#fff!important}.btn--red-inv{color:#e31e24!important;background-image:transparent;border:1px solid #e31e24;box-sizing:border-box}.btn--red-inv:hover{color:#ba181d!important;background-image:transparent;border:1px solid #ba181d}.btn--red-inv:active{color:#970e12!important;background-image:transparent;border:1px solid #970e12}.btn--dotted{color:#202020;border:1px dashed #cdcdcd}.btn--grapefruit{background-color:#ff5252}.btn--grapefruit:hover{background-color:#ff1744}.btn--cerulean{background-color:#0288d1}.btn--cerulean:hover{background-color:#0277bd}.btn--turquoise{background-color:#00b8d4}.btn--rouge{background-color:#8f2022}.btn--iris{background-color:#7e57c2}.btn--iris:hover{background-color:#6942b3}.btn--shamrock,.btn--shamrock:hover{background-color:#e31e24}.no-dots,.no-dots li{padding:0}.no-dots li:after{content:"";display:none}.copyrights{font-size:11px;line-height:normal}.copyrights,.copyrights:hover,.copyrights:visited{color:rgba(40,40,40,.8)}.social-icons{margin:0 -5px 10px}.social-icons,.social-icons a{display:-ms-flexbox;display:flex}.social-icons a{margin:0 5px;background:#fff;border-radius:50%;height:40px;width:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.social-icons a:hover{box-shadow:0 2px 3px 0 rgba(0,0,0,.07)}.social-icons a:hover svg{fill:#a81010}.social-icons img{width:100%}.social-icons svg{width:32px;height:32px;transition:all .3s;fill:#e20613}.social-icons:last-child{margin-bottom:0}.social-icons--gray a{-webkit-filter:grayscale(1);filter:grayscale(1);transition:all .3s}.social-icons--gray a:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.phone-big{margin:0 auto;width:160px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#4a4a4a;font-size:24px;text-align:center;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300}.phone-big img{margin-right:23px}@media screen and (max-width:1300px){.phone-big img{margin-right:10px;max-width:15px}}.phone-big svg{fill:#4a4a4a;width:23px;height:40px;margin-right:10px}@media screen and (max-width:1300px){.phone-big{font-size:18px}}.phone-big-info{margin:0 auto;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border:1px solid #ddd;padding:18px 45px 18px 18px;box-sizing:border-box;border-radius:2px;position:relative;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300}.phone-big-info__arrow{display:block;position:absolute;right:13px;top:50%;transform:translateY(-50%);fill:#4a4a4a}.phone-big-info__arrow svg{width:17px!important;height:17px!important;margin-right:0!important}.phone-big-info:visited{color:#4a4a4a}.phone-big-info img{margin-right:23px}@media screen and (max-width:1300px){.phone-big-info img{margin-right:10px;max-width:15px}}.phone-big-info svg{fill:#e31e24;transition:all .3s;width:23px;height:40px;margin-right:13px}.phone-big-info p{font-size:24px;line-height:24px;color:#e31e24;font-weight:700}.phone-big-info p,.phone-big-info p span{font-family:Montserrat,sans-serif;transition:all .3s}.phone-big-info p span{color:#101010;font-weight:400;font-size:13px;line-height:17px;text-align:center;display:block}.phone-big-info:hover{border:1px solid #e31e24;color:#4a4a4a}.phone-big-info:hover svg{fill:#e31e24}.phone-big-info:hover p,.phone-big-info:hover p span{color:#e31e24}.phone-big-info:hover .phone-big-info__arrow{fill:#e31e24}@media screen and (max-width:1300px){.phone-big-info{font-size:18px}}.breadcrumbs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:20px;color:hsla(0,0%,100%,.5);margin:0 -2px 10px}.breadcrumbs>*{margin:0 2px}.breadcrumbs__item a,.breadcrumbs__item span{text-transform:uppercase;font-size:17px;color:hsla(0,0%,100%,.5)}.breadcrumbs__item a{font-family:Montserrat,sans-serif;font-weight:400;font-weight:300}@media screen and (max-width:700px){.breadcrumbs__item a{font-size:14px}}.page-header{min-height:260px;background-image:url(/local/templates/mmbank/css/../static/img/gray-bg.png);background-size:cover;background-repeat:no-repeat;background-position:50%;padding:100px 0 25px;box-sizing:border-box;margin-bottom:50px}@media screen and (max-width:980px){.page-header{margin-bottom:20px}}.page-header h1{margin-bottom:24px;text-transform:uppercase}.page-header .breadcrumbs__dash,.page-header .breadcrumbs a,.page-header .breadcrumbs p{color:rgba(33,33,33,.5)}.page-header.hide-title{min-height:160px;padding:100px 0 15px;}@media screen and (max-width:980px){.page-header.hide-title{min-height:100px}}@media screen and (max-width:980px) and (max-width:980px){.page-header.hide-title{padding:80px 0 15px}}.page-slider{margin-top:70px;overflow:hidden}@media screen and (max-width:1300px){.page-slider{margin-top:35px}}.page-slider .slick-slider{margin:0 -45px 90px}@media screen and (max-width:1300px){.page-slider .slick-slider{margin:0 -15px 45px}}@media screen and (max-width:640px){.page-slider .slick-slider{margin:0 15px 45px}}.page-slider .slick-slide{opacity:.5}.page-slider .slick-slide.slick-current{opacity:1}.page-slider .slick-dots{bottom:-45px!important;z-index:1}@media screen and (max-width:1300px){.page-slider .slick-dots{bottom:-33px!important}}.page-slider .slick-dots li{margin-right:3px}.page-slider .slick-dots li:last-child{margin-right:0}.page-slider .slick-dots li.slick-active button:before{background:#e31e24}.page-slider .slick-dots li button{position:relative}.page-slider .slick-dots li button:before{display:block;position:absolute;top:50%;left:50%;width:11px;height:11px;transform:translateX(-50%) translateY(-50%);content:"";background:#d5d5d5;opacity:1!important;border-radius:20px;box-sizing:border-box;transition:all .3s}.page-slider .slick-arrow{z-index:1;width:38px;height:38px}.page-slider .slick-arrow.slick-prev{left:33%}.page-slider .slick-arrow.slick-prev:before{content:"";display:block;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgZmlsbD0iI0UzMUUyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM1MiwzOTYuNiAzMzEuMyw0MTYgMTYwLDI1NiAzMzEuMyw5NiAzNTIsMTE1LjMgMjAxLjUsMjU2ICIvPg0KPC9zdmc+DQo=);background-size:38px;width:38px;height:38px;opacity:1}@media screen and (max-width:1300px){.page-slider .slick-arrow.slick-prev{left:31.5%}}@media screen and (max-width:640px){.page-slider .slick-arrow.slick-prev{left:-18px}}.page-slider .slick-arrow.slick-next{right:33%}.page-slider .slick-arrow.slick-next:before{content:"";display:block;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgZmlsbD0iI0UzMUUyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPg0KPC9zdmc+DQo=);background-size:38px;width:38px;height:38px;opacity:1}@media screen and (max-width:1300px){.page-slider .slick-arrow.slick-next{right:31.5%}}@media screen and (max-width:640px){.page-slider .slick-arrow.slick-next{right:-18px}}.page-slider-slide{padding:0 45px;box-sizing:border-box}@media screen and (max-width:1300px){.page-slider-slide{padding:0 15px}}.page-slider-slide img{margin:0 auto;width:100%}.advantage-line{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:35px}.advantage-line__img{margin-right:19px;-ms-flex-negative:0;flex-shrink:0}.advantage-line__title{color:#000!important;display:inline-block;text-decoration:none!important;font-size:20px!important;font-weight:400;margin-bottom:9px}.advantage-line__text{font-size:16px;line-height:22px;font-weight:300;color:#464646}.no-right-padding{padding-right:0!important}.license-preview{max-width:100px}.docs a{margin-bottom:5px;display:inline-block}.credit-rate{background:#fff;box-sizing:border-box;border-top:1px solid #eee;padding:60px 0 45px}@media screen and (max-width:980px){.credit-rate{padding:35px 0}}.credit-rate h2{text-align:left;font-size:40px;line-height:50px;font-family:Montserrat,sans-serif;font-weight:400;text-transform:uppercase;color:#202020;margin-bottom:50px}@media screen and (max-width:980px){.credit-rate h2{font-size:20px;margin-bottom:15px;line-height:26px}}.credit-rate b,.credit-rate p,.credit-rate strong{font-size:20px}.credit-rate ol li,.credit-rate ul li{font-size:20px;margin-bottom:0}.credit-rate__row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin:0 -15px;max-width:1200px}@media screen and (max-width:700px){.credit-rate__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.credit-rate__col{margin:0 15px}@media screen and (max-width:700px){.credit-rate__col{width:100%!important}}.credit-rate__text{width:calc(100% - 395px - 30px)}@media screen and (max-width:980px){.credit-rate__text{width:calc(100% - 250px - 30px)}}.credit-rate__img{width:395px}@media screen and (max-width:980px){.credit-rate__img{width:250px}}@media screen and (max-width:700px){.credit-rate__img{display:none}}.credit-rate__btns{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:15px 0 0}.credit-rate__btns>*{margin:0 15px 15px 0}.grid-filter{margin-bottom:60px}@media screen and (max-width:980px){.grid-filter{margin-bottom:30px;margin-top:30px}}@media screen and (max-width:700px){.grid-filter{margin-bottom:15px}}.grid-filter__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:0 -15px}@media screen and (max-width:1300px){.grid-filter__row{margin:0 -7.5px}}@media screen and (max-width:700px){.grid-filter__row{-ms-flex-direction:column;flex-direction:column}}.grid-filter__col{display:inline-block;margin:0 15px;min-width:300px}@media screen and (max-width:1300px){.grid-filter__col{margin:0 7.5px}}@media screen and (max-width:700px){.grid-filter__col{margin:0 7.5px 15px}}@media screen and (max-width:450px){.grid-filter__col{min-width:auto}}.css-rotator-bg{position:absolute;top:0;left:0;width:100%;height:100%}.css-rotator-bg__bg{height:100%;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.css-rotator-bg__bg--1{opacity:1}.css-rotator-bg__bg--2{position:absolute;top:0;left:0;opacity:0;animation:zb 4s infinite ease-in-out}.css-rotator-bg__bg--vertical-center{right:0;margin:auto}.css-rotator-img{position:relative}.css-rotator-img__img--1{opacity:1}.css-rotator-img__img--2{position:absolute;top:0;left:0;opacity:0;animation:zb 4s infinite ease-in-out}.css-rotator-img__img--vertical-center{right:0;margin:auto}.vjs-workinghover{outline:none!important}.vjs-control-bar{display:none!important}.calculator{background:#000;min-height:400px;padding:25px;box-sizing:border-box}.vue-slider-tooltip{color:#000!important;border:1px solid #fff!important;background-color:#fff!important}.modal{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;overflow-x:hidden;overflow-y:auto;perspective:500px;max-height:100vh;transition:opacity .4s ease;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.modal .btn:after{content:"";display:none}@media screen and (max-width:640px){.modal .btn{font-size:14px}}.modal__sandbox{position:fixed;width:100%;height:100%;left:0;top:0}.modal__transition{padding:15px}.modal__close{position:absolute;right:15px;top:13px;z-index:10;cursor:pointer}.modal__close svg{width:30px;height:30px}@media screen and (max-width:1300px){.modal__close{right:13px}}.modal__title{font-size:20px;line-height:19px;color:#1a1a1a;border-bottom:1px solid #dbdbdb}.modal__loader{position:absolute;left:0;top:0;width:100%;height:100%}.modal__loader.v-enter-to{animation-name:u}.modal__loader:after{content:"";width:50px;height:50px;border:5px solid transparent;border-top-color:#fff;border-bottom-color:#fff;border-radius:50%;position:relative;animation:Cb 1s linear infinite;display:block;left:50%;top:50%;margin-top:-30px;margin-left:-30px}.modal__window{background:#fff;box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:5px;margin:50px 0 30px;transition:all .6s ease;will-change:transform;max-width:420px;width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-form-footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.modal-form-footer__links{text-align:right;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:end;align-items:flex-end}.modal-form-footer__links a{color:#888;font-size:12px;line-height:14px;position:relative;margin-bottom:5px}.modal-form-footer__links a:last-child{margin-bottom:0}.modal-form-footer__links a:after{content:"";display:block;position:absolute;left:0;width:100%;bottom:-1px;height:1px;background:#888;transition:all .3s}.modal-form-footer__links a:hover{color:#e20613}.modal-form-footer__links a:hover:after{content:"";background:#e20613}.modal-login-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-login-link svg{margin-right:10px;font-size:18px;-ms-flex-negative:0;flex-shrink:0}.modal-login-link p{margin:0;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300}.modal-login__logo{margin-bottom:18px}.modal-login__logo svg{width:160px;height:50px}.modal-login__title{text-transform:uppercase;font-size:22px;line-height:26px;color:#202020}.modal-login__header{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:150px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:30px;text-align:center;position:relative}.modal-login__content{box-sizing:border-box;border-bottom:1px solid #e3e3e3;border-top:1px solid #e3e3e3;padding:40px 45px;-ms-flex-positive:1;flex-grow:1}.modal-login__footer{box-sizing:border-box;text-align:center;height:80px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-form-block{box-sizing:border-box;padding:35px 25px 15px;border-bottom:1px solid #dbdbdb}.modal-form-block__field{margin-bottom:20px}.modal-form-block__field-title{font-size:14px;line-height:18px;margin-bottom:15px}.modal-form-block a{position:relative;font-size:15px}.modal-form-block a:hover{color:#e31e24}@media screen and (max-width:450px){.modal-form-block a{display:inline-block}}.modal-form-block textarea{min-height:96px!important}.modal-form-block label{margin-bottom:0!important}.modal-form-block:last-child{border-bottom:none}.modal-form-block>.row .col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.modal-form-block>.row .col{width:calc(50% - 15px)}}@media screen and (max-width:700px){.modal-form-block>.row .col{width:calc(100% - 15px)}}.modal-form-block>.row .col:last-child label{margin-bottom:0}.modal-form-block>.row .col.full-w{width:calc(100% - 30px)}@media screen and (max-width:1300px){.modal-form-block>.row .col.full-w{width:calc(100% - 15px)}}.modal-form-main-info__row{display:-ms-flexbox;display:flex;margin:0 -15px}.modal-form-main-info__row .modal-main-info__col label,.modal-form-main-info__row .modal-main-info__col label:last-child{margin-bottom:0}@media screen and (max-width:450px){.modal-form-main-info__row{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;margin:0}}.modal-form-main-info__col{margin:0 15px}.modal-form-main-info__col:first-child{width:120px}@media screen and (max-width:1300px){.modal-form-main-info__col:first-child{margin:0 7.5px;width:120px}}@media screen and (max-width:450px){.modal-form-main-info__col:first-child{width:100%;margin:0 0 15px}}.modal-form-main-info__col:nth-child(2){width:calc(100% - 150px - 30px)}@media screen and (max-width:1300px){.modal-form-main-info__col:nth-child(2){margin:0 7.5px;width:calc(100% - 150px - 7.5px)}}@media screen and (max-width:450px){.modal-form-main-info__col:nth-child(2){margin:0;width:100%}}.modal-form-main-info__photo{text-align:center}.modal-form-main-info__photo img{width:100%;margin-bottom:10px}@media screen and (max-width:450px){.modal-form-main-info__photo{max-width:200px;margin:0 auto 18px;text-align:center}}.modal-inner p{font-size:15px;line-height:20px;margin-bottom:15px!important;font-weight:300;color:#1a1a1a}.modal-inner p span{color:#e31e24}.modal-inner ul li{font-size:15px}.modal-inner-header{box-sizing:border-box;padding:35px 25px;border-bottom:1px solid #dbdbdb}.modal-inner-header__tagline{text-align:center;font-size:19px;line-height:20px;color:#1a1a1a}@media screen and (max-width:640px){.modal-inner-header__tagline{margin-top:15px}}.modal-inner-header__title{font-size:20px;font-weight:700;line-height:20px;color:#1a1a1a;margin-bottom:15px}.modal-inner-header__title--no-marg{margin-bottom:0}.modal-inner-header__info{font-size:15px;line-height:20px;margin-bottom:15px;font-weight:300;color:rgba(26,26,26,.75)}.modal-inner-header__info a{font-size:15px}.modal-inner-header__row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;margin:0 -15px}@media screen and (max-width:640px){.modal-inner-header__row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}}.modal-inner-header__col{margin:0 15px;width:calc(100% - 30px)}@media screen and (max-width:640px){.modal-inner-header__col{width:100%;margin:0}.modal-inner-header__col:first-child{margin:0 0 15px}}.modal-inner-content{padding:0 25px;box-sizing:border-box}.modal-inner-content__info{font-size:15px;line-height:20px;margin-bottom:15px;font-weight:300;color:rgba(26,26,26,.75)}.modal-inner-content__info a{font-size:15px}.modal-inner-content__row{display:-ms-flexbox;display:flex;margin:0 -25px;border-bottom:1px solid #dbdbdb}@media screen and (max-width:640px){.modal-inner-content__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.modal-inner-content__col{width:50%;padding:25px}.modal-inner-content__col:first-child{border-right:1px solid #dbdbdb}@media screen and (max-width:640px){.modal-inner-content__col:first-child{padding-bottom:0}}.modal-inner-content__col--no-pad{padding:0}.modal-inner-content__col--full-w{width:100%}@media screen and (max-width:640px){.modal-inner-content__col{width:100%;margin:0}}.modal-inner-content a{position:relative}.modal-inner-content strong{font-weight:500}.modal-inner-content:last-child{border-bottom:none}.modal-inner-footer{box-sizing:border-box;padding:35px 25px;-ms-flex-pack:center;justify-content:center}.modal-inner-footer,.modal-inner-footer__row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal-inner-footer__row{margin:0 -15px}@media screen and (max-width:700px){.modal-inner-footer__row{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}}.modal-inner-footer__col{margin:0 15px;width:calc(100% - 30px)}@media screen and (max-width:700px){.modal-inner-footer__col{width:100%;margin:0 0 15px;text-align:center}.modal-inner-footer__col:last-child{margin-bottom:0}}.modal-inner-footer .btn,.modal-inner-footer .btn:hover,.modal-inner-footer .btn:visited{color:#fff!important}.modal-inner-phone{margin-bottom:30px}@media screen and (max-width:640px){.modal-inner-phone{margin-bottom:5px}}.modal-inner-phone__title{font-size:15px;line-height:20px;margin-bottom:10px;font-weight:300;color:rgba(26,26,26,.75)}@media screen and (max-width:640px){.modal-inner-phone__title{margin-bottom:5px}}.modal-inner-phone__tel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal-inner-phone__tel img{margin-left:13px;-ms-flex-negative:0;flex-shrink:0}.modal-inner-phone__tel a{color:#202020!important;text-decoration:none;font-size:26px;font-weight:400}.modal-inner-phone__tel a span{font-weight:300}.modal-inner--job-request .modal-form-main-info .row .col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.modal-inner--job-request .modal-form-main-info .row .col{width:calc(50% - 15px)}}@media screen and (max-width:1050px) and (max-width:1300px){.modal-inner--job-request .modal-form-main-info .row .col{width:calc(100% - 15px)}}.modal-inner--job-request .modal-form-main-info .row .col.full-w{width:calc(100% - 30px)}@media screen and (max-width:1300px){.modal-inner--job-request .modal-form-main-info .row .col.full-w{width:calc(100% - 15px)}}.modal-inner--job-request .modal-form-main-info .row .col.triple{width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.modal-inner--job-request .modal-form-main-info .row .col.triple{width:calc(33.33333% - 15px)}}@media screen and (max-width:500px){.modal-inner--job-request .modal-form-main-info .row .col.triple{margin-bottom:15px}}@media screen and (max-width:500px) and (max-width:1300px){.modal-inner--job-request .modal-form-main-info .row .col.triple{width:calc(100% - 15px)}}@media screen and (max-width:500px){.modal-inner--job-request .modal-form-main-info .row .col.triple:last-child{margin-bottom:0}}@media screen and (max-width:980px){.modal-inner--job-request .modal-inner-content__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:980px){.modal-inner--job-request .modal-inner-content__col{width:100%;margin:0;border-bottom:1px solid #dbdbdb}.modal-inner--job-request .modal-inner-content__col:last-child{border-bottom:none}}.modal-inner--contact .modal-inner-content__col{border-right:none}.modal-social__el{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#1a1a1a!important;text-decoration:none!important;padding:15px 0;box-sizing:border-box}.modal-social__el:after{content:"";display:none!important}.modal-social__el img{-ms-flex-negative:0;flex-shrink:0;margin-right:24px}.modal-social__el p{margin-bottom:0}.modal-social .row .col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.modal-social .row .col{width:calc(50% - 15px)}}@media screen and (max-width:450px){.modal-social .row .col{width:calc(100% - 15px)}}.modal-press{width:100%}.modal-press__row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0 -15px}@media screen and (max-width:640px){.modal-press__row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}}.modal-press__col{margin:0 15px;width:calc(100% - 30px)}@media screen and (max-width:640px){.modal-press__col{margin:0;width:100%}.modal-press__col:first-child{margin-bottom:10px}}.modal-press-contact__desc{color:#e31e24;font-size:14px}.modal-press-contact__el{color:#1a1a1a!important;font-size:15px;margin-bottom:10px;text-decoration:none!important;display:inline-block}.modal-press-contact__el:after{content:"";display:none!important}.modal-press-contact__el span{color:#7c7c7c}@media screen and (max-width:640px){.modal-press-contact__el{margin-bottom:0}}.modal-press__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:30px}.modal-press__title img{-ms-flex-negative:0;flex-shrink:0;margin-right:19px}.modal-press__title p{margin-bottom:0!important;color:#1a1a1a;font-size:17px}@media screen and (max-width:640px){.modal-press__title{margin-bottom:15px}}.modal-field-contr__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.modal-field-contr__text p{font-size:14px;font-weight:400;margin:0!important}.modal-field-contr__text a{font-size:14px}.container{max-width:1515px;margin:0 auto;padding-left:30px;padding-right:30px}@media screen and (max-width:980px){.container{padding-left:15px;padding-right:15px}}.page-row{margin-bottom:30px}.page-row h2{font-size:20px;line-height:20px;margin-bottom:35px}@media screen and (max-width:640px){.page-row h2{margin-bottom:15px}}.page-row__half{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media screen and (max-width:1300px){.page-row__half{margin-left:7.5px;margin-right:7.5px;width:calc(50% - 15px)}}@media screen and (max-width:640px){.page-row__half{width:calc(100% - 15px)}}@media screen and (max-width:640px){.page-row__half:first-child{margin-bottom:25px}}.page-row__triple{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.page-row__triple{margin-left:7.5px;margin-right:7.5px;width:calc(33.33333% - 15px)}}@media screen and (max-width:700px){.page-row__triple{width:calc(50% - 15px)}}@media screen and (max-width:640px){.page-row__triple{width:calc(50% - 15px)}}@media screen and (max-width:500px){.page-row__triple{width:100%}}.page-row .v-centered{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1110px){.page-row--app .page-row__half{width:calc(100% - 30px);margin-bottom:25px}}@media screen and (max-width:1110px) and (max-width:980px){.page-row--app .page-row__half{width:calc(100% - 15px)}}.page-row--m-gutter{margin-left:-30px!important;margin-right:-30px!important}@media screen and (max-width:980px){.page-row--m-gutter{margin-left:-15px!important;margin-right:-15px!important}}.page-row--m-gutter .page-row__triple{margin-left:30px;margin-right:30px;width:calc(33.33333% - 60px);margin-bottom:20px}@media screen and (max-width:1300px){.page-row--m-gutter .page-row__triple{width:calc(50% - 60px)}}@media screen and (max-width:980px){.page-row--m-gutter .page-row__triple{margin-left:15px;margin-right:15px;width:calc(50% - 30px);margin-bottom:0}}@media screen and (max-width:640px){.page-row--m-gutter .page-row__triple{width:100%}}.central-block{box-sizing:border-box}.central-block--mt{margin-top:50px}@media screen and (max-width:980px){.central-block--mt{margin-top:85px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1300px){.row{margin-left:-7.5px;margin-right:-7.5px}}.col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px}@media screen and (max-width:1300px){.col{margin-left:7.5px;margin-right:7.5px}}.content{width:100%;position:relative}.content__main{box-sizing:border-box;position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow:hidden}@media screen and (max-width:980px){.content__main{padding-right:0!important}}.content__main .grow{-ms-flex:1 1 auto;flex:1 1 auto;width:100%}.content-sidebar{position:fixed;width:270px;top:0;right:0;height:100%;z-index:10}@media screen and (max-width:1300px){.content-sidebar{width:215px}}@media screen and (max-width:1300px){.pc{display:none!important}}.tablet{display:none!important}@media screen and (max-width:1300px){.tablet{display:block!important}}::-webkit-input-placeholder{color:#fff;opacity:1;font-size:15px}:-moz-placeholder,::-moz-placeholder{color:#fff;opacity:1;font-size:15px}:-ms-input-placeholder{color:#fff;opacity:1;font-size:15px}button,input,textarea{outline:none!important}button{cursor:pointer}input,textarea{box-sizing:border-box;background:transparent;overflow:hidden;font-size:15px;font-family:Montserrat,sans-serif;font-weight:400;width:100%;color:#202020}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0!important}input:focus:-moz-placeholder,input:focus::-moz-placeholder,textarea:focus:-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0!important}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0!important}.form label{display:block;font-size:14px;line-height:18px;margin-bottom:14px}.form label sup{color:#e20613;font-weight:400;font-size:19px}.form label .jq-selectbox,.form label input,.form label textarea{margin-top:15px}.form p{margin:0}.form .input{position:relative;display:inline-block;width:100%}.form .input label{font-family:Montserrat,sans-serif;font-weight:400;font-size:13px;line-height:15px;margin-bottom:25px;display:inline-block;width:100%}.form .input label span{display:-ms-flexbox;display:flex}.form .input label sup{font-size:15px;color:#e20613;margin-left:5px}.form .input input{height:40px;padding-left:20px;border-radius:2px;background-color:#fbfbfb;border:1px solid #e3e3e3;padding-bottom:2px;color:#4a4a4a;transition:all .3s}.form .input input:focus,.form .input input:hover{border-bottom:2px solid #e31e24}.form .input input::-webkit-input-placeholder{color:#4a4a4a;opacity:1;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px}.form .input input:-moz-placeholder,.form .input input::-moz-placeholder{color:#4a4a4a;opacity:1;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px}.form .input input:-ms-input-placeholder{color:#4a4a4a;opacity:1;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px}.form .input__error-msg{font-size:12px;line-height:14px;font-weight:300;color:#e20613;position:relative;margin-top:6px;float:right}.form .input__error-msg:before{content:"";display:block;position:absolute;top:3px;left:-14px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBmaWxsPSIjRTIwNjEzIiBwb2ludHM9Ijc3LjYsMjEuMSA0OS42LDQ5LjIgMjEuNSwyMS4xIDE5LjYsMjMgNDcuNiw1MS4xIDE5LjYsNzkuMiAyMS41LDgxLjEgNDkuNiw1MyA3Ny42LDgxLjEgNzkuNiw3OS4yICAgNTEuNSw1MS4xIDc5LjYsMjMgIi8+PC9zdmc+);background-size:12px;width:12px;height:12px;opacity:1}.form .input--map input{padding-right:45px}.form .input--map:after{content:"";display:block;position:absolute;right:13px;top:50%;transform:translateY(-50%);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiID4NCjxnIGlkPSJMaXZlbGxvXzExMCIgZmlsbD0iIzRBNEE0QSI+DQoJPHBhdGggZD0iTTEzLjYsNy4zYzAsMi0xLjcsMy42LTMuOCwzLjZDNy43LDEwLjksNiw5LjMsNiw3LjNjMC0yLDEuNy0zLjYsMy44LTMuNkMxMS45LDMuNiwxMy42LDUuMywxMy42LDcuMyBNMTcuNSw3LjMNCgkJYzAtNC0zLjQtNy4zLTcuNi03LjNDNS43LDAsMi4zLDMuMywyLjMsNy4zYzAsMS44LDAuNywzLjQsMS43LDQuNkw5LjksMjBsNS45LTguMmMwLjItMC4zLDAuNC0wLjUsMC42LTAuOGwwLjEtMC4xaDANCgkJQzE3LjEsOS44LDE3LjUsOC42LDE3LjUsNy4zIi8+DQo8L2c+DQo8ZyBpZD0iTGl2ZWxsb18xXzFfIj4NCjwvZz4NCjwvc3ZnPg0K);background-size:22px;width:22px;height:22px;opacity:1;pointer-events:none}.form .input--date input{padding-right:45px}.form .input--date:after{right:13px;top:9px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIG9wYWNpdHk9IjAuNSI+DQo8cGF0aCBkPSJNMTkuNjQyOSAxLjRIMTcuMTQyOVYwLjM1QzE3LjE0MjkgMC4xNTY0NSAxNi45ODMyIDAgMTYuNzg1NyAwSDE0LjI4NTdDMTQuMDg4MiAwIDEzLjkyODYgMC4xNTY0NSAxMy45Mjg2IDAuMzVWMS40SDYuMDcxNDNWMC4zNUM2LjA3MTQzIDAuMTU2NDUgNS45MTE3OSAwIDUuNzE0MjkgMEgzLjIxNDI5QzMuMDE2NzkgMCAyLjg1NzE0IDAuMTU2NDUgMi44NTcxNCAwLjM1VjEuNEgwLjM1NzE0M0MwLjE1OTY0MyAxLjQgMCAxLjU1NjQ1IDAgMS43NVY1LjZWMjAuNjVDMCAyMC44NDM1IDAuMTU5NjQzIDIxIDAuMzU3MTQzIDIxSDE5LjY0MjlDMTkuODQwNCAyMSAyMCAyMC44NDM1IDIwIDIwLjY1VjUuNlYxLjc1QzIwIDEuNTU2NDUgMTkuODQwNCAxLjQgMTkuNjQyOSAxLjRaTTE0LjY0MjkgMC43SDE2LjQyODZWMS43NVYyLjhIMTQuNjQyOVYxLjc1VjAuN1pNMy41NzE0MyAwLjdINS4zNTcxNFYxLjc1VjIuOEgzLjU3MTQzVjEuNzVWMC43Wk0wLjcxNDI4NiAyLjFIMi44NTcxNFYzLjE1QzIuODU3MTQgMy4zNDM1NSAzLjAxNjc5IDMuNSAzLjIxNDI5IDMuNUg1LjcxNDI5QzUuOTExNzkgMy41IDYuMDcxNDMgMy4zNDM1NSA2LjA3MTQzIDMuMTVWMi4xSDEzLjkyODZWMy4xNUMxMy45Mjg2IDMuMzQzNTUgMTQuMDg4MiAzLjUgMTQuMjg1NyAzLjVIMTYuNzg1N0MxNi45ODMyIDMuNSAxNy4xNDI5IDMuMzQzNTUgMTcuMTQyOSAzLjE1VjIuMUgxOS4yODU3VjUuMjVIMC43MTQyODZWMi4xWk0wLjcxNDI4NiAyMC4zVjUuOTVIMTkuMjg1N1YyMC4zSDAuNzE0Mjg2WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xMi44NTY3IDguMDVIMTAuMzU2N0g5LjY0MjQ0SDcuMTQyNDRINi40MjgxNUgzLjIxMzg3VjExLjJWMTEuOVYxNC4zNVYxNS4wNVYxOC4ySDYuNDI4MTVINy4xNDI0NEg5LjY0MjQ0SDEwLjM1NjdIMTIuODU2N0gxMy41NzFIMTYuNzg1M1YxNS4wNVYxNC4zNVYxMS45VjExLjJWOC4wNUgxMy41NzFIMTIuODU2N1pNMTAuMzU2NyA4Ljc1SDEyLjg1NjdWMTEuMkgxMC4zNTY3VjguNzVaTTEyLjg1NjcgMTQuMzVIMTAuMzU2N1YxMS45SDEyLjg1NjdWMTQuMzVaTTcuMTQyNDQgMTEuOUg5LjY0MjQ0VjE0LjM1SDcuMTQyNDRWMTEuOVpNNy4xNDI0NCA4Ljc1SDkuNjQyNDRWMTEuMkg3LjE0MjQ0VjguNzVaTTMuOTI4MTUgOC43NUg2LjQyODE1VjExLjJIMy45MjgxNVY4Ljc1Wk0zLjkyODE1IDExLjlINi40MjgxNVYxNC4zNUgzLjkyODE1VjExLjlaTTYuNDI4MTUgMTcuNUgzLjkyODE1VjE1LjA1SDYuNDI4MTVWMTcuNVpNOS42NDI0NCAxNy41SDcuMTQyNDRWMTUuMDVIOS42NDI0NFYxNy41Wk0xMi44NTY3IDE3LjVIMTAuMzU2N1YxNS4wNUgxMi44NTY3VjE3LjVaTTE2LjA3MSAxNy41SDEzLjU3MVYxNS4wNUgxNi4wNzFWMTcuNVpNMTYuMDcxIDE0LjM1SDEzLjU3MVYxMS45SDE2LjA3MVYxNC4zNVpNMTYuMDcxIDguNzVWMTEuMkgxMy41NzFWOC43NUgxNi4wNzFaIiBmaWxsPSJibGFjayIvPg0KPC9nPg0KPC9zdmc+DQo=);background-size:20px;width:20px}.form .input--date:after,.form .input--search:after{content:"";display:block;position:absolute;height:22px;opacity:1;pointer-events:none}.form .input--search:after{right:9px;top:50%;transform:translateY(-50%);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTZweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBmaWxsPSIjOTk5OTk5IiBkPSJNMTUuNywxNC4zbC0zLjEwNS0zLjEwNUMxMy40NzMsMTAuMDI0LDE0LDguNTc2LDE0LDdjMC0zLjg2Ni0zLjEzNC03LTctN1MwLDMuMTM0LDAsN3MzLjEzNCw3LDcsNyAgYzEuNTc2LDAsMy4wMjQtMC41MjcsNC4xOTQtMS40MDVMMTQuMywxNS43YzAuMTg0LDAuMTg0LDAuMzgsMC4zLDAuNywwLjNjMC41NTMsMCwxLTAuNDQ3LDEtMUMxNiwxNC43ODEsMTUuOTQ2LDE0LjU0NiwxNS43LDE0LjN6ICAgTTIsN2MwLTIuNzYyLDIuMjM4LTUsNS01czUsMi4yMzgsNSw1cy0yLjIzOCw1LTUsNVMyLDkuNzYyLDIsN3oiLz48L3N2Zz4=);background-size:22px;width:22px}.form .input--error input{border-bottom:2px solid #e20613!important}.form .checkbox{position:relative}.form .checkbox input{top:0;left:0;position:absolute;visibility:hidden}.form .checkbox input:checked+.checkbox__icon{border:1px solid #e31e24}.form .checkbox input:checked+.checkbox__icon:before,.form .checkbox input:checked+.checkbox__link .checkbox__icon:before{opacity:1}.form .checkbox label{z-index:9;font-size:15px;color:#000;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;transition:all .5s;display:-ms-flexbox;display:flex;margin:0;-ms-flex-align:center;align-items:center;height:26px;padding-left:30px}.form .checkbox__icon{display:block;position:absolute;transition:all .3s;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:2px;background-color:#fff;border:1px solid #dadada;box-shadow:none}.form .checkbox__icon:before{content:"";z-index:1;position:absolute;left:3px;top:6px;width:5px;height:10px;border-radius:0;opacity:0;border:1px solid #323232;border-top-color:transparent;border-left-color:transparent;transform:rotate(45deg) translateY(-50%);transition:all .3s}.form .checkbox__text{display:inline-block;margin-left:6px;-ms-flex-align:center;align-items:center;text-align:left;font-size:14px;line-height:12px;color:#000;font-family:Montserrat,sans-serif;font-weight:400}.form .checkbox__text sup{position:relative;top:-6px}.form .checkbox__error-msg{font-size:12px;line-height:14px;font-weight:300;color:#e20613;position:absolute;margin-top:6px;left:12px;top:95%;float:right}.form .checkbox__error-msg:before{content:"";display:block;position:absolute;top:3px;left:-14px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBmaWxsPSIjRTIwNjEzIiBwb2ludHM9Ijc3LjYsMjEuMSA0OS42LDQ5LjIgMjEuNSwyMS4xIDE5LjYsMjMgNDcuNiw1MS4xIDE5LjYsNzkuMiAyMS41LDgxLjEgNDkuNiw1MyA3Ny42LDgxLjEgNzkuNiw3OS4yICAgNTEuNSw1MS4xIDc5LjYsMjMgIi8+PC9zdmc+);background-size:12px;width:12px;height:12px;opacity:1}.form .checkbox--error .checkbox__icon{border:1px solid #e20613!important}.form .checkbox a{display:inline-block}.form .checkbox a:hover{text-decoration:none}.form .checkbox:hover label span{
    /* !* background: $gray;*!
            &:before{
              content: '';
              border-bottom: 1px solid $white;
              border-right: 1px solid $white;
            }*/}.form .checkbox:hover .checkbox__icon{border:1px solid #9a9a9a}.form .radio{position:relative}.form .radio__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.form .radio__el{padding:0 15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px;position:relative}.form .radio__text{font-weight:400;font-size:14px;line-height:16px}.form .radio__icon{display:block;position:absolute;transition:all .3s;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background-color:#fff;border:1px solid #dadada}.form .radio__icon:before{content:"";z-index:1;position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;opacity:0;background:#e31e24;transform:translateY(-50%) translateX(-50%);transition:all .3s}.form .radio input{top:0;left:0;position:absolute;opacity:0}.form .radio input:checked+.radio__icon{border:1px solid #9a9a9a}.form .radio input:checked+span:before{opacity:1}.form .radio label{z-index:9;font-size:15px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;transition:all .5s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:18px;padding-left:30px;margin-bottom:0;min-width:25px}@media screen and (max-width:650){.form .radio label{margin:5px 0}}.form .radio label:hover .radio__icon{border:1px solid #9a9a9a}.form .radio p{margin-bottom:0!important;color:#d5d5d5;font-weight:300;font-size:14px;width:100%}.form .radio-btns{display:-ms-flexbox;display:flex;border-radius:5px;border:1px solid #fff}.form .radio-btns label{position:relative;-ms-flex:1;flex:1;margin:0}.form .radio-btns input{top:0;left:0;position:absolute;visibility:hidden}.form .radio-btns input:checked~.radio-btns__text{background-color:#fff;color:#202020}.form .radio-btns__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:15px;height:40px;font-weight:300;padding:10px;box-sizing:border-box;cursor:pointer}.form .textarea{position:relative}.form .textarea textarea{width:100%;resize:none;min-height:180px;padding:10px 20px;border-radius:2px;background-color:#fbfbfb;border:1px solid #e3e3e3;color:#4a4a4a;transition:all .3s}.form .textarea textarea:focus,.form .textarea textarea:hover{border-bottom:2px solid #e31e24}.form .textarea textarea::-webkit-input-placeholder{color:#4a4a4a;opacity:1;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px}.form .textarea textarea:-moz-placeholder,.form .textarea textarea::-moz-placeholder{color:#4a4a4a;opacity:1;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px}.form .textarea textarea:-ms-input-placeholder{color:#4a4a4a;opacity:1;font-family:Montserrat,sans-serif;font-weight:400;font-size:15px}.form .textarea__error-msg{font-size:12px;line-height:14px;font-weight:300;color:#e20613;position:relative;margin-top:6px;float:right}.form .textarea__error-msg:before{content:"";display:block;position:absolute;top:3px;left:-14px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBmaWxsPSIjRTIwNjEzIiBwb2ludHM9Ijc3LjYsMjEuMSA0OS42LDQ5LjIgMjEuNSwyMS4xIDE5LjYsMjMgNDcuNiw1MS4xIDE5LjYsNzkuMiAyMS41LDgxLjEgNDkuNiw1MyA3Ny42LDgxLjEgNzkuNiw3OS4yICAgNTEuNSw1MS4xIDc5LjYsMjMgIi8+PC9zdmc+);background-size:12px;width:12px;height:12px;opacity:1}.form .textarea--error textarea{border-bottom:2px solid #e20613!important}.form-captcha{display:-ms-flexbox;display:flex;margin:0 -9px}.form-captcha>*{margin:0 9px}.form-captcha .input{-ms-flex-positive:1;flex-grow:1}.form-captcha__img{-ms-flex-negative:0;flex-shrink:0}.form__el{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(50% - 30px);margin-bottom:18px}@media screen and (max-width:1300px){.form__el{margin-left:7.5px;margin-right:7.5px}}@media screen and (max-width:980px){.form__el{width:calc(50% - 15px)}}@media screen and (max-width:700px){.form__el{width:calc(100% - 15px)}}.form__el--vcenter{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.form button{background-color:#f2f2f2;cursor:pointer;width:100%;text-align:center;padding:16px;font-size:18px;line-height:18px;height:48px;border:none;box-sizing:border-box}.form button:focus{outline:none}.form .jq-selectbox{width:100%}.form .jq-selectbox__dropdown{margin-top:15px!important;top:auto!important;padding:12px!important;box-sizing:border-box!important;border:none!important;box-shadow:0 -5px 31px 0 rgba(0,0,0,.1)!important}.form .jq-selectbox__dropdown ul li{color:#4a4a4a!important;font-weight:300;font-size:15px;line-height:15px;padding:11px;box-sizing:border-box;margin:0}.form .jq-selectbox__dropdown ul li:before{content:"";display:none}.form .jq-selectbox__dropdown ul li.selected,.form .jq-selectbox__dropdown ul li:hover{background:#f6f6f6!important}.form .jq-selectbox__dropdown:after{content:"";display:block;position:absolute;left:50%;top:-8px;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:0 7px 8px;border-color:transparent transparent #fff}.form .jq-selectbox__select{background:#fbfbfb!important;border:1px solid #e3e3e3!important;box-shadow:none!important;padding:0 45px 0 20px!important;border-radius:2px!important;height:auto!important;box-sizing:border-box}.form .jq-selectbox__select,.form .jq-selectbox__select-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.form .jq-selectbox__select-text{font-size:15px;padding:3px 0!important;width:100%!important;color:#4a4a4a!important}.form .jq-selectbox__trigger{border:none!important}.form .jq-selectbox__trigger-arrow{top:50%!important;border:none!important;right:10px!important;transform:translateY(-50%);width:22px!important;height:22px!important}.form .jq-selectbox__trigger-arrow:after{content:"";display:block;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNEE0QTRBO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=);background-size:22px;width:22px;height:22px;opacity:1}.form .jq-selectbox.dropup .jq-selectbox__dropdown{margin-top:0!important;margin-bottom:15px!important;box-shadow:0 6px 31px 0 rgba(0,0,0,.1)!important}.form .jq-selectbox.dropup .jq-selectbox__dropdown:after{bottom:-8px;top:auto;transform:translateX(-50%) rotate(180deg)}.salary-form{padding:35px;box-sizing:border-box;background-image:linear-gradient(124deg,#01441e,#e31e24 100%)}.salary-form__desc{color:#fff;font-weight:400;margin-bottom:25px;font-size:20px;text-align:center}.salary-form .form{width:100%;max-width:560px;margin:0 auto}.salary-form .form .jq-selectbox{margin-bottom:20px;display:block}.salary-form .form .jq-selectbox__select{max-width:100%}.salary-form .form .checkbox{max-width:375px;margin:0 auto 20px}.salary-form .form .checkbox__text{color:#fff;line-height:18px}.salary-form .form .input{text-align:center;margin-bottom:20px}.salary-form .form .input input{width:100%}.salary-form .form input[type=submit]{height:40px;white-space:nowrap;border-radius:2px;cursor:pointer}.salary-form .form input[type=submit],.salary-form .form input[type=submit]:hover{background-color:#e31e24;border:1px solid #f7f7f7;color:#f7f7f7}.mx-datepicker{width:100%!important}.mx-datepicker .mx-input{height:40px;padding:0 0 0 20px;box-shadow:none;border-radius:2px;background-color:#fbfbfb;border:1px solid #e3e3e3;color:#4a4a4a;transition:all .3s}.mx-datepicker .mx-input-append{font-size:19px;box-sizing:border-box;top:9px;right:9px;padding:0;width:20px;height:23px;background-color:#fbfbfb;display:inline-block}.mx-datepicker .mx-clear-icon{font-size:16px;position:relative;top:-4px;right:1px}.mx-calendar-header a{color:#0e0e0e!important}.mx-calendar-content td,.mx-calendar-content th{color:#0e0e0e}.mx-calendar-content .cell.today{color:#e31e24!important}.mx-calendar-content .cell:hover{background-color:#f7f7f7!important}.mx-calendar-content .cell.actived{color:#e20613!important;background-color:#ebebeb!important}.subscribe{width:100%;margin-top:45px}@media screen and (max-width:980px){.subscribe{margin-top:25px}}.subscribe__title{color:#000;font-size:18px;margin-bottom:10px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:500;text-align:left;margin-top:45px}.subscribe form,.subscribe form input{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.subscribe form input{height:40px;padding:8px 8px 10px;line-height:16px;font-size:16px;box-sizing:border-box;min-width:120px;-ms-flex-positive:1;flex-grow:1;box-shadow:inset 0 4px 8px 0 rgba(0,0,0,.14);background-color:#fff;border:1px solid #e31e24}.subscribe form input::-webkit-input-placeholder{color:#9b9b9b;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400}.subscribe form input:-moz-placeholder,.subscribe form input::-moz-placeholder{color:#9b9b9b;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400}.subscribe form input:-ms-input-placeholder{color:#9b9b9b;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400}.subscribe form button{background-color:#e31e24;padding:5px 18px 8px;height:40px;border:none;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;transition:all .3s}@media screen and (max-width:640px){.subscribe form button{width:auto;padding:5px 15px}}.subscribe form button p{margin:0 7px 0 0;color:#fff;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400}@media screen and (max-width:640px){.subscribe form button p{display:none}}.subscribe form button img,.subscribe form button svg{-ms-flex-negative:0;flex-shrink:0}.subscribe form button svg{font-size:26px;margin-left:10px;fill:#fff}@media screen and (max-width:640px){.subscribe form button svg{margin:0}}.subscribe form button:hover{background:#ba181d}.subscribe form button:active{background:#970e12}.subscribe--white{box-shadow:0 1px 2px 0 rgba(0,0,0,.36);background-color:hsla(0,0%,100%,.5);border:1px solid #fff;padding:15px;max-width:710px;margin:60px auto 0;box-sizing:border-box}.subscribe--white form input{box-shadow:none;border:none}.subscribe--white form input::-webkit-input-placeholder{color:#404040}.subscribe--white form input:-moz-placeholder,.subscribe--white form input::-moz-placeholder{color:#404040}.subscribe--white form input:-ms-input-placeholder{color:#404040}@media screen and (max-width:700px){.subscribe--white form button p{display:none}}.subscribe--white form button svg{display:none;font-size:26px;-ms-flex-negative:0;flex-shrink:0;margin-left:0;fill:#fff;position:relative}@media screen and (max-width:700px){.subscribe--white form button svg{display:block}}.filter-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px}.filter-row__el{margin:0 5px 30px}.filter-row__el--long{-ms-flex:1 1 auto;flex:1 1 auto;width:100%;max-width:310px;min-width:200px}.filter-row__el--mra{margin-right:auto}.filter-row__el--mla{margin-left:auto}.filter-row__el--no-select{opacity:.5;pointer-events:none}.fullpage__section{overflow:hidden}@media screen and (max-width:980px){.fullpage__section{height:auto!important}}.fullpage__section .fp-tableCell{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column}.fullpage__section .fp-tableCell .news{-ms-flex-positive:1;flex-grow:1}.fullpage__section--v-center .fp-tableCell{-ms-flex-pack:center;justify-content:center}.fp-tableCell{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column}.fp-tableCell .news-slider{-ms-flex-positive:1;flex-grow:1}.rate-table table{width:100%}.rate-table table tr td{box-sizing:border-box;padding-bottom:19px}.rate-table table tr td:after{content:"";display:none}.rate-table table tr:last-child td{padding-bottom:0}.rate-table__header{padding:18px 25px}.rate-table__footer{padding:14px;border-top:1px solid #dbdbdb;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.rate-table__footer a{color:#000;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;line-height:18px;letter-spacing:.2px;border-bottom:1px dotted #000}.rate-table__footer a:hover{border-bottom:1px dotted transparent}.rate-table__currency{color:#000;letter-spacing:-.4px;text-transform:uppercase;font-size:14px;padding-right:30px}.rate-table__sale{letter-spacing:-.4px;font-family:Montserrat,sans-serif;font-weight:300;color:#1d1d1d;font-size:14px;padding-right:24px;box-sizing:border-box;position:relative}.rate-table__sale:after{content:"";position:absolute;display:block;width:1px;height:20px;right:0;top:0;background:#dbdbdb}.rate-table__purchase{letter-spacing:-.4px;font-family:Montserrat,sans-serif;font-weight:300;padding-left:17px;font-size:14px;color:rgba(0,0,0,.4)}.rate .tabs-component-tabs{display:-ms-flexbox;display:flex;border:0;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:-1px;border-radius:6px}.rate .tabs-component-tab{background-color:#fff;border:1px solid #ddd;border-radius:2px 2px 0 0;font-size:14px;-ms-flex-positive:1;flex-grow:1}.rate .tabs-component-tab.is-active{border-bottom:1px solid #fff;z-index:2;transform:translateY(0)}.rate .tabs-component-tab.is-active a{color:#e31e24}.rate .tabs-component-tab.is-active a svg *{fill:#e31e24}.rate .tabs-component-tab a{-ms-flex-align:center;align-items:center;color:rgba(0,0,0,.75);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:10px 9px;font-size:13px;text-decoration:none}.rate .tabs-component-tab a img{margin-right:7px;width:18px;height:auto;-ms-flex-negative:0;flex-shrink:0}.rate .tabs-component-tab a svg{width:18px;height:13px;margin-right:7px;-ms-flex-negative:0;flex-shrink:0}.rate .tabs-component-tab a svg *{fill:#000}.rate .tabs-component-panels{background-color:#fff;border:1px solid #ddd;border-radius:2px;box-shadow:0 0 10px rgba(0,0,0,.05)}.tabs-slider__controls{position:relative;border-bottom:1px solid #dcdcdc;margin-bottom:25px}.tabs-slider__main .slick-slide{box-sizing:border-box}.tabs-slider__btn{font-family:Montserrat,sans-serif;font-weight:300;font-size:15px;text-transform:uppercase;height:50px;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:relative;cursor:pointer;box-sizing:border-box;color:#9b9b9b}.tabs-slider__btn:after{content:"";display:block;position:absolute;width:100%;height:3px;background:#e31e24;opacity:0;visibility:hidden;left:0;bottom:0;transition:all .3s}.tabs-slider__arrow{position:absolute;cursor:pointer;top:10px;z-index:10;width:35px;height:35px}.tabs-slider__arrow svg{font-size:35px}.tabs-slider__left{left:20px}.tabs-slider__right{right:20px}.tabs-slider .slick-current .tabs-slider__btn{color:#000}.tabs-slider .slick-current .tabs-slider__btn:after{content:"";opacity:1;visibility:visible}.tabs-slider ul.list{margin-top:10px}.tabs-slider-scroll{padding-bottom:50px}@media screen and (max-width:980px){.tabs-slider-scroll{margin-bottom:20px}}.tabs-slider-scroll__controls{position:relative;border-bottom:1px solid #dcdcdc;margin-bottom:25px;overflow:hidden}.tabs-slider-scroll__btn{font-family:Montserrat,sans-serif;font-weight:300;font-size:15px;text-transform:uppercase;height:50px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:relative;cursor:pointer;box-sizing:border-box;color:#9b9b9b;margin:0 10px}.tabs-slider-scroll__btn:first-child{margin-left:0}.tabs-slider-scroll__btn:last-child{margin-right:0}.tabs-slider-scroll__btn:after{content:"";display:block;position:absolute;width:100%;height:3px;background:#e31e24;opacity:0;visibility:hidden;left:0;bottom:0;transition:all .3s}.tabs-slider-scroll__btn a{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;font-size:15px;color:#9b9b9b!important;text-decoration:none!important}.tabs-slider-scroll__btn:hover a{color:#212121!important}.tabs-slider-scroll__btn.is-active a{color:#000!important;font-weight:300}.tabs-slider-scroll__btn.is-active:after{visibility:visible;opacity:1}.tabs-slider-scroll__arrow{position:absolute;cursor:pointer;top:10px;z-index:10;width:35px;height:35px}.tabs-slider-scroll__arrow svg{font-size:35px}.tabs-slider-scroll__left{left:20px}.tabs-slider-scroll__right{right:20px}.tabs-slider-scroll .tabs-content-page{max-width:1000px}.card-preview__img{margin-bottom:38px}@media screen and (max-width:1300px){.card-preview__img{margin-bottom:15px}}.card-preview__title{font-size:20px;display:inline-block;color:#e31e24;text-decoration:none;margin-bottom:20px}.card-preview__title:hover{text-decoration:underline}.card-preview__title:visited{color:#e31e24}.card-preview__desc{font-family:Montserrat,sans-serif;font-weight:300;font-size:15px;color:#595959}.card-row__el{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px);margin-bottom:25px}@media screen and (max-width:1300px){.card-row__el{margin-left:7.5px;margin-right:7.5px;width:calc(33.33333% - 15px)}}@media screen and (max-width:980px){.card-row__el{width:calc(50% - 15px)}}@media screen and (max-width:640px){.card-row__el{width:calc(100% - 15px)}}.card-detail__header{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px;min-width:540px}.card-detail__info{color:#202020;font-size:18px;line-height:27px;margin-bottom:15px;font-weight:400;margin-right:15px}.card-detail__info:last-child{margin-right:0}.card-detail__info span{color:#e31e24}.card-detail__link{margin:20px 0 50px}.card-detail-map{width:100%;height:700px}@media screen and (max-width:980px){.card-detail-map{height:500px}}.steps-slider{max-width:490px;margin:0 auto}.steps-slider__desc{text-align:center;font-size:20px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;margin-bottom:50px}@media screen and (max-width:980px){.steps-slider__desc{margin-bottom:25px}}.steps-slider__info{text-align:center;width:100%;margin:15px 0 0}.steps-slider__slides{position:relative;padding-bottom:0;box-sizing:border-box}.steps-slider__slides img{width:100%}.steps-slider .slick-slider{margin:0}.steps-slider .slick-dots{z-index:1;display:-ms-flexbox;display:flex;height:40px;-ms-flex-align:center;align-items:center;position:relative;max-width:490px;overflow:hidden;top:0;margin:0}@media screen and (max-width:640px){.steps-slider .slick-dots{max-width:300px;margin:0 auto 15px}}.steps-slider .slick-dots:after{content:"";display:block;position:absolute;background-color:#d4d4d4;height:1px;width:100%;top:50%;left:0;z-index:-5;transform:translateY(-50%)}.steps-slider .slick-dots li{margin:0;height:25px;padding:0!important;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}.steps-slider .slick-dots li:before{content:"";display:none!important}.steps-slider .slick-dots li.first button:after{right:10px}.steps-slider .slick-dots li.first button:after,.steps-slider .slick-dots li.last button:after{content:"";display:block;position:absolute;top:50%;width:400px;height:14px;transform:translateY(-50%);background-color:#f7f7f7;opacity:1!important;box-sizing:border-box;transition:all .3s;z-index:-2}.steps-slider .slick-dots li.last button:after{left:10px}.steps-slider .slick-dots li:last-child .credit-form__step-inner{margin-left:auto}.steps-slider .slick-dots li.slick-active button{background-color:rgba(246,69,69,.67)}.steps-slider .slick-dots li button{position:relative;width:25px;height:25px;margin:0 auto;background:transparent;border-radius:50%;transition:all .3s}.steps-slider .slick-dots li button:before{display:block;position:absolute;top:50%;left:50%;width:15px;height:15px;margin-left:-7.5px;margin-top:-7.5px;content:"";background-color:#e31e24;opacity:1!important;border-radius:50%;box-sizing:border-box;transition:all .3s}.accordion-line{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px;background:transparent}.accordion-line h3{color:#e31e24;margin-bottom:0}.accordion-line-image-row{margin:0 -5px 35px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.accordion-line-image-row__el{margin:0 5px}.accordion-line-image-row__el img{width:100%}.accordion-line__btn{-ms-flex-negative:0;flex-shrink:0;margin-right:15px;cursor:pointer;display:none}.accordion-line__content{width:100%;padding:0!important}.accordion-line__title{font-size:20px;margin:5px 0 15px;line-height:26px;padding-bottom:0;cursor:pointer;transition:all .3s;border-bottom:1px dashed #e31e24;display:inline;color:#535353}.accordion-line__text,.accordion-line__title{font-family:Montserrat,sans-serif;font-weight:300}.accordion-line__text{font-size:16px;line-height:16px;padding-right:25px;box-sizing:border-box;max-height:0;overflow:hidden}@media screen and (max-width:980px){.accordion-line__text{margin-bottom:0}}.accordion-line__text .btn{font-family:Montserrat,sans-serif;font-weight:400;margin-top:30px}.accordion-line--opened .accordion-line__title{font-family:Montserrat,sans-serif;font-weight:400}.accordion-line--opened .accordion-line__content{box-sizing:border-box}.accordion-line--opened .accordion-line__btn{transform:rotate(180deg)}.accordion--green .accordion-line__title{border-bottom:1px dashed;display:inline-block;color:#e31e24}.compare{margin:70px 0 50px}@media screen and (max-width:980px){.compare{margin:30px 0 25px}}.compare .__vuescroll{padding-bottom:10px}.compare__table-wrap{width:100%;display:inline-block;vertical-align:top;max-width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;background-color:#fff;background-repeat:no-repeat;background-size:20px 100%;position:relative}.compare__table-wrap:before{left:0}.compare__table-wrap:after,.compare__table-wrap:before{content:"";pointer-events:none;display:block;height:100%;width:45px;background:radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.11),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.01),transparent) 100% 0;position:absolute;top:0;opacity:0;visibility:hidden;transition:all .3s;z-index:5}.compare__table-wrap:after{transform:rotate(180deg);right:0}.compare__table-wrap--left:before,.compare__table-wrap--right:after{content:"";opacity:1;visibility:visible}.compare__row{display:-ms-flexbox;display:flex}.compare__col:first-child{width:230px;z-index:1}@media screen and (max-width:700px){.compare__col:first-child{width:140px}}@media screen and (max-width:450px){.compare__col:first-child{width:120px}}.compare__col:nth-child(2){width:calc(100% - 230px)}@media screen and (max-width:700px){.compare__col:nth-child(2){width:calc(100% - 140px)}}@media screen and (max-width:450px){.compare__col:nth-child(2){width:calc(100% - 120px)}}.compare-description__row{display:-ms-flexbox;display:flex}.compare-description__col:first-child{width:230px;z-index:1}@media screen and (max-width:700px){.compare-description__col:first-child{display:none}}.compare-description__col:nth-child(2){width:calc(100% - 230px)}@media screen and (max-width:700px){.compare-description__col:nth-child(2){width:100%}}.compare-description__text{font-weight:300;font-size:13px;margin-top:35px;color:#1e1e1e}.compare-description__text sup{color:#e20613;font-weight:300;font-size:14px}.compare-cards-card{background:#fff;text-align:center}.compare-cards-card__img{position:relative;background:#fff;box-sizing:border-box;padding-bottom:19px;display:inline-block;cursor:pointer}.compare-cards-card__img img{margin:0 auto;width:auto;height:auto;max-width:none;box-shadow:0 0 0 rgba(0,0,0,.21);transition:all .3s;padding:10px;border-radius:3px}.compare-cards-card__img:hover img{box-shadow:0 0 25px rgba(0,0,0,.31)}.compare-cards-card__close{position:absolute;border-radius:50%;top:-9px;right:-9px;width:22px;height:22px;background-color:#bdbdbd;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:1;cursor:pointer}.compare-cards-card__close svg{font-size:13px;fill:#000}.compare-cards-table{width:100%;background:linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(270deg,#fff 30%,hsla(0,0%,100%,0)) 100% 0;background-size:50px 100%;background-repeat:no-repeat;max-width:none;margin-bottom:0}.compare-cards-table__title{font-size:16px;text-transform:uppercase;box-sizing:border-box;text-align:center}.compare-cards-table__svg{width:32px;height:32px}.compare-cards-table__svg svg{font-size:32px}.compare-cards-table__svg--red svg{fill:#e20613}.compare-cards-table__svg--green svg{fill:#00883a}.compare-cards-table p{font-size:16px;color:#1e1e1e;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;margin:0}.compare-cards-table th{vertical-align:top}.compare-cards-table th .compare-cards-card{padding:18px 12px 12px 55px}@media screen and (max-width:980px){.compare-cards-table th .compare-cards-card{padding:18px 12px 12px 15px}}.compare-cards-table th .compare-cards-table{text-align:center}.compare-cards-table th .compare-cards-table__title{padding:12px 12px 12px 55px}@media screen and (max-width:980px){.compare-cards-table th .compare-cards-table__title{padding:12px}}.compare-cards-table th:first-child .compare-cards-card,.compare-cards-table th:first-child .compare-cards-table__title{padding-left:15px}.compare-cards-table td{padding:12px 12px 12px 55px;box-sizing:border-box;text-align:center;position:relative;height:40px}@media screen and (max-width:980px){.compare-cards-table td{padding:18px 12px 12px 15px}}.compare-cards-table td .compare-cards-table__svg{font-size:32px;position:absolute;top:4px;left:calc(50% + 21px);transform:translateX(-50%)}@media screen and (max-width:980px){.compare-cards-table td .compare-cards-table__svg{left:50%}}.compare-cards-table td:first-child{padding-left:12px}.compare-cards-table td:first-child .compare-cards-table__svg{left:50%}.compare-cards-table tr:nth-child(2n){background:#f7f7f7}.compare-cards-table thead tr{background-image:linear-gradient(#e31e24,#e31e24),linear-gradient(124deg,#01441e,#e31e24 100%)}.compare-cards-table thead tr th .compare-cards-table__title{color:#fff}.compare-cards-table tfoot td{padding-bottom:50px}.compare-rates-table{width:100%;background:linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(270deg,#fff 30%,hsla(0,0%,100%,0)) 100% 0;background-size:50px 100%;background-repeat:no-repeat;max-width:none}.compare-rates-table__title{text-align:center;font-weight:300;font-size:18px}.compare-rates-table__title p{white-space:nowrap;color:#fff}.compare-rates-table__title span{font-size:13px}.compare-rates-table__svg{width:32px;height:32px;margin:0 auto}.compare-rates-table__svg svg{font-size:32px}.compare-rates-table__svg--red svg{fill:#e20613}.compare-rates-table__svg--green svg{fill:#00883a}.compare-rates-table__icon{vertical-align:middle!important}.compare-rates-table p{font-size:15px;color:#1e1e1e;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;margin:0;line-height:20px}.compare-rates-table th{padding:13px 27px;vertical-align:middle;box-sizing:border-box}.compare-rates-table th p{color:#fff}.compare-rates-table td{padding:13px 27px;vertical-align:middle;box-sizing:border-box;text-align:center;position:relative;border-right:1px solid #f7f7f7}.compare-rates-table tr:nth-child(2n){background:#f7f7f7}.compare-rates-table thead tr{background-image:linear-gradient(#e31e24,#e31e24),linear-gradient(124deg,#01441e,#e31e24 100%)}.compare-rates-table thead tr th{color:#fff}.compare-rates-table thead tr th .compare-rates-table__title{text-align:center}.compare-rates-table thead tr th .compare-rates-table__title span{display:block;font-size:13px;font-weight:300}.compare-rates-table tfoot td{height:50px!important;display:none}.compare-rates-table--isscroll tfoot td{display:block}.compare-rates-heading{width:100%}.compare-rates-heading td,.compare-rates-heading th{vertical-align:middle;padding:0 15px 0 0;box-sizing:border-box}.compare-rates-heading td p,.compare-rates-heading th p{font-size:15px;font-weight:300;line-height:20px;margin-bottom:0;color:rgba(0,0,0,.65)}.compare-rates-heading td{border-right:1px solid #dbdbdb}.compare-rates-heading tfoot td{height:50px!important;border:none}.property{margin:0 0 50px}.property table{width:100%;border-collapse:collapse}.property table p{margin-bottom:23px;font-family:Montserrat,sans-serif;font-weight:300;font-size:16px}@media screen and (max-width:640px){.property table p{font-size:14px;line-height:20px;margin-bottom:15px}}.property table p strong{font-family:Montserrat,sans-serif;font-weight:400}.property table td{border:1px solid #d5d5d5;padding:23px 32px 0;box-sizing:border-box}@media screen and (max-width:640px){.property table td{padding:10px 10px 0;vertical-align:top}}@media screen and (max-width:1300px){.property{margin-top:30px}}.property .filter-row{margin-bottom:25px}.video-app__line{padding:60px 0;box-sizing:border-box;border-bottom:1px solid #cdcdcd}@media screen and (max-width:980px){.video-app__line{padding:30px 0}}.video-app__line:first-child{padding-top:0}.video-app__line:last-child{border-bottom:none}.video-app__row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.video-app__text{width:50%;padding:24px 19px;box-sizing:border-box;font-family:Montserrat,sans-serif;font-weight:300;font-size:20px;color:#a8a8a8}@media screen and (max-width:700px){.video-app__text{-ms-flex-order:1;order:1;width:100%;padding:0 15px}}.video-app-preview{position:relative;width:50%}.video-app-preview a{display:inline-block;width:100%}.video-app-preview img{width:100%}@media screen and (max-width:700px){.video-app-preview{width:100%;margin-bottom:15px;-ms-flex-order:0;order:0}}.video-app-preview__play{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);pointer-events:none}.video-app-preview__number{position:absolute;background:#fff;right:0;bottom:0;width:57px;height:57px;-ms-flex-pack:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:300;font-size:22px;color:#e31e24}.app-row,.video-app-preview__number{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.app-row{-ms-flex-pack:justify;justify-content:space-between;max-width:750px;margin:0 auto}@media screen and (max-width:640px){.app-row{-ms-flex-direction:column;flex-direction:column;margin:20px 0}}.app-download{padding:20px 0;box-sizing:border-box;text-align:center}@media screen and (max-width:640px){.app-download{width:100%;border-bottom:1px solid #cdcdcd}.app-download:last-child{margin-bottom:0}}.app-download__mobile,.app-download__store{margin:0 auto 20px}.app-download__link{margin-bottom:10px;text-decoration:none!important}.app-download__link p{font-size:20px;font-family:Montserrat,sans-serif;font-weight:300;position:relative;transition:all .3s}.app-download__link p:hover{color:#e31e24}.app-download__link p:hover:after{content:"";opacity:1;visibility:visible}.app-download__link p:after{content:"";display:block;position:absolute;transition:all .3s;width:100%;height:1px;background:#e31e24;opacity:0;visibility:hidden;left:0;bottom:0}.error-page{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}.error-page__content{padding:70px 15px 45px}.error-page__title{color:#e20613;font-size:60px;text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:17px;line-height:60px}.error-page__desc{font-family:Montserrat,sans-serif;font-weight:300;color:#000;font-size:20px;margin-bottom:20px}.error-page__link{text-decoration:underline;color:#e31e24}.error-page__link:hover{text-decoration:none}.tenders-list{margin-top:-30px}.tenders-list__line{padding:25px 0;box-sizing:border-box;border-bottom:1px solid #cdcdcd}.tenders-list__title{font-weight:400;margin-bottom:5px;display:inline-block;color:#000}.tenders-list__content,.tenders-list__title{font-size:20px;font-family:Montserrat,sans-serif}.tenders-list__content{font-weight:300;line-height:22px;margin-bottom:8px}.tenders-list__desc{font-family:Montserrat,sans-serif;font-weight:300;font-size:16px}.tenders-list__desc span{color:#9b9b9b}.product-preview{box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14)}.product-preview__img img{width:100%}.product-preview-desc{padding:24px;box-sizing:border-box;background:#fff}.product-preview-desc__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.product-preview-desc__title{font-size:20px;display:inline-block;margin-bottom:5px;color:#e31e24}.product-preview-desc__price{margin-bottom:5px;color:#e20613}.product-preview-desc__price,.product-preview-desc__text{font-family:Montserrat,sans-serif;font-weight:300;font-size:14px}.product-preview-desc__text{color:#595959}.product-row__el{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px);margin-bottom:30px}@media screen and (max-width:1300px){.product-row__el{margin-left:7.5px;margin-right:7.5px;width:calc(50% - 15px)}}@media screen and (max-width:640px){.product-row__el{width:calc(100% - 15px)}}@media screen and (max-width:1300px){.product-row__el{margin-bottom:15px}}.info-block{padding:50px 0;box-sizing:border-box;background-color:#f7f7f7;border-bottom:1px solid #dcdcdc}@media screen and (max-width:1300px){.info-block{padding:30px 0}}.info-block h2{text-align:left}@media screen and (max-width:1300px){.info-block h2{margin-bottom:30px}}.info-block--no-bpad{padding-bottom:0!important;border-bottom:none}.info-block--center h2{text-align:center}.main-banner{position:relative;min-height:720px;margin-bottom:50px}@media screen and (max-width:980px){.main-banner{margin-bottom:25px;min-height:auto}}@media screen and (max-width:600px){.main-banner{min-height:100px!important}}.main-banner__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:top}.main-banner__bg img{width:100%}.main-banner-content{padding:155px 25px 50px calc((100vw - 1515px)/2);box-sizing:border-box;position:relative;z-index:1}@media screen and (max-width:1575px){.main-banner-content{margin-left:30px;padding-left:0!important}}@media screen and (max-width:980px){.main-banner-content{margin-left:15px}}@media screen and (max-width:1300px){.main-banner-content{padding:100px 25px 50px calc((100vw - 1515px)/2)}}@media screen and (max-width:980px){.main-banner-content{padding:100px 25px 25px calc((100vw - 1515px)/2)}}.main-banner-content h1{font-size:60px;color:#fff;margin-bottom:24px;text-transform:uppercase}@media screen and (max-width:700px){.main-banner-content h1{font-size:40px;margin-bottom:5px}}@media screen and (max-width:640px){.main-banner-content h1{font-size:26px}}.main-banner-content__title{margin-bottom:65px}.main-banner-content__text{font-family:Montserrat,sans-serif;font-weight:300;color:#fff;margin-top:85px;font-size:20px;max-width:800px;margin-bottom:25px}@media screen and (max-width:980px){.main-banner-content__text{margin:30px 0 25px}}.main-banner-content__advantages{max-width:800px}.main-banner-content__row{display:-ms-flexbox;display:flex;margin:0 -25px}@media screen and (max-width:1000px){.main-banner-content__row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}}.main-banner-content__el{margin:0 25px}@media screen and (max-width:1000px){.main-banner-content__el{width:100%;margin:0}}.main-banner-content__el--img{-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1000px){.main-banner-content__el--img{margin-bottom:30px}}.main-banner--short{min-height:360px}.main-banner--medium{min-height:425px}.main-banner--big{min-height:560px}.main-banner--extra-short{min-height:230px}.main-banner--extra-short .main-banner-content{padding:90px 20px 25px calc((100vw - 1515px)/2)}@media screen and (max-width:980px){.main-banner--extra-short .main-banner-content{padding:90px 20px 25px calc((100vw - 1515px)/2)}}.main-banner--extra-short .main-banner-content__title{margin-bottom:0}.main-banner--extra-short .main-banner-content h1{margin-bottom:3px}.main-banner--no-marg{margin-bottom:0!important}@media screen and (max-width:700px){.main-banner--courses{min-height:0;height:150px}}@media screen and (max-width:640px){.main-banner--courses{height:100px}}@media screen and (max-width:700px){.main-banner--courses .main-banner-content{padding:0 0 0 15px;position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.main-banner.hide-title{min-height:160px}@media screen and (max-width:980px){.main-banner.hide-title{min-height:100px}}.main-banner.hide-title .main-banner-content{padding:50px calc((100vw - 1515px)/2) 15px}.main-banner.hide-title .main-banner-content__title{margin-bottom:0}@media screen and (max-width:980px){.main-banner.hide-title .main-banner-content{padding:40px calc((100vw - 1515px)/2) 15px}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:50px;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:10;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14);display:none}.mobile-menu p{margin:0}.mobile-menu-line{-ms-flex-pack:justify;justify-content:space-between;background:#fff;z-index:10;position:relative}.mobile-menu-line,.mobile-menu-line__btn{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mobile-menu-line__btn{width:55px;-ms-flex-pack:center;justify-content:center;transition:all .3s}.mobile-menu-line__btn .toggle-mnu{display:block;width:25px;height:16px}.mobile-menu-line__btn .toggle-mnu span{position:relative;display:block}.mobile-menu-line__btn .toggle-mnu span:after,.mobile-menu-line__btn .toggle-mnu span:before{content:"";position:absolute;left:0;top:7px}.mobile-menu-line__btn .toggle-mnu span:after{top:14px}.mobile-menu-line__btn .toggle-mnu.on span{background-color:transparent!important}.mobile-menu-line__btn .toggle-mnu.on span:before{transform:rotate(45deg) translate(-1px)}.mobile-menu-line__btn .toggle-mnu.on span:after{transform:rotate(-45deg) translate(5px,-6px)}.mobile-menu-line__btn .toggle-mnu span,.mobile-menu-line__btn .toggle-mnu span:after,.mobile-menu-line__btn .toggle-mnu span:before{width:100%;height:2px;background-color:#131313;transition:all .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2px}.mobile-menu-line__btn--active{background-color:#e20613}.mobile-menu-line__btn--active .toggle-mnu span,.mobile-menu-line__btn--active .toggle-mnu span:after,.mobile-menu-line__btn--active .toggle-mnu span:before{background-color:#fff}.mobile-menu-line__phone{margin-right:15px}.mobile-menu-line__phone svg{font-size:32px}.mobile-menu-line__logo{position:relative;left:-6px}.mobile-menu-line__logo svg{width:100px;height:35px}.mobile-menu-drop{position:fixed;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 50px);transition:all .3s;top:50px}.mobile-menu-drop,.mobile-menu-drop:after{left:0;background-color:#efefef;width:100%}.mobile-menu-drop:after{content:"";display:block;position:absolute;top:100%;height:100vh}.mobile-menu-drop-header{height:50px;background-color:#e20613;position:relative;z-index:10}.mobile-menu-drop-header__row{display:-ms-flexbox;display:flex}.mobile-menu-drop-header__el{box-sizing:border-box;border-right:1px solid #c4020e;-ms-flex-negative:0;flex-shrink:0;width:50px}.mobile-menu-drop-header__el:first-child{-ms-flex-positive:1;flex-grow:1;width:auto}.mobile-menu-drop-header__el:first-child a{padding-left:11px;-ms-flex-pack:start;justify-content:flex-start}.mobile-menu-drop-header__el:first-child p{margin-left:4px}.mobile-menu-drop-header__el a{height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-transform:uppercase}.mobile-menu-drop-header__el a svg{width:19px;height:24px;fill:#fff}.mobile-menu-drop-header__el a p{margin-left:10px;color:#fff;font-size:15px}.mobile-menu-drop-header__el:last-child{border-right:none}.mobile-menu-drop-header__el:last-child svg{font-size:16px}.mobile-menu-drop-search{position:absolute;left:0;top:0;width:100%;height:100%;background:#e20613;padding:5px;box-sizing:border-box;z-index:10}.mobile-menu-drop-search form{position:relative;height:100%}.mobile-menu-drop-search form input{height:100%}.mobile-menu-drop-search form input::-webkit-input-placeholder{color:#fff;font-size:15px}.mobile-menu-drop-search form input:-moz-placeholder,.mobile-menu-drop-search form input::-moz-placeholder{color:#fff;font-size:15px}.mobile-menu-drop-search form input:-ms-input-placeholder{color:#fff;font-size:15px}.mobile-menu-drop-search form input[type=text]{color:#fff;border-width:1px;border-color:#b3020c;border-radius:2px;background-color:#b3020c;opacity:1;font-weight:300;font-size:15px;padding:10px 35px 10px 40px;box-sizing:border-box}.mobile-menu-drop-search form input[type=submit]{position:absolute;left:15px;top:50%;transform:translateY(-50%);border:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMS4yNTg0IDEwLjkyODFDMTAuMDcxNyAxMi4yMDI4IDguMzc4OTcgMTMgNi41IDEzQzIuOTEwMTYgMTMgMCAxMC4wODk4IDAgNi41QzAgMi45MTAxNiAyLjkxMDE2IDAgNi41IDBDMTAuMDg5OCAwIDEzIDIuOTEwMTYgMTMgNi41QzEzIDcuODg0NDYgMTIuNTY3MSA5LjE2NzgyIDExLjgyOTQgMTAuMjIyMUMxMS45MTE0IDEwLjI0MjggMTEuOTg5NCAxMC4yODQ1IDEyLjA1NDYgMTAuMzQ3NkwxNC45MzAyIDEzLjEyODFDMTUuMTI4NyAxMy4zMiAxNS4xMzQgMTMuNjM2NSAxNC45NDIgMTMuODM1MUMxNC43NTAxIDE0LjAzMzYgMTQuNDMzNSAxNC4wMzg5IDE0LjIzNSAxMy44NDdMMTEuMzU5NCAxMS4wNjY1QzExLjMxNjggMTEuMDI1MyAxMS4yODMyIDEwLjk3ODQgMTEuMjU4NCAxMC45MjgxWk0xMiA2LjVDMTIgOS41Mzc1NyA5LjUzNzU0IDEyIDYuNSAxMkMzLjQ2MjQ2IDEyIDEgOS41Mzc1NyAxIDYuNUMxIDMuNDYyNDMgMy40NjI0NiAxIDYuNSAxQzkuNTM3NTQgMSAxMiAzLjQ2MjQzIDEyIDYuNVoiIC8+DQo8L3N2Zz4NCg==);background-size:18px;width:18px;height:18px;opacity:1;background-repeat:no-repeat;background-position:50%}.mobile-menu-drop-search__close{position:absolute;right:0;top:50%;transform:translateY(-50%);height:calc(100% - 2px);width:35px;background:#a7010a;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.mobile-menu-drop-search__close svg{font-size:20px;fill:#fff}.mobile-menu-drop__content{background-color:#efefef;box-sizing:border-box;padding:20px 15px;z-index:1;position:absolute;left:0;top:50px;width:100%}.mobile-menu-drop__content>.parent-menu:after{content:"";display:block;width:calc(100% - 25px);height:38px;position:absolute;left:0;bottom:0;z-index:1;background:linear-gradient(180deg,hsla(0,0%,94%,.06) 0,hsla(0,0%,94%,.9) 49%,#efefef)}.mobile-menu-drop-footer{box-sizing:border-box;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;display:-ms-flexbox;display:flex;z-index:1;position:absolute;bottom:-1px;left:0;width:100%}.mobile-menu-drop-footer__btn{box-sizing:border-box;width:50%;border-right:1px solid #d9d9d9;padding:10px}.mobile-menu-drop-footer__btn a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:15px;color:#000;font-family:Montserrat,sans-serif;font-weight:300}.mobile-menu-drop-footer__btn a img{margin-right:10px;-ms-flex-negative:0;flex-shrink:0;max-height:30px}.mobile-menu-drop-footer__btn a svg{font-size:32px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.mobile-menu-drop-footer__btn:last-child{border-right:none}.mobile-menu-drop-lang{position:absolute;left:0;top:0;width:100%;height:100%;background:#e20613;padding:5px;z-index:10;box-sizing:border-box}.mobile-menu-drop-lang__row{display:-ms-flexbox;display:flex;border:1px solid #b3020c;border-radius:2px;height:calc(100% - 2px)}.mobile-menu-drop-lang__el{box-sizing:border-box;border-right:1px solid #c4020e;-ms-flex-positive:1;flex-grow:1}.mobile-menu-drop-lang__el a{height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff}.mobile-menu-drop-lang__el a:hover,.mobile-menu-drop-lang__el a:visited{color:#fff}.mobile-menu-drop-lang__el a svg{font-size:20px;fill:#fff}.mobile-menu-drop-lang__el a p{color:#fff;font-size:15px;position:relative}.mobile-menu-drop-lang__el a p span{position:absolute;top:-6px;right:-5px;font-size:10px}.mobile-menu-drop-lang__el:last-child{border-right:none;background:#e20613!important}.mobile-menu-drop-lang__el--active,.mobile-menu-drop-lang__el:hover{background:#bf0510}.mobile-menu-select{height:100%}.mobile-menu-select__title{height:50px;position:relative;display:-ms-flexbox;display:flex;cursor:pointer;text-transform:uppercase;-ms-flex-align:center;align-items:center;padding-left:15px;box-sizing:border-box;color:#fff;font-size:13px}.mobile-menu-select__title:after{content:"";position:absolute;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=);background-size:18px;width:18px;height:18px;opacity:1;right:17px;top:50%;transform:translateY(-50%)}.mobile-menu-select__options{width:100%;position:absolute;left:0;top:50px;z-index:2}.mobile-menu-select__option{height:100%;position:relative;display:-ms-flexbox;display:flex;cursor:pointer;text-transform:uppercase;-ms-flex-align:center;align-items:center;padding:15px;box-sizing:border-box;border-bottom:1px solid #a60711;color:#fff;font-size:13px;background:#bf0510}.mobile-menu-select__option:hover,.mobile-menu-select__option:visited{color:#fff}.mobile-menu-select__option:last-child{border-bottom:none}.mobile-menu .parent-menu-wrap{position:relative;height:calc(100vh - 200px)}.mobile-menu .parent-menu-wrap .__vuescroll{position:static;overflow:hidden}.mobile-menu .parent-menu-wrap .__vuescroll .__view{position:static!important;padding-bottom:25px}.mobile-menu .parent-menu-wrap .__vuescroll .__panel{position:static!important}.mobile-menu .parent-menu-wrap .scrollbar .__view{overflow:hidden}.mobile-menu .parent-menu-wrap .scrollbar .__native{height:100%;width:100%}.mobile-menu .parent-menu-wrap .parent-menu__line{background:#fff;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.07);box-sizing:border-box;margin-bottom:2px;display:-ms-flexbox;display:flex;position:relative;cursor:pointer;-ms-flex-pack:justify;justify-content:space-between;height:45px}.mobile-menu .parent-menu-wrap .parent-menu__line p{font-size:14px;line-height:15px;display:-ms-flexbox;display:flex;padding:0 45px 0 25px;box-sizing:border-box;width:100%;height:100%;-ms-flex-align:center;align-items:center;font-family:Montserrat,sans-serif;font-weight:400;color:#1a1a1a;transition:all .3s}.mobile-menu .parent-menu-wrap .parent-menu__line:hover .parent-menu__title{color:#e20613}.mobile-menu .parent-menu-wrap .parent-menu__line:hover .parent-menu__btn svg{fill:#e31e24;stroke:#e31e24}.mobile-menu .parent-menu-wrap .parent-menu__line--active a,.mobile-menu .parent-menu-wrap .parent-menu__line--active p{color:#e20613!important}.mobile-menu .parent-menu-wrap .parent-menu__title{font-size:14px;font-family:Montserrat,sans-serif;font-weight:400;color:#1a1a1a;display:-ms-flexbox;display:flex;padding:0 45px 0 25px;box-sizing:border-box;width:100%;height:100%;-ms-flex-align:center;align-items:center;transition:all .3s}.mobile-menu .parent-menu-wrap .parent-menu__btn{width:45px;height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0}.mobile-menu .parent-menu-wrap .parent-menu__btn svg{font-size:17px;transition:all .3s;fill:#2c2c2c;stroke:#2c2c2c;stroke-width:20px}.mobile-menu .parent-menu-wrap .parent-menu__btn:before{content:"";display:block;position:absolute;left:0;height:30px;width:1px;background:#efefef}.mobile-menu .parent-menu-wrap .parent-menu__sub{position:absolute!important;left:0;top:0;width:100%;height:100%;background-color:#efefef;color:#1a1a1a;z-index:10;overflow:hidden}.mobile-menu .parent-menu-wrap .parent-menu__sub:after{content:"";display:block;width:100vw;height:100vh;position:absolute;left:0;top:0;background-color:#efefef;z-index:-1}.mobile-menu .parent-menu-wrap .parent-menu__back{cursor:pointer;background-color:#efefef;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:3px}.mobile-menu .parent-menu-wrap .parent-menu__back svg{stroke:#1a1a1a;stroke-width:38px;font-size:12px}.mobile-menu .parent-menu-wrap .parent-menu__back p{font-size:11px;margin-left:3px;text-transform:uppercase;color:#1a1a1a;font-family:Montserrat,sans-serif;font-weight:400}.mobile-menu .parent-menu-wrap .parent-menu--is-scroll{padding-right:25px;box-sizing:border-box}@media screen and (max-width:1100px){.mobile-menu{display:block}}.horizontal-menu{max-width:1024px;height:100%}.horizontal-menu p{margin:0}.horizontal-menu>ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;text-align:center;margin:0 -15px;height:100%}@media screen and (max-width:1300px){.horizontal-menu>ul{margin:0 -5px}}.horizontal-menu>ul>li{margin:0 15px;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;box-sizing:border-box;background:transparent;height:100%;position:static}.horizontal-menu>ul>li:hover a:after{content:"";opacity:1;visibility:visible}.horizontal-menu>ul>li.active a{height:100%;font-family:Montserrat,sans-serif;font-weight:400;color:#111}.horizontal-menu>ul>li.active a:after{content:"";opacity:1;visibility:visible}@media screen and (max-width:1300px){.horizontal-menu>ul>li{margin:0 5px}}.horizontal-menu>ul>li>a{color:#363636;text-transform:uppercase;font-size:15px;font-family:Montserrat,sans-serif;font-weight:300;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;transition:all .3s}.horizontal-menu>ul>li>a:after{content:"";display:block;position:absolute;width:100%;height:3px;background:#e31e24;opacity:0;visibility:hidden;left:0;bottom:0}.horizontal-menu>ul>li>a img,.horizontal-menu>ul>li>a svg{-ms-flex-negative:0;flex-shrink:0;margin-right:10px}@media screen and (max-width:1300px){.horizontal-menu>ul>li>a img,.horizontal-menu>ul>li>a svg{margin-right:5px}}.horizontal-menu>ul>li>a svg{fill:#4a4a4a;font-size:23px;transition:all .3s}@media screen and (max-width:1300px){.horizontal-menu>ul>li>a{font-size:13px}}.horizontal-menu--add ul li a{font-family:Montserrat,sans-serif;font-weight:400;color:#111}.horizontal-menu--add ul li a:hover{color:#e31e24}.horizontal-menu--add ul li a:hover svg{fill:#e31e24}.horizontal-menu--add ul li a:after{content:"";display:none}.mini-slider{position:relative}.mini-slider__arrow{position:absolute;cursor:pointer;top:30%;z-index:10}.mini-slider__arrow svg{fill:#4a4a4a;width:32px;height:32px}.mini-slider__left{left:0}.mini-slider__right{right:0}.mini-slider-slide{text-align:center}.mini-slider-slide img{margin:0 auto 27px}.mini-slider-slide__title{color:#1b1b1b;font-size:15px;font-family:Montserrat,sans-serif;font-weight:400}.mini-slider-slide__desc{font-size:15px;color:#5f5f5f;font-family:Montserrat,sans-serif;font-weight:300}.news{box-sizing:border-box;padding-bottom:50px}@media screen and (max-width:980px){.news{padding-bottom:20px}}.news .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px);display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}@media screen and (max-width:1300px){.news .col{margin-left:7.5px;margin-right:7.5px;width:calc(50% - 15px)}}@media screen and (max-width:640px){.news .col{width:calc(100% - 15px)}}@media screen and (max-width:1300px){.news .col{margin-bottom:15px}}.news .subscribe{max-width:405px;margin-top:0}.news .subscribe__title{margin-top:0}@media screen and (max-width:700px){.news-header{text-align:center}}.news-header__l-auto{margin-left:auto}.news-header__r-auto{margin-right:auto}.news-header__row{display:-ms-flexbox;display:flex;margin:0 -15px}@media screen and (max-width:700px){.news-header__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.news-header__col{-ms-flex-positive:1;flex-grow:1;margin:0 15px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:700px){.news-header__col .col:first-child{width:100%;-ms-flex-order:1;order:1}}@media screen and (max-width:700px){.news-header__col .col:nth-child(2){width:100%;-ms-flex-order:0;order:0}}.news-header .social-icons{margin-top:0}@media screen and (max-width:700px){.news-header .social-icons{margin:15px auto 0}}.news-header .social-icons svg{fill:#9b9b9b}.news-header .col:first-child{width:calc(66.66667% - 30px)}@media screen and (max-width:1300px){.news-header .col:first-child{width:calc(50% - 15px)}}@media screen and (max-width:700px){.news-header .col:first-child{width:100%;-ms-flex-order:1;order:1}}.news-header .col:nth-child(2){width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.news-header .col:nth-child(2){width:calc(50% - 15px)}}@media screen and (max-width:700px){.news-header .col:nth-child(2){width:100%;-ms-flex-order:0;order:0}}.news-detail-text b,.news-detail-text strong{font-size:18px;color:#9b9b9b}.news-detail-text ol,.news-detail-text p,.news-detail-text ul{color:#535353}.news-one{margin-top:25px}.news-one__title{font-size:20px;text-transform:uppercase;color:#000}.news-preview-img{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;transition:all .3s;height:305px;overflow:hidden;width:100%}@media screen and (max-height:720px){.news-preview-img{height:280px}}.news-preview-img span{display:block}.news-preview-img img{width:100%}.news-preview-img:after{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:3px;background:#e20609;opacity:0;transition:all .3s}.news-preview-img:hover{text-decoration:none}.news-preview-img:hover .news-preview-img-text{border:1px solid #9a9a9a;border-top:none}.news-preview-img:hover:after{content:"";opacity:1}.news-preview-img__img{-ms-flex-negative:0;flex-shrink:0}.news-preview-img__img:hover{cursor:pointer}.news-preview-img-text{border:1px solid #dadada;border-top:none;padding:26px;box-sizing:border-box;display:block;-ms-flex-positive:1;flex-grow:1;transition:all .3s}.news-preview-img-text__title{color:#000;font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;margin-bottom:15px;display:inline-block;transition:all .3s}.news-preview-img-text__title:hover{color:#000}.news-preview-img-text__desc{line-height:22px;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;color:#202020}.news-preview-text{border:1px solid #dadada;height:303px;overflow:hidden;width:100%}.news-preview-text img{width:100%}.news-preview-text span{display:block}@media screen and (max-height:720px){.news-preview-text{height:278px}}.news-preview-text-line{padding:26px;box-sizing:border-box;display:block;height:50%;transition:all .3s;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #dadada;position:relative;color:transparent}.news-preview-text-line:hover{text-decoration:none;outline:1px solid #9a9a9a}.news-preview-text-line:hover:after{content:"";opacity:1}.news-preview-text-line:after{content:"";position:absolute;bottom:-1px;left:0;display:block;width:100%;height:3px;background:#e20609;opacity:0;transition:all .3s}.news-preview-text-line:last-child{border-bottom:none}.news-preview-text-line__title{color:#000;font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;margin-bottom:15px;display:inline-block;transition:all .3s}.news-preview-text-line__title:hover{color:#000}.news-preview-text-line__desc{line-height:22px;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;color:#202020}.news-filter{width:100%;padding-top:33px}@media screen and (max-width:700px){.news-filter{padding-top:15px}}.news-filter__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:0 -15px}@media screen and (max-width:1300px){.news-filter__row{margin:0 -7.5px}}.news-filter__col{width:calc(50% - 30px);margin:0 15px}@media screen and (max-width:1300px){.news-filter__col{width:calc(50% - 15px);margin:0 7.5px}}.news h2{margin:0}.news .tabs-component-tabs{display:-ms-flexbox;display:flex;border:0;padding:29px 0 15px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box;border-bottom:1px solid #999;width:100%;margin-right:18%}@media screen and (max-width:1300px){.news .tabs-component-tabs{margin:0;padding:40px 0 9px}}@media screen and (max-width:700px){.news .tabs-component-tabs{padding:10px 0 9px}}.news .tabs-component-tab{text-align:center}.news .tabs-component-tab.is-active a{color:#000}.news .tabs-component-tab.is-active a:after{content:"";opacity:1;visibility:visible}.news .tabs-component-tab a{font-family:Montserrat,sans-serif;font-weight:300;color:#9b9b9b;font-size:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-transform:uppercase;position:relative;transition:all .3s;padding:0 10px;box-sizing:border-box;text-decoration:none}.news .tabs-component-tab a:after{content:"";transition:all .3s;display:block;position:absolute;width:100%;height:4px;background:#e31e24;opacity:0;visibility:hidden;left:0;bottom:-16px}.news .tabs-component-tab a img{-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.news .tabs-component-tab a:hover{color:#212121}@media screen and (max-width:1300px){.news .tabs-component-tab a{font-size:15px}.news .tabs-component-tab a:after{content:"";bottom:-9px}}.news--no-pad{padding:0!important}.news--one .container{max-width:1000px}.search-list{margin-top:-30px}.search-list__line{padding:25px 0;box-sizing:border-box;border-bottom:1px solid #cdcdcd}.search-list__title{font-size:20px;font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:5px;display:inline-block;color:#000}.search-list__content{font-size:18px;line-height:22px;margin-bottom:8px}.search-list__content,.search-list__desc{font-family:Montserrat,sans-serif;font-weight:300}.search-list__desc{font-size:16px}.search-list__desc span{color:#9b9b9b}.map{margin-bottom:25px}.map .filter-row__el:nth-child(3){margin-right:auto}.map .filter-row__el:nth-child(3) input{width:310px}@media screen and (max-width:640px){.map .filter-row__el:nth-child(3) input{width:280px}}.map-checkboxes{background:#f7f7f7;padding:30px 50px 15px;box-sizing:border-box;position:relative}.map-checkboxes__row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin:0 -10px}.map-checkboxes__row .checkbox{margin:0 10px 15px}.map-checkboxes__row .checkbox:last-child{margin-right:auto}.map-checkboxes__close{position:absolute;right:15px;top:15px;font-size:22px;cursor:pointer}@media screen and (max-width:980px){.map-checkboxes{padding:15px 50px 5px 15px}}@media screen and (max-width:640px){.map .btn{font-size:14px}}.map .tabs-component-tabs{display:-ms-flexbox;display:flex;border:1px solid #e31e24;box-sizing:border-box;height:40px;border-radius:2px}.map .tabs-component-tab{min-width:185px}@media screen and (max-width:640px){.map .tabs-component-tab{min-width:100px}}.map .tabs-component-tab a{color:#9b9b9b;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:38px;line-height:38px}.map .tabs-component-tab.is-active{background:#e31e24}.map .tabs-component-tab.is-active a{color:#fff}.map form{margin-bottom:40px}.map-logo{position:relative}.map-logo__layout{position:absolute;left:-25px;top:-40px;width:50px;height:50px;cursor:pointer}.map-logo__layout:after{content:"";position:absolute;display:block;width:100%;height:100%;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiID4NCjxnIGlkPSJMaXZlbGxvXzExMCIgZmlsbD0iI0UzMUUyNCI+DQoJPHBhdGggZD0iTTEzLjYsNy4zYzAsMi0xLjcsMy42LTMuOCwzLjZDNy43LDEwLjksNiw5LjMsNiw3LjNjMC0yLDEuNy0zLjYsMy44LTMuNkMxMS45LDMuNiwxMy42LDUuMywxMy42LDcuMyBNMTcuNSw3LjMNCgkJYzAtNC0zLjQtNy4zLTcuNi03LjNDNS43LDAsMi4zLDMuMywyLjMsNy4zYzAsMS44LDAuNywzLjQsMS43LDQuNkw5LjksMjBsNS45LTguMmMwLjItMC4zLDAuNC0wLjUsMC42LTAuOGwwLjEtMC4xaDANCgkJQzE3LjEsOS44LDE3LjUsOC42LDE3LjUsNy4zIi8+DQo8L2c+DQo8ZyBpZD0iTGl2ZWxsb18xXzFfIj4NCjwvZz4NCjwvc3ZnPg0K);top:0;left:0;background-size:cover;background-repeat:no-repeat}.map-timeline{margin-bottom:15px}.map-timeline__line{position:relative;border-bottom:2px solid #cfd4d7;height:15px;margin:0 5px 8px}.map-timeline__icon{left:38%;position:absolute;bottom:7px;transition:.15s;font-size:0;line-height:0;width:18px}.map-timeline__icon:after{content:"";position:absolute;display:block;width:100%;bottom:-9px;left:-8px;height:4px;background:#e31e24}.map-timeline svg{font-size:18px;margin-left:-8px;transition:none;fill:#e31e24}.map-timeline__future{position:absolute;left:38%;bottom:-2px;height:2px;background:#e31e24;right:0;z-index:1}.map-timeline__msg{font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;font-size:16px;color:#e31e24}.map-shedule{margin-bottom:25px}.map-shedule:last-child{margin-bottom:0}.map-list{width:100%;overflow:auto;display:inline-block;border-collapse:collapse;border:none;margin-bottom:15px;background:radial-gradient(left,ellipse,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(right,ellipse,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-size:10px 100%,10px 100%;background-attachment:scroll,scroll;background-repeat:no-repeat}.map-list td,.map-list th{box-sizing:border-box}.map-list ul,.map-list ul li{margin-bottom:15px}.map-list ul li{padding-left:15px;position:relative;font-weight:300}.map-list ul li ol,.map-list ul li ul{margin-top:10px}.map-list ul li ol{padding:0 0 0 8px}.map-list ul li ol li{padding-left:10px}.map-list ul li ol li:before{counter-increment:a;color:#e31e24;margin:0;padding:0;content:counter(a) ". ";position:absolute;top:0;left:-8px;width:0;height:0}.map-list ul li:before{content:"";width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:9px;left:0}.map-list ol{margin-bottom:15px;counter-reset:a;padding:0 0 0 15px}.map-list ol li{margin-bottom:15px;list-style-type:none;padding-left:0;position:relative;font-weight:300;line-height:27px}.map-list ol li:before{counter-increment:a;color:#e31e24;margin:0;padding:0;content:counter(a) ". "}.map-list ol li ol,.map-list ol li ul{margin-top:15px}.map-list ol ul{margin-left:20px;counter-reset:a;padding:0}.map-list ol ul li{padding-left:15px}.map-list ol ul li:before{padding:0;content:"";display:block;width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:13px;left:0}.map-list thead p{margin:0}.map-list thead tr{background-image:linear-gradient(#e31e24,#e31e24),linear-gradient(124deg,#01441e,#e31e24 100%);color:#fff;font-size:16px;text-transform:uppercase}.map-list thead tr th{padding:15px 15px 15px 25px;width:33.33333%}.map-list thead tr th p{color:#fff;white-space:nowrap}.map-list thead tr th:first-child{padding:15px 15px 15px 45px}@media screen and (max-width:700px){.map-list thead tr th,.map-list thead tr th:first-child{padding:15px}}.map-list tbody tr{border-bottom:1px solid #cdcdcd}.map-list tbody td{vertical-align:top;padding:50px 15px 50px 25px}.map-list tbody td:first-child{padding:50px 15px 50px 45px}@media screen and (max-width:700px){.map-list tbody td:first-child{padding:25px 15px 15px}}.map-list tbody td p{color:#000;font-size:16px;line-height:20px;margin-bottom:16px}.map-list tbody td p:last-child{margin-bottom:0}.map-list tbody td ul li{font-size:16px}@media screen and (max-width:700px){.map-list tbody td{padding:25px 15px 15px}}.map-list a{font-size:18px;outline:none;text-decoration:underline;transition:all .3s}.map-list a,.map-list a:visited{color:#e31e24}.map-list a:hover{color:#e31e24;text-decoration:underline}.map-list__gray p,.map-list__gray ul{color:#9b9b9b!important}.map .jq-selectbox__select{min-width:180px;max-width:220px}.map .jq-selectbox__dropdown{max-width:280px}.map .jq-selectbox__dropdown ul{max-height:250px}.map .popover{display:inline-block;padding:25px 10px 10px;background:#fff;box-sizing:border-box;position:absolute;border:3px solid #e31e24}.map .popover .close{font-size:30px;position:absolute;top:5px;right:5px}.map .popover .slick-dots{bottom:-23px!important;z-index:1}.map .popover .slick-dots li{margin-right:3px;width:16px;height:16px}.map .popover .slick-dots li.slick-active button:before{border:4px solid #dc2121}.map .popover .slick-dots li button{position:relative;width:16px;height:16px}.map .popover .slick-dots li button:before{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;transform:translateX(-50%) translateY(-50%);content:"";background:transparent;border:1px solid #676767;opacity:1!important;border-radius:20px;box-sizing:border-box;transition:all .3s;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14)}.map .popover .slick-dots li button:hover:before{content:"";border:2px solid #dc2121}.map .popover-title{font-size:14px;color:#000;font-family:Montserrat,sans-serif;font-weight:400;line-height:16px;margin-bottom:20px;padding-right:25px;display:inline-block}.map .popover-inner>ymaps{height:auto!important}.map .popover-content .map-shedule p{font-size:12px;line-height:16px;color:#757575}.map .popover-content .map-timeline__timer{max-width:130px}.map .popover-content .map-timeline__line{margin-bottom:2px}.map .popover-content .map-timeline__msg{font-size:12px;margin-bottom:5px}.map .popover-shedule{max-width:130px}.map .popover-shedule p{font-size:9px}.map .popover .arrow{bottom:-11px;left:50%;margin-left:-11px;position:absolute;display:block}.map .popover .arrow:before{border-color:#e31e24 transparent transparent;bottom:0}.map .popover .arrow:after,.map .popover .arrow:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 0;position:absolute}.map .popover .arrow:after{border-color:#fff transparent transparent;bottom:4px}.map .popover .slick-slider{width:100%}.map .klaster-icon{border-radius:50%;width:50px;height:50px;font-size:18px;font-weight:500;border:4px solid #e31e24;background:#fff;box-sizing:border-box;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}.map [class*=b-cluster-carousel__pager-item]{color:#212121!important}.map [class*=b-cluster-carousel__pager-item_current_yes]{color:#e31e24!important}.map [class*=b-cluster-carousel__pager-item_current_yes]:before{content:"";border-top:3px solid #e31e24!important}.map [class*=balloon-pane]{z-index:9999!important}.map__btn{position:absolute;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;left:-50px;top:0;width:50px;height:50px;background:red;transition:all .3s;opacity:0;visibility:hidden}@media screen and (max-width:700px){.map__btn{opacity:1;visibility:visible}}.map__btn i{font-size:24px;color:#d5d5d5;transition:all .3s}.map__zoom-btn{transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #e31e24;box-shadow:.7px 3.7px 13px 0 rgba(0,0,0,.3);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;-ms-flex-pack:center;justify-content:center}.map__zoom-in div{position:relative;width:13px;height:13px}.map__zoom-in div:before{transform:rotate(90deg)}.map__zoom-in div:after,.map__zoom-in div:before{position:absolute;top:50%;left:0;content:"";display:block;width:100%;height:1px;background:#e31e24}.map__zoom-out div{position:relative;width:13px;height:13px}.map__zoom-out div:after{position:absolute;top:50%;left:0;content:"";display:block;width:100%;height:1px;background:#e31e24}.map #map{width:100%;height:700px}@media screen and (max-width:980px){.map #map{height:500px}}.service-list__line{padding:40px 0;box-sizing:border-box;border-bottom:1px solid #cdcdcd}.service-list__line:first-child{padding-top:0}.service-list__line:last-child{border-bottom:none}@media screen and (max-width:1300px){.service-list__line{padding:20px 0}}.service-list__ul li{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:25px}.service-list__ul li:before{display:none!important}.service-list__ul li:last-child{margin-bottom:35px}@media screen and (max-width:1300px){.service-list__ul li:last-child{margin-bottom:25px}}.service-list__ul li p{margin:7px 0 0}.service-list__ul li img{-ms-flex-negative:0;flex-shrink:0;margin-right:15px;position:relative;top:5px}@media screen and (max-width:1300px){.service-list__ul li img{margin-right:15px}}@media screen and (max-width:1300px){.service-list__ul li{margin-bottom:15px}}.service-list__row ol,.service-list__row ul{margin-bottom:0}.service-list__row .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(50% - 30px)}@media screen and (max-width:1300px){.service-list__row .col{margin-left:7.5px;margin-right:7.5px;width:calc(50% - 15px)}}@media screen and (max-width:640px){.service-list__row .col{width:calc(100% - 15px)}}@media screen and (max-width:700px){.service-list__row .col:first-child{-ms-flex-order:1;order:1}}.service-list__row .col:last-child{padding-right:10%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:700px){.service-list__row .col:last-child{-ms-flex-order:0;order:0}}@media screen and (max-width:1300px){.service-list__row .col{padding:0!important}}.service-list__row .btn{margin-bottom:15px}.service-list__row--reverse .col:last-child{padding:0}@media screen and (max-width:700px){.service-list__row--reverse .col:last-child{-ms-flex-order:1;order:1}}.service-list__row--reverse .col:first-child{padding-left:10%}@media screen and (max-width:700px){.service-list__row--reverse .col:first-child{-ms-flex-order:0;order:0}}.service-list__row:hover .service-list-banner:after{content:"";opacity:.8;visibility:visible}.service-list__row:hover .service-list-banner-advantages{opacity:1;visibility:visible}.service-list__title{font-size:22px!important;margin-top:-7px;margin-bottom:30px;display:inline-block;color:#1e1e1e!important;text-decoration:none!important}.service-list__title:hover{text-decoration:underline!important}@media screen and (max-width:1300px){.service-list__title{margin-bottom:15px}}.service-list-banner{position:relative;width:100%}.service-list-banner img{width:100%}.service-list-banner:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;visibility:hidden;z-index:1;transition:all .3s}@media screen and (max-width:640px){.service-list-banner{margin:0 0 10px}}.service-list-banner-advantages{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;position:absolute;z-index:2;width:100%;top:50%;transform:translateY(-40%);padding:10px 10px 25px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .3s}.service-list-banner-advantages__el{text-align:center;margin:0 5px}.service-list-banner-advantages__el img{width:auto;margin:0 auto 15px}@media screen and (max-width:1300px){.service-list-banner-advantages__el img{margin:0 auto 10px;max-width:50px}}.service-list-banner-advantages__el p{color:#fff}@media screen and (max-width:1300px){.service-list-banner-advantages__el p{margin-bottom:0;font-size:14px;line-height:17px}}.content-sidebar{display:-ms-flexbox;display:flex;background-color:#f7f7f7;-ms-flex-direction:column;flex-direction:column;overflow:hidden;box-sizing:border-box}.content-sidebar:after{content:"";position:absolute;left:0;width:1px;z-index:3;background:#dbdbdb;top:50px;height:calc(100% - 50px)}.content-sidebar p{margin:0}@media screen and (max-width:1300px){.content-sidebar .phone-big-info{padding:18px 28px 18px 10px}.content-sidebar .phone-big-info:after{content:"";right:7px}}@media screen and (max-width:980px){.content-sidebar{display:none}}.content-sidebar-header{-ms-flex-negative:0;flex-shrink:0;position:relative}.content-sidebar-header__row{display:-ms-flexbox;display:flex;background:#e20613}.content-sidebar-header__el{background-image:linear-gradient(#e20613,#e20613);transition:all .3s;box-sizing:border-box;border-right:1px solid #c4020e;-ms-flex-negative:0;flex-shrink:0;width:50px}@media screen and (max-width:1300px){.content-sidebar-header__el{width:34px}.content-sidebar-header__el:first-child a{padding-left:17px}}.content-sidebar-header__el:first-child{-ms-flex-positive:1;flex-grow:1;width:auto}.content-sidebar-header__el:first-child a{padding-left:18px;-ms-flex-pack:start;justify-content:flex-start}.content-sidebar-header__el:first-child p{margin-left:8px}.content-sidebar-header__el:first-child svg{width:19px;height:24px;fill:#fff}.content-sidebar-header__el p{line-height:15px}.content-sidebar-header__el a{height:50px;line-height:15px;padding:0 15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff}.content-sidebar-header__el a svg{width:16px;height:16px;fill:#fff}.content-sidebar-header__el a p{margin-left:10px;color:#fff;font-size:15px}@media screen and (max-width:1300px){.content-sidebar-header__el a p{font-size:13px}}@media screen and (max-width:1300px){.content-sidebar-header__el a{padding:0}}.content-sidebar-header__el:last-child{border-right:none}.content-sidebar-header__el:last-child svg{width:16px;height:14px}.content-sidebar-header__el:hover{background-image:linear-gradient(#ed1414,#ed1414),linear-gradient(0deg,#ff2e00,hsla(0,0%,100%,0))}.content-sidebar-header__el:active{background-image:linear-gradient(#e41119,#e41119)}.content-sidebar-search{position:absolute;left:0;top:0;z-index:10;width:100%;height:50px;background:#e20613;padding:5px;box-sizing:border-box}.content-sidebar-search form{position:relative;height:100%}.content-sidebar-search form input{height:100%}.content-sidebar-search form input::-webkit-input-placeholder{color:#fff;font-size:13px}.content-sidebar-search form input:-moz-placeholder,.content-sidebar-search form input::-moz-placeholder{color:#fff;font-size:13px}.content-sidebar-search form input:-ms-input-placeholder{color:#fff;font-size:13px}.content-sidebar-search form input[type=text]{border-width:1px;color:#fff;border-color:#b3020c;border-radius:2px;background-color:rgba(179,2,12,.85);opacity:1;font-weight:300;font-size:15px;padding:0 35px;box-sizing:border-box;line-height:25px;height:40px;position:absolute;left:0;top:0}.content-sidebar-search form input[type=submit]{position:absolute;left:12px;top:50%;transform:translateY(-50%);border:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMS4yNTg0IDEwLjkyODFDMTAuMDcxNyAxMi4yMDI4IDguMzc4OTcgMTMgNi41IDEzQzIuOTEwMTYgMTMgMCAxMC4wODk4IDAgNi41QzAgMi45MTAxNiAyLjkxMDE2IDAgNi41IDBDMTAuMDg5OCAwIDEzIDIuOTEwMTYgMTMgNi41QzEzIDcuODg0NDYgMTIuNTY3MSA5LjE2NzgyIDExLjgyOTQgMTAuMjIyMUMxMS45MTE0IDEwLjI0MjggMTEuOTg5NCAxMC4yODQ1IDEyLjA1NDYgMTAuMzQ3NkwxNC45MzAyIDEzLjEyODFDMTUuMTI4NyAxMy4zMiAxNS4xMzQgMTMuNjM2NSAxNC45NDIgMTMuODM1MUMxNC43NTAxIDE0LjAzMzYgMTQuNDMzNSAxNC4wMzg5IDE0LjIzNSAxMy44NDdMMTEuMzU5NCAxMS4wNjY1QzExLjMxNjggMTEuMDI1MyAxMS4yODMyIDEwLjk3ODQgMTEuMjU4NCAxMC45MjgxWk0xMiA2LjVDMTIgOS41Mzc1NyA5LjUzNzU0IDEyIDYuNSAxMkMzLjQ2MjQ2IDEyIDEgOS41Mzc1NyAxIDYuNUMxIDMuNDYyNDMgMy40NjI0NiAxIDYuNSAxQzkuNTM3NTQgMSAxMiAzLjQ2MjQzIDEyIDYuNVoiIC8+DQo8L3N2Zz4NCg==);background-size:14px;width:14px;height:14px;opacity:1;background-repeat:no-repeat;background-position:50%}.content-sidebar-search__close{position:absolute;right:0;top:50%;transform:translateY(-19px);height:calc(100% - 2px);width:35px;background:#a7010a;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.content-sidebar-search__close svg{font-size:20px;fill:#fff}.content-sidebar-lang{position:absolute;left:0;top:0;z-index:10;width:100%;height:50px;background:#e20613;padding:5px;box-sizing:border-box}.content-sidebar-lang__row{display:-ms-flexbox;display:flex;border:1px solid #b3020c;border-radius:2px;height:calc(100% - 2px)}.content-sidebar-lang__el{box-sizing:border-box;border-right:1px solid #c4020e;-ms-flex-positive:1;flex-grow:1;background:transparent;transition:all .3s}.content-sidebar-lang__el:hover{background:#bf0510}.content-sidebar-lang__el a{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff}.content-sidebar-lang__el a svg{font-size:20px;fill:#fff}.content-sidebar-lang__el a p{color:#fff;font-size:15px;position:relative}.content-sidebar-lang__el a p span{position:absolute;top:-6px;right:-5px;font-size:10px}.content-sidebar-lang__el:last-child{border-right:none;background:transparent}.content-sidebar-lang__el--active{background:#bf0510}.content-sidebar-menu{background-color:#fff;border-bottom:1px solid #dbdbdb;position:relative;z-index:2}.content-sidebar-menu-title{padding:15px 15px 15px 7px;box-sizing:border-box;height:50px;border-bottom:1px solid hsla(0,0%,63%,.25);cursor:pointer}.content-sidebar-menu-title,.content-sidebar-menu-title__img{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.content-sidebar-menu-title__img{-ms-flex-negative:0;flex-shrink:0;height:40px;width:40px;-ms-flex-pack:center;justify-content:center;border-radius:50%;transition:all .3s}.content-sidebar-menu-title__img svg{transition:all .3s;fill:#4a4a4a;font-size:24px}.content-sidebar-menu-title p{font-size:15px;text-transform:uppercase;letter-spacing:-.4px;font-weight:400;line-height:15px;transition:all .3s;color:#1a1a1a}.content-sidebar-menu-title:hover p{color:#e31e24}.content-sidebar-menu__links{padding:19px;box-sizing:border-box;position:relative}.content-sidebar-menu__links ul li{padding-left:35px;padding-right:20px;box-sizing:border-box;position:relative;line-height:15px;margin-bottom:15px;font-size:15px}.content-sidebar-menu__links ul li:last-child{margin-bottom:0}@media screen and (max-width:1300px){.content-sidebar-menu__links ul li{margin-bottom:10px}}@media screen and (max-height:820px){.content-sidebar-menu__links ul li{margin-bottom:10px}}.content-sidebar-menu__links ul li a{font-size:15px;letter-spacing:-.2px;color:#202020;transition:all .3s}@media screen and (max-width:1300px){.content-sidebar-menu__links ul li a{font-size:13px}}@media screen and (max-height:820px){.content-sidebar-menu__links ul li a{font-size:13px}}.content-sidebar-menu__links ul li:after{content:"";display:block;height:1px;width:20px;transition:all .3s;background-color:#dbdbdb;position:absolute;top:50%;left:0}.content-sidebar-menu__links ul li:hover a{color:#e20613}.content-sidebar-menu__links ul li:hover:after{width:27px;transition:all .3s;content:"";background-color:#353535}.content-sidebar-menu__links ul li.active a{color:#e20613}.content-sidebar-menu__links ul li.active:after{width:27px;content:"";background-color:#353535}.content-sidebar-inner{font-size:14px;padding:19px;box-sizing:border-box;-ms-flex-positive:1;flex-grow:1;position:relative;z-index:2;background-color:#f7f7f7}@media screen and (max-width:1300px){.content-sidebar-inner{padding:19px}}@media screen and (max-height:820px){.content-sidebar-inner{padding:19px}}.content-sidebar--show .vimp-panel{position:relative}.content-sidebar--show:after{content:"";display:none}.content-sidebar--show .content-sidebar-menu-title p{color:#1a1a1a}.content-sidebar--show .content-sidebar-menu-title__img{margin-right:15px;background-color:#e31e24}.content-sidebar--show .content-sidebar-menu-title__img svg{fill:#fff}.content-sidebar--show .content-sidebar-inner:after{top:-1px;height:calc(100% + 2px)}.content-sidebar--show>.scrollbar .__native{overflow:hidden!important}.content-sidebar--show>.scrollbar .__rail-is-vertical{display:none}.content-sidebar--show>.scrollbar .__view{height:100%}.content-sidebar-menu-scroll{height:calc(100% - 50px);width:100%;position:absolute;left:0;top:50px}.content-sidebar-menu-scroll .__vuescroll .__panel{margin-right:-17px}.content-sidebar .tabs-component{margin-bottom:30px}@media screen and (max-width:1300px){.content-sidebar .tabs-component{margin-bottom:19px}}@media screen and (max-height:820px){.content-sidebar .tabs-component{margin-bottom:19px}}@media screen and (max-width:1300px){.content-sidebar .tabs-component-tab a img,.content-sidebar .tabs-component-tab a svg{display:none}}@media screen and (max-width:1300px){.content-sidebar .rate-table td{padding-bottom:10px}}@media screen and (max-height:820px){.content-sidebar .rate-table td{padding-bottom:10px}}@media screen and (max-width:1300px){.content-sidebar .rate-table__footer{padding:8px}}@media screen and (max-height:820px){.content-sidebar .rate-table__footer{padding:8px}}@media screen and (max-width:1300px){.content-sidebar .rate-table__header{padding:12px}}@media screen and (max-height:820px){.content-sidebar .rate-table__header{padding:12px}}@media screen and (max-width:1300px){.content-sidebar .rate-table__currency{padding-right:10px}}@media screen and (max-width:1300px){.content-sidebar .rate-table__sale{padding-right:0}.content-sidebar .rate-table__sale:after{content:"";display:none}}@media screen and (max-width:1300px){.content-sidebar .rate-table__purchase{padding-left:0}}.content-sidebar.transition .boom-enter-active{animation:Ab .5s}.content-sidebar.transition .boom-leave-active{animation:Bb .5s}@keyframes Ab{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes Bb{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.content-sidebar--show .content-sidebar-header:after,.content-sidebar--show .content-sidebar-inner:after,.content-sidebar--show .content-sidebar-menu-scroll:after,.content-sidebar--show .vimp-panel:after,.sidebar-shadow:after{content:"";display:block;position:absolute;left:0;top:-1px;width:100%;z-index:99;height:calc(100% + 1px);background:rgba(0,0,0,.5)}.drop{position:fixed;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;transition:height 1000000s ease;-webkit-transition:height 1000000s ease;-moz-transition:height 1000000s ease;-o-transition:height 1000000s ease;top:0;left:0;box-sizing:border-box;background:#fff;width:calc(100vw - 270px - 17px)}.drop .scrollbar{max-height:100vh;overflow:visible}.drop .scrollbar .__panel{height:calc(100% - 1px)!important;max-height:100%;background-color:#f7f7f7}.drop .scrollbar .__view{overflow:hidden;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column!important;flex-direction:column!important}@media screen and (max-width:1300px){.drop{width:calc(100vw - 215px - 17px)}}.drop:after{content:"";display:block;width:100vw;height:100%;position:absolute;left:100%;top:0;background:#fff}.drop__close{position:absolute;right:30px;top:25px;cursor:pointer}.drop__close svg{width:30px;height:30px}@media screen and (max-width:1300px){.drop__close{right:13px}}.drop-menu__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#202020;font-size:18px;font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:13px}.drop-menu__title:hover,.drop-menu__title:visited{color:#202020}.drop-menu__title img,.drop-menu__title svg{-ms-flex-negative:0;flex-shrink:0;margin-right:14px}.drop-menu__title svg{width:32px;height:32px;fill:#e31e24}@media screen and (max-width:1300px){.drop-menu__title{margin-bottom:15px;font-size:15px}}.drop-menu__list li{margin-bottom:20px;padding-right:10px;font-size:14px;line-height:18px}.drop-menu__list li:last-child{margin-bottom:0}.drop-menu__list li a{font-family:Montserrat,sans-serif;font-weight:400;color:rgba(32,32,32,.75);font-size:14px}@media screen and (max-height:900px){.drop-menu__list li{margin-bottom:10px}}@media screen and (max-width:1300px){.drop-menu__list li{margin-bottom:15px}}.drop-menu__list:hover a{color:#727272}.drop-menu__list:hover a:hover{color:#e20613}.drop-content{padding:30px 60px;box-sizing:border-box;height:calc(100% - 215px);background-color:#fff;-ms-flex-positive:1;flex-grow:1}@media screen and (max-height:900px){.drop-content{height:calc(100% - 140px)}}@media screen and (max-width:1300px){.drop-content{padding:25px 50px 25px 25px}}.drop-content__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.drop-content__el{width:calc(33.33333% - 30px);margin:0 15px 25px}.drop-content .scrollbar{overflow:hidden}.drop-content .scrollbar .__panel{background:#fff;overflow:hidden scroll;padding-right:17px;margin-right:-17px}.drop-content__scroll-inner{height:calc(100vh - 215px - 60px);min-height:600px}.drop-footer{background-color:#fff;border-top:1px solid #e7e7e7;padding:0 60px;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;box-sizing:border-box;height:215px}@media screen and (max-height:900px){.drop-footer{height:140px}}@media screen and (max-width:1300px){.drop-footer{padding:25px}}.drop-footer .row{width:100%}.drop-footer .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.drop-footer .col{margin-left:7.5px;margin-right:7.5px;width:calc(33.33333% - 15px)}}.drop-footer-btn{padding:13px 35px 13px 60px;position:relative;border:1px solid #e31e24;border-radius:2px;color:#202020;font-size:15px;transition:all .3s;display:-ms-flexbox;display:flex;height:100%;box-sizing:border-box;-ms-flex-align:center;align-items:center}.drop-footer-btn p{max-width:215px;font-size:16px;line-height:20px;font-weight:300}@media screen and (max-width:1300px){.drop-footer-btn p{font-size:13px;line-height:15px}}.drop-footer-btn__icon{position:absolute;background:transparent;left:17px;top:50%;transform:translateY(-50%)}.drop-footer-btn__icon svg{width:29px;height:30px;fill:#e31e24}@media screen and (max-width:1300px){.drop-footer-btn__icon{left:7px}}.drop-footer-btn__arrow{position:absolute;opacity:0;right:3px;top:50%;transform:translateY(-48%);visibility:hidden;transition:all .3s}.drop-footer-btn__arrow svg{width:30px;height:30px;fill:#fff}.drop-footer-btn:hover{background-color:#e31e24}.drop-footer-btn:hover p{color:#fff}.drop-footer-btn:hover .drop-footer-btn__icon svg{fill:#fff}.drop-footer-btn:hover .drop-footer-btn__arrow{opacity:1;visibility:visible}@media screen and (max-width:1300px){.drop-footer-btn{padding:10px 40px 10px 50px}}.footer{background-color:#f7f7f7;box-sizing:border-box}.footer h3{font-size:16px;font-weight:500}.footer p{margin:0}.footer .mini-slider{margin:15px auto 0;max-width:220px}.footer-top{padding:35px 0;box-sizing:border-box}.footer-top .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(25% - 30px)}@media screen and (max-width:1300px){.footer-top .col{margin-left:7.5px;margin-right:7.5px;width:calc(25% - 15px)}}@media screen and (max-width:980px){.footer-top .col{width:calc(25% - 15px)}}.footer-top__menu ul li{margin-bottom:15px;line-height:18px}.footer-top__menu ul li:last-child{margin-bottom:0}.footer-top__menu ul li a{color:#5f5f5f;font-size:14px;font-family:Montserrat,sans-serif;font-weight:300;transition:all .3s}.footer-top__menu ul li a:hover{color:#e20613}.footer-bottom{border-top:1px solid #dcdcdc;padding:15px 0;box-sizing:border-box}.footer-bottom a,.footer-bottom p{color:rgba(40,40,40,.8);font-size:11px;line-height:normal}.footer-bottom .phone-big{font-size:16px;margin:0}.footer-bottom .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(25% - 30px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1300px){.footer-bottom .col{margin-left:7.5px;margin-right:7.5px;width:calc(25% - 15px)}}@media screen and (max-width:980px){.footer-bottom .col{width:calc(25% - 15px)}}@media screen and (max-height:900px){.footer{display:none}}.footer-tablet{background-color:#f7f7f7;display:none;padding:38px 0 68px;box-sizing:border-box}.footer-tablet h3{font-size:16px;font-weight:500}.footer-tablet p{margin:0}.footer-tablet .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.footer-tablet .col{margin-left:7.5px;margin-right:7.5px;width:calc(33.33333% - 15px)}}.footer-tablet-vertical{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:-5px 0}.footer-tablet-vertical__el{margin:5px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (max-width:1100px){.footer-tablet-vertical__el{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}}.footer-tablet-vertical__el .social-icons{margin-left:5px}.footer-tablet-vertical__el .social-icons:first-child{margin-left:-5px}.footer-tablet-vertical__el .social-icons:last-child{margin-bottom:10px}@media screen and (max-width:1100px){.footer-tablet-vertical__el .social-icons{margin-left:-5px}}.footer-tablet-vertical .phone-big{margin:0;-ms-flex-pack:start;justify-content:flex-start}.footer-tablet-vertical .phone-big img{max-width:none}.footer-tablet-vertical p{font-size:13px;line-height:15px}.footer-tablet__menu ul li{margin-bottom:13px;line-height:18px}.footer-tablet__menu ul li:last-child{margin-bottom:0}.footer-tablet__menu ul li a{color:#5f5f5f;font-size:13px;font-family:Montserrat,sans-serif;font-weight:300;transition:all .3s}.footer-tablet__menu ul li a:hover{color:#e20613}@media screen and (max-width:1300px){.footer-tablet{padding:20px 0 30px}}@media screen and (max-height:900px){.footer-tablet{display:block}}@media screen and (max-width:640px){.footer-tablet{display:none!important}}.footer-mob{background-color:#f7f7f7;display:none;padding:30px 0 38px;box-sizing:border-box;text-align:center}.footer-mob h3{font-size:16px;font-weight:500}.footer-mob-vertical{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:-5px 0}.footer-mob-vertical__el{margin:5px 0}.footer-mob-vertical .phone-big{margin:0!important;-ms-flex-pack:start;justify-content:flex-start}.footer-mob-vertical .phone-big img{max-width:none}.footer-mob-vertical p{font-size:13px;line-height:15px}.footer-mob__menu h3{font-size:18px;line-height:40px;margin-bottom:5px}.footer-mob__menu ul{margin-bottom:30px}.footer-mob__menu ul li{margin-bottom:5px;line-height:18px}.footer-mob__menu ul li:last-child{margin-bottom:0}.footer-mob__menu ul li a{color:#5f5f5f;font-size:13px;font-family:Montserrat,sans-serif;font-weight:300;transition:all .3s}.footer-mob__menu ul li a:hover{color:#e20613}.footer-mob__desc{padding:24px 0;margin-bottom:20px;box-sizing:border-box;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}.footer-mob__desc,.footer-mob__desc p{font-size:11px;color:rgba(40,40,40,.8);line-height:15px}.footer-mob__desc p{margin-bottom:0}.footer-mob__row{padding-bottom:20px}.footer-mob .social-icons{-ms-flex-pack:center;justify-content:center;margin-bottom:15px}@media screen and (max-width:640px){.footer-mob{display:block}}.lead-main__desc{font-family:Montserrat,sans-serif;font-weight:300;font-size:15px;margin-bottom:10px;letter-spacing:-.4px}@media screen and (max-width:700px){.lead-main__desc{text-align:center}}.lead-main__title{font-family:Montserrat,sans-serif;font-weight:300;font-weight:600;font-size:24px;color:#e31e24}@media screen and (max-width:700px){.lead-main__title{text-align:center}}.lead-main__who{margin:20px 0;font-size:15px;line-height:25px;box-sizing:border-box;padding:20px 0;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.lead-main__heading,.lead-main__who{font-family:Montserrat,sans-serif;font-weight:300}.lead-main__heading{font-weight:600;color:#202020;font-size:18px;margin-bottom:18px}.lead-main__banner{opacity:.5;max-width:370px;background-color:#eaeaea;position:relative;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;line-height:25px;padding:30px;box-sizing:border-box;margin:0 0 50px 20px}.lead-main__banner:after{content:"";display:block;position:absolute;left:-13px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:12.5px 13px 12.5px 0;border-color:transparent #eaeaea transparent transparent}@media screen and (max-width:980px){.lead-main__banner:after{display:none}}@media screen and (max-width:980px){.lead-main__banner{margin:0 0 25px;max-width:100%}}@media screen and (max-width:700px){.lead-main__banner{max-width:100%}}.lead-main__experience{box-sizing:border-box;padding:30px 0 45px;border-top:1px solid #dcdcdc}.lead-main__experience span{color:#e31e24;font-weight:600}.lead-main__experience p{margin-bottom:30px}.lead-main__experience p:last-child{margin-bottom:0}.lead-main__img img{margin:0 auto;outline:5px solid #d5d5d5;outline-offset:-5px}.lead-main__content-row .col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.lead-main__content-row .col{width:calc(50% - 15px)}}@media screen and (max-width:980px){.lead-main__content-row .col{width:calc(100% - 15px)}}.lead-main__row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:0 -15px}@media screen and (max-width:1300px){.lead-main__row{margin:0 -7.5px}}@media screen and (max-width:700px){.lead-main__row{margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}}.lead-main__col{margin:0 15px;box-sizing:border-box}@media screen and (max-width:1300px){.lead-main__col{margin:0 7.5px}}.lead-main__col:first-child{width:310px}@media screen and (max-width:1300px){.lead-main__col:first-child{width:280px}}.lead-main__col:nth-child(2){width:calc(100% - 310px)}@media screen and (max-width:1300px){.lead-main__col:nth-child(2){width:calc(100% - 280px)}}@media screen and (max-width:700px){.lead-main__col{width:100%!important;margin:0}.lead-main__col:first-child{margin-bottom:20px}}.lead-main p{margin-bottom:25px;font-size:15px;line-height:27px}.lead-main strong{font-family:Montserrat,sans-serif;font-weight:300;font-weight:600;color:#202020;font-size:18px}.lead-main ul{margin-bottom:25px}.lead-main ul li{font-size:15px;margin-bottom:13px;padding-left:10px;position:relative}.lead-main ul li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:11px;left:0;transform:translateY(-50%)}.lead-add__desc{font-family:Montserrat,sans-serif;font-weight:300;font-size:15px;margin-bottom:10px;letter-spacing:-.4px}@media screen and (max-width:700px){.lead-add__desc{text-align:center}}.lead-add__title{font-family:Montserrat,sans-serif;font-weight:400;font-weight:600;font-size:24px;margin-bottom:30px;color:#e31e24}@media screen and (max-width:700px){.lead-add__title{text-align:center}}.lead-add__row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:0 -15px}@media screen and (max-width:1300px){.lead-add__row{margin:0 -7.5px}}@media screen and (max-width:700px){.lead-add__row{margin:0!important;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}}.lead-add__experience{box-sizing:border-box;padding:0;border-top:1px solid transparent;max-height:0;overflow:hidden;transition:all .3s}.lead-add__experience span{color:#e31e24;font-weight:600}.lead-add__experience p{margin-bottom:30px}.lead-add__experience p:last-child{margin-bottom:0}.lead-add__who{font-size:15px;line-height:25px;margin:0;padding:0;border-top:1px solid transparent;border-bottom:1px solid transparent;max-height:0;overflow:hidden}.lead-add__col,.lead-add__who{box-sizing:border-box;transition:all .3s}.lead-add__col{margin:0 15px}@media screen and (max-width:1300px){.lead-add__col{margin:0 7.5px}}.lead-add__col:first-child{width:210px}.lead-add__col:nth-child(2){width:calc(100% - 210px)}@media screen and (max-width:700px){.lead-add__col{width:100%!important;margin:0}.lead-add__col:first-child{margin-bottom:20px}}.lead-add__vert-row .col{width:calc(100% - 30px)}@media screen and (max-width:1300px){.lead-add__vert-row .col{width:calc(100% - 15px)}}@media screen and (max-width:700px){.lead-add__content-row{width:100%!important;margin:0}}.lead-add__content-row>.col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.lead-add__content-row>.col{width:calc(50% - 15px)}}@media screen and (max-width:700px){.lead-add__content-row>.col{width:calc(100% - 15px);margin:0}}@media screen and (max-width:700px){.lead-add__content-row>.col:first-child{margin-bottom:20px}}.lead-add__heading{font-family:Montserrat,sans-serif;font-weight:300;font-weight:600;color:#202020;font-size:18px;margin-bottom:18px}.lead-add__banner{opacity:.5;background-color:#eaeaea;position:relative;max-width:420px;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;line-height:25px;padding:30px;box-sizing:border-box;margin:0 0 30px}.lead-add__banner:after{content:"";display:block;position:absolute;left:-13px;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:12.5px 13px 12.5px 0;border-color:transparent #eaeaea transparent transparent;opacity:0;transition:all .3s}@media screen and (max-width:980px){.lead-add__banner:after{display:none}}@media screen and (max-width:700px){.lead-add__banner{max-width:100%;margin:30px 0 0}}.lead-add__img img{margin:0 auto;outline:5px solid #d5d5d5;outline-offset:-5px;width:100%}@media screen and (max-width:700px){.lead-add__img img{width:auto}}.lead-add__line{padding:25px 0;border-top:1px solid #dcdcdc}.lead-add__line:first-child{padding-top:40px;border:none}.lead-add__line>.row>.col:first-child{width:calc(25% - 30px)}@media screen and (max-width:1300px){.lead-add__line>.row>.col:first-child{width:calc(25% - 15px)}}.lead-add__line>.row>.col:nth-child(2){width:calc(50% - 30px)}@media screen and (max-width:1300px){.lead-add__line>.row>.col:nth-child(2){width:calc(50% - 15px)}}.lead-add__line>.row>.col:nth-child(3){width:calc(25% - 30px)}@media screen and (max-width:1300px){.lead-add__line>.row>.col:nth-child(3){width:calc(25% - 15px)}}.lead-add__line--fwidth .lead-add__col{width:100%!important}.lead-add__line--fwidth .lead-add__who{border-bottom:none!important}.lead-add__line--open .lead-add__who{margin:20px 0;font-family:Montserrat,sans-serif;font-weight:300;max-height:100vh;padding:20px 0;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.lead-add__line--open .lead-add__experience{padding:30px 0 45px;border-top:1px solid #dcdcdc;max-height:400vh}.lead-add__line--open .lead-add__banner:after{opacity:1}.lead-add__line--open .lead-add__content-row .col{width:calc(100% - 30px)}@media screen and (max-width:1300px){.lead-add__line--open .lead-add__content-row .col{width:calc(100% - 15px)}}.lead-add__line--open .lead-add__vert-row .col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.lead-add__line--open .lead-add__vert-row .col{width:calc(50% - 15px)}}@media screen and (max-width:700px){.lead-add__line--open .lead-add__vert-row .col{width:calc(100% - 15px)}}.lead-add__line--open .lead-add__col:first-child{width:310px}.lead-add__line--open .lead-add__col:nth-child(2){width:calc(100% - 310px)}.lead-add p{margin-bottom:25px;font-size:15px;line-height:27px}.lead-add strong{font-family:Montserrat,sans-serif;font-weight:300;font-weight:600;color:#202020;font-size:18px}.lead-add ul{margin-bottom:25px}.lead-add ul li{font-size:15px;margin-bottom:13px;padding-left:10px;position:relative}.lead-add ul li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:#e31e24;position:absolute;top:11px;left:0}.lead-desc{font-size:17px;font-family:Montserrat,sans-serif;font-weight:300;text-align:center}.package-filter .row .col{position:relative}.package-filter .row .col:first-child{width:calc(41.66667% - 30px)}@media screen and (max-width:1300px){.package-filter .row .col:first-child{width:calc(41.66667% - 15px)}}@media screen and (max-width:980px){.package-filter .row .col:first-child{width:calc(50% - 15px)}}@media screen and (max-width:640px){.package-filter .row .col:first-child{width:calc(100% - 15px)}}@media screen and (max-width:700px){.package-filter .row .col:first-child{max-width:450px;margin:0 7.5px 20px}}.package-filter .row .col:nth-child(2){width:calc(58.33333% - 30px)}@media screen and (max-width:1300px){.package-filter .row .col:nth-child(2){width:calc(58.33333% - 15px)}}@media screen and (max-width:980px){.package-filter .row .col:nth-child(2){width:calc(50% - 15px)}}@media screen and (max-width:640px){.package-filter .row .col:nth-child(2){width:calc(100% - 15px)}}.package-filter .radio-btns{width:120px}.package-filter .radio-btns__text{height:36px}.package-filter-btn-field{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:0 -10px 30px}.package-filter-btn-field__el{margin:0 10px}.package-filter-btn-field__text{font-weight:400;color:#fff;font-size:20px}@media screen and (max-width:1300px){.package-filter-btn-field__text{font-size:16px}}.package-filter-btn-field__payment-count{position:relative}.package-filter-btn-field__payment-count:before{content:attr(data-pre);position:absolute;left:33px;bottom:9px;color:#fff;font-size:15px}.package-filter-btn-field input{border:1px solid #fff;border-radius:5px;background:transparent;height:36px;text-align:left;padding:0 10px 0 57px;color:#fff;width:120px}.package-filter-suggest{min-height:400px}@media screen and (max-width:640px){.package-filter-suggest{min-height:50px}}.package-filter-suggest__loader{position:absolute;left:0;top:0;width:100%;max-width:560px;height:100%;max-height:400px}.package-filter-suggest__loader.v-enter-to{animation-name:u}.package-filter-suggest__loader:after{content:"";width:50px;height:50px;border:5px solid transparent;border-top-color:#fff;border-bottom-color:#fff;border-radius:50%;position:relative;animation:Cb 1s linear infinite;display:block;left:50%;top:50%;margin-top:-30px;margin-left:-30px}.package-filter-suggest-search{box-sizing:border-box;padding:17px;background:transparent;border:1px solid #fff;position:relative;display:-ms-inline-flexbox;display:inline-flex;float:right;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.package-filter-suggest-search:before{content:"";width:0;height:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #fff;top:-10px;right:24px;position:absolute;opacity:0;visibility:hidden;transition:all .3s}.package-filter-suggest-search .btn{font-weight:300}.package-filter-suggest-search--active{background:#fff;pointer-events:auto}.package-filter-suggest-search--active:before{opacity:1;visibility:visible}.package-filter-suggest-content__row{display:-ms-flexbox;display:flex;margin:0 -10px}@media screen and (max-width:1300px){.package-filter-suggest-content__row{margin:0 -7.5px}}.package-filter-suggest-content__col{margin:0 10px;width:calc(100% - 20px);max-width:280px}@media screen and (max-width:980px){.package-filter-suggest-content__col:last-child{display:none}}@media screen and (max-width:1300px){.package-filter-suggest-content__col{margin:0 7.5px;width:calc(100% - 15px)}}.package-preview{position:relative;border-radius:2px;background:#fff;min-height:450px;height:100%;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.package-preview__header{box-sizing:border-box;padding:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;text-decoration:none!important;color:#1a1a1a}.package-preview__header:hover,.package-preview__header:hover p,.package-preview__header:visited{color:#e31e24}.package-preview__header img{margin-right:24px;width:30px;height:30px;-ms-flex-negative:0;flex-shrink:0}.package-preview__header p{font-weight:400;line-height:20px;font-size:19px;margin-bottom:0;color:#1a1a1a;transition:all .3s;text-align:left}.package-preview__header p span{display:block;font-size:14px;color:rgba(73,73,73,.6);font-weight:300}.package-preview__content{border-top:1px solid #dbdbdb;padding:20px;box-sizing:border-box}.package-preview__advantage{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:17px;max-width:385px}.package-preview__advantage img{margin-right:10px;width:25px;height:auto;-ms-flex-negative:0;flex-shrink:0;position:relative;top:5px}.package-preview__advantage p{font-weight:300;font-size:14px;margin-bottom:0;line-height:17px;color:#070707;text-align:left}.package-preview__advantage p span{color:#7c7c7c;display:block}.package-preview__footer{padding:15px 22px;font-size:13px;font-weight:300;-ms-flex-negative:0;flex-shrink:0;border-top:1px solid #dbdbdb;color:#1a1a1a}.package-preview__footer span{color:rgba(26,26,26,.6);display:block}.package-preview-hover{position:absolute;left:0;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);padding:40px 20px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:all .3s;opacity:0;visibility:hidden}.package-preview-hover__inner .btn{width:100%;margin-bottom:17px;font-weight:300}.package-preview-hover__more{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:300;font-size:16px;margin-top:20px;-ms-flex-pack:center;justify-content:center;text-decoration:none!important}.package-preview-hover__more,.package-preview-hover__more:hover,.package-preview-hover__more:visited{color:#232323;text-align:center}.package-preview-hover__more svg{font-size:20px;fill:#232323;margin-right:14px;-ms-flex-negative:0;flex-shrink:0}.package-preview-hover__more p{position:relative;font-weight:300;font-size:16px;margin-bottom:0;fill:#232323}.package-preview-hover__more p:after{content:"";display:block;position:absolute;bottom:3px;width:100%;height:1px;background:#232323;opacity:1;transition:all .3s}.package-preview-hover__more p:hover:after{content:"";opacity:0}.package-preview:hover .package-preview-hover{opacity:1;visibility:visible}.package-slider{position:relative;padding:0 40px}@media screen and (max-width:700px){.package-slider{padding:0;max-width:400px;margin:0 auto}}.package-slider .package-preview{box-shadow:0 1px 2px 0 rgba(0,0,0,.36)}.package-slider .slick-arrow{display:none!important}.package-slider__slide{padding:10px;box-sizing:border-box}.package-slider__arrow{position:absolute;cursor:pointer;top:50%;z-index:10}.package-slider__arrow svg{fill:#4a4a4a;width:32px;height:32px}.package-slider__left{left:0}@media screen and (max-width:700px){.package-slider__left{left:-20px}}.package-slider__right{right:0}@media screen and (max-width:700px){.package-slider__right{right:-20px}}.package-slider__info{margin-bottom:40px;text-align:center;font-weight:300;font-size:20px;line-height:20px}@media screen and (max-width:980px){.package-slider__info{margin-bottom:20px}}.career-advantages{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px 40px}@media screen and (max-width:1300px){.career-advantages{margin:0 -7.5px 20px}}.career-advantages__el{margin:0 10px 20px;width:calc(50% - 20px);background-color:#fff;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14);padding:22px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:1300px){.career-advantages__el{margin:0 7.5px 20px;width:calc(50% - 15px)}}@media screen and (max-width:640px){.career-advantages__el{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}}@media screen and (max-width:450px){.career-advantages__el{width:100%}}.career-advantages__img{-ms-flex-negative:0;flex-shrink:0;margin-right:30px}@media screen and (max-width:640px){.career-advantages__img{margin-right:0;margin-bottom:15px}}.career-advantages__img svg{font-size:50px;fill:#717171}.career-advantages__title{color:#1c1c1c;font-size:19px;font-weight:400;margin-bottom:13px}.career-advantages__text{line-height:18px;font-weight:300;font-size:14px;color:rgba(28,28,28,.75)}.career-banner{box-sizing:border-box;padding:60px 0;background:#fff}@media screen and (max-width:1300px){.career-banner{padding:30px 0}}@media screen and (max-width:640px){.career-banner .col{margin:0;padding:0 15px}}.career-banner__row{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:0 -15px}@media screen and (max-width:1300px){.career-banner__row{margin:0 -7.5px}}@media screen and (max-width:980px){.career-banner__row{margin:0 -7.5px}}@media screen and (max-width:640px){.career-banner__row{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;margin:0 -7.5px}}.career-banner__img{width:215px;margin:0 15px}@media screen and (max-width:640px){.career-banner__img{width:calc(100% - 30px);text-align:center;margin:0 15px 15px!important;-ms-flex-order:0;order:0}.career-banner__img img{margin:0 auto}}.career-banner__desc{width:calc(100% - 245px - 30px);margin:0 15px;box-sizing:border-box}@media screen and (max-width:640px){.career-banner__desc{width:100%;margin:0;padding:15px;-ms-flex-order:1;order:1}}.career-banner__title{font-size:30px;font-weight:300;margin-bottom:22px;display:inline-block}@media screen and (max-width:1300px){.career-banner__title{margin-bottom:15px}}.career-banner__title--green,.career-banner__title--green:hover,.career-banner__title--green:visited{color:#e31e24}.career-banner__title--red,.career-banner__title--red:hover,.career-banner__title--red:visited{color:#e20613}.career-banner__text{font-size:17px;line-height:26px;margin-bottom:25px;font-weight:300;color:#1a1a1a}.career-vacancy{box-sizing:border-box;padding:60px 0 40px}@media screen and (max-width:1300px){.career-vacancy{padding:30px 0 20px}}.career-vacancy-preview{border-radius:2px;padding:25px;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.17)}.career-vacancy-preview__title{color:#1a1a1a;font-weight:400;font-size:19px;display:inline-block}.career-vacancy-preview__title:hover,.career-vacancy-preview__title:visited{color:#1a1a1a}.career-vacancy-preview__desc{font-size:14px;line-height:20px;margin-top:13px;margin-bottom:15px;font-weight:300;color:#1a1a1a}.career-vacancy-preview__desc span{color:#e31e24}.career-vacancy-preview__info,.career-vacancy-preview__info a{font-size:14px;line-height:20px;margin-bottom:15px;font-weight:300;color:rgba(26,26,26,.75)}.career-vacancy-preview__info a:hover,.career-vacancy-preview__info a:visited{color:rgba(26,26,26,.75)}.career-vacancy h2{text-align:left;margin-bottom:60px}@media screen and (max-width:1300px){.career-vacancy h2{margin-bottom:30px}}.career-vacancy .row .col{width:calc(50% - 30px);margin-bottom:30px}@media screen and (max-width:1300px){.career-vacancy .row .col{width:calc(50% - 15px)}}@media screen and (max-width:700px){.career-vacancy .row .col{width:calc(100% - 15px)}}@media screen and (max-width:1300px){.career-vacancy .row .col{margin-bottom:15px}}.courses-converter__el--curr .curr.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr:after,.courses-currencies.curr:after{content:"";position:absolute;left:10px;top:12px;width:19px;height:12px;background-repeat:no-repeat;background-size:contain;z-index:13}.courses-converter__el--curr .curr-usd.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-usd:after,.courses-currencies.curr-usd:after{background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAIAAAAStyFtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlEMEZCNkQwOEU3MzExRTg4NTAzQTM2MUMzNTQ3MDFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlEMEZCNkQxOEU3MzExRTg4NTAzQTM2MUMzNTQ3MDFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUQwRkI2Q0U4RTczMTFFODg1MDNBMzYxQzM1NDcwMUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUQwRkI2Q0Y4RTczMTFFODg1MDNBMzYxQzM1NDcwMUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7n6sxOAAABFklEQVR42pyRQU7DQAxFvz3JBUBILGm6CG33cDGQ4D4ICXEAFrSBM3AckvHnzxBVWecvrMn3jJ/t2K4baAA9IYMW5rQRbAG8Xz5kmkRkQwv7DSaHblcdNgOD/c0xWCLJ/XZQ3HUn+TIzIxSkHFzI9tsv5VL4aNndDTnRwxrG+Hr13JYu9JJGFzyQHWlmqtt++62CfXfkJNQgguKh+yzEghQ0ZuaCaupKk2lETeoUICGFmOD4dvHkuuyJNpHJfESYnZkFlQtKZfrNBytQ59syba5DLrRk9mKWMmrFtV9ZWjQEini5fmzCJ2ifMhM5iaRp/5E2F9Dm6dWotr5MuXrUjqCUnjXE+Z+g+bm7xypZbW+N1jP/BBgAdwjwRUASSYwAAAAASUVORK5CYII=)}.courses-converter__el--curr .curr-eur.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-eur:after,.courses-currencies.curr-eur:after{background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAIAAAAPshHVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFERkNDNEU3OEU3MzExRThCM0E0OUMwMjM3MDI0OTVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFERkNDNEU4OEU3MzExRThCM0E0OUMwMjM3MDI0OTVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QURGQ0M0RTU4RTczMTFFOEIzQTQ5QzAyMzcwMjQ5NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QURGQ0M0RTY4RTczMTFFOEIzQTQ5QzAyMzcwMjQ5NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6aXxrZAAABVklEQVR42kxSy24CMQwc26F/2QsFqV9ZwZaPAaqqd7rxdOJlKTlEytrzsteaHRhmBK0bg2RGtr5J755GFRJw6IQ6/BfcANTTzeHpagi+6Omw1oPqQMGALl6k6iJmvmA94jX1zdGJmZZUF9Iyvqe9CQL8TG/EplElPfsDaS0OZg2cIasmfy4iKbQ+7IpILlgw6/QQN+5uVWOf6ZZegax/Hffyf4tEBaE6ENfjzgTL9q+5iQPM2TEE7S6LMZblEOJkG3CWHmzVTMjMIHfRz5dpu4TxapWqUqTQmefTe0V9ylnMIdMhcZY7fTEs4toS4qaFje6xvDVnqY+5K6KmqsLlcyuMxiKYhmA+9nyZdkXH55wfKD61VMiFUkuUw1l36XAIeO0Vq2ZqDTYCSSFqDjbuvB5fF9j5tC1fwPwY25pTM6qljYTB4hg+R4hKW3/T8OxcKErzT4ABANL641Rfpi+BAAAAAElFTkSuQmCC)}.courses-converter__el--curr .curr-pln.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-pln:after,.courses-currencies.curr-pln:after{background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAIAAAAPshHVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU1QjFDNjA5QkJENTExRTg5RjNDQ0U3QjM0QTg5Mjc0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU1QjFDNjBBQkJENTExRTg5RjNDQ0U3QjM0QTg5Mjc0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTVCMUM2MDdCQkQ1MTFFODlGM0NDRTdCMzRBODkyNzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTVCMUM2MDhCQkQ1MTFFODlGM0NDRTdCMzRBODkyNzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5D9WiwAAAAJUlEQVR42mL58OEDA1mAiYFcMFJ0Mr5Vp7udLCwMjCMhbAECDABG0QQFgSTuuQAAAABJRU5ErkJggg==)}.courses-converter__el--curr .curr-uah.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-uah:after,.courses-currencies.curr-uah:after{background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENzQyQjMxMkJCRDUxMUU4ODkyMkYzMjZGMDNGODhGMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENzQyQjMxM0JCRDUxMUU4ODkyMkYzMjZGMDNGODhGMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ3NDJCMzEwQkJENTExRTg4OTIyRjMyNkYwM0Y4OEYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ3NDJCMzExQkJENTExRTg4OTIyRjMyNkYwM0Y4OEYzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJH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)}.courses-converter__el--curr .curr-rub.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-rub:after,.courses-currencies.curr-rub:after{background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNUM2RDNCQkJCRDUxMUU4QjYxOEIzRTVDMkNFOUFBNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNUM2RDNCQ0JCRDUxMUU4QjYxOEIzRTVDMkNFOUFBNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM1QzZEM0I5QkJENTExRThCNjE4QjNFNUMyQ0U5QUE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM1QzZEM0JBQkJENTExRThCNjE4QjNFNUMyQ0U5QUE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJH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)}.courses-converter__el--curr .curr-byn.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-byn:after,.courses-currencies.curr-byn:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPg0KPHBhdGggZD0iTTE5IDBIMFYxMkgxOVYwWiIgZmlsbD0iI0NDMDAwMCIvPg0KPHBhdGggZD0iTTE5IDhIMFYxMkgxOVY4WiIgZmlsbD0iIzAwOTkzMyIvPg0KPHBhdGggZD0iTTIuMTExMTEgMEgwVjEySDIuMTExMTFWMFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjg5NjU1IDBIMS4yMDY5VjAuMjVIMS4zNzkzMVYwLjVIMS41NTE3MlYwLjc1SDEuNzI0MTRWMUgxLjg5NjU1VjEuMjVIMS43MjQxNFYxLjVIMS41NTE3MlYxLjc1SDEuMzc5MzFWMkgxLjIwNjlWMi4yNUgxLjAzNDQ4VjIuNUgwLjg2MjA2OVYyLjI1SDAuNjg5NjU1VjJIMC41MTcyNDFWMS43NUgwLjM0NDgyOFYxLjVIMC4xNzI0MTRWMS4yNUgwVjFIMC4xNzI0MTRWMC43NUgwLjM0NDgyOFYwLjVIMC41MTcyNDFWMC4yNUgwLjY4OTY1NVYwWk0wLjg2MjA2OSAwLjVIMS4wMzQ0OFYwLjc1SDEuMjA2OVYxSDEuMzc5MzFWMS4yNUgxLjIwNjlWMS41SDEuMDM0NDhWMS43NUgwLjg2MjA2OVYxLjVIMC42ODk2NTVWMS4yNUgwLjUxNzI0MVYxSDAuNjg5NjU1VjAuNzVIMC44NjIwNjlWMC41Wk0wLjg2MjA2OSAxSDEuMDM0NDhWMS4yNUgwLjg2MjA2OVYxWk0wIDAuMjVIMC4xNzI0MTRWMC41SDBWMC4yNVpNMCAxLjc1SDAuMTcyNDE0VjJIMFYxLjc1Wk0xLjg5NjU1IDBIMlYwLjVIMS44OTY1NVYwWk0xLjg5NjU1IDEuNzVIMlYyLjI1SDEuODk2NTVWMS43NVpNMC4zNDQ4MjggMi4yNUgwLjUxNzI0MVYyLjVIMC42ODk2NTVWMi43NUgwLjg2MjA2OVYzSDAuNjg5NjU1VjMuMjVIMC41MTcyNDFWMy41SDAuMzQ0ODI4VjMuMjVIMC4xNzI0MTRWM0gwVjIuNzVIMC4xNzI0MTRWMi41SDAuMzQ0ODI4VjIuMjVaTTAuMzQ0ODI4IDIuNzVIMC41MTcyNDFWM0gwLjM0NDgyOFYyLjc1Wk0xLjM3OTMxIDIuMjVIMS41NTE3MlYyLjVIMS43MjQxNFYyLjc1SDEuODk2NTVWM0gxLjcyNDE0VjMuMjVIMS41NTE3MlYzLjVIMS4zNzkzMVYzLjI1SDEuMjA2OVYzSDEuMDM0NDhWMi43NUgxLjIwNjlWMi41SDEuMzc5MzFWMi4yNVpNMS4zNzkzMSAyLjc1SDEuNTUxNzJWM0gxLjM3OTMxVjIuNzVaTTAgMy43NUgwLjE3MjQxNFY0SDBWMy43NVpNMS44OTY1NSAzLjVIMlY0SDEuODk2NTVWMy41WiIgZmlsbD0iI0NDMDAwMCIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjY4OTY1NSA0SDEuMjA2OVY0LjI1SDEuMzc5MzFWNC41SDEuNTUxNzJWNC43NUgxLjcyNDE0VjVIMS44OTY1NVY1LjI1SDEuNzI0MTRWNS41SDEuNTUxNzJWNS43NUgxLjM3OTMxVjZIMS4yMDY5VjYuMjVIMS4wMzQ0OFY2LjVIMC44NjIwNjlWNi4yNUgwLjY4OTY1NVY2SDAuNTE3MjQxVjUuNzVIMC4zNDQ4MjhWNS41SDAuMTcyNDE0VjUuMjVIMFY1SDAuMTcyNDE0VjQuNzVIMC4zNDQ4MjhWNC41SDAuNTE3MjQxVjQuMjVIMC42ODk2NTVWNFpNMC44NjIwNjkgNC41SDEuMDM0NDhWNC43NUgxLjIwNjlWNUgxLjM3OTMxVjUuMjVIMS4yMDY5VjUuNUgxLjAzNDQ4VjUuNzVIMC44NjIwNjlWNS41SDAuNjg5NjU1VjUuMjVIMC41MTcyNDFWNUgwLjY4OTY1NVY0Ljc1SDAuODYyMDY5VjQuNVpNMC44NjIwNjkgNUgxLjAzNDQ4VjUuMjVIMC44NjIwNjlWNVpNMCA0LjI1SDAuMTcyNDE0VjQuNUgwVjQuMjVaTTAgNS43NUgwLjE3MjQxNFY2SDBWNS43NVpNMS44OTY1NSA0SDJWNC41SDEuODk2NTVWNFpNMS44OTY1NSA1Ljc1SDJWNi4yNUgxLjg5NjU1VjUuNzVaTTAuMzQ0ODI4IDYuMjVIMC41MTcyNDFWNi41SDAuNjg5NjU1VjYuNzVIMC44NjIwNjlWN0gwLjY4OTY1NVY3LjI1SDAuNTE3MjQxVjcuNUgwLjM0NDgyOFY3LjI1SDAuMTcyNDE0VjdIMFY2Ljc1SDAuMTcyNDE0VjYuNUgwLjM0NDgyOFY2LjI1Wk0wLjM0NDgyOCA2Ljc1SDAuNTE3MjQxVjdIMC4zNDQ4MjhWNi43NVpNMS4zNzkzMSA2LjI1SDEuNTUxNzJWNi41SDEuNzI0MTRWNi43NUgxLjg5NjU1VjdIMS43MjQxNFY3LjI1SDEuNTUxNzJWNy41SDEuMzc5MzFWNy4yNUgxLjIwNjlWN0gxLjAzNDQ4VjYuNzVIMS4yMDY5VjYuNUgxLjM3OTMxVjYuMjVaTTEuMzc5MzEgNi43NUgxLjU1MTcyVjdIMS4zNzkzMVY2Ljc1Wk0wIDcuNzVIMC4xNzI0MTRWOEgwVjcuNzVaTTEuODk2NTUgNy41SDJWOEgxLjg5NjU1VjcuNVoiIGZpbGw9IiNDQzAwMDAiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42ODk2NTUgOEgxLjIwNjlWOC4yNUgxLjM3OTMxVjguNUgxLjU1MTcyVjguNzVIMS43MjQxNFY5SDEuODk2NTVWOS4yNUgxLjcyNDE0VjkuNUgxLjU1MTcyVjkuNzVIMS4zNzkzMVYxMEgxLjIwNjlWMTAuMjVIMS4wMzQ0OFYxMC41SDAuODYyMDY5VjEwLjI1SDAuNjg5NjU1VjEwSDAuNTE3MjQxVjkuNzVIMC4zNDQ4MjhWOS41SDAuMTcyNDE0VjkuMjVIMFY5SDAuMTcyNDE0VjguNzVIMC4zNDQ4MjhWOC41SDAuNTE3MjQxVjguMjVIMC42ODk2NTVWOFpNMC44NjIwNjkgOC41SDEuMDM0NDhWOC43NUgxLjIwNjlWOUgxLjM3OTMxVjkuMjVIMS4yMDY5VjkuNUgxLjAzNDQ4VjkuNzVIMC44NjIwNjlWOS41SDAuNjg5NjU1VjkuMjVIMC41MTcyNDFWOUgwLjY4OTY1NVY4Ljc1SDAuODYyMDY5VjguNVpNMC44NjIwNjkgOUgxLjAzNDQ4VjkuMjVIMC44NjIwNjlWOVpNMCA4LjI1SDAuMTcyNDE0VjguNUgwVjguMjVaTTAgOS43NUgwLjE3MjQxNFYxMEgwVjkuNzVaTTEuODk2NTUgOEgyVjguNUgxLjg5NjU1VjhaTTEuODk2NTUgOS43NUgyVjEwLjI1SDEuODk2NTVWOS43NVpNMC4zNDQ4MjggMTAuMjVIMC41MTcyNDFWMTAuNUgwLjY4OTY1NVYxMC43NUgwLjg2MjA2OVYxMUgwLjY4OTY1NVYxMS4yNUgwLjUxNzI0MVYxMS41SDAuMzQ0ODI4VjExLjI1SDAuMTcyNDE0VjExSDBWMTAuNzVIMC4xNzI0MTRWMTAuNUgwLjM0NDgyOFYxMC4yNVpNMC4zNDQ4MjggMTAuNzVIMC41MTcyNDFWMTFIMC4zNDQ4MjhWMTAuNzVaTTEuMzc5MzEgMTAuMjVIMS41NTE3MlYxMC41SDEuNzI0MTRWMTAuNzVIMS44OTY1NVYxMUgxLjcyNDE0VjExLjI1SDEuNTUxNzJWMTEuNUgxLjM3OTMxVjExLjI1SDEuMjA2OVYxMUgxLjAzNDQ4VjEwLjc1SDEuMjA2OVYxMC41SDEuMzc5MzFWMTAuMjVaTTEuMzc5MzEgMTAuNzVIMS41NTE3MlYxMUgxLjM3OTMxVjEwLjc1Wk0wIDExLjc1SDAuMTcyNDE0VjEySDBWMTEuNzVaTTEuODk2NTUgMTEuNUgyVjEySDEuODk2NTVWMTEuNVoiIGZpbGw9IiNDQzAwMDAiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMCI+DQo8cmVjdCB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=)}.courses-converter__el--curr .curr-cny.jq-selectbox:after,.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr-cny:after,.courses-currencies.curr-cny:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOSAwSDBWMTJIMTlWMFoiIGZpbGw9IiNERTI5MTAiLz4NCjxwYXRoIGQ9Ik0zLjE2NjYzIDEuMjAwMkw0LjI4MzQyIDQuNDU2NDFMMS4zNTk2MiAyLjQ0Mzk2SDQuOTczNjNMMi4wNDk4NCA0LjQ1NjQxTDMuMTY2NjMgMS4yMDAyWiIgZmlsbD0iI0ZGREUwMCIvPg0KPHBhdGggZD0iTTYuNTgxMTYgMC42NDc2MTNMNi40NzU0MSAxLjc4NDQ4TDUuODU1NjEgMC44MDU4NDZMNi45NjQyMSAxLjI1MjQ0TDUuNzkwMjUgMS41MDg0N0w2LjU4MTE2IDAuNjQ3NjEzWiIgZmlsbD0iI0ZGREUwMCIvPg0KPHBhdGggZD0iTTguMDU0NjYgMS45ODIzM0w3LjQ5MTUxIDIuOTkxMjJMNy4zMjExNCAxLjg2MTQzTDguMTU5OTUgMi42ODA1OEw2Ljk3MzEgMi40ODQ5Nkw4LjA1NDY2IDEuOTgyMzNaIiBmaWxsPSIjRkZERTAwIi8+DQo8cGF0aCBkPSJNOC4xOTUwNyAzLjk5NDUzTDcuMjQ2NDkgNC42OTgwMkw3LjU3NzQ0IDMuNjAwNjdMNy45OTA1NCA0LjY3MjczTDYuOTkxMTggNC4wMzU0NUw4LjE5NTA3IDMuOTk0NTNaIiBmaWxsPSIjRkZERTAwIi8+DQo8cGF0aCBkPSJNNi41NTY3NSA0LjgzODU0TDYuNTAwODUgNS45Nzg1OEw1LjgzODc3IDUuMDI1MTRMNi45NjU5NSA1LjQyNzhMNS44MDQyMiA1LjcyOTcyTDYuNTU2NzUgNC44Mzg1NFoiIGZpbGw9IiNGRkRFMDAiLz4NCjwvc3ZnPg0K)}.courses .tabs-slider{position:relative;z-index:1}.courses .tabs-slider-scroll{padding-bottom:0;position:relative;z-index:1}.courses .tabs-main{margin-bottom:50px;border-bottom:1px solid #dbdbdb}.courses .compare__table-wrap{margin-bottom:50px}@media screen and (max-width:980px){.courses .compare__table-wrap{margin-bottom:25px}}.courses .load-ajax{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:700px){.courses .load-ajax .courses-filter{-ms-flex-order:1;order:1}}@media screen and (max-width:700px){.courses .load-ajax .tabs-slider-scroll{-ms-flex-order:0;order:0}}.courses-advantages{margin-bottom:50px}.courses-advantages__row{display:-ms-flexbox;display:flex;margin:0 -7.5px}@media screen and (max-width:700px){.courses-advantages__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.courses-advantages__col{margin:0 7.5px;width:33%}@media screen and (max-width:700px){.courses-advantages__col{margin:0 7.5px 15px;width:100%}.courses-advantages__col:last-child{margin-bottom:0}}.courses-advantages-advantage{background:#fff;box-shadow:0 0 43px 0 rgba(0,0,0,.1);padding:23px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.courses-advantages-advantage__img{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.courses-advantages-advantage__img svg{font-size:32px;fill:#e20613}.courses-advantages-advantage__desc{font-size:14px;line-height:20px;font-weight:300;color:#343434}.courses-archive-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#e31e24}.courses-archive-btn:hover{color:#e31e24}.courses-archive-btn:hover p{text-decoration:none}.courses-archive-btn:visited{color:#e31e24}.courses-archive-btn svg{font-size:19px;margin-left:10px;fill:#e31e24;cursor:pointer}.courses-archive-btn p{color:#e31e24;font-family:Montserrat,sans-serif;font-weight:300;position:relative;text-decoration:underline;cursor:pointer}.courses-archive-btn .mx-datepicker .mx-datepicker-popup{right:0;top:100%}.courses-info{font-weight:300;font-size:16px;margin-bottom:30px}.courses-table{display:table!important;width:100%}.courses-table__center{-ms-flex-pack:center;justify-content:center}.courses-table__center,.courses-table__curr{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.courses-table__curr{-ms-flex-pack:start;justify-content:flex-start;width:170px}.courses-table__curr img,.courses-table__curr svg{-ms-flex-negative:0;flex-shrink:0;margin-right:9px}.courses-table__curr svg{font-size:12px}.courses-table__curr p{margin-bottom:0;font-size:16px;line-height:27px;font-weight:300;color:#000}.courses-table__curr-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:9px;width:20px;height:9px;position:relative}.courses-table__curr-icon:after{content:"";position:absolute;left:0;top:0;width:19px;height:12px;z-index:13}.courses-table__curr-icon--usd:after{background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAIAAAAStyFtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlEMEZCNkQwOEU3MzExRTg4NTAzQTM2MUMzNTQ3MDFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlEMEZCNkQxOEU3MzExRTg4NTAzQTM2MUMzNTQ3MDFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUQwRkI2Q0U4RTczMTFFODg1MDNBMzYxQzM1NDcwMUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUQwRkI2Q0Y4RTczMTFFODg1MDNBMzYxQzM1NDcwMUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7n6sxOAAABFklEQVR42pyRQU7DQAxFvz3JBUBILGm6CG33cDGQ4D4ICXEAFrSBM3AckvHnzxBVWecvrMn3jJ/t2K4baAA9IYMW5rQRbAG8Xz5kmkRkQwv7DSaHblcdNgOD/c0xWCLJ/XZQ3HUn+TIzIxSkHFzI9tsv5VL4aNndDTnRwxrG+Hr13JYu9JJGFzyQHWlmqtt++62CfXfkJNQgguKh+yzEghQ0ZuaCaupKk2lETeoUICGFmOD4dvHkuuyJNpHJfESYnZkFlQtKZfrNBytQ59syba5DLrRk9mKWMmrFtV9ZWjQEini5fmzCJ2ifMhM5iaRp/5E2F9Dm6dWotr5MuXrUjqCUnjXE+Z+g+bm7xypZbW+N1jP/BBgAdwjwRUASSYwAAAAASUVORK5CYII=) no-repeat}.courses-table__curr-icon--eur:after{background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAIAAAAPshHVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFERkNDNEU3OEU3MzExRThCM0E0OUMwMjM3MDI0OTVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFERkNDNEU4OEU3MzExRThCM0E0OUMwMjM3MDI0OTVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QURGQ0M0RTU4RTczMTFFOEIzQTQ5QzAyMzcwMjQ5NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QURGQ0M0RTY4RTczMTFFOEIzQTQ5QzAyMzcwMjQ5NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6aXxrZAAABVklEQVR42kxSy24CMQwc26F/2QsFqV9ZwZaPAaqqd7rxdOJlKTlEytrzsteaHRhmBK0bg2RGtr5J755GFRJw6IQ6/BfcANTTzeHpagi+6Omw1oPqQMGALl6k6iJmvmA94jX1zdGJmZZUF9Iyvqe9CQL8TG/EplElPfsDaS0OZg2cIasmfy4iKbQ+7IpILlgw6/QQN+5uVWOf6ZZegax/Hffyf4tEBaE6ENfjzgTL9q+5iQPM2TEE7S6LMZblEOJkG3CWHmzVTMjMIHfRz5dpu4TxapWqUqTQmefTe0V9ylnMIdMhcZY7fTEs4toS4qaFje6xvDVnqY+5K6KmqsLlcyuMxiKYhmA+9nyZdkXH55wfKD61VMiFUkuUw1l36XAIeO0Vq2ZqDTYCSSFqDjbuvB5fF9j5tC1fwPwY25pTM6qljYTB4hg+R4hKW3/T8OxcKErzT4ABANL641Rfpi+BAAAAAElFTkSuQmCC)}.courses-table__curr-icon--pln:after{background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAIAAAAPshHVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU1QjFDNjA5QkJENTExRTg5RjNDQ0U3QjM0QTg5Mjc0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU1QjFDNjBBQkJENTExRTg5RjNDQ0U3QjM0QTg5Mjc0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTVCMUM2MDdCQkQ1MTFFODlGM0NDRTdCMzRBODkyNzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTVCMUM2MDhCQkQ1MTFFODlGM0NDRTdCMzRBODkyNzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5D9WiwAAAAJUlEQVR42mL58OEDA1mAiYFcMFJ0Mr5Vp7udLCwMjCMhbAECDABG0QQFgSTuuQAAAABJRU5ErkJggg==)}.courses-table__curr-icon--uah:after{background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENzQyQjMxMkJCRDUxMUU4ODkyMkYzMjZGMDNGODhGMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENzQyQjMxM0JCRDUxMUU4ODkyMkYzMjZGMDNGODhGMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ3NDJCMzEwQkJENTExRTg4OTIyRjMyNkYwM0Y4OEYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ3NDJCMzExQkJENTExRTg4OTIyRjMyNkYwM0Y4OEYzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJH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)}.courses-table__curr-icon--rub:after{background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNUM2RDNCQkJCRDUxMUU4QjYxOEIzRTVDMkNFOUFBNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNUM2RDNCQ0JCRDUxMUU4QjYxOEIzRTVDMkNFOUFBNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM1QzZEM0I5QkJENTExRThCNjE4QjNFNUMyQ0U5QUE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM1QzZEM0JBQkJENTExRThCNjE4QjNFNUMyQ0U5QUE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJH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)}.courses-table__curr-icon--byn:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPg0KPHBhdGggZD0iTTE5IDBIMFYxMkgxOVYwWiIgZmlsbD0iI0NDMDAwMCIvPg0KPHBhdGggZD0iTTE5IDhIMFYxMkgxOVY4WiIgZmlsbD0iIzAwOTkzMyIvPg0KPHBhdGggZD0iTTIuMTExMTEgMEgwVjEySDIuMTExMTFWMFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjg5NjU1IDBIMS4yMDY5VjAuMjVIMS4zNzkzMVYwLjVIMS41NTE3MlYwLjc1SDEuNzI0MTRWMUgxLjg5NjU1VjEuMjVIMS43MjQxNFYxLjVIMS41NTE3MlYxLjc1SDEuMzc5MzFWMkgxLjIwNjlWMi4yNUgxLjAzNDQ4VjIuNUgwLjg2MjA2OVYyLjI1SDAuNjg5NjU1VjJIMC41MTcyNDFWMS43NUgwLjM0NDgyOFYxLjVIMC4xNzI0MTRWMS4yNUgwVjFIMC4xNzI0MTRWMC43NUgwLjM0NDgyOFYwLjVIMC41MTcyNDFWMC4yNUgwLjY4OTY1NVYwWk0wLjg2MjA2OSAwLjVIMS4wMzQ0OFYwLjc1SDEuMjA2OVYxSDEuMzc5MzFWMS4yNUgxLjIwNjlWMS41SDEuMDM0NDhWMS43NUgwLjg2MjA2OVYxLjVIMC42ODk2NTVWMS4yNUgwLjUxNzI0MVYxSDAuNjg5NjU1VjAuNzVIMC44NjIwNjlWMC41Wk0wLjg2MjA2OSAxSDEuMDM0NDhWMS4yNUgwLjg2MjA2OVYxWk0wIDAuMjVIMC4xNzI0MTRWMC41SDBWMC4yNVpNMCAxLjc1SDAuMTcyNDE0VjJIMFYxLjc1Wk0xLjg5NjU1IDBIMlYwLjVIMS44OTY1NVYwWk0xLjg5NjU1IDEuNzVIMlYyLjI1SDEuODk2NTVWMS43NVpNMC4zNDQ4MjggMi4yNUgwLjUxNzI0MVYyLjVIMC42ODk2NTVWMi43NUgwLjg2MjA2OVYzSDAuNjg5NjU1VjMuMjVIMC41MTcyNDFWMy41SDAuMzQ0ODI4VjMuMjVIMC4xNzI0MTRWM0gwVjIuNzVIMC4xNzI0MTRWMi41SDAuMzQ0ODI4VjIuMjVaTTAuMzQ0ODI4IDIuNzVIMC41MTcyNDFWM0gwLjM0NDgyOFYyLjc1Wk0xLjM3OTMxIDIuMjVIMS41NTE3MlYyLjVIMS43MjQxNFYyLjc1SDEuODk2NTVWM0gxLjcyNDE0VjMuMjVIMS41NTE3MlYzLjVIMS4zNzkzMVYzLjI1SDEuMjA2OVYzSDEuMDM0NDhWMi43NUgxLjIwNjlWMi41SDEuMzc5MzFWMi4yNVpNMS4zNzkzMSAyLjc1SDEuNTUxNzJWM0gxLjM3OTMxVjIuNzVaTTAgMy43NUgwLjE3MjQxNFY0SDBWMy43NVpNMS44OTY1NSAzLjVIMlY0SDEuODk2NTVWMy41WiIgZmlsbD0iI0NDMDAwMCIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjY4OTY1NSA0SDEuMjA2OVY0LjI1SDEuMzc5MzFWNC41SDEuNTUxNzJWNC43NUgxLjcyNDE0VjVIMS44OTY1NVY1LjI1SDEuNzI0MTRWNS41SDEuNTUxNzJWNS43NUgxLjM3OTMxVjZIMS4yMDY5VjYuMjVIMS4wMzQ0OFY2LjVIMC44NjIwNjlWNi4yNUgwLjY4OTY1NVY2SDAuNTE3MjQxVjUuNzVIMC4zNDQ4MjhWNS41SDAuMTcyNDE0VjUuMjVIMFY1SDAuMTcyNDE0VjQuNzVIMC4zNDQ4MjhWNC41SDAuNTE3MjQxVjQuMjVIMC42ODk2NTVWNFpNMC44NjIwNjkgNC41SDEuMDM0NDhWNC43NUgxLjIwNjlWNUgxLjM3OTMxVjUuMjVIMS4yMDY5VjUuNUgxLjAzNDQ4VjUuNzVIMC44NjIwNjlWNS41SDAuNjg5NjU1VjUuMjVIMC41MTcyNDFWNUgwLjY4OTY1NVY0Ljc1SDAuODYyMDY5VjQuNVpNMC44NjIwNjkgNUgxLjAzNDQ4VjUuMjVIMC44NjIwNjlWNVpNMCA0LjI1SDAuMTcyNDE0VjQuNUgwVjQuMjVaTTAgNS43NUgwLjE3MjQxNFY2SDBWNS43NVpNMS44OTY1NSA0SDJWNC41SDEuODk2NTVWNFpNMS44OTY1NSA1Ljc1SDJWNi4yNUgxLjg5NjU1VjUuNzVaTTAuMzQ0ODI4IDYuMjVIMC41MTcyNDFWNi41SDAuNjg5NjU1VjYuNzVIMC44NjIwNjlWN0gwLjY4OTY1NVY3LjI1SDAuNTE3MjQxVjcuNUgwLjM0NDgyOFY3LjI1SDAuMTcyNDE0VjdIMFY2Ljc1SDAuMTcyNDE0VjYuNUgwLjM0NDgyOFY2LjI1Wk0wLjM0NDgyOCA2Ljc1SDAuNTE3MjQxVjdIMC4zNDQ4MjhWNi43NVpNMS4zNzkzMSA2LjI1SDEuNTUxNzJWNi41SDEuNzI0MTRWNi43NUgxLjg5NjU1VjdIMS43MjQxNFY3LjI1SDEuNTUxNzJWNy41SDEuMzc5MzFWNy4yNUgxLjIwNjlWN0gxLjAzNDQ4VjYuNzVIMS4yMDY5VjYuNUgxLjM3OTMxVjYuMjVaTTEuMzc5MzEgNi43NUgxLjU1MTcyVjdIMS4zNzkzMVY2Ljc1Wk0wIDcuNzVIMC4xNzI0MTRWOEgwVjcuNzVaTTEuODk2NTUgNy41SDJWOEgxLjg5NjU1VjcuNVoiIGZpbGw9IiNDQzAwMDAiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42ODk2NTUgOEgxLjIwNjlWOC4yNUgxLjM3OTMxVjguNUgxLjU1MTcyVjguNzVIMS43MjQxNFY5SDEuODk2NTVWOS4yNUgxLjcyNDE0VjkuNUgxLjU1MTcyVjkuNzVIMS4zNzkzMVYxMEgxLjIwNjlWMTAuMjVIMS4wMzQ0OFYxMC41SDAuODYyMDY5VjEwLjI1SDAuNjg5NjU1VjEwSDAuNTE3MjQxVjkuNzVIMC4zNDQ4MjhWOS41SDAuMTcyNDE0VjkuMjVIMFY5SDAuMTcyNDE0VjguNzVIMC4zNDQ4MjhWOC41SDAuNTE3MjQxVjguMjVIMC42ODk2NTVWOFpNMC44NjIwNjkgOC41SDEuMDM0NDhWOC43NUgxLjIwNjlWOUgxLjM3OTMxVjkuMjVIMS4yMDY5VjkuNUgxLjAzNDQ4VjkuNzVIMC44NjIwNjlWOS41SDAuNjg5NjU1VjkuMjVIMC41MTcyNDFWOUgwLjY4OTY1NVY4Ljc1SDAuODYyMDY5VjguNVpNMC44NjIwNjkgOUgxLjAzNDQ4VjkuMjVIMC44NjIwNjlWOVpNMCA4LjI1SDAuMTcyNDE0VjguNUgwVjguMjVaTTAgOS43NUgwLjE3MjQxNFYxMEgwVjkuNzVaTTEuODk2NTUgOEgyVjguNUgxLjg5NjU1VjhaTTEuODk2NTUgOS43NUgyVjEwLjI1SDEuODk2NTVWOS43NVpNMC4zNDQ4MjggMTAuMjVIMC41MTcyNDFWMTAuNUgwLjY4OTY1NVYxMC43NUgwLjg2MjA2OVYxMUgwLjY4OTY1NVYxMS4yNUgwLjUxNzI0MVYxMS41SDAuMzQ0ODI4VjExLjI1SDAuMTcyNDE0VjExSDBWMTAuNzVIMC4xNzI0MTRWMTAuNUgwLjM0NDgyOFYxMC4yNVpNMC4zNDQ4MjggMTAuNzVIMC41MTcyNDFWMTFIMC4zNDQ4MjhWMTAuNzVaTTEuMzc5MzEgMTAuMjVIMS41NTE3MlYxMC41SDEuNzI0MTRWMTAuNzVIMS44OTY1NVYxMUgxLjcyNDE0VjExLjI1SDEuNTUxNzJWMTEuNUgxLjM3OTMxVjExLjI1SDEuMjA2OVYxMUgxLjAzNDQ4VjEwLjc1SDEuMjA2OVYxMC41SDEuMzc5MzFWMTAuMjVaTTEuMzc5MzEgMTAuNzVIMS41NTE3MlYxMUgxLjM3OTMxVjEwLjc1Wk0wIDExLjc1SDAuMTcyNDE0VjEySDBWMTEuNzVaTTEuODk2NTUgMTEuNUgyVjEySDEuODk2NTVWMTEuNVoiIGZpbGw9IiNDQzAwMDAiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMCI+DQo8cmVjdCB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=)}.courses-table__curr-icon--cny:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOSAwSDBWMTJIMTlWMFoiIGZpbGw9IiNERTI5MTAiLz4NCjxwYXRoIGQ9Ik0zLjE2NjYzIDEuMjAwMkw0LjI4MzQyIDQuNDU2NDFMMS4zNTk2MiAyLjQ0Mzk2SDQuOTczNjNMMi4wNDk4NCA0LjQ1NjQxTDMuMTY2NjMgMS4yMDAyWiIgZmlsbD0iI0ZGREUwMCIvPg0KPHBhdGggZD0iTTYuNTgxMTYgMC42NDc2MTNMNi40NzU0MSAxLjc4NDQ4TDUuODU1NjEgMC44MDU4NDZMNi45NjQyMSAxLjI1MjQ0TDUuNzkwMjUgMS41MDg0N0w2LjU4MTE2IDAuNjQ3NjEzWiIgZmlsbD0iI0ZGREUwMCIvPg0KPHBhdGggZD0iTTguMDU0NjYgMS45ODIzM0w3LjQ5MTUxIDIuOTkxMjJMNy4zMjExNCAxLjg2MTQzTDguMTU5OTUgMi42ODA1OEw2Ljk3MzEgMi40ODQ5Nkw4LjA1NDY2IDEuOTgyMzNaIiBmaWxsPSIjRkZERTAwIi8+DQo8cGF0aCBkPSJNOC4xOTUwNyAzLjk5NDUzTDcuMjQ2NDkgNC42OTgwMkw3LjU3NzQ0IDMuNjAwNjdMNy45OTA1NCA0LjY3MjczTDYuOTkxMTggNC4wMzU0NUw4LjE5NTA3IDMuOTk0NTNaIiBmaWxsPSIjRkZERTAwIi8+DQo8cGF0aCBkPSJNNi41NTY3NSA0LjgzODU0TDYuNTAwODUgNS45Nzg1OEw1LjgzODc3IDUuMDI1MTRMNi45NjU5NSA1LjQyNzhMNS44MDQyMiA1LjcyOTcyTDYuNTU2NzUgNC44Mzg1NFoiIGZpbGw9IiNGRkRFMDAiLz4NCjwvc3ZnPg0K)}@media screen and (max-width:600px){.courses-table__hide{display:none}}.courses-table td,.courses-table th{padding:14px;box-sizing:border-box;text-align:center;vertical-align:middle;white-space:nowrap}.courses-table thead tr{border-bottom:1px solid #dbdbdb;background:#f7f7f7}.courses-table thead th{text-transform:uppercase;font-size:16px;font-weight:400}@media screen and (max-width:600px){.courses-table thead th{padding:12px 10px;font-size:11px}}.courses-table tbody td{font-size:16px;font-weight:300;vertical-align:middle!important;padding:10px!important;border:none;background-image:none!important;color:#000}@media screen and (max-width:600px){.courses-table tbody td{font-size:14px}}.courses-table tfoot td{height:15px;padding:15px;display:none;border:none}.courses-table tr{background-image:none!important}.courses-table tr:nth-child(2n){background:#f7f7f7}.courses-table--isScroll tfoot td{display:block}.courses-table--conversions .courses-table__curr{width:320px}.courses-table--conversions th:first-child{width:30%}.courses-table--conversions th:nth-child(2){width:40%}.courses-table--conversions th:nth-child(3){width:30%}.courses-table--rb td,.courses-table--rb th{width:50%}.courses-tabs .tabs-component-tabs{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:25px;border:1px solid #e31e24;box-sizing:border-box;height:40px;border-radius:2px}.courses-tabs .tabs-component-tab{min-width:185px}@media screen and (max-width:640px){.courses-tabs .tabs-component-tab{min-width:100px}}.courses-tabs .tabs-component-tab a{color:#9b9b9b;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:38px;line-height:38px;padding:0 10px;box-sizing:border-box}.courses-tabs .tabs-component-tab.is-active{background:#e31e24}.courses-tabs .tabs-component-tab.is-active a{color:#fff}.courses-learn{padding:25px;margin-bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border:1px solid #dbdbdb;border-radius:2px}@media screen and (max-width:700px){.courses-learn{-ms-flex-wrap:wrap;flex-wrap:wrap}}.courses-learn__text{font-weight:400;font-size:14px;line-height:26px;margin-right:28px}.courses-learn__btn{-ms-flex-negative:0;flex-shrink:0}.courses-filter{position:relative;z-index:5}.courses-filter .jq-selectbox__dropdown{max-width:280px}.courses-filter .jq-selectbox__dropdown ul{max-height:250px!important}.courses-converter{min-height:150px;margin-bottom:30px;box-sizing:border-box;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.15);position:relative}.courses-converter:before{content:"";display:block;position:absolute;width:4px;height:100%;left:0;top:0;background:#e31e24}.courses-converter .container{-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:700px){.courses-converter{height:auto}}.courses-converter__title{padding:25px;text-align:center;color:#3c3c3c;font-size:24px;font-weight:500;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.1)}.courses-converter__content{padding:50px 15px;box-sizing:border-box}.courses-converter__row{display:-ms-flexbox;display:flex;margin:0 -15px}@media screen and (max-width:700px){.courses-converter__row{max-width:300px;margin:0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap}}.courses-converter__el{margin:0 15px;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}@media screen and (max-width:700px){.courses-converter__el{margin:0 15px 5px}}.courses-converter__el--arrow{width:50px;-ms-flex-positive:0;flex-grow:0;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:700px){.courses-converter__el--arrow{width:100%;margin:5px 15px 10px;-ms-flex-pack:center;justify-content:center}}.courses-converter__el--curr{width:125px;-ms-flex-positive:0;flex-grow:0}@media screen and (max-width:700px){.courses-converter__el--curr{width:100%}}.courses-converter__el--curr .jq-selectbox.curr:after{content:"";position:absolute;pointer-events:none;left:23px;top:14px;width:19px;height:12px;background-repeat:no-repeat;background-size:contain;z-index:13}.courses-converter__el--curr .jq-selectbox__select-text{padding-bottom:0}.courses-converter__el--curr .jq-selectbox__dropdown ul li{position:relative;padding-left:35px}.courses-converter__el--curr .jq-selectbox__dropdown ul li.curr:after{content:"";position:absolute;left:10px;top:12px;width:19px;height:12px;background-repeat:no-repeat;background-size:contain;z-index:13}.courses-converter__el--curr .jq-selectbox__select{padding:0 20px 0 50px!important}.courses-converter__el--curr .jq-selectbox__trigger-arrow{display:none}.courses-converter__arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}.courses-converter__arrow svg{fill:#e31e24;font-size:24px}.courses-converter .input{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.courses-converter .input input{padding-bottom:0}.appeal ul li{font-size:15px}.appeal strong{font-size:17px;line-height:23px;margin-bottom:15px}.appeal a,.appeal p{font-size:15px}.appeal p{line-height:23px;margin-bottom:15px}.appeal .row{position:relative}.appeal .row .col{width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.appeal .row .col{width:calc(33.33333% - 15px)}}@media screen and (max-width:700px){.appeal .row .col{width:calc(50% - 15px)}}@media screen and (max-width:500px) and (max-width:700px){.appeal .row .col{width:calc(100% - 15px)}}@media screen and (max-width:640px){.appeal .row .col{width:calc(100% - 15px)}}@media screen and (max-width:700px){.appeal .row .col{margin-bottom:15px}}@media screen and (max-width:640px){.appeal .page-row p{margin-bottom:0}}.appeal-banner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:22px;background:#f8f8f8}.appeal-banner__img{margin-right:22px}.appeal-banner__img svg{fill:#343434;width:49px;height:59px}.appeal-banner__text p{font-size:14px;line-height:21px;color:#444;margin-bottom:2px}.appeal-banner__text a{font-size:14px}.appeal-banner__text a:visited{color:#e31e24}.appeal-preview{border:1px solid #e9e9e9;box-sizing:border-box;padding:22px}.appeal-preview strong{font-size:15px}.appeal-preview__title{font-size:19px!important;color:#000!important;text-decoration:none!important;margin-bottom:26px;position:relative;display:inline-block;font-weight:500}.appeal-preview__title:after{content:"";display:block;width:30px;height:2px;background:#e31e24;position:absolute;bottom:-14px;left:0}.appeal-preview__title:hover,.appeal-preview__title:visited{color:#000}.appeal-preview__more{position:relative;color:#e31e24!important;text-decoration:none!important;display:inline-block;padding-right:25px;transition:all .3s}.appeal-preview__more:hover{color:#e31e24;padding-right:30px}.appeal-preview__more:visited{color:#e31e24}.appeal-preview__more:after{content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJMYXllcl8xXzFfIj48cG9seWdvbiBwb2ludHM9IjEsMjYgNDQuNTg2LDI2IDM4LjI5MywzMi4yOTMgMzkuNzA3LDMzLjcwNyA0OC40MTQsMjUgMzkuNzA3LDE2LjI5MyAzOC4yOTMsMTcuNzA3IDQ0LjU4NiwyNCAxLDI0ICAiIGZpbGw9IiNFMzFFMjQiIC8+PC9nPjwvc3ZnPg==);display:block;position:absolute;top:50%;transform:translateY(-50%);width:19px;list-style-type:upper-roman;opacity:1;height:20px;right:0;background-size:19px}.appeal-preview__text{color:#202020;font-weight:300;font-size:15px;line-height:23px;margin-bottom:5px}.appeal-preview__close{position:absolute;right:12px;top:12px;cursor:pointer}.appeal-preview__close svg{font-size:30px}.appeal-preview__full{opacity:0;visibility:hidden;transition:all .3s;position:absolute;background:#fff;left:15px;top:0;width:calc(100% - 30px);height:auto;padding:22px;border:1px solid #e9e9e9;box-sizing:border-box;font-size:15px;line-height:23px}@media screen and (max-width:1300px){.appeal-preview__full{left:7.5px;top:0;width:calc(100% - 15px)}}.appeal-preview--open{border:none}.appeal-preview--open .appeal-preview__full{opacity:1;visibility:visible;background:#fff;z-index:1}.appeal-preview--hide{display:none}.appeal-list{box-sizing:border-box;padding:40px 0;border-bottom:1px solid #dbdbdb}.appeal-list ul li{font-size:15px}.appeal-list strong{font-size:17px;line-height:23px;margin-bottom:15px}.appeal-list a{font-size:15px}.appeal-list p{font-size:15px;line-height:23px;margin-bottom:15px}@media screen and (max-width:980px){.appeal-list{padding:20px 0}}.appeal-form{box-sizing:border-box;padding:40px 0}.appeal-form ul li{font-size:15px}.appeal-form strong{font-size:17px;line-height:23px;margin-bottom:15px}.appeal-form a{font-size:15px}.appeal-form p{font-size:15px;line-height:23px;margin-bottom:15px}.appeal-form input[type=submit]{width:auto;border:none;line-height:normal}@media screen and (max-width:980px){.appeal-form{padding:20px 0}}.appeal-form .btn,.appeal-form .btn:hover,.appeal-form .btn:visited{color:#fff}.appeal-form .row .col{width:calc(33.33333% - 30px);margin-bottom:15px}@media screen and (max-width:1300px){.appeal-form .row .col{width:calc(33.33333% - 15px)}}@media screen and (max-width:700px){.appeal-form .row .col{width:calc(100% - 15px)}}.appeal-form .row .col.full-w{width:calc(100% - 30px)}@media screen and (max-width:1300px){.appeal-form .row .col.full-w{width:calc(100% - 15px)}}.appeal-form .jq-selectbox__dropdown{width:calc(100% + 1px)!important}.appeal-form .jq-selectbox__dropdown ul{max-height:165px!important}.appeal-form-footer{display:-ms-flexbox;display:flex;margin:0 -10px 25px}@media screen and (max-width:700px){.appeal-form-footer{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}}.appeal-form-footer__el{margin:0 10px}.appeal-form-footer__add-file{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.appeal-form-footer__add-file p{color:#e31e24;position:relative}.appeal-form-footer__add-file p:after{content:"";display:block;position:absolute;bottom:0;width:100%;height:1px;background:#e31e24;opacity:1;transition:all .3s}.appeal-form-footer__add-file p:hover:after{content:"";opacity:0}.appeal-form-footer__add-file svg{font-size:20px;margin-right:5px;position:relative;top:5px;-ms-flex-negative:0;flex-shrink:0;fill:#e31e24}.appeal-form__inner{background:#f8f8f8;border:1px solid #f1f1f1;padding:30px 40px;box-sizing:border-box}@media screen and (max-width:700px){.appeal-form__inner{padding:30px 20px}}.credit-form-indicator{position:relative;padding:0;margin:0 auto;z-index:1;display:-ms-flexbox;display:flex;height:33px;-ms-flex-align:center;align-items:center;max-width:490px;overflow:hidden}.credit-form-indicator:after{content:"";display:block;position:absolute;background-color:#ebebeb;height:6px;border-radius:0;width:100%;top:50%;left:0;z-index:-5;transform:translateY(-50%)}.credit-form-indicator__step{-ms-flex:1 1 auto;flex:1 1 auto}.credit-form-indicator__step-inner{margin:0 auto;width:20px;height:20px;background-color:#ebebeb;border-radius:50%;position:relative;cursor:pointer}.credit-form-indicator__step-inner:before{display:block;position:absolute;top:50%;left:50%;width:14px;height:14px;transform:translateX(-50%) translateY(-50%);content:"";background-color:#757575;opacity:1!important;border-radius:50%;box-sizing:border-box;transition:all .3s}.credit-form-indicator__step-inner--active{background-color:hsla(0,0%,97%,.75);box-shadow:0 0 15px rgba(0,0,0,.25)}.credit-form-indicator__step-inner--active:before{content:"";background-color:#e31e24}.credit-form-indicator__step-inner--active:after{content:"";display:block;position:absolute;background-color:#e31e24;height:6px;border-radius:20px;width:100vw;top:50%;right:5px;z-index:-1;transform:translateY(-50%)}.credit-form-step{padding:50px;box-sizing:border-box;background:#fff;box-shadow:0 0 15px rgba(86,86,86,.1)}@media screen and (max-width:980px){.credit-form-step{padding:25px}}.credit-form-step__row{margin:0 -15px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}@media screen and (max-width:1300px){.credit-form-step__row{margin:0 -7.5px}}@media screen and (max-width:700px){.credit-form-step__row{margin:0}}.credit-form-step__col{margin:0 15px}@media screen and (max-width:1300px){.credit-form-step__col{margin:0 7.5px}}@media screen and (max-width:700px){.credit-form-step__col{margin:0;width:100%}}.credit-form-step__col--double{width:calc(50% - 30px)}@media screen and (max-width:1300px){.credit-form-step__col--double{width:calc(50% - 15px)}}.credit-form-step .row .col{width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.credit-form-step .row .col{width:calc(33.33333% - 15px)}}@media screen and (max-width:980px){.credit-form-step .row .col{width:calc(50% - 15px)}}@media screen and (max-width:700px){.credit-form-step .row .col{width:calc(100% - 15px)}}.credit-form-step .row .col.full-w{width:calc(100% - 30px)}@media screen and (max-width:1300px){.credit-form-step .row .col.full-w{width:calc(100% - 15px)}}.credit-form-step .mx-datepicker{margin-top:20px}.credit-form-step .mx-datepicker input{margin-top:0}@media screen and (max-width:700px){.credit-form-step .mx-datepicker{margin-top:5px}}.credit-form-step .jq-selectbox{margin-top:20px!important}@media screen and (max-width:700px){.credit-form-step .jq-selectbox{margin-top:5px!important}}.credit-form-step .radio{margin-top:30px}@media screen and (max-width:700px){.credit-form-step .radio{margin-top:12px}}.credit-form-step .input{margin-top:20px}.credit-form-step .input input{margin-top:0}.credit-form-step .input--date:after{content:"";top:24px}@media screen and (max-width:700px){.credit-form-step .input{margin-top:5px}}@media screen and (max-width:700px){.credit-form-step label{margin-bottom:5px}}.credit-form-step__field{margin-bottom:40px;width:100%}@media screen and (max-width:980px){.credit-form-step__field{margin-bottom:20px}}@media screen and (max-width:700px){.credit-form-step__field{margin-bottom:10px}}.credit-form-step__field-desc{font-size:13px;line-height:15px}@media screen and (max-width:980px){.credit-form-step__field-desc{margin-bottom:5px}}.credit-form-step__field-desc span{color:#e31e24}.credit-form-step__step-title{font-size:24px;font-weight:500;color:#202020;line-height:28px;margin-bottom:24px}@media screen and (max-width:980px){.credit-form-step__step-title{margin-bottom:12px}}.credit-form-step__field-title{font-size:14px;line-height:18px;margin-bottom:0;height:20px}@media screen and (max-width:700px){.credit-form-step__field-title{height:auto}}.credit-form-step__title{font-size:18px;font-weight:500;color:#e31e24;line-height:21px;margin-bottom:24px}@media screen and (max-width:700px){.credit-form-step__title{margin-bottom:12px;margin-top:12px}}.credit-form-step__header{margin-bottom:30px}@media screen and (max-width:980px){.credit-form-step__header{margin-bottom:15px}}.credit-form-step__footer{text-align:center;margin-top:30px}@media screen and (max-width:980px){.credit-form-step__footer{margin-top:15px}}.credit-form-add-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.credit-form-add-btn p{margin-bottom:0;font-size:18px;font-weight:500;color:#e31e24;line-height:21px}.credit-form-add-btn svg{font-size:15px;-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.bill-advantage{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin:0 -15px 100px}@media screen and (max-width:700px){.bill-advantage{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:980px){.bill-advantage{margin:0 -15px 50px}}@media screen and (max-width:700px){.bill-advantage{margin:0 -15px 20px}}.bill-advantage__img{width:470px;margin:0 15px}@media screen and (max-width:1300px){.bill-advantage__img{width:370px}}@media screen and (max-width:980px){.bill-advantage__img{width:270px}}@media screen and (max-width:700px){.bill-advantage__img{width:100%;margin:0}.bill-advantage__img img{max-width:300px;margin:0 auto}}.bill-advantage__text{margin:0 15px;width:calc(100% - 500px - 30px)}@media screen and (max-width:1300px){.bill-advantage__text{width:calc(100% - 400px - 30px)}}@media screen and (max-width:980px){.bill-advantage__text{width:calc(100% - 300px - 30px)}}@media screen and (max-width:700px){.bill-advantage__text{width:100%;margin:0}}.bill-advantage .bill-advantage__btns{padding-left:80px}.main-menu-select{display:none;position:relative;min-width:180px;margin-left:10px;z-index:40}@media screen and (max-width:1300px){.main-menu-select{display:block}}.main-menu-select__title{position:relative;font-family:Montserrat,sans-serif;font-weight:400;color:#0e0e0e;height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:14px;padding:0 30px 0 15px;-ms-flex-pack:start;justify-content:flex-start}.main-menu-select__title:before{content:"";display:block;position:absolute;top:50%;right:5px;transform:translateY(-50%);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNEE0QTRBO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=);background-size:15px;width:15px;height:15px;opacity:1}.main-menu-select__title:after{content:"";display:block;position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:#e31e24}.main-menu-select-drop{position:absolute;opacity:0;visibility:hidden;top:calc(100% + 2px);width:100%;height:auto;left:0;background:#fff;box-shadow:0 6px 16px 0 rgba(0,0,0,.35);box-sizing:border-box}.main-menu-select-drop__el{color:#202020;font-size:13px;line-height:16px;box-sizing:border-box;border-right:5px;border-radius:2px;border-bottom:1px solid #cecece;transition:all .3s}.main-menu-select-drop__el:last-child{border-bottom:none}.main-menu-select-drop__el a{font-weight:400;width:100%;color:#0e0e0e;font-size:14px;line-height:14px;padding:0 17px;box-sizing:border-box;height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.main-menu-select-drop__el:last-child{margin-bottom:0}.main-menu-select-drop__el--active a,.main-menu-select-drop__el:hover a{color:#e31e24}.main-menu-select:hover .main-menu-select__title{box-shadow:0 0 16px 0 rgba(0,0,0,.35)}.main-menu-select:hover .main-menu-select__title:before{content:"";transform:translateY(-50%) rotate(180deg)}.main-menu-select:hover .main-menu-select-drop{opacity:1;visibility:visible}.top-shadow:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;z-index:20;height:100%;background:rgba(0,0,0,.5)}.top-line{box-sizing:border-box;background:#fff;z-index:9999;left:0;top:0;width:100%;position:relative;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14)}@media screen and (max-width:1100px){.top-line{display:none}}.top-line a{text-decoration:none}.top-line__logo{padding:29px 20px 14px;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14);background:#fff;border-radius:2px}.top-line__logo svg{width:100px;height:35px}.top-line-top{border-bottom:1px solid #cecece}.top-line-top__row{height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.top-line-bottom{position:relative;z-index:31;background:#fff}.top-line-bottom .container{z-index:31}.top-line-bottom__row{height:85px;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between;background:#fff}.top-line-bottom__menu{height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;padding-left:20px}.top-line-bottom__menu ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:100%;position:relative;z-index:100}.top-line-bottom__menu ul li{-ms-flex-positive:1;flex-grow:1;height:100%;position:relative}.top-line-bottom__menu ul li a{color:#404040;font-weight:700;font-size:16px;display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center;padding:0 15px;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1300px){.top-line-bottom__menu ul li a{padding:0 8px;font-size:14px}}.top-line-bottom__menu ul li a p{margin-bottom:0;color:#404040;font-weight:700;font-size:16px;line-height:19px}@media screen and (max-width:980px){.top-line-bottom__menu ul li a p{font-size:13px;line-height:17px}}.top-line-bottom__menu ul li a.active{background:#f0f0f0}.top-line-bottom__menu ul li a:hover p{color:#e31e24}.top-line-bottom__logo{-ms-flex-negative:0;flex-shrink:0;padding-right:10px;position:relative}.top-line-bottom__logo,.top-line-menu ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.top-line-menu ul{margin:0 -15px}@media screen and (max-width:1515px){.top-line-menu ul{margin:0 -7.5px}}.top-line-menu ul li{margin:0 15px}@media screen and (max-width:1515px){.top-line-menu ul li{margin:0 7.5px}}.top-line-menu ul li a{font-size:14px;color:#828282;height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;transition:all .3s}.top-line-menu ul li a.active{color:#0e0e0e}.top-line-menu ul li a.active:after{content:"";display:block;position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:#e31e24}.top-line-menu ul li a:hover{color:#0e0e0e}.top-line-menu ul li p{margin-bottom:0}.top-line-menu ul li.divider{margin:0}.top-line-menu ul li.divider p{position:relative;top:-8px;color:#0e0e0e;font-size:30px}.top-line-menu ul li.colored a{color:#0e0e0e}@media screen and (max-width:1300px){.top-line-menu--main{display:none}}.top-line-menu--add{margin-right:auto;margin-left:30px}@media screen and (max-width:1515px){.top-line-menu--add{margin-left:15px}}.top-line-menu--add ul li a:after{content:"";display:block;position:absolute;width:100%;height:1px;bottom:-1px;left:0;opacity:0;visibility:hidden;background:#e31e24;transition:all .3s}.top-line-menu--add ul li a:hover{color:#e31e24}.top-line-lang-form{width:100%}.top-line-btns{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-left:10px}.top-line-btns:after{content:"";display:block;position:absolute;left:100%;top:0;width:100vw;background:#fff;height:100%;z-index:12}.top-line-btn{display:-ms-flexbox;display:flex;border:1px solid #cecece;border-radius:3px;box-sizing:border-box;margin-left:10px;height:40px;white-space:nowrap}.top-line-btn:first-child{margin-left:0}.top-line-btn--lot{padding:0}.top-line-btn--auth .top-line-btn__el svg{position:relative;top:-2px;fill:#e31e24}.top-line-btn__el{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px;-ms-flex-pack:center;justify-content:center;text-align:center;box-sizing:border-box;border-right:1px solid #cecece;border-radius:2px;transition:all .3s}.top-line-btn__el select{display:none}.top-line-btn__el:hover{box-shadow:0 0 0 1px #353535;border-right:1px solid transparent}.top-line-btn__el:last-child{border-right:none}.top-line-btn__el a{overflow:hidden;display:block;width:100%;height:100%}.top-line-btn__el svg{-ms-flex-negative:0;flex-shrink:0;margin-right:15px;fill:#404040;font-size:20px}.top-line-btn__el p{font-size:14px;margin-bottom:0;position:relative;font-weight:400}.top-line-btn__el p span{position:absolute;top:-6px;right:-5px;font-size:10px}.top-line-btn__el--active svg{fill:#e31e24}.top-line-btn__el--active p{color:#e31e24}.top-line-btn__el--black svg{fill:#373737}.top-line-btn__el--no-marg svg{margin-right:0}.top-line-btn__el--small svg{font-size:17px}.top-line-btn__el--lang{width:38px;padding:10px 0}.top-line-btn__el--lang .jq-selectbox{width:100%}.top-line-btn__el--lang .jq-selectbox select{display:block}.top-line-btn__el--lang .jq-selectbox__dropdown{position:absolute;left:0!important;top:34px!important;border-radius:2px!important;box-shadow:0 0 20px rgba(0,0,0,.15)!important;width:calc(100% + 1px)!important}.top-line-btn__el--lang .jq-selectbox__dropdown ul li{padding:0!important;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #dadada;text-transform:uppercase}.top-line-btn__el--lang .jq-selectbox__dropdown ul li:last-child{border-bottom:none}.top-line-btn__el--lang .jq-selectbox__dropdown ul li.selected,.top-line-btn__el--lang .jq-selectbox__dropdown ul li:hover{background-color:transparent!important;color:#e31e24!important}.top-line-btn__el--lang .jq-selectbox__select{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:0!important;height:auto!important;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.top-line-btn__el--lang .jq-selectbox__select-text{font-size:14px;width:100%!important;text-transform:uppercase}.top-line-btn__el--lang .jq-selectbox__trigger{display:none!important}.top-line-btn__el--lang .jq-selectbox.opened .jq-selectbox__select-text{color:#e31e24}.top-line-search-form{z-index:20;position:absolute;right:0;top:50%;width:0;height:40px;transition:all 1s;transform:translateY(-50%);overflow:hidden}.top-line-search-form input{background:#f3f3f3;border:1px solid #dadada;box-sizing:border-box;border-radius:2px;height:100%;width:100%;color:#000;font-size:12px;padding:0 15px}.top-line-search-form input::-webkit-input-placeholder{opacity:1;color:#000;font-size:12px}.top-line-search-form input:-moz-placeholder,.top-line-search-form input::-moz-placeholder{opacity:1;color:#000;font-size:12px}.top-line-search-form input:-ms-input-placeholder{opacity:1;color:#000;font-size:12px}.top-line-search-form input:focus::-webkit-input-placeholder{opacity:0}.top-line-search-form input:focus:-moz-placeholder,.top-line-search-form input:focus::-moz-placeholder{opacity:0}.top-line-search-form input:focus:-ms-input-placeholder{opacity:0}.top-line-search-form__close{position:absolute;top:50%;transform:translateY(-50%);right:15px;width:15px;height:14px;cursor:pointer}.top-line-search-form__close svg{fill:#000;font-size:15px}.top-line-search-form--show{width:100%}.top-line-phone{border-left:1px solid #cecece;border-right:1px solid #cecece;box-sizing:border-box;padding:0 20px;display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center}@media screen and (max-width:1515px){.top-line-phone{padding:0 10px}}.top-line-phone svg{font-size:33px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;transition:all .3s}.top-line-phone p{font-size:24px;line-height:24px;color:#101010;font-weight:300;transition:all .3s;margin-bottom:0;white-space:nowrap}.top-line-phone:hover svg{fill:#e31e24}.top-line-phone:hover p{color:#e31e24}.top-line-courses{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-right:auto}.top-line-courses__link{font-size:13px;color:#000;padding-bottom:1px;border-bottom:2px dotted #000}@media screen and (max-width:1515px){.top-line-courses__link{margin-right:10px}}.top-line-courses__link:hover{color:#000;border-bottom:2px dotted transparent}.top-line-courses-list{display:-ms-flexbox;display:flex}.top-line-courses-list__text{margin-bottom:0;margin-right:20px;text-transform:uppercase;color:#000;font-size:14px}@media screen and (max-width:1515px){.top-line-courses-list__text{margin-right:10px}}.top-line-courses-list__text--name{font-weight:500;margin-left:20px}@media screen and (max-width:1515px){.top-line-courses-list__text--name{margin-left:10px}}.top-line-courses-list__text--gray{color:#a3a3a3}.top-line-courses-list__el{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}.top-line-courses-list__el:after{content:"";display:block;width:1px;background:#e6e6e6;height:100%;position:absolute;right:0;top:0}.top-line-shadow{background:#000;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:30;visibility:hidden;opacity:0}.top-line-shadow--show{opacity:.5;visibility:visible}.top-line-drop{background:#fff;box-sizing:border-box;position:absolute;left:0;top:100%;width:100%;height:auto;z-index:30;display:none}.top-line-drop .container{position:relative;padding-top:35px;padding-bottom:35px}.top-line-drop__close{position:absolute;right:30px;top:25px;cursor:pointer;z-index:20}.top-line-drop__close svg{width:30px;height:30px}@media screen and (max-width:1300px){.top-line-drop__close{right:13px}}.top-line-drop__title{color:#202020;font-size:26px;font-weight:700;padding-left:18px;margin-bottom:40px;position:relative}.top-line-drop__title:before{content:"";position:absolute;width:1px;height:100%;left:0;top:0;background:#e31e24}.top-line-drop__row{display:-ms-flexbox;display:flex;margin:0 -25px}.top-line-drop__col{margin:0 25px;width:calc(33.33333% - 50px)}.top-line-drop strong{font-weight:700;color:#202020}.top-line-drop p{font-weight:400;font-size:14px;line-height:20px;margin-bottom:25px}.top-line-drop hr{border-top:.1px solid #dadada;margin:30px auto 30px 0;max-width:360px}.top-line-drop .btn{margin-bottom:50px}.top-line-drop a{font-size:14px;color:#202020;font-weight:500}.top-line-drop a:hover{color:#e31e24}.top-line-drop ul li{margin-bottom:25px}.top-line--fixed{position:fixed;z-index:999;background:#fff;width:100%;top:0;left:0;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14)}.top-line--fixed .top-line-top{display:none}.top-line--fixed .top-line-bottom__logo,.top-line--fixed .top-line-bottom__logo img{height:40px}.top-line--fixed .top-line-bottom__row{height:50px}.top-line--fixed .top-line-btn{height:35px}.top-line--fixed .top-line-search-form{height:37px}.top-line--fixed .top-line-btn__el--lang .jq-selectbox__dropdown{top:32px!important}.top-line--fixed .top-line-btn__el--lang .jq-selectbox__dropdown ul li{height:33px}.top-line--hide{display:none}.top-line--shadow .top-line-top{position:relative;z-index:1}.top-line--shadow .top-line-bottom-shadow{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);z-index:99}.courses-mob{background-color:#f7f7f7;padding:27px 0 40px;box-sizing:border-box;display:none}.courses-mob__title{text-align:center;margin-bottom:13px}.courses-mob__title h2{font-size:34px;margin:0;display:inline-block;position:relative}.courses-mob__title h2:after{content:"";display:block;height:1px;width:100%;position:absolute;bottom:-8px;left:0;background:rgba(33,33,33,.15)}.courses-mob__desc{color:rgba(33,33,33,.7);font-size:12px;margin-bottom:30px;text-align:center}.courses-mob__links{width:calc(100% + 43px);margin-left:-43px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.courses-mob__links a{margin-left:43px;position:relative;font-size:14px;color:#212121}.courses-mob__links a:hover:after{content:""}.courses-mob__links a:hover:after:before{content:"";opacity:0}.courses-mob__links a:before{content:"";position:absolute;display:block;left:0;bottom:-3px;width:100%;transition:all .3s;opacity:1;height:1px;background:#212121}.courses-mob__links a:after{content:">";position:absolute;right:-18px;top:50%;transform:translateY(-50%)}.courses-mob .rate-mob-table{margin-bottom:18px}.courses-mob .rate-mob-table table{width:100%}.courses-mob .rate-mob-table table tr{border-bottom:1px solid #ccc}.courses-mob .rate-mob-table table tr td{padding:15px 5px;text-align:center;width:33.3333%;font-size:16px;font-family:Montserrat,sans-serif;font-weight:300;color:#212121}.courses-mob .rate-mob-table table tr td:after{content:"";display:none}.courses-mob .rate-mob .tabs-component-tabs{display:-ms-flexbox;display:flex;border:0;padding:0 0 3px;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box;border-bottom:1px solid #999}.courses-mob .rate-mob .tabs-component-tab{width:33.3333%;text-align:center}.courses-mob .rate-mob .tabs-component-tab.is-active a{color:#e31e24}.courses-mob .rate-mob .tabs-component-tab.is-active a:after{content:"";opacity:1;visibility:visible}.courses-mob .rate-mob .tabs-component-tab a{font-family:Montserrat,sans-serif;font-weight:300;color:#212121;font-size:14px;text-transform:uppercase;position:relative;transition:all .3s}.courses-mob .rate-mob .tabs-component-tab a:after{content:"";transition:all .3s;display:block;position:absolute;width:100%;height:2px;background:#e31e24;opacity:0;visibility:hidden;left:0;bottom:-4px}@media screen and (max-width:1100px){.courses-mob{display:block}}.main-slider{height:570px;margin:0!important;position:relative;overflow:hidden}@media screen and (max-width:640px){.main-slider{height:auto}}.main-slider .fixed{margin:50px 0 0!important}.main-slider .slick-dots{bottom:35px!important;z-index:1}@media screen and (max-width:700px){.main-slider .slick-dots{bottom:25px!important}}.main-slider .slick-dots li{margin-right:3px;width:16px;height:16px}.main-slider .slick-dots li.slick-active button:before{border:4px solid #dc2121}.main-slider .slick-dots li button{position:relative;width:16px;height:16px}.main-slider .slick-dots li button:before{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;transform:translateX(-50%) translateY(-50%);content:"";background:transparent;border:1px solid #676767;opacity:1!important;border-radius:20px;box-sizing:border-box;transition:all .3s;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14)}.main-slider .slick-dots li button:hover:before{content:"";border:2px solid #dc2121}.main-slider[data-vue-v-cloak],.main-slider[v-cloak]{display:block!important;opacity:0}.main-slider .slick-slider{height:100%}@media screen and (max-width:640px){.main-slider .slick-slider{margin-bottom:0}}.main-slider .slick-track{min-width:100%}.main-slider .slick-list,.main-slider .slick-slide,.main-slider .slick-slide>div,.main-slider .slick-track{height:100%}@media screen and (max-width:600px){.main-slider.slick-initialized .main-slider__slide:after{content:"";display:block;position:absolute;left:0;z-index:0;top:-1px;width:100%;height:calc(100% + 1px);background:rgba(0,0,0,.5)}}.main-slider .slick-arrow{position:absolute;top:50%;z-index:10}.main-slider .slick-arrow.slick-prev{left:0}.main-slider .slick-arrow.slick-next{right:0}.main-slider-slides{height:100%}.main-slider__arrow{position:absolute;width:70px;height:70px;cursor:pointer;top:50%;transform:translateY(-50%);z-index:1}.main-slider__arrow svg{fill:#fff;font-size:70px}.main-slider__arrow--left{left:calc((100vw - 1515px)/2 - 110px)}@media screen and (max-width:1760px){.main-slider__arrow--left{left:0}}.main-slider__arrow--right{right:calc((100vw - 1515px)/2 - 110px)}@media screen and (max-width:1760px){.main-slider__arrow--right{right:0}}.main-slider__arrow--disabled{display:none}@media screen and (max-width:640px){.main-slider__arrow{display:none}}.main-slider__inner{height:100%}.main-slider__content{z-index:10;position:relative;width:100%;padding:100px 70px 35px;box-sizing:border-box}@media screen and (max-width:640px){.main-slider__content{padding:100px 0 35px}}.main-slider__content .btn{margin-bottom:20px}.main-slider__content h1,.main-slider__content h2,.main-slider__content h3,.main-slider__content h4,.main-slider__content h5,.main-slider__content h6{color:#fff}.main-slider__img{margin-bottom:60px}@media screen and (max-width:1300px){.main-slider__img{margin-bottom:30px}}@media screen and (max-width:980px){.main-slider__img{margin-bottom:15px}}@media screen and (max-width:1300px){.main-slider__img img{margin:0}}.main-slider__img svg{width:325px;height:100px}@media screen and (max-width:700px){.main-slider__img svg{width:150px}}.main-slider-title{color:#fff;margin-bottom:50px;font-weight:700;text-transform:uppercase}@media screen and (max-width:700px){.main-slider-title{margin-bottom:25px}}.main-slider-title span{color:#e20613}.main-slider-title__high{font-size:60px;font-weight:700;color:#fff}@media screen and (max-width:700px){.main-slider-title__high{font-size:35px}}.main-slider-title__medium{font-size:30px;font-weight:700;color:#fff;letter-spacing:-.2px}@media screen and (max-width:700px){.main-slider-title__medium{font-size:20px}}.main-slider__desc{letter-spacing:-.3px;font-size:19px;font-family:Montserrat,sans-serif;font-weight:300;color:#686868;margin-bottom:30px}@media screen and (max-width:700px){.main-slider__desc{font-size:15px}}.main-slider__slide{position:relative;height:100%}.main-slider__bg{position:absolute;left:0;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.categories{overflow:hidden}.categories__row{display:-ms-flexbox;display:flex;height:100vh;min-height:600px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:640px){.categories__row{height:auto}}@media screen and (max-height:600px){.categories__row{height:auto}}.categories-category{width:25%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;transition:all .3s}@media screen and (max-width:1300px){.categories-category{overflow:hidden;width:50%;min-height:50vh}}@media screen and (max-height:600px){.categories-category{height:auto}}@media screen and (max-width:640px){.categories-category{width:100%;height:auto;min-height:50vh}}.categories-category__bg{background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;height:100%;width:calc(100vw - 270px);max-width:100%;transition:all 3s}@media screen and (max-width:1300px){.categories-category__bg{width:100%;min-height:50vh}}@media screen and (max-width:640px){.categories-category__bg{height:100%}}.categories-category__inner{position:relative;z-index:10;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:calc(100vw - 270px);max-width:100%}@media screen and (max-width:1300px){.categories-category__inner{width:100%}}.categories-category__header{padding:60px 15px 45px;min-height:205px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.21);box-sizing:border-box}@media screen and (max-height:780px){.categories-category__header{padding:15px;min-height:100px}}@media screen and (max-width:1300px){.categories-category__header{padding:0 15px;min-height:115px}}.categories-category__header div{display:-ms-flexbox;display:flex;color:#fff;max-width:225px;margin:0 auto;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:40px;text-transform:uppercase}@media screen and (max-width:1300px){.categories-category__header div{font-size:30px;max-width:100%}}.categories-category__header span{color:hsla(0,0%,100%,.5);font-size:19px}@media screen and (max-width:1300px){.categories-category__header span{display:none}}.categories-category__content{padding:48px 35px;box-sizing:border-box;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:1600px){.categories-category__content{padding:48px 20px 48px 35px}}@media screen and (max-width:980px){.categories-category__content{padding:20px}}@media screen and (max-width:1300px){.categories-category__content .btn img{display:none}}.categories-category__footer{border-top:1px solid hsla(0,0%,100%,.21);padding:19px 35px;box-sizing:border-box;transition:all .3s;opacity:0;visibility:hidden}.categories-category__footer p{color:#fff;font-size:16px;text-align:center;margin-bottom:20px}.categories-category__footer img{margin:0 auto}@media screen and (max-width:1300px){.categories-category__footer{display:none}}@media screen and (max-height:780px){.categories-category__footer{display:none}}.categories-category__links ul li{margin-bottom:38px;padding-left:60px;box-sizing:border-box;position:relative}.categories-category__links ul li:after{content:"";display:block;height:1px;width:35px;transition:all .3s;background-color:#fff;position:absolute;top:10px;left:0}.categories-category__links ul li:hover a{color:#fff}.categories-category__links ul li:hover:after{transition:all .3s;background-color:#e20609}.categories-category__links ul li.active a{color:#fff}.categories-category__links ul li.active:after{background-color:#e20609}.categories-category__links ul li a{color:#fff;font-size:16px;font-family:Montserrat,sans-serif;font-weight:300;transition:all .3s}@media screen and (max-height:780px){.categories-category__links ul li{margin-bottom:20px}.categories-category__links ul li a{font-size:15px}}@media screen and (max-width:1300px){.categories-category__links ul li.hide-tablet{display:none}}@media screen and (max-height:780px){.categories-category__links{margin-bottom:15px}}@media screen and (max-width:1400px){.categories-category .btn img{display:none}}.categories-category:hover .categories-category__footer{opacity:1;visibility:visible}.categories-category:hover .categories-category__bg{max-width:110%;z-index:11}.categories-category:hover .categories-category__inner{z-index:11}.categories-category:hover .categories-category__links a{color:hsla(0,0%,100%,.65)}.categories-category:hover .categories-category__links a:hover{color:#fff}.categories-nav{position:relative;height:100vh;overflow:hidden;width:100%;display:-ms-flexbox;display:flex;min-height:600px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1530px){.categories-nav .btn img,.categories-nav .btn svg{display:none}}.categories-nav .btn svg{width:32px;height:32px;fill:#fff}.categories-nav .btn.deposit svg{margin-right:15px}@media screen and (max-width:1600px){.categories-nav .btn{font-size:15px}}@media screen and (max-width:980px){.categories-nav{width:100%}}@media screen and (max-width:640px){.categories-nav{height:auto}}@media screen and (max-height:650px){.categories-nav{height:auto}}.categories-nav-category{top:0;bottom:0;left:0;right:0;position:absolute;z-index:0}@media screen and (max-height:650px){.categories-nav-category{animation-name:none;animation-delay:0s;animation-duration:0s;visibility:visible!important}}@media screen and (max-width:980px){.categories-nav-category{animation-name:none;animation-delay:0s;animation-duration:0s;visibility:visible!important}}.categories-nav-category__debug{position:absolute;top:15%}.categories-nav-category__debug p{color:#fff}.categories-nav-category__bg{background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;height:100%;width:calc(100vw - 270px);max-width:100%;transition:all 3s}@media screen and (max-width:1300px){.categories-nav-category__bg{width:100%;min-height:50vh}}@media screen and (max-width:640px){.categories-nav-category__bg{height:100%}}.categories-nav-category__container{width:25%;position:absolute;top:0;height:100%;transition:all .3s}@media screen and (max-width:1300px){.categories-nav-category__container{position:relative;width:100%;left:0!important}}@media screen and (max-width:600px){.categories-nav-category__container:after{content:"";display:block;position:absolute;left:0;z-index:0;top:-1px;width:100%;height:calc(100% + 1px);background:rgba(0,0,0,.3)}}.categories-nav-category__header{padding:90px 15px 45px;height:205px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.21);box-sizing:border-box;z-index:2;position:relative}@media screen and (max-width:640px){.categories-nav-category__header{padding:43px 15px 20px!important}}.categories-nav-category__header div{color:#fff;margin:0 auto;text-align:center;font-size:30px;padding:0 10px;cursor:pointer;text-transform:uppercase}@media screen and (max-width:1300px){.categories-nav-category__header div{font-size:30px;max-width:100%}}.categories-nav-category__header span{color:hsla(0,0%,100%,.5);font-size:19px;white-space:nowrap;display:block}@media screen and (max-width:1300px){.categories-nav-category__header span{display:none}}.categories-nav-category__content{padding:48px 35px;box-sizing:border-box;-ms-flex-positive:1;flex-grow:1;z-index:2;position:relative;transition:all .3s}@media screen and (max-width:1600px){.categories-nav-category__content{padding:48px 20px 48px 35px}}@media screen and (max-width:1300px){.categories-nav-category__content{padding:20px 15px 35px 35px}}@media screen and (max-height:700px){.categories-nav-category__content{padding:20px 15px 35px 35px}}@media screen and (max-width:980px){.categories-nav-category__content{padding:30px 15px!important}}@media screen and (max-width:1300px){.categories-nav-category__content .btn img{display:none}}.categories-nav-category__footer{border-top:1px solid hsla(0,0%,100%,.21);padding:19px 35px;box-sizing:border-box;transition:all .3s;opacity:0;visibility:hidden;z-index:2;position:relative}.categories-nav-category__footer p{color:#fff;font-size:16px;text-align:center;margin-bottom:20px}.categories-nav-category__footer img{margin:0 auto}@media screen and (max-width:1300px){.categories-nav-category__footer{display:none}}@media screen and (max-height:850px){.categories-nav-category__footer{display:none}}.categories-nav-category__links ul li{margin-bottom:38px;box-sizing:border-box;position:relative}.categories-nav-category__links ul li.active a{color:#fff}.categories-nav-category__links ul li.active:after{background-color:#e20609}.categories-nav-category__links ul li a{position:relative;display:inline-block}.categories-nav-category__links ul li a p{padding-left:60px;margin:0;font-family:Montserrat,sans-serif;font-weight:300;line-height:20px;font-size:16px;transition:all .3s;color:#fff}.categories-nav-category__links ul li a p:after{content:"";display:block;height:2px;width:35px;transition:all .3s;background-color:#fff;position:absolute;top:10px;left:0}@media screen and (max-height:780px){.categories-nav-category__links ul li{margin-bottom:20px}.categories-nav-category__links ul li a{font-size:15px}}@media screen and (max-width:1300px){.categories-nav-category__links ul li{margin-bottom:20px}.categories-nav-category__links ul li a{font-size:15px}.categories-nav-category__links ul li.hide-tablet{display:none}}@media screen and (max-width:700px){.categories-nav-category__links ul li{margin-bottom:20px!important}}@media screen and (max-height:780px){.categories-nav-category__links{margin-bottom:15px}}@media screen and (max-width:1300px){.categories-nav-category__links{margin-bottom:15px}}.categories-nav-category__inner{background-size:cover;background-position:50% inherit;top:0;bottom:0;left:0;right:0;position:absolute}.categories-nav-category__inner--1 .categories-nav-category__container{left:0}.categories-nav-category__inner--2 .categories-nav-category__container{left:25%}.categories-nav-category__inner--3 .categories-nav-category__container{left:50%}.categories-nav-category__inner--4 .categories-nav-category__container{left:75%}@media screen and (max-width:1300px){.categories-nav-category__inner{position:relative;height:100%}}.categories-nav-category--clicked{z-index:2;transition:all 1s}.categories-nav-category--clicked .categories-nav-category__container{opacity:0}.categories-nav-category--clicked .categories-nav-category__inner{transition:all 1s;z-index:1;background-position:center 0!important}.categories-nav-category--shadow .categories-nav-category__container:after{visibility:visible;opacity:.6}.categories-nav-category:before{content:"";position:absolute;z-index:2;opacity:0;visibility:hidden;transition:all .3s;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5)}.categories-nav-category:hover .btn{border:1px solid transparent;background:#e31e24}.categories-nav-category:hover .btn:hover{background:#f64545;color:#fff!important}.categories-nav-category:hover .btn:active{background:#ba181d;color:#fff!important}.categories-nav-category:hover:before{content:"";opacity:0!important;visibility:hidden!important}.categories-nav-category:hover .categories-nav-category__footer{opacity:1;visibility:visible}.categories-nav-category:hover .categories-nav-category__bg{max-width:110%;z-index:11}.categories-nav-category:hover .categories-nav-category__links a:hover p{color:#fff}.categories-nav-category:hover .categories-nav-category__links a:hover p:after{content:"";background:#e20613}@media screen and (max-width:1300px){.categories-nav-category:first-child .categories-nav-category__header{padding:60px 0 15px;height:165px}}@media screen and (max-width:980px){.categories-nav-category:first-child .categories-nav-category__header{height:110px!important;padding:15px 0!important}}@media screen and (max-width:640px){.categories-nav-category:first-child .categories-nav-category__header{height:110px!important;padding:15px 0!important}}@media screen and (max-height:650px){.categories-nav-category:first-child .categories-nav-category__header{height:110px;padding:15px 0}}@media screen and (max-width:1300px){.categories-nav-category:nth-child(2) .categories-nav-category__header{padding:60px 0 15px;height:165px}}@media screen and (max-width:980px){.categories-nav-category:nth-child(2) .categories-nav-category__header{height:110px!important;padding:15px 0!important}}@media screen and (max-width:640px){.categories-nav-category:nth-child(2) .categories-nav-category__header{height:110px!important;padding:15px 0!important}}@media screen and (max-height:650px){.categories-nav-category:nth-child(2) .categories-nav-category__header{height:110px;padding:15px 0}}@media screen and (max-width:1300px){.categories-nav-category:nth-child(3) .categories-nav-category__header{height:110px!important;padding:15px 0!important}}@media screen and (max-height:650px){.categories-nav-category:nth-child(3) .categories-nav-category__header{height:110px;padding:15px 0}}@media screen and (max-width:1300px){.categories-nav-category:nth-child(4) .categories-nav-category__header{height:110px!important;padding:15px 0!important}}@media screen and (max-height:650px){.categories-nav-category:nth-child(4) .categories-nav-category__header{height:110px;padding:15px 0}}@media screen and (max-width:1300px){.categories-nav-category{overflow:hidden;width:50%;min-height:50vh;position:relative;clip:auto}}@media screen and (max-height:650px){.categories-nav-category{height:auto}}@media screen and (max-width:640px){.categories-nav-category{width:100%;height:auto;min-height:50vh}}.categories-nav__shadow{content:"";display:block;position:absolute;top:0;left:0;width:100vw;height:100%;z-index:1;transition:all .3s;background:#202020}.categories-nav__shadow,.categories-nav__shadow--show{opacity:1;visibility:visible}@media screen and (max-width:1300px){.categories-nav:hover .categories-nav-category:before{opacity:1;visibility:hidden}}.categories-nav--animated .categories-nav-category{pointer-events:none}.categories-nav--animated .categories-nav-category:before,.categories-nav--animated .categories-nav-category__footer{opacity:0!important;visibility:hidden!important}.news-slider{padding:0 0 35px;box-sizing:border-box}.news-slider .tabs-component a{text-decoration:none}.news-slider .tabs-component-tabs{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin:0 -15px}@media screen and (max-width:1300px){.news-slider .tabs-component-tabs{margin:0 -7.5px}}.news-slider .tabs-component-tab{text-align:center;margin:0 15px}@media screen and (max-width:1300px){.news-slider .tabs-component-tab{margin:0 7.5px}}.news-slider .tabs-component-tab.is-active a{color:#e20609;border:1px solid #e20609}.news-slider .tabs-component-tab-a{transition:all .3s;border-radius:2px;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;line-height:20px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-size:16px;text-align:center;box-sizing:border-box;padding:9px 30px;color:#202020;text-decoration:none;border:1px dashed #cdcdcd}@media screen and (max-width:980px){.news-slider .tabs-component-tab-a__full{display:none}}@media screen and (min-width:981px){.news-slider .tabs-component-tab-a__full{display:block}}@media screen and (max-width:980px){.news-slider .tabs-component-tab-a__short{display:block}}@media screen and (min-width:981px){.news-slider .tabs-component-tab-a__short{display:none}}.news-slider .tabs-component-panel{position:relative}.news-slider-switcher{transition:all .3s;border-radius:2px;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-size:16px;text-align:center;box-sizing:border-box;padding:9px 30px;color:#202020;border:1px dashed #cdcdcd}.news-slider-switcher--active{color:#e20609;border:1px solid #e20609}.news-slider .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(33.33333% - 30px);display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1300px){.news-slider .col{margin-left:7.5px;margin-right:7.5px;width:calc(50% - 15px)}}@media screen and (max-height:900px){.news-slider{padding:0 0 35px}}@media screen and (max-width:980px){.news-slider{padding:0 0 40px}}.news-slider-header{padding:85px 0 25px}.news-slider-header__l-auto{margin-left:auto}.news-slider-header .col{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:auto}@media screen and (max-width:1100px){.news-slider-header .col:first-child{width:calc(100% - 30px)}}.news-slider-header .col:nth-child(2){margin:0 auto;position:relative;padding-right:97px;box-sizing:border-box}@media screen and (max-width:1100px){.news-slider-header .col:nth-child(2){width:calc(100% - 30px);padding:0}}.news-slider-header .col:nth-child(3){display:none}.news-slider-header h2{font-size:30px;font-family:Montserrat,sans-serif;font-weight:700;text-transform:none;line-height:30px}@media screen and (max-width:1100px){.news-slider-header h2{padding:30px 0;margin:0 auto 20px;width:100%;text-transform:uppercase}}@media screen and (max-width:980px){.news-slider-header h2{line-height:20px}}@media screen and (max-width:1300px){.news-slider-header h2{font-size:22px;font-family:Montserrat,sans-serif;font-weight:400}}@media screen and (max-width:1100px){.news-slider-header{padding:0 0 25px}}@media screen and (max-width:980px){.news-slider-header h2{font-size:22px;font-family:Montserrat,sans-serif;font-weight:400}}.news-slider-controls{display:-ms-flexbox;display:flex;border:1px solid #dadada;border-radius:2px;position:absolute;top:-67px;box-sizing:border-box;right:0;z-index:1}@media screen and (max-width:980px){.news-slider-controls{top:-72px}}.news-slider-controls__arrow{height:40px;width:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;cursor:pointer;position:relative;transition:all .3s}.news-slider-controls__arrow svg{fill:#4a4a4a;width:24px;height:24px}.news-slider-controls__arrow:first-child:after{content:"";display:block;position:absolute;right:0;top:0;width:1px;background:#dadada;height:100%}.news-slider-controls__arrow:hover{background-color:#f7f7f7}@media screen and (max-width:1300px){.news-slider-slides .col:nth-child(3),.news-slider__slide .col:nth-child(3){display:none}}.news-slider-preview-img{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;transition:all .3s;height:100%;width:100%}.news-slider-preview-img span{display:block}.news-slider-preview-img:after{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:3px;background:#e20609;opacity:0;transition:all .3s}.news-slider-preview-img:hover .news-preview-img-text{border:1px solid #9a9a9a;border-top:none}.news-slider-preview-img:hover:after{content:"";opacity:1}.news-slider-preview-img__img img{width:100%}.news-slider-preview-img__img:hover{cursor:pointer}.news-slider-preview-img-text{border:1px solid #dadada;border-top:none;padding:26px;box-sizing:border-box;display:block;-ms-flex-positive:1;flex-grow:1;transition:all .3s}.news-slider-preview-img-text__title{color:#e31e24;font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;margin-bottom:15px;display:inline-block}.news-slider-preview-img-text__desc{line-height:22px;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;color:#202020}.news-slider-preview-text{border:1px solid #dadada;height:calc(100% - 2px);width:100%}.news-slider-preview-text img{width:100%}.news-slider-preview-text span{display:block}.news-slider-preview-text-line{padding:26px;box-sizing:border-box;display:block;height:50%;transition:all .3s;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #dadada;position:relative}.news-slider-preview-text-line:hover{outline:1px solid #9a9a9a}.news-slider-preview-text-line:hover:after{content:"";opacity:1}.news-slider-preview-text-line:after{content:"";position:absolute;bottom:-1px;left:0;display:block;width:100%;height:3px;background:#e20609;opacity:0;transition:all .3s}.news-slider-preview-text-line:last-child{border-bottom:none}.news-slider-preview-text-line__title{color:#e31e24;font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;margin-bottom:15px;display:inline-block}.news-slider-preview-text-line__desc{line-height:22px;font-family:Montserrat,sans-serif;font-weight:300;font-size:14px;color:#202020}.news-slider h2{margin:0;font-weight:400}@media screen and (max-width:640px){.news-slider{display:none}}.news-slider-mob{padding:26px 15px;box-sizing:border-box;display:none}.news-slider-mob h2{font-size:34px;margin-bottom:24px;text-align:center;line-height:34px}.news-slider-mob .tabs-component a{text-decoration:none}.news-slider-mob .tabs-component-tabs{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:0 -7.5px 7px;-ms-flex-wrap:wrap;flex-wrap:wrap}.news-slider-mob .tabs-component-tab{text-align:center;margin:0 7.5px 15px}.news-slider-mob .tabs-component-tab.is-active a{color:#e20609;border:1px solid #e20609}.news-slider-mob .tabs-component-tab-a{transition:all .3s;border-radius:2px;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:40px;line-height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-size:16px;text-align:center;box-sizing:border-box;padding:9px 30px;text-decoration:none;color:#202020;border:1px dashed #cdcdcd}@media screen and (max-width:980px){.news-slider-mob .tabs-component-tab-a__full{display:none}}@media screen and (min-width:981px){.news-slider-mob .tabs-component-tab-a__full{display:block}}@media screen and (max-width:980px){.news-slider-mob .tabs-component-tab-a__short{display:block}}@media screen and (min-width:981px){.news-slider-mob .tabs-component-tab-a__short{display:none}}.news-slider-mob .tabs-component-panel{position:relative}.news-slider-mob__btns{margin-bottom:23px;margin:0 -4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.news-slider-mob__btns .btn{margin:0 4px 20px;display:inline-block}.news-slider-mob__title{color:#000;font-weight:700;display:inline-block}.news-slider-mob__desc,.news-slider-mob__title{font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:15px}.news-slider-mob__desc{line-height:22px;font-weight:300;color:#202020}.news-slider-mob-controls{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.news-slider-mob-controls__arrow{height:36px;width:36px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;cursor:pointer;border:1px solid #dadada;border-radius:2px}.news-slider-mob-controls__arrow svg{fill:#4a4a4a;width:24px;height:24px}@media screen and (max-width:640px){.news-slider-mob{display:block}}.offers{background:#f4f4f4;padding:65px 0;box-sizing:border-box}@media screen and (max-width:700px){.offers{padding:30px 0}}.offers__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:1300px){.offers__row{margin-left:-7.5px;margin-right:-7.5px}}.offers__col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;width:calc(100% - 30px);margin-bottom:30px}@media screen and (max-width:1300px){.offers__col{margin-left:7.5px;margin-right:7.5px;margin-bottom:15px}}.offers__col--eight{width:calc(66.66667% - 30px)}@media screen and (max-width:1300px){.offers__col--eight{width:calc(100% - 15px)}}@media screen and (max-width:640px){.offers__col--eight{width:calc(100% - 15px)}}.offers__col--third{width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.offers__col--third{width:calc(50% - 15px)}}@media screen and (max-width:640px){.offers__col--third{width:calc(100% - 15px)}}.offers__col--no-marg{margin-bottom:0}.offers-info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.offers-info h2{text-align:left;font-size:42px;line-height:42px;text-transform:none;margin-bottom:15px;padding-right:15px}@media screen and (max-width:700px){.offers-info h2{font-size:30px;line-height:30px}}.offers-info a{margin-bottom:15px}.offers-preview{position:relative;height:430px;width:100%;background-size:cover;background-position:50%}.offers-preview:hover:after{content:"";opacity:.1}.offers-preview:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;transition:all .3s}@media screen and (max-width:700px){.offers-preview{height:auto;min-height:300px}}.offers-preview img{width:100%}.offers-preview__content{position:relative;z-index:1;padding:68px;box-sizing:border-box}@media screen and (max-width:1480px){.offers-preview__content{padding:50px 30px}}@media screen and (max-width:700px){.offers-preview__content{padding:30px}}.offers-preview__title{position:relative;color:#2d2d2d!important;text-transform:uppercase;max-width:470px;font-size:34px;line-height:34px;margin-bottom:25px;display:inline-block;padding-left:35px;box-sizing:border-box}@media screen and (max-width:980px){.offers-preview__title{font-size:23px;line-height:30px;margin-bottom:15px;padding-left:25px}}.offers-preview__title--white{color:#fff!important}.offers-preview__title:before{content:"";position:absolute;left:0;top:0;height:100%;width:5px;background:#e31e24}.offers-preview__desc{color:#414141;font-size:24px;margin-bottom:30px}.about-video{position:relative;height:100vh;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0;-ms-flex-pack:center;justify-content:center;box-sizing:border-box}.about-video .container{margin:0}.about-video__bg{position:absolute;z-index:1;left:0;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.about-video__bg,.about-video h1{opacity:1;visibility:visible;transition:all .3s}.about-video h1{font-size:60px;color:#fff;max-width:850px;margin:0 auto 70px;line-height:80px;text-align:center;text-transform:uppercase;position:relative;z-index:2;text-shadow:0 1px 9px rgba(56,58,64,.4)}@media screen and (max-width:1300px){.about-video h1{font-size:40px;line-height:50px;margin:0 auto 35px}}@media screen and (max-height:600px){.about-video h1{font-size:40px;line-height:50px;margin:0 auto 35px}}@media screen and (max-width:640px){.about-video h1{font-size:30px!important;line-height:40px!important;margin:0 auto 25px!important}}.about-video__btn-play{margin:0 auto;width:100px;height:100px;opacity:1;visibility:visible;transition:all .3s;position:relative}.about-video__btn-play div{cursor:pointer;position:relative;width:100px;height:100px;z-index:1;border-radius:50%;background:#e31e24}.about-video__btn-play:before{display:block;position:absolute;top:50%;left:50%;height:calc(100% + 10px);width:calc(100% + 10px);transform:translateX(-50%) translateY(-50%);content:"";background-color:hsla(0,0%,100%,.19);opacity:1;border-radius:50%;box-sizing:border-box;z-index:1}.about-video__btn-play:after{content:"";pointer-events:none;position:absolute;top:50%;left:50px;transform:translateY(-50%) translateX(-30%);z-index:1;width:0;height:0;border-style:solid;border-width:15px 0 15px 20px;border-color:transparent transparent transparent #fff}@media screen and (max-width:1300px){.about-video__btn-play,.about-video__btn-play div{width:70px;height:70px}.about-video__btn-play:after{content:"";left:35px}}@media screen and (max-height:600px){.about-video__btn-play,.about-video__btn-play div{width:70px;height:70px}.about-video__btn-play:after{content:"";left:35px}}.about-video__video{overflow:hidden;position:absolute;top:0;left:0;height:100vh;width:100%;cursor:pointer}.about-video__video video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;transform:translateX(-50%) translateY(-50%);background:#fff;background-size:cover;transition:opacity 1s}.about-video--show .about-video__bg,.about-video--show .about-video__btn-play,.about-video--show h1{opacity:0;visibility:hidden}@media screen and (max-width:700px){.about-video-fullp{display:none}}.about-tabs{position:relative}.about-tabs__main{position:relative;height:100vh;width:100%}@media screen and (max-width:980px){.about-tabs__main{height:auto}}@media screen and (max-height:650px){.about-tabs__main{height:auto}}.about-tabs__controls{position:absolute;bottom:0;z-index:1;left:0;width:100%;background-color:rgba(0,0,0,.37)}.about-tabs__controls .slick-slide{padding:10px 30px;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-top:2px solid transparent;transition:all .3s;box-sizing:border-box}.about-tabs__controls .slick-slide.slick-current{background:#fff;border-top:2px solid #e20609}.about-tabs__controls .slick-slide.slick-current .about-tabs__btn p{color:#202020}.about-tabs__controls .slick-slide:hover .about-tabs__btn p:after{content:"";opacity:0;visibility:hidden}.about-tabs__controls .slick-track{margin:0}.about-tabs__btn{box-sizing:border-box;text-align:center;height:65px;text-decoration:none;color:#888;font-family:-apple-system,sans-serif;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;border:1px solid transparent;padding:10px 30px;-ms-flex-pack:center;justify-content:center;cursor:pointer;border-top:2px solid transparent;transition:all .3s}.about-tabs__btn[aria-selected=true]{background:#fff;border-top:2px solid #e20609}.about-tabs__btn[aria-selected=true] p{color:#202020!important}.about-tabs__btn p{color:#fff;font-size:21px;font-family:Montserrat,sans-serif;font-weight:300;position:relative;pointer-events:none;margin:0}@media screen and (max-width:1300px){.about-tabs__btn p{font-size:14px;font-weight:400}}.about-tabs__btn p:after{content:"";display:block;position:absolute;left:0;bottom:-5px;width:100%;height:0;opacity:1;visibility:visible;transition:all .3s;border-bottom:2px dotted #fff}@media screen and (max-width:1300px){.about-tabs__btn p:after{bottom:0}}.about-tabs__btn:hover p:after{content:"";opacity:0;visibility:hidden}@media screen and (max-width:1300px){.about-tabs__btn{height:40px}}.about-tabs__arrow{position:absolute;cursor:pointer;z-index:1}.about-tabs__left{top:50%;transform:translateY(-50%);left:15px}.about-tabs__right{top:50%;transform:translateY(-50%);right:15px}.about-block{height:100vh;position:relative;overflow:hidden;color:#fff;padding-top:35px;box-sizing:border-box;display:block!important}@media screen and (max-height:500px){.about-block{height:auto}}@media screen and (max-width:1100px){.about-block{padding:80px 0 0}}@media screen and (max-width:980px){.about-block{padding:80px 0 0}}@media screen and (max-width:450px){.about-block{padding:60px 0 0}}@media screen and (max-width:980px){.about-block .hide-tablet{display:none}}@media screen and (max-width:980px){.about-block .show-tablet{display:block}}@media screen and (max-width:450px){.about-block .hide-mobile{display:none}}.about-block__bg{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.about-block__content{padding-bottom:85px;position:relative;z-index:1;height:100%}.about-block__content p{max-width:900px}@media screen and (max-width:700px){.about-block__content{padding-bottom:50px}}.about-block__header{margin-bottom:50px;z-index:10;position:relative}@media screen and (max-height:700px){.about-block__header{margin-bottom:20px}}@media screen and (max-width:980px){.about-block__header{margin-bottom:20px}}@media screen and (max-width:640px){.about-block__header{margin-bottom:10px}}.about-block__header h2{color:#fff;text-align:left;text-transform:uppercase;margin-bottom:0;line-height:40px}@media screen and (max-width:980px){.about-block__header h2{text-align:center;font-size:35px;line-height:35px}}.about-block__header .row .col{box-sizing:border-box;word-wrap:break-word;margin-left:15px;margin-right:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (max-width:1300px){.about-block__header .row .col{margin-left:7.5px;margin-right:7.5px}}.about-block__header .row .col:first-child{width:calc(100% - 30px)}@media screen and (max-width:1300px){.about-block__header .row .col:first-child{width:calc(100% - 15px)}}.about-block__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:640px){.about-block__title{text-align:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px}}.about-block__title h2{margin-right:50px}@media screen and (max-width:640px){.about-block__title h2{margin:0}}.about-block__title a{color:#fff;position:relative;font-size:16px;font-weight:400;text-decoration:underline}@media screen and (max-width:450px){.about-block__title a{font-size:14px}}.about-block__title a:hover{text-decoration:none}.about-block-advantages{box-sizing:border-box;margin:30px 0;padding:35px 0 0;border-top:1px solid hsla(0,0%,100%,.25);border-bottom:1px solid hsla(0,0%,100%,.25);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:680px}@media screen and (max-height:700px){.about-block-advantages{margin:20px 0;padding:20px 0 0}}@media screen and (max-width:640px){.about-block-advantages{-ms-flex-direction:column;flex-direction:column;margin:0 0 15px;padding:15px 0 0}}.about-block-advantages__el{width:50%;margin-bottom:35px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:640px){.about-block-advantages__el{width:100%;text-align:left;margin-bottom:15px}}@media screen and (max-height:700px){.about-block-advantages__el{margin-bottom:20px}}.about-block-advantages__el svg{fill:#fff;-ms-flex-negative:0;flex-shrink:0;margin-right:30px;font-size:50px}@media screen and (max-width:640px){.about-block-advantages__el svg{margin-right:20px;font-size:26px}}.about-block-advantages__el p{font-size:18px;color:#fff;font-weight:300;margin:0}@media screen and (max-width:640px){.about-block-advantages__el p{font-size:15px}}.about-block__btns{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;max-width:680px;margin:0 -20px}.about-block__btns>*{margin:0 20px}.about-block__btns .btn{margin-bottom:0}.about-block__btns a{color:#fff}.about-block__btns a span{position:relative;border-bottom:1px solid #fff}.about-block__btns a span:hover{border-bottom:none}.about-block__btns a span:after{content:""}.about-block__btns a:hover,.about-block__btns a:visited{color:#fff}@media screen and (max-width:640px){.about-block__btns a:first-child{margin-bottom:15px}}@media screen and (max-width:640px){.about-block__btns a{font-size:14px}}@media screen and (max-width:640px){.about-block__btns{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}}.about-block__text{max-width:680px;margin-top:40px}.about-block__text p{color:#f2f2f2;font-size:17px;margin-bottom:30px;font-weight:300;line-height:22px}@media screen and (max-height:700px){.about-block__text{display:none}.about-block__text.show-tablet{display:block}}@media screen and (max-width:980px){.about-block__text{max-width:100%;margin-top:20px}}@media screen and (max-width:640px){.about-block__text{display:none}}@media screen and (max-width:450px){.about-block__text{margin-top:10px}}.about-block__desc{color:hsla(0,0%,100%,.5);text-transform:uppercase;font-size:19px;margin-top:5px;font-family:Montserrat,sans-serif;font-weight:400}@media screen and (max-width:980px){.about-block__desc{text-align:center;font-size:16px}}.about-block__desc--white{font-size:24px;text-transform:none;color:#fff;margin-top:24px;display:none}@media screen and (max-height:700px){.about-block__desc--white{display:block;text-align:left;margin-top:10px}}@media screen and (max-width:640px){.about-block__desc--white{font-size:20px;margin-top:5px;text-align:center}}.about-block__persons{position:absolute;right:0;top:0;z-index:1;width:46%;height:100%;bottom:0}@media screen and (max-width:450px){.about-block__persons{display:none}}.about-block__person{position:absolute;right:0;bottom:0;width:100%;height:auto}.about-block__person img{float:right}@media screen and (max-width:980px){.about-block__person{display:none}}.about-block-slider{position:relative;width:75%}@media screen and (max-width:980px){.about-block-slider{width:100%;margin:25px auto 0}}@media screen and (max-width:450px){.about-block-slider{display:none}}.about-block-slider__content{padding:50px 8% 50px 50px;border:1px solid hsla(0,0%,100%,.36);position:relative;box-sizing:border-box;margin-bottom:60px}@media screen and (max-width:1300px){.about-block-slider__content{padding:25px 8% 10px 25px;margin-bottom:30px}}@media screen and (max-width:980px){.about-block-slider__content{margin-right:10px}}@media screen and (max-width:700px){.about-block-slider__content{padding:15px 8% 10px 25px!important}}@media screen and (max-width:450px){.about-block-slider__content{display:none}}@media screen and (max-height:700px){.about-block-slider__content{padding:5px 8% 10px 25px;margin-bottom:30px}}.about-block-slider__content-bg{border-right:1px solid hsla(0,0%,100%,.36);border-top:1px solid hsla(0,0%,100%,.36);border-bottom:1px solid hsla(0,0%,100%,.36);position:absolute;width:100%;height:calc(100% + 20px);top:-10px;left:10px;z-index:-1}.about-block-slider__content-bg:after{content:"";position:absolute;left:0;top:0;width:1px;height:8px;background:hsla(0,0%,100%,.36)}.about-block-slider__content-bg:before{content:"";position:absolute;left:0;bottom:0;width:1px;height:9px;background:hsla(0,0%,100%,.36)}.about-block-slider__title{font-size:44px;display:inline-block;color:#fff;margin-bottom:10px}@media screen and (max-height:700px){.about-block-slider__title{font-size:32px}}@media screen and (max-width:1300px){.about-block-slider__title{font-size:32px}}@media screen and (max-width:700px){.about-block-slider__title{font-size:24px!important;margin-bottom:5px!important}}.about-block-slider__title:hover,.about-block-slider__title:visited{color:#fff}.about-block-slider__desc{color:hsla(0,0%,100%,.5);text-transform:uppercase;font-size:19px;font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:30px}@media screen and (max-height:700px){.about-block-slider__desc{font-size:17px;margin-bottom:15px}}@media screen and (max-width:1300px){.about-block-slider__desc{font-size:17px;margin-bottom:15px}}@media screen and (max-width:700px){.about-block-slider__desc{font-size:13px!important;margin-bottom:10px!important}}.about-block-slider__text{font-size:17px;line-height:24px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;margin-bottom:30px}@media screen and (max-height:700px){.about-block-slider__text{margin-bottom:15px}}@media screen and (max-width:1300px){.about-block-slider__text{margin-bottom:15px}}@media screen and (max-width:700px){.about-block-slider__text{font-size:15px!important}}.about-block-slider__slide{position:relative}.about-block-slider .slick-slider{z-index:1}.about-block-slider-controls{-ms-flex-pack:start;justify-content:flex-start}.about-block-slider-controls,.about-block-slider-controls__arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.about-block-slider-controls__arrow{cursor:pointer}.about-block-slider-controls__arrow svg{fill:#fff;font-size:23px}.about-block-slider-controls__info{margin:0 18px;line-height:20px;font-size:18px}.about-block-slider-mob{display:none;position:absolute;width:100vw;bottom:0;left:0}@media screen and (max-width:450px){.about-block-slider-mob{display:block}}.about-block-slider-mob__slide{min-height:350px;position:relative}.about-block-slider-mob__slide:after{content:"";display:block;position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;background:linear-gradient(180deg,transparent,#000)}.about-block-slider-mob__content{position:absolute;z-index:2;bottom:35%;text-align:center;left:0;width:100%;padding:0 30px;box-sizing:border-box}.about-block-slider-mob__desc{color:hsla(0,0%,100%,.75);font-size:11px;text-transform:uppercase;font-weight:300}.about-block-slider-mob__title{font-size:22px;color:#fff;line-height:24px;margin-bottom:10px}.about-block-slider-mob a{color:#fff!important;font-size:13px;text-decoration:underline}.about-block-slider-mob a:hover{text-decoration:none}.about-block-slider-mob__img{width:100%}.about-block-slider-mob__arrow{position:absolute;cursor:pointer;bottom:40%;z-index:10}.about-block-slider-mob__arrow svg{fill:#fff;width:32px;height:32px}.about-block-slider-mob__left{left:0}.about-block-slider-mob__right{right:0}.about-block-slider-mob--no-img .about-block-slider-mob__arrow,.about-block-slider-mob--no-img .about-block-slider-mob__content{bottom:60%}.about-block-links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:380px;margin-top:25px}.about-block-links__line{padding:14px 38px 14px 20px;margin-bottom:24px;box-sizing:border-box;background-color:hsla(0,0%,100%,.66);transition:all .3s;border:1px solid #fff;position:relative;color:#202020}@media screen and (max-height:700px){.about-block-links__line{margin-bottom:10px}}.about-block-links__line img{position:absolute;right:18px;top:50%;transform:translateY(-50%)}.about-block-links__line:hover{color:#202020;background-color:hsla(0,0%,100%,.8)}.about-block-links__line:visited{color:#202020}.about-block-links__line:last-child{margin-bottom:0}@media screen and (max-width:980px){.about-block-links{margin:25px auto 0}}.about-block--white .about-block__header h2,.about-block--white .about-block__text p{color:#202020}@media screen and (max-width:450px){.about-block--persons .container{padding:0}}.about-block .ml-auto{margin-left:auto!important}.about-news .tabs-component-tabs{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin:0 -15px}@media screen and (max-width:1300px){.about-news .tabs-component-tabs{margin:0 -7.5px}}@media screen and (max-width:700px){.about-news .tabs-component-tabs{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}}.about-news .tabs-component-tab{text-align:center;margin:0 15px}@media screen and (max-width:1300px){.about-news .tabs-component-tab{margin:0 7.5px}}@media screen and (max-width:700px){.about-news .tabs-component-tab{margin:0 7.5px 7.5px}.about-news .tabs-component-tab:last-child{margin-bottom:0}}.about-news .tabs-component-tab.is-active a{color:#fff;border:1px solid #fff}.about-news .tabs-component-tab-a{transition:all .3s;border-radius:2px;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:40px;line-height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-size:16px;text-align:center;box-sizing:border-box;padding:9px 30px;color:#fff;border:1px dashed #fff}@media screen and (max-width:450px){.about-news .tabs-component-tab-a{padding:9px;font-size:13px;line-height:13px;white-space:normal}}@media screen and (max-width:980px){.about-news .tabs-component-tab-a__full{display:none}}@media screen and (min-width:981px){.about-news .tabs-component-tab-a__full{display:block}}@media screen and (max-width:980px){.about-news .tabs-component-tab-a__short{display:block}}@media screen and (min-width:981px){.about-news .tabs-component-tab-a__short{display:none}}.about-news .tabs-component-panel{position:relative}.about-news .row .col{width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.about-news .row .col{width:calc(33.33333% - 15px)}}@media screen and (max-height:700px){.about-news .subscribe{margin:25px auto 0}}@media screen and (max-width:1300px){.about-news .subscribe{margin:25px auto 0}}@media screen and (max-width:700px){.about-news .subscribe{max-width:300px}}.about-news__content .row{height:430px}@media screen and (max-height:820px){.about-news__content .row{height:300px}}@media screen and (max-height:700px){.about-news__content .row{height:150px}}@media screen and (max-width:1300px){.about-news__content .row .col{width:calc(50% - 15px)}}@media screen and (max-width:1300px){.about-news__content .row .col:last-child{display:none}}@media screen and (max-width:640px){.about-news__content .row .col:nth-child(2){display:none}}@media screen and (max-width:640px){.about-news__content .row .col{width:calc(100% - 15px)}}@media screen and (max-width:450px){.about-news__content .row .col{display:none}.about-news__content .row .col:first-child{display:block}}.about-news-preview-text{box-shadow:1.4px 1.4px 10px 0 rgba(0,0,0,.28);height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.about-news-preview-text img{width:100%}.about-news-preview-text span{display:block}.about-news-preview-text-line{height:33%;min-height:150px;padding:26px;box-sizing:border-box;display:block;overflow:hidden;transition:all .3s;-ms-flex-positive:1;flex-grow:1;background-color:#fff;border-bottom:1px solid #dadada;position:relative}.about-news-preview-text-line:hover:after{content:"";opacity:1}.about-news-preview-text-line:after{content:"";position:absolute;bottom:-1px;left:0;display:block;width:100%;height:3px;background:#e20609;opacity:0;transition:all .3s}@media screen and (max-height:700px){.about-news-preview-text-line:nth-child(2){display:none}}.about-news-preview-text-line:last-child{border-bottom:none}@media screen and (max-height:820px){.about-news-preview-text-line:last-child{display:none}}.about-news-preview-text-line__title{color:#000;font-family:Montserrat,sans-serif;font-weight:400;font-weight:700;font-size:14px;margin-bottom:15px;display:inline-block}.about-news-preview-text-line__desc{line-height:22px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;font-size:14px;color:#202020}.catalog-filter,.catalog-filter .checkbox__text,.catalog-filter p{color:#fff}.catalog-filter__line{margin-bottom:32px}.catalog-filter__links-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:0 -3.5px 25px}.catalog-filter__links-row>*{margin:0 3.5px 7px}.catalog-filter__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:15px;padding:10px 22px;box-sizing:border-box;border-radius:5px;border:1px solid #fff;cursor:pointer}.catalog-filter__link:visited{color:#fff}.catalog-filter__link:hover{background-color:#fff;border:1px solid #fff;color:#202020}.catalog-filter__link--active{background-color:#fff;border:1px solid #fff;color:#202020!important}.catalog-filter-type-btns{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -3.5px 25px}.catalog-filter-type-btns,.catalog-filter-type-btns__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.catalog-filter-type-btns__text{-ms-flex-pack:center;justify-content:center;color:#fff;font-size:15px;padding:10px 22px;box-sizing:border-box;border-radius:5px;border:1px solid #fff;cursor:pointer}.catalog-filter-type-btns__text:hover{background-color:#fff;border:1px solid #fff;color:#202020}.catalog-filter-type-btns__btn{margin:0 3.5px 7px}.catalog-filter-type-btns__btn label{position:relative;margin:0}.catalog-filter-type-btns__btn input{top:0;left:0;position:absolute;visibility:hidden}.catalog-filter-type-btns__btn input:checked~.catalog-filter-type-btns__text{background-color:#fff;border:1px solid #fff;color:#202020}.catalog-filter-range{max-width:700px}.catalog-filter-range:last-child{margin-bottom:40px}@media screen and (max-width:700px){.catalog-filter-range:last-child{margin-bottom:10px}}.catalog-filter-range-control p{color:#fff;font-size:14px;line-height:18px;margin-bottom:0;height:20px}.catalog-filter-range-control .input__error-msg{right:5px;bottom:5px;position:absolute;float:none}.catalog-filter-range__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:0 -9px 17px}@media screen and (max-width:700px){.catalog-filter-range__row{-ms-flex-direction:column;flex-direction:column;margin:0 -9px 20px;-ms-flex-align:start;align-items:flex-start}}.catalog-filter-range__el{margin:0 10px 15px}@media screen and (max-width:700px){.catalog-filter-range__el{margin:0 10px 10px;width:calc(100% - 20px)}}.catalog-filter-range__info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:120px;color:#fff;font-size:15px;padding:10px 22px;box-sizing:border-box;border-radius:5px;white-space:nowrap;border:1px solid #fff}@media screen and (max-width:450px){.catalog-filter-range__info{padding:10px 8px;min-width:70px}}.catalog-filter-range__title{color:#fff;font-size:20px;font-family:Montserrat,sans-serif;font-weight:400;min-width:180px}@media screen and (max-width:980px){.catalog-filter-range__title{min-width:140px}}.catalog-filter-range__select{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:500px}.catalog-filter-range__bullet{width:8px;height:8px;border-radius:50%;background-color:hsla(0,0%,100%,.5);-ms-flex-negative:0;flex-shrink:0}.catalog-filter-range .vue-slider-component{margin:0!important;padding-left:60px!important;position:relative}.catalog-filter-range .vue-slider-component:before{content:"";display:block;height:2px;left:0;width:60px;background-color:hsla(0,0%,100%,.5);position:absolute;top:8px}@media screen and (max-width:980px){.catalog-filter-range .vue-slider-component:before{width:30px}}@media screen and (max-width:980px){.catalog-filter-range .vue-slider-component{padding-left:30px!important}}.catalog-filter-range .vue-slider-component .vue-slider-process{background-color:hsla(0,0%,100%,.75)}.catalog-filter-range .vue-slider-component .vue-slider-piecewise-dot{display:none}.catalog-filter-range .vue-slider-component .vue-slider{background-color:hsla(0,0%,100%,.5);height:2px!important;border-radius:0!important}.catalog-filter-range .vue-slider-component .vue-slider-dot{top:-7px!important}.catalog-filter-range .vue-slider-component .vue-slider-dot:after{content:"";display:block;width:8px;height:8px;top:50%;position:absolute;border-radius:50%;left:50%;background:#e20613;transform:translateY(-50%) translate(-50%)}.catalog-filter-range .vue-slider-component .custom-label{position:absolute;bottom:100%;left:0;transform:translate(-50%,-12px);margin-left:3px;white-space:nowrap;font-family:Montserrat,sans-serif;font-weight:400;font-size:12px;color:hsla(0,0%,100%,.5)}.catalog-filter-range .vue-slider-component .custom-label:after{content:"";position:absolute;bottom:-25px;left:50%;transform:translate(-50%,5px);width:0;height:0;border-style:solid;border-width:0 4px 4px;border-color:transparent transparent hsla(0,0%,100%,.5)}.catalog-filter-range .vue-slider-component .custom-label.active{color:#fff}.catalog-filter-range .vue-slider-component .custom-label.active:after{content:"";border-color:transparent transparent hsla(0,0%,100%,.75)}.catalog-filter-range .vue-slider-component.catalog-slider{padding-right:60px!important}@media screen and (max-width:450px){.catalog-filter-range .vue-slider-component.catalog-slider{padding:8px 0 8px 24px!important}}@media screen and (max-width:450px){.catalog-filter-range .vue-slider-component.catalog-slider:before{width:24px}}.catalog-filter-range .vue-slider-component.catalog-slider:after{content:"";display:block;height:2px;right:0;width:60px;background-color:hsla(0,0%,100%,.5);position:absolute;top:8px}@media screen and (max-width:450px){.catalog-filter-range .vue-slider-component.catalog-slider:after{display:none}}.catalog-filter-range .vue-slider-component.catalog-slider .vue-slider-process{opacity:0}@media screen and (max-width:450px){.catalog-filter-range .vue-slider-component.catalog-slider-range{padding-left:8px!important}}.catalog-filter-range .vue-slider-component.catalog-slider-range:after{content:"";display:block;height:2px;right:0;width:8px;background-color:hsla(0,0%,100%,.5);position:absolute;top:8px}.catalog-filter-range .vue-slider-component.catalog-slider-range:before{content:""}@media screen and (max-width:450px){.catalog-filter-range .vue-slider-component.catalog-slider-range:before{width:8px}}@media screen and (max-width:450px){.catalog-filter-range--slider-range .catalog-filter-range__info{min-width:100px}}@media screen and (max-width:450px){.catalog-filter-range--slider-one .catalog-filter-range__info{min-width:130px}}.catalog-filter-range--slider-one .vue-slider-component{padding-left:8px!important}@media screen and (max-width:980px){.catalog-filter-range--slider-one .vue-slider-component{padding-left:8px!important}}.catalog-filter-range--slider-one .vue-slider-component:before{content:"";width:8px!important;background-color:hsla(0,0%,100%,.9)}.catalog-filter-range--no-pad .vue-slider-component{padding-left:8px!important}.catalog-filter-range--no-pad .vue-slider-component:before{content:"";width:8px}.catalog-filter-suggest{height:175px;max-width:700px;overflow:hidden;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-top:10px}@media screen and (max-width:700px){.catalog-filter-suggest{height:225px}}@media screen and (max-width:450px){.catalog-filter-suggest{height:310px}}.catalog-filter-suggest-content{background:#fff;padding:23px;box-sizing:border-box;position:relative;height:100%;box-shadow:.7px .7px 2px 0 rgba(0,0,0,.14);animation-duration:1.3s}@media screen and (max-width:700px){.catalog-filter-suggest-content{max-width:500px;margin:0 auto}}@media screen and (max-width:450px){.catalog-filter-suggest-content{padding:18px 14px 0}}.catalog-filter-suggest-content__img img{max-height:100px}@media screen and (max-width:450px){.catalog-filter-suggest-content__img img{margin:0 0 10px}}.catalog-filter-suggest-content:before{content:"";width:0;height:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #fff;top:-10px;left:50%;transform:translateX(-50%);position:absolute}.catalog-filter-suggest-content .col{width:calc(33.33333% - 30px)}@media screen and (max-width:1300px){.catalog-filter-suggest-content .col{width:calc(33.33333% - 15px)}}@media screen and (max-width:700px){.catalog-filter-suggest-content .col{width:calc(50% - 15px)}}@media screen and (max-width:450px){.catalog-filter-suggest-content .col{width:calc(100% - 15px)}}@media screen and (max-width:700px){.catalog-filter-suggest-content .col{margin-bottom:15px}}.catalog-filter-suggest-content__title{color:#282828;letter-spacing:-.2px;margin-bottom:7px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;font-size:20px;line-height:20px}.catalog-filter-suggest-content__card-title{color:#e20613;font-size:17px;line-height:17px;margin-bottom:10px;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;cursor:pointer}.catalog-filter-suggest-content__desc p{margin-bottom:5px;color:#9a9a9a;font-family:Montserrat,sans-serif;font-weight:400;font-weight:300;font-size:13px;line-height:13px}.catalog-filter-suggest__transition{width:100%;height:100%}.catalog-filter-suggest__loader{position:absolute;left:0;top:0;width:100%;height:100%}.catalog-filter-suggest__loader.v-enter-to{animation-name:u}.catalog-filter-suggest__loader:after{content:"";width:50px;height:50px;border:5px solid transparent;border-top-color:#fff;border-bottom-color:#fff;border-radius:50%;position:relative;animation:Cb 1s linear infinite;display:block;left:50%;top:50%;margin-top:-30px;margin-left:-30px}@keyframes Cb{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.catalog-list-line{padding:90px 0;box-sizing:border-box;border-bottom:1px solid #dcdcdc}.catalog-list-line:first-child{padding-top:0}.catalog-list-line:last-child{border-bottom:none}@media screen and (max-width:1300px){.catalog-list-line{padding:50px 0}}.catalog-list-line .container{max-width:1050px}.catalog-list-line .col{width:calc(50% - 30px)}@media screen and (max-width:1300px){.catalog-list-line .col{width:calc(50% - 15px)}}@media screen and (max-width:700px){.catalog-list-line .col{width:calc(100% - 15px)}}.catalog-list-line__links{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.catalog-list-line__link,.catalog-list-line__links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.catalog-list-line__link{margin:0 15px 5px;color:#e31e24}.catalog-list-line__link svg{font-size:23px;fill:#e31e24}.catalog-list-line__link--img-left svg{margin-right:12px}.catalog-list-line__link--img-right svg{margin-left:12px}.catalog-list-line__title{color:#e31e24;font-size:22px;margin-bottom:15px;display:inline-block;text-decoration:none}.catalog-list-line__title:hover{color:#e31e24;text-decoration:underline}.catalog-list-line__title:visited{color:#e31e24}.catalog-list-line__text{font-size:15px;color:#595959;margin-bottom:12px}.catalog-list-line__col--content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:700px){.catalog-list-line__col--content{-ms-flex-order:1;order:1}}.catalog-list-line__col--img{text-align:center}@media screen and (max-width:700px){.catalog-list-line__col--img{-ms-flex-order:0;order:0}}.catalog-list-line__inner{width:100%}.catalog-list-banner{position:relative;display:inline-block;max-width:100%}.catalog-list-banner:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;visibility:hidden;z-index:1;transition:all .3s}@media screen and (max-width:700px){.catalog-list-banner{margin:0 0 40px}}.catalog-list-banner__img{margin:0 auto;position:relative}.catalog-list-banner__img img{position:relative;z-index:1}.catalog-list-banner__img:after{content:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QOIaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OWE4MzcwMWItMjI1OC1mYTRlLWE4NDMtYmNkNmYyODI5MjllIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE2OEU5OUZGQTdENDExRTg5MTNBOTk4N0UxNTA4MDJEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE2OEU5OUZFQTdENDExRTg5MTNBOTk4N0UxNTA4MDJEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNzUyYzMwMC05MTJlLTZhNDItOWJjYi01Y2ZhY2Y4ZDAwM2MiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyOTg5ZjBhOS03ZGJiLTExZTgtOGYzMi1hY2Q1ZTI3N2QyYWUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/nbWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AABJOAAAScgAAE0MAABPr/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wgARCAArAVMDAREAAhEBAxEB/8QAiQABAQEBAAAAAAAAAAAAAAAAAAECCAEBAAAAAAAAAAAAAAAAAAAAABABAAMBAAIDAAAAAAAAAAAAAAESExFAgCBQYBEBAAAAAAAAAAAAAAAAAAAAgBIBAAAAAAAAAAAAAAAAAAAAgBMAAwACAQQCAwEAAAAAAAAAAAERUWEQIDCAQUBgUDFxIf/aAAwDAQACEQMRAAAB7uAAAKUAAAAAAAAAAhAAAAAAAAAAACgAAgAABQCAgABQAAAAACEBkhgwYMGTJkyZMEANGjRo0aKaKaNGzRo0UoAAABACEIZMkMkIQhkEKUpSmigpSlNFKUoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//aAAgBAQABBQL7vrrrrrvy74/XVll5aS0lpLSWstZay1lrLWWstZaSvK8ryuss6674PHFVVGbNkyZMWMMYYwxhlDJmzZqKKKquOfoP/9oACAECAAEFAvQL/9oACAEDAAEFAvQL/9oACAECAgY/AgF//9oACAEDAgY/AgF//9oACAEBAQY/AgF//9oACAEBAwE/IfylKVFRUVFRBBBBBBUVFRUVcKX4N4peDcob8D5Cfbn/AMOXEUWUWXwpe5CE6FJJBJBBJHUAUEkEEkYIJ6FCfXv/2gAIAQIDAT8h8Av/2gAIAQMDAT8h8Av/2gAMAwEAAhEDEQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAIJIBJJJAJBJJAAAAAAAIIIBBJBAJIABBJBIAAAAAJAIJBJAIIABAJBIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2gAIAQEDAT8Q608/GbwW/Fu+MZNhsNhuNxsNhsNhsNhuNxsNhuIyiMkZKioqz3tCscDZDZCA0CI1Z4DJ5DbHuH/p+z+5/cTsi2CfkTfTEwT/AN8BMyIUKuJwgTCcTCd7UTI5Wg0Y1wN3obPQ8BX0Nvo0jaNvo1Go1CwGhCwixiV6Ej0aOJoEgSiVCXmk+u//2gAIAQIDAT8Q8Av/2gAIAQMDAT8Q8Av/2Q==);position:absolute;bottom:-50px;left:50%;transform:translateX(-50%)}.catalog-list-banner-advantages{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;position:absolute;z-index:2;width:100%;top:50%;transform:translateY(-40%);padding:10px 10px 25px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .3s}.catalog-list-banner-advantages__el{text-align:center;margin:0 5px}.catalog-list-banner-advantages__el img{width:auto;margin:0 auto 15px}@media screen and (max-width:1300px){.catalog-list-banner-advantages__el img{margin:0 auto 10px;max-width:50px}}.catalog-list-banner-advantages__el p{color:#fff;font-size:15px;line-height:20px}@media screen and (max-width:1300px){.catalog-list-banner-advantages__el p{margin-bottom:0;font-size:14px;line-height:17px}}.catalog-list-banner:hover:after{content:"";opacity:.8;visibility:visible}.catalog-list-banner:hover .catalog-list-banner-advantages{opacity:1;visibility:visible}.catalog-block{margin-bottom:40px}.catalog-block:hover .catalog-block__img a:after{content:"";opacity:.4}.catalog-block__img{margin-bottom:15px;position:relative}.catalog-block__img a{display:inline-block;position:relative;z-index:1}.catalog-block__img a:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;transition:all .3s}.catalog-block__title{font-size:30px!important;margin-bottom:15px;display:block;color:#000!important;text-decoration:none!important}.catalog-block__title:hover{text-decoration:underline!important}@media screen and (max-width:1300px){.catalog-block__title{margin-bottom:15px}}.content-sidebar-menu-title__img svg{fill:#e20613}.content-sidebar-menu-title{border-bottom:1px solid #cc7d82;box-shadow:0 0 17.85px 3.15px rgba(0,0,0,.39)}.nav_main{position:absolute;z-index:100;bottom:0;width:100%}.nav_main ul{display:-ms-flexbox;display:flex;background:#e31e24}.nav_main ul li{width:25%}.nav_main ul li a{width:100%;height:66px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;border:none!important;background:#f7f7f7;border-left:1px solid #dadada!important;text-transform:uppercase}.nav_main ul li a span{position:relative;display:inline-block;font-weight:400;font-size:16px;margin:0 50px;color:#645f5b}.nav_main ul li a span svg{position:absolute;top:calc(50% + 1px);right:-20px;transform:translateY(-50%);fill:#645f5b}.nav_main ul li a:hover{background:#fff;color:#000}.nav_main ul li a:hover svg{fill:#e31e24}.nav_main ul li:first-child a{border-left:none}@media screen and (max-width:1300px){.nav_main ul li{width:50%}.nav_main ul{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:980px){.nav_main{display:none}}@media screen and (max-height:650px){.nav_main{display:none}}@media print{.slick-dots{display:none}.offers{padding:0}.offers__col{width:calc(100% - 30px)}.offers-preview{height:auto}.offers-preview__title{color:#000!important;padding:0;margin-bottom:20px}.news-slider-header,.offers-preview__content{padding:0}.catalog-list-banner__img:after,.content-sidebar,.main-banner,.mobile-menu,.nav_main,.top-line,jdiv{display:none!important}.content-print{display:block}.content__main{padding:0!important}.slick-slide{display:none!important}.slick-slide.slick-active{display:block!important;left:0!important}.slick-list,.slick-track{height:auto!important}.slick-track{transform:none!important}.slick-track,.slick-track .slick-slide{width:auto!important}.main-slider__slide{width:100vw!important}.news-slider .news-slider-controls,.news-slider .tabs-component-tabs{display:none}.news-slider .news-preview-img{height:auto}.news-slider .news-preview-img-text{border:none!important}.news-slider .news-preview-img img{display:none}.news-slider .news-preview-text{height:auto;border:none}.news-slider .news-preview-text-line{border:none}.categories-nav,.news-slider .col{width:100%}.categories-nav-category{overflow:hidden;width:50%;min-height:50vh;position:relative;clip:auto;animation-name:none;animation-delay:0s;animation-duration:0s;visibility:visible!important}.categories-nav-category .btn{display:none}.categories-nav-category__links ul li{margin-bottom:20px}.categories-nav-category__links ul li a{font-size:15px}.categories-nav-category__header{height:110px!important;padding:15px 0!important}.categories-nav-category__container{left:0!important;width:100%}.categories-nav-category__inner{position:relative;height:100%}body,html{overflow:visible!important;height:auto!important}.fullpage-wrapper{height:auto!important;transform:none!important;transition:none!important}.fp-section{height:100vh!important}.fp-slidesContainer{width:auto!important;transition:none!important;transform:none!important}.fp-slides,.fp-slides *{position:static!important}.fp-slide{width:auto!important}.about-news-preview-text-line{height:auto}.about-video h1{text-shadow:none!important}.about-block__persons{display:none}.about-news-preview-text-line{border:none}.about-news__content .row{height:auto!important}.about-news .col{width:100%}.about-news .about-block__title a,.about-news .subscribe,.about-news .tabs-component-tabs,.bill-advantage__img{display:none}.bill-advantage__text{width:100%}.package-preview{min-height:430px}.package-slider{padding:0}.package-slider .slick-slide{width:50%!important}.package-slider__arrow{display:none}}@media screen and (min-width:1100px){body.eye-white{background:#fff}body.eye-white ul.list li{padding-left:0!important}body.eye-white ul.list li:after{content:"";display:none!important}body.eye-white .appeal-preview__title:after,body.eye-white .tabs-slider-scroll__btn:after{background:#fff}body.eye-white .content-sidebar-search input{padding:0 15px}body.eye-white .content-sidebar-search input[type=submit]{display:none}body.eye-white .content-sidebar-search__close{background:transparent!important}body.eye-white .content-sidebar-search__close img{display:block!important}body.eye-white .mx-calendar .cell.actived{color:#000!important}body.eye-white .mx-calendar .cell.today{color:#000!important;border:1px solid #000!important}body.eye-white .mx-calendar .cell:hover{color:#000!important}body.eye-white .about-video__btn-play{display:none}body.eye-white .main-menu-select__title:before{content:"";display:none}body.eye-white .main-menu-select__title:after{content:"";border-color:transparent transparent #000}body.eye-white .horizontal-menu--main ul li a:after{border-color:transparent transparent #000}body.eye-white .form .input--error input,body.eye-white .form .textarea--error textarea{border-bottom:2px solid #000!important}body.eye-white .modal__window{border:1px solid #000;border-radius:0}body.eye-white .__bar-is-horizontal,body.eye-white .__bar-is-vertical{background-color:gray!important}body.eye-white .main-banner{min-height:200px}body.eye-white .tabs-slider-scroll__btn a{color:#000!important;padding:0 10px}body.eye-white .tabs-slider-scroll__btn.is-active a{color:#fff!important;background-color:gray!important}body.eye-white .drop{width:calc(100vw - 270px)}body.eye-white .content-sidebar{width:270px!important}body.eye-white .content-sidebar-header__el{width:50px}body.eye-white .content-sidebar-header__el a p{font-size:16px}body.eye-white .content-sidebar-menu__links a{background-color:transparent!important}body.eye-white .top-line{padding:0 35px}body.eye-white video{display:none}body.eye-white svg{fill:#000!important}body.eye-white input{border-bottom:1px solid #000}body.eye-white .rate-table td{padding:2px}body.eye-white .jq-selectbox__select-text{background:transparent!important}body.eye-white .jq-selectbox__dropdown{border:1px solid #000!important;background-color:#fff!important;border-radius:0}body.eye-white .jq-selectbox__dropdown:after{content:"";display:none}body.eye-white .top-line{height:auto;min-height:50px}body.eye-white .main-menu-select-drop,body.eye-white .top-line{background:#fff!important}body.eye-white .vimp-panel__el--active a{background-color:gray!important;color:#fff!important}body.eye-white .horizontal-menu>ul>li{margin:0 5px 15px}body.eye-white .horizontal-menu>ul>li>a:after{bottom:-7px}body.eye-white .btn{border:1px solid #000!important;background:#fff!important}body.eye-white .btn,body.eye-white .btn:hover,body.eye-white .btn:visited{color:#000!important}body.eye-white .tabs-component.rate img{display:none}body.eye-white .tabs-component.rate .is-active a{background-color:gray!important;color:#fff!important}body.eye-white .mobile-menu-drop{background:#fff}body.eye-white .mobile-menu .toggle-mnu span{background:#000!important}body.eye-white .main-menu-select-drop{border:1px solid #000}body.eye-white .main-menu-select-drop__el--active a{background:gray!important;color:#fff!important}body.eye-white .content-sidebar:after{z-index:10;background:#000;top:0;height:100%}body.eye-white .content-sidebar-lang__el--active{background-color:gray!important}body.eye-white .content-sidebar-lang__el--active *{color:#fff!important;background-color:transparent!important}body.eye-white .content-sidebar-menu-title__img{margin:0!important}body.eye-white .tabs-component-tab *{background-color:transparent!important}body.eye-white .tabs-component-tab.is-active a{background:gray!important}body.eye-white .tabs-component-tab.is-active *{color:#fff!important}body.eye-white jdiv{display:none}body.eye-white :not(ymaps){color:#000!important;background-color:#fff!important;background-image:none!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}body.eye-white ul li:before{background:#000!important}body.eye-white .grayscale svg{background-color:transparent!important;display:block;width:100%;height:100%}body.eye-white .jq-selectbox__trigger{background:transparent!important}body.eye-white .main-menu-select__title:after,body.eye-white .top-line-menu ul li a.active:after{background:#000!important;height:2px}body.eye-white .news-preview-img:after,body.eye-white .offers-preview__title:before{background:#000}body.eye-white .main-slider .slick-dots li.slick-active button:before{border:4px solid #000}body.eye-white .main-slider .slick-dots li button:hover:before{content:"";border:2px solid #000}body.eye-white .appeal-preview__more:after,body.eye-white .courses-converter:before,body.eye-white .courses-table__curr-icon,body.eye-white .jq-selectbox:after,body.eye-white .jq-selectbox__dropdown li:after,body.eye-white .modal-social__el img{display:none!important}body.eye-white #map{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='bvi-img-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#bvi-img-grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-filter:gray;filter:gray}body.eye-white .filter-row,body.eye-white .filter-row *{border-width:1px!important}body.eye-white .map-checkboxes__row,body.eye-white .map-checkboxes__row *{font-size:medium!important}body.eye-white .close svg{font-size:24px!important}body.eye-white .news-slider-header .col:nth-child(2){z-index:10}body.eye-white .categories-nav-category{animation-name:none!important;animation-delay:0s!important;animation-duration:0s!important;visibility:visible!important}body.eye-white .about-news .tabs-component-tab *{background-color:transparent!important}body.eye-white .about-block__person{display:none}body.eye-white .about-block-slider__content{border:none!important}body.eye-white .about-tabs__btn *{background-color:transparent!important}body.eye-white .about-tabs__btn p:after{content:"";display:none}body.eye-white .about-tabs__btn[aria-selected=true]{background-color:gray!important}body.eye-white .about-tabs__btn[aria-selected=true] p{color:#fff!important}body.eye-white .catalog-filter-suggest{max-width:none}body.eye-white .catalog-list-banner__img:after{content:"";display:none}body.eye-white .vue-slider:after{content:"";background-color:#000!important}body.eye-white .vue-slider-horizontal:after,body.eye-white .vue-slider-horizontal:before,body.eye-white .vue-slider .vue-slider-piecewise{background-color:#000!important}body.eye-white .catalog-filter-type-btns__btn input:checked~.catalog-filter-type-btns__text{background-color:gray!important;border:1px solid #000!important;color:#fff!important}body.eye-white .credit-form :not(.jq-selectbox__dropdown){background-color:transparent!important}body.eye-white .credit-form .mx-clear-wrapper{background-color:#fff!important}body.eye-white .credit-form-step__field svg{font-size:23px!important}body.eye-white .credit-form-indicator__step{background-color:transparent!important}body.eye-white .credit-form-indicator__step-inner--active{background-color:#000!important}body.eye-white .package-filter-btn-field__payment-count:before{color:#000!important}body.eye-white .package-filter .package-filter-suggest-search--active{background:gray!important}body.eye-white .package-filter .package-filter-suggest-search--active:before{content:"";display:none}body.eye-white .form .radio-btns input:checked~.radio-btns__text{background-color:gray!important;color:#fff!important}body.eye-white .vimp-panel__el--c1 span{background:#fff!important;color:#000!important}body.eye-white .vimp-panel__el--c1 span,body.eye-white .vimp-panel__el--c2 span{border-radius:3px;display:-ms-flexbox;display:flex;width:24px;height:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}body.eye-white .vimp-panel__el--c2 span{background:#000!important;color:#fff!important}body.eye-black{background:#000}body.eye-black ul.list li{padding-left:0!important}body.eye-black ul.list li:after{content:"";display:none!important}body.eye-black .main-menu-select__title:after{background:#fff!important}body.eye-black .appeal-preview__title:after,body.eye-black .tabs-slider-scroll__btn:after{background:#000}body.eye-black .content-sidebar-search input{padding:0 15px}body.eye-black .content-sidebar-search input[type=submit]{display:none}body.eye-black .top-line-btns:after{background:#000}body.eye-black .mx-calendar .cell.actived{color:#000!important}body.eye-black .mx-calendar .cell.today{color:#fff!important;border:1px solid #fff!important}body.eye-black .mx-calendar .cell.today:hover,body.eye-black .mx-calendar .cell:hover{color:#000!important}body.eye-black .horizontal-menu--main ul li a:after{border-color:transparent transparent #fff}body.eye-black .main-menu-select__title:before{content:"";display:none}body.eye-black .main-menu-select__title:after{content:"";border-color:transparent transparent #fff}body.eye-black .about-video__btn-play{display:none}body.eye-black .rate-table td{padding:2px}body.eye-black .form .input--error input,body.eye-black .form .textarea--error textarea{border-bottom:2px solid #fff!important}body.eye-black .modal__window{border:1px solid #fff;border-radius:0}body.eye-black .__bar-is-horizontal,body.eye-black .__bar-is-vertical{background-color:#fff!important}body.eye-black .main-banner{min-height:200px}body.eye-black .tabs-slider-scroll__btn a{color:#fff!important;padding:0 10px}body.eye-black .tabs-slider-scroll__btn.is-active a{color:#000!important;background-color:#fff!important}body.eye-black .drop{width:calc(100vw - 270px)}body.eye-black .content-sidebar{width:270px!important}body.eye-black .content-sidebar-header__el{width:50px}body.eye-black .content-sidebar-header__el a p{font-size:16px}body.eye-black .content-sidebar-menu__links a{background-color:transparent!important}body.eye-black .top-line{padding:0 35px}body.eye-black .drop__close svg{-webkit-filter:none!important;filter:none!important}body.eye-black img,body.eye-black video{display:none}body.eye-black ul.list li{padding:0!important}body.eye-black ul.list li:after,body.eye-black ul.list li:before{display:none}body.eye-black input{border-bottom:1px solid #fff}body.eye-black input::-webkit-input-placeholder{color:#fff!important}body.eye-black input:-moz-placeholder,body.eye-black input::-moz-placeholder{color:#fff!important}body.eye-black input:-ms-input-placeholder{color:#fff!important}body.eye-black .jq-selectbox__dropdown{border:1px solid #fff!important;background-color:#000!important;border-radius:0}body.eye-black .jq-selectbox__dropdown .selected,body.eye-black .jq-selectbox__dropdown ul li:hover{color:#000!important}body.eye-black .jq-selectbox__dropdown:after{content:"";display:none}body.eye-black .top-line{height:auto;min-height:50px}body.eye-black .main-menu-select-drop,body.eye-black .top-line{background:#000!important}body.eye-black .vimp-panel__el--active a{background-color:#fff!important;color:#000!important}body.eye-black .horizontal-menu>ul>li{margin:0 5px 15px}body.eye-black .horizontal-menu>ul>li>a:after{bottom:-7px}body.eye-black .btn{border:1px solid #fff!important;background:#000!important}body.eye-black .btn,body.eye-black .btn:hover,body.eye-black .btn:visited{color:#fff!important}body.eye-black .tabs-component.rate img{display:none}body.eye-black .tabs-component.rate .is-active a{background-color:#fff!important;color:#000!important}body.eye-black .mobile-menu-drop{background:#000}body.eye-black .mobile-menu .toggle-mnu span{background:#000!important}body.eye-black .main-menu-select-drop{border:1px solid #fff}body.eye-black .main-menu-select-drop__el--active a{background:#fff!important;color:#000!important}body.eye-black .content-sidebar:after{z-index:10;background:#fff;top:0;height:100%}body.eye-black .content-sidebar-lang__el--active{background-color:#fff!important}body.eye-black .content-sidebar-lang__el--active *{color:#000!important;background-color:transparent!important}body.eye-black .content-sidebar-menu-title__img{margin:0!important}body.eye-black .tabs-component-tab *{background-color:transparent!important}body.eye-black .tabs-component-tab.is-active a{background:#fff!important}body.eye-black .tabs-component-tab.is-active *{color:#000!important}body.eye-black .page-row__half{width:100%}body.eye-black .top-line__logo *{fill:#fff}body.eye-black .main-slider svg,body.eye-black .modal-login svg{-webkit-filter:brightness(999) grayscale(100%);filter:brightness(999) grayscale(100%)}body.eye-black .jq-selectbox__select-text{background:transparent!important}body.eye-black .checkbox__icon,body.eye-black .jq-selectbox__trigger{-webkit-filter:brightness(999) grayscale(100%);filter:brightness(999) grayscale(100%)}body.eye-black svg{fill:#fff!important}body.eye-black :not(ymaps){color:#fff!important;background-color:#000!important;background-image:none!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}body.eye-black :not(ymaps):after,body.eye-black :not(ymaps):before{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='bvi-img-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#bvi-img-grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-filter:gray;filter:gray;color:#fff!important}body.eye-black .content-sidebar-search__close{background:transparent!important}body.eye-black .content-sidebar-search__close img{display:block!important}body.eye-black jdiv{display:none}body.eye-black .jq-selectbox__trigger{background:transparent!important}body.eye-black .main-menu-select__title:after,body.eye-black .top-line-menu ul li a.active:after{background:#000!important;height:2px}body.eye-black .appeal-preview__more:after,body.eye-black .courses-converter:before,body.eye-black .courses-table__curr-icon,body.eye-black .jq-selectbox:after,body.eye-black .jq-selectbox__dropdown li:after,body.eye-black .modal-social__el img{display:none!important}body.eye-black .news-preview-img:after,body.eye-black .offers-preview__title:before{background:#fff}body.eye-black .main-slider .slick-dots li.slick-active button:before{border:4px solid #fff}body.eye-black .main-slider .slick-dots li button:hover:before{content:"";border:2px solid #fff}body.eye-black ymaps *{background-color:transparent!important}body.eye-black .popover{border-color:#000!important;background:#000!important}body.eye-black .arrow{display:none!important}body.eye-black .klaster-icon,body.eye-black .map-logo,body.eye-black .map__zoom-btn{color:#fff!important;background-color:#000!important}body.eye-black #map{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='bvi-img-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#bvi-img-grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-filter:#fff;filter:white}body.eye-black .map__btn{background-color:transparent!important}body.eye-black .filter-row,body.eye-black .filter-row *{border-width:1px!important}body.eye-black .map-checkboxes__row,body.eye-black .map-checkboxes__row *{font-size:medium!important}body.eye-black .close svg{font-size:24px!important}body.eye-black .news-slider-header .col:nth-child(2){z-index:10}body.eye-black .categories-nav-category{animation-name:none!important;animation-delay:0s!important;animation-duration:0s!important;visibility:visible!important}body.eye-black .news-preview-img-text{border:1px solid #fff!important}body.eye-black .appeal-preview__title:after{content:"";background:#fff!important}body.eye-black .about-news .tabs-component-tab *{background-color:transparent!important}body.eye-black .about-block__person{display:none}body.eye-black .about-block-slider__content{border:none!important}body.eye-black .about-tabs__btn *{background-color:transparent!important}body.eye-black .about-tabs__btn p:after{content:"";display:none}body.eye-black .about-tabs__btn[aria-selected=true]{background-color:#fff!important}body.eye-black .about-tabs__btn[aria-selected=true] p{color:#000!important}body.eye-black .about-news-preview-text-line:after{background:#fff!important}body.eye-black .catalog-filter-suggest{max-width:none}body.eye-black .catalog-list-banner__img:after{content:"";display:none}body.eye-black .vue-slider-dot{background:#fff!important}body.eye-black .vue-slider-dot:after{content:"";background:#000!important}body.eye-black .vue-slider:after{content:"";background-color:#fff!important}body.eye-black .vue-slider-horizontal:after,body.eye-black .vue-slider-horizontal:before,body.eye-black .vue-slider .vue-slider-piecewise{background-color:#fff!important}body.eye-black .catalog-filter-type-btns__btn input:checked~.catalog-filter-type-btns__text{background-color:#fff!important;border:1px solid #fff!important;color:#000!important}body.eye-black .career-banner__row{-ms-flex-wrap:wrap;flex-wrap:wrap}body.eye-black .career-banner .col{width:100%}body.eye-black .credit-form :not(.jq-selectbox__dropdown){background-color:transparent!important}body.eye-black .credit-form .mx-clear-wrapper{background-color:#000!important}body.eye-black .credit-form-step__field svg{font-size:23px!important}body.eye-black .credit-form-indicator__step{background-color:transparent!important}body.eye-black .credit-form-indicator__step-inner--active{background-color:#fff!important}body.eye-black .vimp-init{border-right:1px solid #000!important}body.eye-black .form .radio-btns input:checked~.radio-btns__text{background-color:#fff!important;color:#202020!important}body.eye-black .package-filter .package-filter-suggest-search--active{background-color:#fff!important}}.vimp-panel{z-index:12;position:absolute;right:0;top:50%;height:40px;transition:all 1s;width:100%;transform:translateY(-50%) translateX(100%);overflow:hidden}.vimp-panel--show{transform:translateY(-50%) translateX(0);overflow:visible}.vimp-panel__row{display:-ms-flexbox;display:flex}.vimp-panel__el{background:#fff;transition:all .3s;box-sizing:border-box;border-right:1px solid #dadada;border-top:1px solid #dadada;border-bottom:1px solid #dadada;-ms-flex-positive:1;flex-grow:1;position:relative;height:40px;min-width:40px;-ms-flex-negative:0;flex-shrink:0}.vimp-panel__el:first-child{border-left:1px solid #dadada}.vimp-panel__el a{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#000}.vimp-panel__el a svg{width:19px;height:19px;pointer-events:none}.vimp-panel__el a p{margin-left:10px;color:#fff;font-size:15px}@media screen and (max-width:1300px){.vimp-panel__el a p{font-size:13px}}@media screen and (max-width:1300px){.vimp-panel__el a{padding:0}}.vimp-panel__el--active a,.vimp-panel__el:hover a{box-shadow:0 0 0 1px #353535}.vimp-panel__el--close{cursor:pointer}.vimp-panel__el--close svg{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);fill:#000;font-size:15px}.vimp-panel__el--fz1 a{font-size:12px}.vimp-panel__el--fz2 a{font-size:16px}.vimp-panel__el--fz3 a{font-size:22px}.vimp-panel__el--c1 span{background:#fff;border-radius:3px;display:-ms-flexbox;display:flex;width:24px;height:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.vimp-panel__el--c1 a{color:#000}.vimp-panel__el--c2 span{background:#000;border-radius:3px;display:-ms-flexbox;display:flex;width:24px;height:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.vimp-panel__el--c2 a{color:#fff}
/* End */


/* Start:/local/templates/mmbank/widget/widget.css?158089331752073*/
@import url(https://fonts.googleapis.com/css?family=Amatic+SC|Lobster|Play|Poiret+One|Roboto+Condensed|Spectral+SC&display=swap);#beesenderchat-container .beesenderchat-header-buttons-close[data-v-3aae4295]{background-position:50%;width:75px;height:75px}#beesenderchat-container .beesenderchat-header-buttons-close[data-v-3aae4295],#beesenderchat-container .beesenderchat-header-buttons-close [data-v-3aae4295]{cursor:pointer}#beesenderchat-container .beesenderchat-header-buttons-close[data-v-3aae4295]{z-index:2147483000;background-size:17px 17px;background-repeat:no-repeat;position:absolute;right:0;display:none}@media only screen and (max-device-width:667px),screen and (max-width:369px),screen and (min-height:591px),screen and (min-width:371px){.beesenderchat-header-buttons-close[data-v-3aae4295]{display:block!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.beesender-widget-button-pulse-image{right:35px!important;bottom:15px!important}}.beesender-widget-button-pulse-image{position:fixed;z-index:9999999999999;right:0!important;bottom:0!important}.beesenderchat-widget-startbutton img{position:absolute;width:60px;height:60px}.beesenderchat-widget-startbutton-front{z-index:2;-webkit-backface-visibility:hidden;backface-visibility:hidden}.beesenderchat-widget-startbutton{-moz-filter:drop-shadow(0 0 5px hsla(0,0%,80%,.68));-webkit-filter:drop-shadow(0 0 5px hsla(0,0%,80%,.68));filter:drop-shadow(0 0 5px rgba(204,204,204,.68));position:fixed;bottom:20px;width:60px;right:30px;height:60px;-ms-background-size:60px;background-size:60px;z-index:9999;-webkit-transition:transform 1.5s;-webkit-transition:-webkit-transform 1.5s;transition:-webkit-transform 1.5s;transition:transform 1.5s;transition:transform 1.5s,-webkit-transform 1.5s}.beesender-widget-button-wrapper{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;visibility:hidden;z-index:10150}.beesender-widget-button-wrapper.beesender-widget-button-position-bottom-left,.beesender-widget-button-wrapper.beesender-widget-button-position-bottom-middle,.beesender-widget-button-wrapper.beesender-widget-button-position-bottom-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.beesender-widget-button-visible{visibility:visible;-webkit-animation:beesender-widget-button-visible 1s ease-out 1 forwards;animation:beesender-widget-button-visible 1s ease-out 1 forwards}@-webkit-keyframes beesender-widget-button-visible{0%{-webkit-transform:scale(0);transform:scale(0)}30.001%{-webkit-transform:scale(1.2);transform:scale(1.2)}62.999%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes beesender-widget-button-visible{0%{-webkit-transform:scale(0);transform:scale(0)}30.001%{-webkit-transform:scale(1.2);transform:scale(1.2)}62.999%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}.beesender-widget-button-disable{-webkit-animation:beesender-widget-button-disable .3s ease-out 1 forwards;animation:beesender-widget-button-disable .3s ease-out 1 forwards}@-webkit-keyframes beesender-widget-button-disable{0%{-webkit-transform:scale(1);transform:scale(1)}50.001%{-webkit-transform:scale(.5);transform:scale(.5)}92.999%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes beesender-widget-button-disable{0%{-webkit-transform:scale(1);transform:scale(1)}50.001%{-webkit-transform:scale(.5);transform:scale(.5)}92.999%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(0);transform:scale(0)}}.beesender-widget-button-popup{display:none;position:absolute;left:100px;padding:12px 20px 12px 14px;width:312px;border-radius:15px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1;cursor:pointer}.beesender-widget-button-popup-triangle{position:absolute;display:block;width:8px;height:8px}.beesender-widget-button-block{width:66px;height:66px;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;cursor:pointer}.beesender-widget-button-position-top-right{top:50px;right:50px}.beesender-widget-button-position-bottom-left{left:50px;bottom:50px}.beesender-widget-button-position-bottom-middle{left:50%;bottom:50px;margin:0 0 0 -33px}.beesender-widget-button-position-bottom-right{right:50px;bottom:50px}.beesender-widget-button-inner-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:66px;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box}.beesender-widget-button-inner-item{position:absolute;top:0;left:0;padding:16px 13px;-webkit-transition:opacity .6s ease-out;transition:opacity .6s ease-out;-webkit-animation:socialRotateBack .4s;animation:socialRotateBack .4s;opacity:0}.beesender-widget-button-icon-animation{opacity:1}.beesender-widget-button-inner-mask{position:absolute;top:-8px;left:-8px;height:82px;min-width:66px;-webkit-width:calc(100% + 16px);width:calc(100% + 16px);border-radius:100px;opacity:.2}.beesender-widget-button-inner-container,.bx-touch .beesender-widget-button-inner-container{-webkit-transform:scale(.85);transform:scale(.85);-webkit-transition:transform .3s;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.beesender-widget-button-pulse{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:50%}.beesender-widget-button-pulse-animate{-webkit-animation:widgetPulse 1.5s infinite;animation:widgetPulse 1.5s infinite;background-color:#e31e24!important}@-webkit-keyframes widgetPulse{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes widgetPulse{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}:focus{outline-color:hsla(0,0%,100%,0)}.beesenderchat-footer{position:absolute;top:0;height:60px;width:100%;background-color:#fff}.beesender-upload-image-img{display:block!important;margin-left:auto!important;margin-right:auto!important;margin-top:6px!important;height:18px!important;widows:auto!important;cursor:pointer!important}#beesenderchat-container .beesenderchat-conversation-footer{position:absolute;bottom:0;left:0;right:0;border-radius:0 0 6px 6px;z-index:10;height:36px}#beesenderchat-container .beesenderchat-composer{position:absolute;bottom:30px!important;left:0;right:0;height:55px;max-height:200px}#beesenderchat-container .beesenderchat-composer textarea{position:absolute;bottom:0;left:0;color:#565867;background-color:#fff;resize:none;border:none;-webkit-transition:background-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .2s ease,box-shadow .2s ease;transition:background-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;overflow:hidden;min-height:60px;max-height:150px}#beesenderchat-container .beesenderchat-composer pre,#beesenderchat-container .beesenderchat-composer textarea{-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px;padding-right:100px;padding-left:45px;width:100%;height:100%;font-size:14px;font-weight:400;line-height:1.33;white-space:pre;white-space:pre-wrap;word-wrap:break-word}#beesenderchat-container .beesenderchat-composer textarea::-webkit-input-placeholder{color:#b8c3ca;font-size:15px;font-weight:400;line-height:1.33;opacity:.7}#beesenderchat-container .beesenderchat-composer textarea::-moz-placeholder{color:#b8c3ca;font-size:15px;font-weight:400;line-height:1.33;opacity:.7}#beesenderchat-container .beesenderchat-composer textarea:-ms-input-placeholder{font-family:Montserrat,sans-serif;color:#b8c3ca;font-weight:400;line-height:1.33}#beesenderchat-container .beesenderchat-composer textarea:focus{outline:none;background-color:#fff;-webkit-box-shadow:0 0 100px 0 rgba(150,165,190,.24);box-shadow:0 0 100px 0 rgba(150,165,190,.24)}#beesenderchat-container .beesenderchat-conversation .beesenderchat-conversation-footer{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-name:beesenderchat-composer-slide-in;animation-name:beesenderchat-composer-slide-in;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:80ms;animation-delay:80ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}#beesenderchat-container .beesenderchat-composer pre{visibility:hidden}#beesenderchat-container a,#beesenderchat-container abbr,#beesenderchat-container acronym,#beesenderchat-container address,#beesenderchat-container applet,#beesenderchat-container article,#beesenderchat-container aside,#beesenderchat-container audio,#beesenderchat-container b,#beesenderchat-container big,#beesenderchat-container blockquote,#beesenderchat-container button,#beesenderchat-container canvas,#beesenderchat-container caption,#beesenderchat-container center,#beesenderchat-container cite,#beesenderchat-container code,#beesenderchat-container dd,#beesenderchat-container del,#beesenderchat-container details,#beesenderchat-container dfn,#beesenderchat-container div,#beesenderchat-container div.form,#beesenderchat-container dl,#beesenderchat-container dt,#beesenderchat-container em,#beesenderchat-container fieldset,#beesenderchat-container figcaption,#beesenderchat-container figure,#beesenderchat-container footer,#beesenderchat-container form,#beesenderchat-container h1,#beesenderchat-container h2,#beesenderchat-container h3,#beesenderchat-container h4,#beesenderchat-container h5,#beesenderchat-container h6,#beesenderchat-container header,#beesenderchat-container hgroup,#beesenderchat-container i,#beesenderchat-container iframe,#beesenderchat-container img,#beesenderchat-container input,#beesenderchat-container input[type],#beesenderchat-container ins,#beesenderchat-container kbd,#beesenderchat-container label,#beesenderchat-container legend,#beesenderchat-container li,#beesenderchat-container mark,#beesenderchat-container menu,#beesenderchat-container nav,#beesenderchat-container object,#beesenderchat-container ol,#beesenderchat-container p,#beesenderchat-container pre,#beesenderchat-container q,#beesenderchat-container s,#beesenderchat-container samp,#beesenderchat-container section,#beesenderchat-container small,#beesenderchat-container span,#beesenderchat-container strike,#beesenderchat-container strong,#beesenderchat-container sub,#beesenderchat-container summary,#beesenderchat-container sup,#beesenderchat-container table,#beesenderchat-container tbody,#beesenderchat-container td,#beesenderchat-container textarea,#beesenderchat-container tfoot,#beesenderchat-container th,#beesenderchat-container thead,#beesenderchat-container time,#beesenderchat-container tr,#beesenderchat-container tt,#beesenderchat-container u,#beesenderchat-container ul,#beesenderchat-container var,#beesenderchat-container video{cursor:auto;padding:0}#beesenderchat-sendbox-textarea{padding-top:9px!important;z-index:1000!important}#beesenderchat-container .beesenderchat-composer-buttons{position:absolute;z-index:1001;top:0;left:10px}#beesenderchat-container .beesenderchat-composer-send-button{background-size:20px 20px;background-repeat:no-repeat;content:" ";top:16px;width:20px;height:20px;left:5px;z-index:99999;top:-45px;left:310px}#beesenderchat-container .beesenderchat-composer-send-button,#beesenderchat-container .beesenderchat-composer-upload-button{position:relative;display:inline-block;opacity:.7;cursor:pointer!important;height:35px}#beesenderchat-container .beesenderchat-composer-send-button{width:30px;background-color:transparent}#beesenderchat-container .beesenderchat-composer-upload-button{width:30px}.beesenderchat-footer-description{z-index:11;height:20px;position:absolute;bottom:0;color:#d0d1d0!important;right:10px!important;padding:5px auto!important;font-size:12px!important;top:13px}.beesenderchat-footer-description a{color:grey!important}.beesenderchat-footer-description a:hover{cursor:pointer!important}#beesender-smile{background-color:hsla(0,0%,100%,0)}.beesenderchat-emojis span{cursor:pointer!important}.beesenderchat-app{position:absolute;z-index:99999;top:35px;right:5px!important}.beesenderchat-smile-img{width:21px}.beesenderchat-smile-img:hover{cursor:pointer!important}.beesenderchat-smile-container{position:absolute;z-index:1;font-family:Montserrat;border:1px solid #ccc;width:340px;overflow-y:scroll!important;padding:10px!important;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.5rem;background:#fff;-webkit-box-shadow:1px 1px 8px #c7dbe6;box-shadow:1px 1px 8px #c7dbe6;right:-10px!important;bottom:35px!important;height:210px;overflow-x:hidden!important}.beesenderchat-emoji-picker h5{margin:5px!important;color:#b1b1b1!important;text-transform:uppercase;font-size:.8rem;cursor:default}.beesenderchat-emoji-picker .beesenderchat-emojis{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:3px}.beesenderchat-emoji-picker .beesenderchat-emojis:after{content:"";-webkit-box-flex:1;-ms-flex:auto;flex:auto}.beesenderchat-emoji-picker .beesenderchat-emojis span{padding:.2rem;cursor:pointer;border-radius:5px;font-size:20px!important}.beesenderchat-emoji-picker .beesenderchat-emojis span:hover{background:#ececec;cursor:pointer}.beesenderchat-emoji-picker__search{display:-webkit-box;display:-ms-flexbox;display:flex}.beesenderchat-emoji-picker__search>input{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:10rem;border:1px solid #ccc!important;padding:.5rem 1rem!important;outline:none}@media only screen and (max-device-width:667px),screen and (max-width:369px),screen and (min-height:591px),screen and (min-width:371px){.beesenderchat-composer textarea{background-color:#f4f7f9}}@media screen and (max-width:980px){#beesenderchat-container .beesenderchat-composer pre,#beesenderchat-container .beesenderchat-composer textarea,.beesenderchat-footer-description{font-size:15px!important}}.beesenderchat-footer-description-image{width:10px}.beesenderchat-avatar-img[data-v-4e1d0afc]{width:40px;padding-left:10px;height:40px;border-radius:50px;background:#ededed}.beesenderchat-operatorinfo-avatar-img[data-v-4e1d0afc]{width:40px;padding-left:10px;height:40px;border-radius:50px;background-color:#ff7b7b}.beesenderchat-comment-container-admin-avatar[data-v-4e1d0afc]{top:3px}.beesender-download-icon[data-v-4e1d0afc]{width:20px;position:relative;top:-8px;left:0;margin-right:10px!important;cursor:pointer!important}.beesenderchat-notification-message-phrase[data-v-4e1d0afc]{text-align:center!important;background-color:#ededed;color:#135cf0;font-size:14px;padding:5px!important;border-radius:8px!important;margin-bottom:15px!important}.beesenderchat-operatorinfo-message[data-v-4e1d0afc]{text-align:center!important;background-color:#c20016;color:#fff!important;padding:5px!important;border-radius:8px!important;margin-bottom:15px!important}.beesenderchat-operatorinfo-avatar[data-v-4e1d0afc]{display:inline!important}.beesenderchat-operatorinfo-message-phrase[data-v-4e1d0afc]{text-align:center!important;color:#fff;font-size:14px}.beesender-msg-time[data-v-4e1d0afc]{font-size:10px}.beesender-msg-time-emoji[data-v-4e1d0afc],.beesender-msg-time[data-v-4e1d0afc]{position:relative!important;display:block;text-align:right!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;opacity:.8!important;padding-right:10px!important}.beesender-msg-time-emoji[data-v-4e1d0afc]{font-size:10px!important}.beesenderchat-attachment-name[data-v-4e1d0afc]{display:inline-block!important;max-width:75%;position:relative;top:-11px;left:0;margin-top:10px!important;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.beesenderchat-attachment-size[data-v-4e1d0afc]{position:relative;top:-10px!important;left:30px;font-size:12px;color:#fff!important}.beesenderchat-upload-percentage[data-v-4e1d0afc]{position:relative;top:-10px!important;left:38px;font-size:12px;color:#000!important}.beesenderchat-upload-error-label[data-v-4e1d0afc]{position:relative;top:-10px!important;left:30px;font-size:12px;color:#000!important}.beesenderchat-upload-success-label[data-v-4e1d0afc]{position:relative;top:-10px!important;left:30px;font-size:12px;color:#fff!important}.beesenderchat-comment-emoji[data-v-4e1d0afc]{background:none}.beesenderchat-comment-emoji p[data-v-4e1d0afc]{font-size:50px}.bt-spinner[data-v-4e1d0afc]{width:25px;height:25px;border-radius:50%;background-color:transparent;border:2px solid #d7d6d6!important;border-top:2px solid #fff!important;-webkit-animation:spin-data-v-4e1d0afc 1s linear infinite;animation:spin-data-v-4e1d0afc 1s linear infinite;padding-right:0;position:relative;top:7px}.attach[data-v-4e1d0afc],.bt-spinner[data-v-4e1d0afc]{display:inline-block!important;margin-right:10px!important}.attach[data-v-4e1d0afc]{width:25px!important;height:25px!important;padding-right:0!important;position:relative!important;top:7px!important}.attach-success[data-v-4e1d0afc]{background-image:url(https://widget.beesender.com/src/upload.svg)!important}.attach-error[data-v-4e1d0afc]{background-image:url(https://widget.beesender.com/src/error.svg)!important}@-webkit-keyframes spin-data-v-4e1d0afc{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-data-v-4e1d0afc{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.beesenderchat-channel-row{position:relative!important;margin-bottom:3px!important;width:100%!important;height:auto!important;text-align:left!important;font-size:16px!important;color:#fff!important;background:rgba(149,178,217,.58)!important;border:1px solid hsla(0,0%,100%,.68)!important;border-radius:10px;margin:10px auto!important}}.beesenderchat-channel-row{position:relative!important;margin-bottom:3px!important;width:100%!important;height:auto!important;text-align:left!important;font-size:16px!important;color:#fff!important;background:rgba(149,178,217,.58)!important;border:1px solid hsla(0,0%,100%,.68)!important;border-radius:10px;margin:10px auto!important}@media screen and (max-width:980px){.beesenderchat-channel-row{background:#2879ff!important}}.beesenderchat-channel-row:hover{background:rgba(204,217,221,.9)!important}.beesenderchat-channel-row img{max-width:40px;max-height:40px;display:inline-block!important;vertical-align:middle!important;padding:5px!important;border-radius:5px!important}.beesenderchat-channel-row span{margin-left:5px!important;display:inline-block!important;width:75%!important;vertical-align:middle!important;font-size:14px!important}.pointer-cursor:hover{cursor:pointer!important}.beesenderchat-conversation-channel-header[data-v-1433c2fe]{display:block!important;color:#fff;font-weight:100;font-size:30px;text-align:left!important;margin-bottom:30px!important;margin-top:80px!important}@media screen and (max-width:980px){.beesenderchat-conversation-channel-header[data-v-1433c2fe]{color:#150757!important}}.beesenderchat-conversation-channels-left[data-v-1433c2fe],.beesenderchat-conversation-channels-right[data-v-1433c2fe]{text-align:center;width:40%;cursor:pointer!important;margin-bottom:15px!important}.beesenderchat-conversation-channels-right[data-v-1433c2fe]{margin-left:15px!important}.beesenderchat-conversation-channel-h[data-v-1433c2fe]{color:#fff!important;margin-bottom:20px!important}#beesenderchat-container a[data-v-1433c2fe],#beesenderchat-container abbr[data-v-1433c2fe],#beesenderchat-container acronym[data-v-1433c2fe],#beesenderchat-container address[data-v-1433c2fe],#beesenderchat-container applet[data-v-1433c2fe],#beesenderchat-container article[data-v-1433c2fe],#beesenderchat-container aside[data-v-1433c2fe],#beesenderchat-container audio[data-v-1433c2fe],#beesenderchat-container b[data-v-1433c2fe],#beesenderchat-container big[data-v-1433c2fe],#beesenderchat-container blockquote[data-v-1433c2fe],#beesenderchat-container button[data-v-1433c2fe],#beesenderchat-container canvas[data-v-1433c2fe],#beesenderchat-container caption[data-v-1433c2fe],#beesenderchat-container center[data-v-1433c2fe],#beesenderchat-container cite[data-v-1433c2fe],#beesenderchat-container code[data-v-1433c2fe],#beesenderchat-container dd[data-v-1433c2fe],#beesenderchat-container del[data-v-1433c2fe],#beesenderchat-container details[data-v-1433c2fe],#beesenderchat-container dfn[data-v-1433c2fe],#beesenderchat-container div.form[data-v-1433c2fe],#beesenderchat-container div[data-v-1433c2fe],#beesenderchat-container dl[data-v-1433c2fe],#beesenderchat-container dt[data-v-1433c2fe],#beesenderchat-container em[data-v-1433c2fe],#beesenderchat-container fieldset[data-v-1433c2fe],#beesenderchat-container figcaption[data-v-1433c2fe],#beesenderchat-container figure[data-v-1433c2fe],#beesenderchat-container footer[data-v-1433c2fe],#beesenderchat-container form[data-v-1433c2fe],#beesenderchat-container h1[data-v-1433c2fe],#beesenderchat-container h2[data-v-1433c2fe],#beesenderchat-container h3[data-v-1433c2fe],#beesenderchat-container h4[data-v-1433c2fe],#beesenderchat-container h5[data-v-1433c2fe],#beesenderchat-container h6[data-v-1433c2fe],#beesenderchat-container header[data-v-1433c2fe],#beesenderchat-container hgroup[data-v-1433c2fe],#beesenderchat-container i[data-v-1433c2fe],#beesenderchat-container iframe[data-v-1433c2fe],#beesenderchat-container img[data-v-1433c2fe],#beesenderchat-container input[data-v-1433c2fe],#beesenderchat-container input[type][data-v-1433c2fe],#beesenderchat-container ins[data-v-1433c2fe],#beesenderchat-container kbd[data-v-1433c2fe],#beesenderchat-container label[data-v-1433c2fe],#beesenderchat-container legend[data-v-1433c2fe],#beesenderchat-container li[data-v-1433c2fe],#beesenderchat-container mark[data-v-1433c2fe],#beesenderchat-container menu[data-v-1433c2fe],#beesenderchat-container nav[data-v-1433c2fe],#beesenderchat-container object[data-v-1433c2fe],#beesenderchat-container ol[data-v-1433c2fe],#beesenderchat-container p[data-v-1433c2fe],#beesenderchat-container pre[data-v-1433c2fe],#beesenderchat-container q[data-v-1433c2fe],#beesenderchat-container s[data-v-1433c2fe],#beesenderchat-container samp[data-v-1433c2fe],#beesenderchat-container section[data-v-1433c2fe],#beesenderchat-container small[data-v-1433c2fe],#beesenderchat-container span[data-v-1433c2fe],#beesenderchat-container strike[data-v-1433c2fe],#beesenderchat-container strong[data-v-1433c2fe],#beesenderchat-container sub[data-v-1433c2fe],#beesenderchat-container summary[data-v-1433c2fe],#beesenderchat-container sup[data-v-1433c2fe],#beesenderchat-container table[data-v-1433c2fe],#beesenderchat-container tbody[data-v-1433c2fe],#beesenderchat-container td[data-v-1433c2fe],#beesenderchat-container textarea[data-v-1433c2fe],#beesenderchat-container tfoot[data-v-1433c2fe],#beesenderchat-container th[data-v-1433c2fe],#beesenderchat-container thead[data-v-1433c2fe],#beesenderchat-container time[data-v-1433c2fe],#beesenderchat-container tr[data-v-1433c2fe],#beesenderchat-container tt[data-v-1433c2fe],#beesenderchat-container u[data-v-1433c2fe],#beesenderchat-container ul[data-v-1433c2fe],#beesenderchat-container var[data-v-1433c2fe],#beesenderchat-container video[data-v-1433c2fe]{text-align:left;background-image:none;text-decoration:none;border:0 none transparent;bottom:auto;cursor:auto;float:none;list-style:disc outside none;margin:0;-ms-opacity:1;opacity:1;orphans:2;outline:medium none invert;outline-offset:0;overflow:visible;padding:0;right:auto}#beesenderchat-container .beesenderchat-conversation-body-container{position:absolute;top:0;left:0;right:0;bottom:90px}#beesenderchat-container .beesenderchat-comment-container-admin .beesenderchat-comment #beesenderchat-container .beesenderchat-conversation.beesenderchat-conversation-fetching .beesenderchat-conversation-backgrounds{opacity:0;-webkit-animation:none;animation:none;background-color:#fff}#beesenderchat-container .beesenderchat-conversation .beesenderchat-conversation-backgrounds{-webkit-animation-name:beesenderchat-messenger-view-fade-out;animation-name:beesenderchat-messenger-view-fade-out;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:.12s;animation-delay:.12s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#beesenderchat-container .beesenderchat-conversation-body{-webkit-transform:translateY(-227px);transform:translateY(-227px);position:absolute;top:0;left:0;right:0;bottom:-227px}#beesenderchat-container .beesenderchat-conversation-body-profile{position:absolute;width:100%;z-index:2147483001;background:-webkit-gradient(linear,left top,left bottom,color-stop(63%,#e31e24),to(rgba(255,203,2,0)))!important;background:linear-gradient(180deg,#e31e24 63%,rgba(255,203,2,0))!important}#beesenderchat-container .beesenderchat-team-profile-office-hours{margin-top:435px}#beesenderchat-container .beesenderchat-team-profile-compact-contents{border-radius:8px;padding:8px;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;overflow:hidden}#beesenderchat-container .beesenderchat-team-profile-compact{position:absolute;height:75px;bottom:0;right:20px;top:227px;padding-top:12.5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;opacity:1;left:0}#beesenderchat-container .beesenderchat-team-profile-compact-avatar-container{display:inline-block;vertical-align:middle;white-space:nowrap;float:left;padding-right:10px}#beesenderchat-container .beesenderchat-team-profile-compact-avatar .beesenderchat-avatar img{width:32px;height:32px}#beesenderchat-main-feed{bottom:55px;top:302px;background-color:#f5f5f5!important;z-index:11111111}@media screen and (max-width:980px){#beesenderchat-main-feed{background-color:#fff!important}}#beesenderchat-container .beesenderchat-conversation-body-parts{position:absolute;left:0;right:0;bottom:0;top:302px;width:100%;margin-left:auto;margin-right:auto;z-index:1231457896123;overflow-y:auto;overflow-x:hidden;border-radius:30px 30px 0 0}#beesenderchat-container .beesenderchat-conversation-parts-scrolled .beesenderchat-conversation-part-user.beesenderchat-conversation-part-enter,#beesenderchat-container .beesenderchat-conversation-parts .beesenderchat-conversation-parts-scrolled{-webkit-transform:translateY(0);transform:translateY(0)}#beesenderchat a{color:#fff;text-decoration:underline!important}#beesenderchat a:active,#beesenderchat a:focus,#beesenderchat a:hover{color:#000;cursor:pointer!important}#beesenderchat-container a,#beesenderchat-container abbr,#beesenderchat-container acronym,#beesenderchat-container address,#beesenderchat-container applet,#beesenderchat-container article,#beesenderchat-container aside,#beesenderchat-container audio,#beesenderchat-container b,#beesenderchat-container big,#beesenderchat-container blockquote,#beesenderchat-container button,#beesenderchat-container canvas,#beesenderchat-container caption,#beesenderchat-container center,#beesenderchat-container cite,#beesenderchat-container code,#beesenderchat-container dd,#beesenderchat-container del,#beesenderchat-container details,#beesenderchat-container dfn,#beesenderchat-container div,#beesenderchat-container div.form,#beesenderchat-container dl,#beesenderchat-container dt,#beesenderchat-container em,#beesenderchat-container fieldset,#beesenderchat-container figcaption,#beesenderchat-container figure,#beesenderchat-container footer,#beesenderchat-container form,#beesenderchat-container h1,#beesenderchat-container h2,#beesenderchat-container h3,#beesenderchat-container h4,#beesenderchat-container h5,#beesenderchat-container h6,#beesenderchat-container header,#beesenderchat-container hgroup,#beesenderchat-container i,#beesenderchat-container iframe,#beesenderchat-container img,#beesenderchat-container input,#beesenderchat-container input[type],#beesenderchat-container ins,#beesenderchat-container kbd,#beesenderchat-container label,#beesenderchat-container legend,#beesenderchat-container li,#beesenderchat-container mark,#beesenderchat-container menu,#beesenderchat-container nav,#beesenderchat-container object,#beesenderchat-container ol,#beesenderchat-container p,#beesenderchat-container pre,#beesenderchat-container q,#beesenderchat-container s,#beesenderchat-container samp,#beesenderchat-container section,#beesenderchat-container small,#beesenderchat-container span,#beesenderchat-container strike,#beesenderchat-container strong,#beesenderchat-container sub,#beesenderchat-container summary,#beesenderchat-container sup,#beesenderchat-container table,#beesenderchat-container tbody,#beesenderchat-container td,#beesenderchat-container textarea,#beesenderchat-container tfoot,#beesenderchat-container th,#beesenderchat-container thead,#beesenderchat-container time,#beesenderchat-container tr,#beesenderchat-container tt,#beesenderchat-container u,#beesenderchat-container ul,#beesenderchat-container var,#beesenderchat-container video{text-align:left;background-image:none;text-decoration:none;border:0 none transparent;bottom:auto;float:none;list-style:disc outside none;margin:0;-ms-opacity:1;opacity:1;orphans:2;outline:medium none invert;outline-offset:0;overflow:visible;right:auto}#beesenderchat-container-body{display:block;overflow:hidden}body>.beesenderchat-container{position:fixed;color:#21293d!important}#beesenderchat-container .beesenderchat-messenger{bottom:0;right:0;width:350px;height:100%;-webkit-box-shadow:rgba(0,0,0,.3) 0 0 59px;box-shadow:0 0 59px rgba(0,0,0,.3);z-index:10;position:fixed}#beesenderchat-container .beesenderchat-chat{z-index:2147483000;position:fixed;bottom:20px;right:20px!important;width:240px}#beesenderchat-container .beesenderchat-conversations{position:absolute;top:0;bottom:0;left:0;right:0}#beesenderchat-container .beesenderchat-conversations-body{position:absolute;top:75px;bottom:0;left:0;right:0;overflow-y:auto}#beesenderchat-container .beesenderchat-conversations-body-conversations{padding-bottom:105px}#beesenderchat-container .beesenderchat-conversations-body-empty-text-container{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#beesenderchat-container .beesenderchat-conversations-body-empty-text{font-size:15px;text-align:center;color:#8f919d}#beesenderchat-container .beesenderchat-conversations-spinner{position:absolute;left:50%;top:50%;margin-left:-14px;margin-top:-14px}#beesenderchat-container .beesenderchat-conversations-footer{z-index:2147483001;text-align:center;position:absolute;bottom:0;left:0;right:0;border-radius:0 0 6px 6px;height:90px;pointer-events:none;background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(hsla(0,0%,100%,0)));background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0))}#beesenderchat-container .beesenderchat-conversation-part{padding-bottom:10px;-webkit-animation:fadeIn 2s;animation:fadeIn 2s}#beesenderchat-container .beesenderchat-conversation-part:after,#beesenderchat-container .beesenderchat-conversation-part:before{content:" ";display:table}#beesenderchat-container .beesenderchat-conversation-part:after{clear:both}#beesenderchat-container .beesenderchat-conversation-part-failed *{cursor:pointer}#beesenderchat-container .beesenderchat-conversation-part-grouped,#beesenderchat-container .beesenderchat-conversation-part-last{padding-bottom:10px}#beesenderchat-container .beesenderchat-conversation-part-last,#beesenderchat-container .beesenderchat-conversation-part-last-spaced{padding-bottom:30px}#beesenderchat-container .beesenderchat-conversation-part-metadata{clear:both;color:#b8c3ca;font-size:13px;padding-top:5px;width:75%}#beesenderchat-container .beesenderchat-conversation-part-metadata-attribution{display:inline}#beesenderchat-container .beesenderchat-conversation-part-metadata-save-state{white-space:nowrap}#beesenderchat-container .beesenderchat-conversation-part-admin .beesenderchat-conversation-part-metadata{padding-left:45px}#beesenderchat-container .beesenderchat-conversation-part-user .beesenderchat-conversation-part-metadata,#beesenderchat-container .beesenderchat-conversation-part-user .beesenderchat-conversation-part-metadata-save-state{float:right}#beesenderchat-container .beesenderchat-conversation-part-other-user .beesenderchat-conversation-part-metadata{padding-left:45px}#beesenderchat-container .beesenderchat-conversation-parts{padding:30px 35px 40px}#beesenderchat-container .beesenderchat-conversation-parts-date-divider{text-align:center;color:#b8c3ca;font-size:13px;clear:both;padding-top:14px;padding-bottom:14px}#beesenderchat-container .beesenderchat-conversation-parts-date-divider:first-child{padding-top:0}#beesenderchat-container .beesenderchat-team-profile-compact-team-name{padding-top:0;font-family:PT Sans,sans-serif}#beesenderchat-container .beesenderchat-admin-profile-compact-contents{padding:8px;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px}#beesenderchat-container .beesenderchat-admin-profile-collapsed,#beesenderchat-container .beesenderchat-admin-profile-collapsed *{cursor:pointer}#beesenderchat-container .beesenderchat-admin-profile-collapsed:hover .beesenderchat-admin-profile-compact-contents{background-color:rgba(0,0,0,.1)}#beesenderchat-container .beesenderchat-admin-profile-compact-body{display:block;padding-left:0}#beesenderchat-container .beesenderchat-admin-profile-compact-admin-name{color:#fff;font-size:16px;line-height:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.beesenderimage{width:100%;height:auto}#beesenderchat-container .beesenderchat-comment-container{position:relative;max-width:90%}#beesenderchat-container .beesenderchat-comment-container-user{float:right}#beesenderchat-container .beesenderchat-comment-container-admin,#beesenderchat-container .beesenderchat-comment-container-other-user{float:left;padding-left:50px}#beesenderchat-container .beesenderchat-comment-container-admin-avatar{position:absolute;left:0;bottom:10px}#beesenderchat-container .beesenderchat-comment-container-admin-borderless-avatar{position:absolute;bottom:0;left:0;-webkit-box-shadow:0 2px 8px 0 rgba(35,47,53,.09);box-shadow:0 2px 8px 0 rgba(35,47,53,.09);border-radius:100%}#beesenderchat-container .beesenderchat-comment-single .beesenderchat-image-progress{border-radius:6px}@media only screen and (max-device-width:667px),screen and (max-width:369px),screen and (min-height:591px),screen and (min-width:371px){.beesenderchat-sticker-native{font-size:inherit}}.beesenderchat-comment-container beesenderchat-comment-container-admin{color:#000!important}.beesenderchat-bot-button{text-align:center!important;width:100%!important;padding:10px!important;color:#696969!important;font-size:14px!important;background-color:#fff;cursor:pointer!important;border:1px solid #ededed!important;border-radius:12px;margin-bottom:4px!important}.beesenderchat-bot-button:hover{background-color:#ededed;border:1px solid #fff!important}@media only screen and (max-device-width:667px){div.beesenderchat-messenger{width:100%!important;height:100%!important;position:fixed;left:0;top:0;right:0}}@media screen and (max-width:980px){#beesenderchat-container .beesenderchat-team-profile-compact-team-name{font-size:21px!important}.beesenderchat-bot-button{font-size:17px!important}}.beesenderchat-messenger{z-index:99999999!important}.beesenderchat-comment-container .beesenderchat-comment-container-admi p{color:#3898ed!important}#beesenderchat-container .beesenderchat-team-profile-compact-team-name{padding-top:0!important}#beesenderchat-container .beesenderchat-team-profile-response-delay-text{white-space:nowrap;text-align:center}#beesenderchat-container .beesenderchat-team-profile-compact-team-name{font-size:17px;line-height:1.1em;white-space:nowrap;overflow:hidden;padding-top:7px;text-overflow:ellipsis}#beesenderchat-container .beesenderchat-team-profile-compact-response-delay{color:hsla(0,0%,100%,.8);font-size:13px;line-height:1.3em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#beesenderchat-container .beesenderchat-messenger-view-leave.beesenderchat-conversation .beesenderchat-conversation-footer{-webkit-animation-name:beesenderchat-composer-slide-out;animation-name:beesenderchat-composer-slide-out;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:.12s;animation-delay:.12s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#beesenderchat-container address,#beesenderchat-container article,#beesenderchat-container aside,#beesenderchat-container blockquote,#beesenderchat-container canvas,#beesenderchat-container center,#beesenderchat-container dd,#beesenderchat-container details,#beesenderchat-container dir,#beesenderchat-container div,#beesenderchat-container div.form,#beesenderchat-container dl,#beesenderchat-container dt,#beesenderchat-container fieldset,#beesenderchat-container figcaption,#beesenderchat-container figure,#beesenderchat-container footer,#beesenderchat-container form,#beesenderchat-container frame,#beesenderchat-container frameset,#beesenderchat-container h1,#beesenderchat-container h2,#beesenderchat-container h3,#beesenderchat-container h4,#beesenderchat-container h5,#beesenderchat-container h6,#beesenderchat-container header,#beesenderchat-container hgroup,#beesenderchat-container hr,#beesenderchat-container menu,#beesenderchat-container nav,#beesenderchat-container noframes,#beesenderchat-container ol,#beesenderchat-container pre,#beesenderchat-container section,#beesenderchat-container summary,#beesenderchat-container ul{display:block}#beesenderchat-container .beesenderchat-header-buttons-close{background-position:50%;width:75px;height:75px}#beesenderchat-container .beesenderchat-header-buttons-close,#beesenderchat-container .beesenderchat-header-buttons-close *{cursor:pointer}#beesenderchat-container .beesenderchat-header-buttons-close{z-index:2147483000;background-size:14px 14px;background-repeat:no-repeat;position:absolute;top:0;right:0;display:none}@media (-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx){#beesenderchat-container .beesenderchat-header-buttons-close{background-image:url(https://widget.beesender.com/src/close2.png)}}#beesenderchat-container .beesenderchat-header-buttons-close:hover .beesenderchat-header-buttons-close-contents{background-color:#000;background-color:rgba(0,0,0,.1)}#beesenderchat-container .beesenderchat-header-buttons-close.beesenderchat-header-buttons-close-visible{display:block}#beesenderchat-container .beesenderchat-header-buttons-close-contents{color:rgba(0,0,0,.3);width:50px;text-align:center;vertical-align:top;height:50px;padding:15px;margin:13px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px}#beesenderchat-container .beesenderchat-conversations-body-empty-header{font-size:17px;text-align:center;padding-bottom:6px}@media only screen and (max-device-width:667px),screen and (max-width:369px),screen and (min-height:591px),screen and (min-width:371px){.beesenderchat-header-buttons-close{display:block!important}}#beesenderchat-container .beesenderchat-header-buttons-print{right:44px!important;background-image:url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAKJJREFUWAntVUEKgzAQNEWFXnymNz/jtb/sQSEV4oyxkGOzS8HSGRjdy+yGSYZtGkEO/LsDwWpASmmAdjz1cwghWntV6zC8B4kFjEeVD1Td61atyIIJvxd4BztwBd9uoPwc1gNwwlaMaYv6+yUsH07baT+vgegtkz2PkAN5FcQDj/CZyx/7ehxQDBVDRk8xdIdeMbQuI21DbUN3/NRADlzGgR0ezK0sc51pQgAAAABJRU5ErkJggg==)!important;background-size:20px!important}#beesenderchat-container .beesenderchat-header-buttons-back{right:44px!important;background-image:url(https://beesender.com/messanger/printer2.svg)!important;background-size:20px!important}#beesenderchat-container .beesenderchat-conversation-part-failed .beesenderchat-comment{opacity:.8}#beesenderchat-container .beesenderchat-comment-container-user .beesenderchat-comment{color:#fff;background-color:#c20016!important;border-radius:12px 12px 3px 12px}#beesenderchat-container .beesenderchat-comment-container-admin .beesenderchat-comment{color:#696969!important;background-color:#fff!important;border-radius:12px 12px 12px 3px;background-color:#ededed}#beesenderchat-container .beesenderchat-comment-container-admin .beesenderchat-comment a{color:#263238;text-decoration:underline}#beesenderchat-container .beesenderchat-comment-container-admin .beesenderchat-comment .beesenderchat-block-button-container{margin-bottom:10px}#beesenderchat-container .beesenderchat-comment-container-admin .beesenderchat-comment .beesenderchat-block-button:hover{text-decoration:none}#beesenderchat-container .beesenderchat-comment-container-other-user .beesenderchat-comment{color:#263238;background-color:#f4f7f9}#beesenderchat-container .beesenderchat-comment-container-other-user .beesenderchat-comment a{color:#263238;text-decoration:underline}#beesenderchat-container .beesenderchat-comment-container-other-user .beesenderchat-comment .beesenderchat-block-button-container{margin-bottom:10px}#beesenderchat-container .beesenderchat-comment-container-other-user .beesenderchat-comment .beesenderchat-block-button:hover{text-decoration:none}#beesenderchat-container .beesenderchat-comment .beesenderchat-block-paragraph{line-height:1.4;margin:0 10px 10px;font-size:14px}@-webkit-keyframes beesenderchat-messenger-view-fade-in{0%{opacity:0}to{opacity:1}}@keyframes beesenderchat-messenger-view-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes beesenderchat-messenger-view-fade-out{0%{opacity:1}to{opacity:0}}@keyframes beesenderchat-messenger-view-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes beesenderchat-composer-slide-in{0%{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes beesenderchat-composer-slide-in{0%{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes beesenderchat-composer-slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes beesenderchat-composer-slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px)}}@-webkit-keyframes beesenderchat-messenger-view-slide-left-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(-8px);transform:translateX(-8px)}}@keyframes beesenderchat-messenger-view-slide-left-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(-8px);transform:translateX(-8px)}}@-webkit-keyframes beesenderchat-messenger-view-slide-right-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(8px);transform:translateX(8px)}}@keyframes beesenderchat-messenger-view-slide-right-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(8px);transform:translateX(8px)}}@-webkit-keyframes beesenderchat-messenger-view-slide-left-in{0%{opacity:0;-webkit-transform:translateX(8px);transform:translateX(8px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes beesenderchat-messenger-view-slide-left-in{0%{opacity:0;-webkit-transform:translateX(8px);transform:translateX(8px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes beesenderchat-messenger-view-slide-right-in{0%{opacity:0;-webkit-transform:translateX(-8px);transform:translateX(-8px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes beesenderchat-messenger-view-slide-right-in{0%{opacity:0;-webkit-transform:translateX(-8px);transform:translateX(-8px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes mv3-new-conversation-button-slide-down{0%{opacity:1;-webkit-transform:translateY(0) translateX(-50%) scale(1);transform:translateY(0) translateX(-50%) scale(1)}to{opacity:0;-webkit-transform:translateY(8px) translateX(-50%) scale(.96);transform:translateY(8px) translateX(-50%) scale(.96)}}@keyframes mv3-new-conversation-button-slide-down{0%{opacity:1;-webkit-transform:translateY(0) translateX(-50%) scale(1);transform:translateY(0) translateX(-50%) scale(1)}to{opacity:0;-webkit-transform:translateY(8px) translateX(-50%) scale(.96);transform:translateY(8px) translateX(-50%) scale(.96)}}@-webkit-keyframes mv3-new-conversation-button-slide-up{0%{opacity:0;-webkit-transform:translateY(8px) translateX(-50%) scale(.96);transform:translateY(8px) translateX(-50%) scale(.96)}to{opacity:1;-webkit-transform:translateY(0) translateX(-50%) scale(1);transform:translateY(0) translateX(-50%) scale(1)}}@keyframes mv3-new-conversation-button-slide-up{0%{opacity:0;-webkit-transform:translateY(8px) translateX(-50%) scale(.96);transform:translateY(8px) translateX(-50%) scale(.96)}to{opacity:1;-webkit-transform:translateY(0) translateX(-50%) scale(1);transform:translateY(0) translateX(-50%) scale(1)}}#beesenderchat-container .beesenderchat-messenger-view-enter.beesenderchat-conversations{z-index:2147483001}#beesenderchat-container .beesenderchat-messenger-view-enter.beesenderchat-conversations .beesenderchat-conversations-new-conversation-button{-webkit-animation-name:mv3-new-conversation-button-slide-up;animation-name:mv3-new-conversation-button-slide-up;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:.16s;animation-delay:.16s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#beesenderchat-container .beesenderchat-conversations{-webkit-animation-name:beesenderchat-messenger-view-fade-in;animation-name:beesenderchat-messenger-view-fade-in;-webkit-animation-name:beesenderchat-messenger-view-slide-right-in;animation-name:beesenderchat-messenger-view-slide-right-in;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:.16s;animation-delay:.16s;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:2147483000}#beesenderchat-container .beesenderchat-messenger-view-leave.beesenderchat-conversation .beesenderchat-header-buttons,#beesenderchat-container .beesenderchat-messenger-view-leave.beesenderchat-conversation .beesenderchat-link{-webkit-animation-name:beesenderchat-messenger-view-fade-out;animation-name:beesenderchat-messenger-view-fade-out;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:.12s;animation-delay:.12s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#beesenderchat-container .beesenderchat-messenger-view-leave.beesenderchat-conversation .beesenderchat-conversation-parts{-webkit-animation-name:beesenderchat-messenger-view-slide-right-out;animation-name:beesenderchat-messenger-view-slide-right-out;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:20ms;animation-delay:20ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}#beesenderchat-container .beesenderchat-conversation .beesenderchat-conversation-parts{font-family:PT Sans,sans-serif;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-animation-name:beesenderchat-messenger-view-slide-left-in;animation-name:beesenderchat-messenger-view-slide-left-in;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-animation-delay:.23s;animation-delay:.23s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}#beesenderchat-container .beesenderchat-conversation-part-user.beesenderchat-conversation-part-enter{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}#beesenderchat-container .beesenderchat-conversation-part-user.beesenderchat-conversation-part-enter.beesenderchat-conversation-part-enter-active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition:opacity .2s,-webkit-transform .2s;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s}#beesenderchat-container .beesenderchat-conversation-part-admin.beesenderchat-conversation-part-enter{opacity:0}#beesenderchat-container .beesenderchat-conversation-part-admin.beesenderchat-conversation-part-enter.beesenderchat-conversation-part-enter-active{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}#beesenderchat-container .beesenderchat-conversation-parts{transition:-webkit-transform .2s;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}#beesenderchat-container .beesenderchat-conversation-parts-scrolling{-webkit-transition:none;transition:none}@media only screen and (max-device-width:667px),screen and (max-width:369px),screen and (min-height:591px),screen and (min-width:371px){.beesenderchat-messenger{-webkit-text-size-adjust:100%}.beesenderchat-admin-profile-collapsed:hover .beesenderchat-admin-profile-compact-contents,.beesenderchat-admin-profile-collapsed:hover .beesenderchat-team-profile-compact-contents,.beesenderchat-team-profile-collapsed:hover .beesenderchat-admin-profile-compact-contents,.beesenderchat-team-profile-collapsed:hover .beesenderchat-team-profile-compact-contents{background-color:inherit}}#beesenderchat-container .beesenderchat-comment{padding:12px 10px;border-radius:12px 12px 3px 12px;position:relative;overflow-wrap:break-word;white-space:pre-line}#beesenderchat-container .beesenderchat-comment pre span{color:inherit!important;background-color:inherit!important;font-weight:inherit!important;word-wrap:break-word}@media screen and (max-width:980px){#beesenderchat-container .beesenderchat-comment .beesenderchat-block-paragraph{font-size:16px}}@keyframes fadeIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes fadeIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}#beesenderchat ::-webkit-scrollbar{width:0}#beesenderchat ::-webkit-scrollbar-thumb{border-width:1px 1px 1px 2px;border-color:#777;background-color:#777}#beesenderchat-container .beesenderchat-team-profile-compact-team-name{color:#fff!important}.beesenderchat-composer-send-button{display:inline-block}.beesenderchat-bot-buttons{margin:10px auto!important}.bx-imopenlines-config-sidebar{z-index:10101}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{border-width:1px 1px 1px 2px;border-color:#777;background-color:#777}::-webkit-scrollbar-thumb:hover{border-width:1px 1px 1px 2px;background-color:#c7c7c7}::-webkit-scrollbar-track{border-width:0}
/* End */


/* Start:/local/templates/mmbank/css/custom.css?159956515480728*/
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src:url('/local/templates/mmbank/css/./../fonts/montserrat/medium.woff2') format('woff2'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/medium.woff') format('woff'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/medium.ttf') format('truetype'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/medium.eot'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/medium.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src:url('/local/templates/mmbank/css/./../fonts/montserrat/regular.woff2') format('woff2'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/regular.woff') format('woff'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/regular.ttf') format('truetype'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/regular.eot'),
    url('/local/templates/mmbank/css/./../fonts/montserrat/regular.eot?#iefix') format('embedded-opentype');
}

.form .input .delete {
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 25px;
  right: 10px;
  background-image: url(/local/templates/mmbank/css/../img/icon-close.png);
  cursor: pointer;
}

.accordion-line-image-row__el {
  margin: 5px;
  max-width: calc(16.66% - 10px);
}
.accordion-line-image-row {
  flex-wrap: wrap;
}
.main-slider__inner {
  min-height: calc(100vh - 66px);
}
.bxdynamic_top_menu {
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
/*.nav_main{
	position: relative;
	z-index: 200;
	bottom: auto;
}*/
/*.mobile-menu-select__title,
.mobile-menu-select__option{
	background: linear-gradient(to bottom, #009539, #008832);
}
.mobile-menu-select__option{
	border-bottom: 1px solid #1f9954;
}*/
.mobile-menu-select__title:after {
  transform: rotate(-90deg);
  transition: 0.3s;
  top: 16px;
}
body .mobile-menu .parent-menu-wrap .parent-menu__line.active > a {
  color: #e20613;
}
.mobile-menu-drop-footer__btn {
  width: 100%;
}
.mobile-menu-drop-footer__btn .link {
  width: 100%;
}
.mobile-menu-drop-footer__btn .link svg {
  fill: gray;
}
.mobile-menu-select--active .mobile-menu-select__title:after {
  transform: rotate(0deg);
}
/*.categories-nav-category:hover .categories-nav-category__links a p{
	color: #fff;
}*/
.main-banner-content__title {
  margin-bottom: 40px;
}
.service-list__title {
  color: #e31e24 !important;
  border-bottom: 1px solid transparent !important;
  transition: 0.2s;
}
.product-preview {
  height: 100%;
  background-color: #fff;
}
.product-preview.product-preview-desc__title {
  border-bottom: 1px solid transparent !important;
}
.product-preview:hover .product-preview-desc__title {
  text-decoration: underline !important;
}

.categories-nav-category__container {
  background-color: rgba(0, 0, 0, 0.3);
}
.vjs_video_3-dimensions {
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.37);
}
.about-video__video video {
  width: 100% !important;
}
.steps-slider__slides img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.package-preview__header {
  min-height: 100px;
}
.table_flex tbody {
  display: flex;
  flex-wrap: wrap;
}
.table_flex tbody tr {
  width: 100%;
  display: flex;
}
.table_flex tbody tr td {
  width: 50%;
  align-items: center;
  display: flex;
  padding: 25px;
}
.table_flex tbody tr td .img {
  width: 200px;
  height: 100%;
  justify-content: center;
}
.table_flex tbody tr td ul {
  width: calc(100% - 200px);
  margin-bottom: 0;
}
.accordion-line__text table {
  width: 100%;
  max-width: 100%;
}
.accordion-line__text table tbody {
  width: 100%;
  max-width: 100%;
}
.form .input:nth-child(2) .delete {
  display: none;
}
.subscribe__mess {
  display: none;
}
.steps-slider {
  width: 100%;
}
.unsubscribe_cool {
  color: #e31e24;
  margin-top: 35px;
  font-size: 16px;
}
.courses-advantages-advantage {
  height: 100%;
}
.categories-nav-category--clicked .categories-nav-category__container {
  opacity: 0;
}
.unsubscribe_no_email,
.unsubscribe_error {
  color: #e31e24;
  margin-top: 35px;
  font-size: 16px;
}
.about-news
  .tabs-component-panel
  .bx-context-toolbar-empty-area
  .about-news-preview-text {
  background: #fff;
}
.about-news .tabs-component-panel .bx-context-toolbar-empty-area {
  background: none !important;
}
/* .news_bottom_pad {
  padding-bottom: 25px;
} */
.margin_top_to_sold {
  margin-top: 35px;
}

.handling_send_form {
  cursor: pointer;
  border: none;
}
.appeal-form-footer__add-file p {
  cursor: pointer;
}
.appeal-form-footer .appeal-form-footer__el input[type="file"],
.hidden_input_img {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

.appeal-form-footer__add-file label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #e31e24;
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.appeal-form-footer__add-file label {
  cursor: pointer;
}
.appeal-form-footer__add-file label {
  color: #e31e24;
  position: relative;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 300;
}
.appeal-form-footer__add-file label:hover::after {
  content: "";
  opacity: 0;
}
#error_file {
  color: red;
  margin-left: 15px;
}
.btn--form {
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.width_100_form {
  width: 100% !important;
}
.send_practice {
  cursor: pointer;
  border: none;
}
#count_children {
  margin-top: 20px;
}
form[name="vacancy"] .modal-form-main-info {
  margin-top: 3px;
}
.about-block-advantages .about-block-advantages__el img {
  margin-right: 30px;
}
.no_padd_img_about img {
  max-width: 800px;
  height: auto;
  width: 100%;
}
.modal-inner-content .no_border_bottom_modal {
  border-bottom: none;
}

.form .modal-form-block__field-title sup {
  color: #e20613;
  font-weight: 400;
  font-size: 19px;
}
.input--error a {
  color: #e20613 !important;
}
.modal-form-main-info__photo label {
  display: inline-block;
  width: 9em;
  height: 9em;
  background: url("/local/templates/mmbank//img/no-photo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-form-main-info__photo a,
.add_phone,
.add_btn_input {
  cursor: pointer;
}
.vacancy_id,
.year_birth {
  display: none;
}
.modal_result_mess {
  min-width: 400px;
  min-height: 180px;
}
/*valya*/
.accordion-line__text p {
  font-size: 18px;
}
.accordion-line__text a {
  color: #e31e24;
  text-decoration: underline;
  font-size: 18px;
}
.file-upload__desc {
  padding-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
.file-upload__desc_error {
  padding-top: 10px;
  margin-left: 10px;
  color: red;
}
.db_centre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/*
map suggest*/
.input--map .address {
  position: absolute;
  border-radius: 2px;
  background-color: #fbfbfb;
  border: solid 1px #e3e3e3;
  z-index: 9999;
  top: calc(100% + 5px);
}
.input--map .address ul {
  margin: 10px 20px;
}
.input--map .address li {
  margin-bottom: 10px;
}
.input--map .address a {
  font-size: 15px;
  color: #000000;
}
.vjs-loading-spinner {
  display: none !important;
}
.under_line {
  text-decoration: underline;
}
.under_line:hover {
  text-decoration: none;
}
/*
jdiv.button_1O {
    top: -35px;
}
.overlay_2w{
    width: 65px;
    height: 65px;
    top: -33px;
}*/

.footnote {
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: italic;
}
.footnote_li {
  font-size: 14px !important;
  line-height: 30px !important;
  font-style: italic;
}
.breadcrumbs__item span {
  font-family: "Exo 2", "Exo Regular", sans-serif !important;
  font-weight: 300;
}

.courses .compare__table-wrap {
  margin-bottom: 25px;
}

.courses-advantages__col2 {
  width: 45%;
}
@media (max-width: 1150px) {
  .table_flex tbody tr td .img {
    width: 100px;
  }
  .table_flex tbody tr td .img img {
    width: 100%;
  }
  .table_flex tbody tr td ul {
    width: calc(100% - 100px);
  }
  .table_flex tbody tr td {
    padding: 10px;
  }
  .accordion-line-image-row__el {
    max-width: calc(25% - 10px);
  }
}
@media (max-width: 700px) {
  .table_flex tbody tr td {
    width: 100%;
  }
  .table_flex tbody tr {
    flex-wrap: wrap;
  }
  .table-scrole {
    overflow: auto;
  }
  .table-scrole table {
    min-width: 490px;
  }
}
@media (max-width: 700px) {
  .table_flex tbody tr td {
    width: 100%;
  }
  .table_flex tbody tr {
    flex-wrap: wrap;
  }
  .accordion-line__text {
    padding-right: 0;
  }
}
@media (max-width: 425px) {
  .table_flex tbody tr td {
    flex-wrap: wrap;
  }
  .table_flex tbody tr td .img {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
  }
  .table_flex tbody tr td .img img {
    max-height: 100%;
    width: auto;
  }
  .table_flex tbody tr td ul {
    width: 100%;
  }
}

@media screen and (max-height: 710px) {
  .categories-nav-category__header div {
    font-size: 25px;
  }
  .categories-nav-category__content {
    padding: 10px 15px 10px 35px;
  }
  /*body .categories-nav-category:nth-child(2) .categories-nav-category__header,*/
  /*body .categories-nav-category:first-child .categories-nav-category__header{*/
  /*height: 120px !important;*/
  /*}*/
  /*body .categories-nav-category:nth-child(3) .categories-nav-category__header,*/
  /*body .categories-nav-category:nth-child(4) .categories-nav-category__header{*/
  /*height: 90px !important;*/
  /*}*/
  body .categories-nav-category__links ul li {
    margin-bottom: 3px;
  }
  body .news-preview-text-line,
  body .news-preview-img-text {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .modal-inner-header__col {
    margin-bottom: 15px;
  }

  body .main-banner-content h1 {
    font-size: 22px;
  }
  /* body .breadcrumbs__item span{ */
  /* font-size: 17px; */
  /* } */
  .courses-advantages__col2 {
    width: 100%;
    min-height: 108px;
  }
  .about-block__header .row .col:nth-child(1) {
    flex-wrap: wrap;
  }
  .about-news .tabs-component-tabs {
    width: 100%;
    flex-direction: inherit;
    justify-content: flex-start;
    margin-left: 0 !important;
    align-items: flex-start;
  }
  .about-news .tabs-component-tab {
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .courses-mob .rate-mob .tabs-component-tabs {
    justify-content: space-around;
  }
}
@media screen and (max-width: 990px) {
  .map-checkboxes__row .checkbox {
    width: 33.33%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .map-checkboxes__row .checkbox {
    width: 50%;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 500px) {
  h1 span {
    font-size: 18pt !important;
  }
  h2 span {
    font-size: 16pt !important;
  }
  h3 span {
    font-size: 15pt !important;
  }
  .map-checkboxes__row .checkbox {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .accordion-line-image-row__el {
    max-width: calc(50% - 10px);
  }
  .tabs-slider-scroll__btn:hover a {
    color: #e31e24 !important;
  }
}
.content-sidebar-menu-title__img svg {
  width: 24px;
  height: 24px;
}

.accordion-line-image-row__el1 {
  margin: 5px;
  max-width: calc(33.33% - 10px);
}

.bx_catalog-compare-list.top {
  top: 70px;
}
.bx_catalog-compare-list.top a {
  color: #e31e24 !important;
}

.main-slider-title h2 {
  margin-bottom: 25px;
  font-size: 45px;
  text-align: left;
  margin-bottom: 25px;
  line-height: 45px;
}

.main-banner-content__text p,
.main-banner-content__text h3 {
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .substrate {
    padding: 10px;
    background-color: hsla(0, 0%, 100%, 0.66);
    transition: all 0.3s;
  }
}

h3 a {
  color: #e31e24;
}

.news-slider-header {
  padding-top: 25px;
}

.news-slider .news-slider-header .col h2 a {
  color: black;
  text-decoration: none;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 30px;
}

.fullpage__section--first .about-tabs__main {
  position: relative;
  height: calc(100vh - 131px);
  width: 100%;
}
.about-video__bg {
  height: calc(100vh - 131px);
}
@media screen and (max-width: 1100px) {
  .fullpage__section--first .about-tabs__main {
    height: calc(100vh - 0px);
  }
  .about-video__bg {
    height: calc(100% - 0px);
  }
}
.news-slider-mob__desc {
  display: block;
}
.form .jq-selectbox__dropdown ul li,
.jq-selectbox__select {
  font-family: Montserrat, sans-serif !important;
}

.top-line-btns,
.top-line-phone {
  margin-left: auto;
}
.top-line-btn--auth .top-line-btn__el {
  border-right: none;
}

.table_korporativnie_kartochki td p {
  font-size: 15px;
}
.table_korporativnie_kartochki td {
  padding: 10px !important;
}

.table--scroll {
  overflow: auto;
}
.table--scroll table {
  display: table;
  min-width: 400px;
}

.page-row--m-gutter .page-row__triple {
  width: -webkit-calc(33.33333% - 60px);
  width: -moz-calc(33.33333% - 60px);
  width: calc(33.33333% - 60px);
}
.catalog-block {
  width: 100%;
}
.catalog-block__img a {
  width: 100%;
}
.catalog-block__img a img {
  width: 100%;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .page-row--m-gutter .page-row__triple {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .page-row--m-gutter .page-row__triple {
    width: 100%;
  }
}

/* Hide button on package-hover */
.package-filter-suggest-content .package-preview-hover__inner .btn--green {
  visibility: hidden;
}

.card-detail-map {
  opacity: 1 !important;
}

ol.list--white li:after,
ul.list--white li:after {
  content: url(/local/templates/mmbank/css/../svg/ok-icon-w.svg);
  width: 40px;
}

.catalog-list-banner__img:after {
  display: none;
}

.card-preview {
  text-align: center;
}

.card-preview__img img {
  margin: 0 auto;
}

.footer-bottom .col {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}

.g-recaptcha {
  margin: 0 0 60px;
}

.modal-inner-footer__row .g-recaptcha {
  margin: 20px auto 0;
}

.modal-inner-footer__row {
  position: relative;
}

.recaptcha_error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  color: #e31e24;
}

@media screen and (max-width: 700px) {
  .recaptcha_error {
    width: 100%;
    margin-top: 5px;
    position: static;
    text-align: center;
    transform: none;
  }
  .g-recaptcha {
    margin-top: 0;
  }
}

@media screen and (max-width: 350px) {
  .g-recaptcha {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 800px) {
  .appeal-form-footer {
    flex-wrap: wrap;
  }

  .appeal-form-footer__el {
    width: 100%;
    margin-bottom: 20px;
  }
}

.modal-form-block__field {
  position: relative;
}

.modal .recaptcha_error {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(10px);
}

@media screen and (max-width: 700px) {
  .modal .recaptcha_error {
    text-align: left;
  }
  .recaptcha_error {
    text-align: left;
  }
}

.recaptcha_error {
  top: 0;
  left: 0;
  transform: translateY(-10px);
}

/* Банкоматы партнёров */
#partner_atm-list div,
#partner_atm div {
  max-width: 800px;
  margin: auto;
  padding: 40px 0 20px;
}

#partner_atm-list a,
#partner_atm a {
  color: #e31e24;
  text-decoration: underline;
}

#partner_atm-list p,
#partner_atm p {
  text-align: center;
}

#partner_atm-list ul,
#partner_atm ul {
  display: flex;
  justify-content: center;
}

#partner_atm-list ul li,
#partner_atm ul li {
  display: inline-block;
  padding: 0 20px;
}
/* Банкоматы партнёров */

#visaoffers .dropdown {
  border: 1px solid #e3e3e3;
  background-color: #fbfbfb;
}

#visaoffers .dropdown:hover {
  background-color: #fbfbfb !important;
}

#visaoffers .dropdown.open > div {
  background-color: #fff !important;
  box-shadow: 0 -5px 31px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 12px;
  margin-top: 15px;
  border-radius: 4px;
  overflow: visible;
}

#visaoffers .dropdown.open > div:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px;
  border-color: transparent transparent #fff;
}

#visaoffers .dropdown li {
  border-bottom: none;
  padding: 11px;
}

#visaoffers .filter-cell.country-filter {
  min-width: 200px;
}

#visaoffers .country-filter > div {
  max-width: inherit;
}

#visaoffers #promo-wrapper .promo-item h3 {
  height: 70px;
}

@media screen and (max-width: 500px) {
  #visaoffers.large.large-resp #promo-wrapper .row .col-md-4 .promo-img {
    width: 100%;
  }

  #visaoffers.large.large-resp #promo-wrapper .row .col-md-4 .promo-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    clear: both;
  }

  #visaoffers #promo-wrapper .promo-item {
    padding: 40px 25px 0;
  }
}

.map .jq-selectbox__select {
  max-width: 240px;
}

@media screen and (max-width: 990px) {
  .map .jq-selectbox__select {
    max-width: 100%;
  }

  .map .filter-row__el:nth-of-type(-n + 2) {
    width: 50%;
  }

  .map .filter-row__el {
    margin: 0 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .map .filter-row__el:nth-of-type(3),
  .map .filter-row__el:nth-of-type(4) {
    width: 100%;
  }

  .map .filter-row__el:nth-of-type(3) input {
    width: 100%;
  }

  .map .tabs-component-tab {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .map .filter-row__el:nth-of-type(-n + 2) {
    width: 100%;
  }
}

#visaoffers .btn-primary {
  background-color: #e31e24;
  border-radius: 2px;
}

#visaoffers .btn-primary:hover {
  background-color: #ba181d;
}

.top-line-menu ul {
  margin-left: 0;
}

.top-line-menu ul li a.active:after,
.main-menu-select__title:after {
  display: none;
}

@media screen and (max-width: 1300px) {
  .main-menu-select__title {
    background-color: #e31e24;
    color: #fff;
  }

  .main-menu-select__title:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojZmZmO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=);
  }
}

.top-line-menu ul li a.active {
  background-color: #e31e24;
  color: #fff;
}

.top-line-menu ul li {
  margin: 0;
}

.top-line-menu ul li a {
  padding: 0 15px;
}

@media screen and (max-width: 1600px) {
  .top-line-menu ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1400px) {
  .top-line-menu ul li a {
    padding: 0 5px;
  }
}

.top-line-phone {
  background-color: #e31e24;
  border: none;
  transition: 0.3s;
}

.top-line-phone svg {
  fill: #fff;
}

.top-line-phone p {
  color: #fff;
}

.top-line-phone:hover {
  background-color: #ba181d;
}

.top-line-phone:hover svg {
  fill: #fff;
}

.top-line-phone:hover p {
  color: #fff;
}

.offers__col {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.offers-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: inherit;
  transition: 1s;
}

.offers__col:hover .offers-preview {
  transform: scale(1.03);
}

.offers__col:hover .offers-preview:after {
  opacity: 0.1;
}

/* new courses */
.course-tablist {
  display: flex;
  flex-wrap: wrap;
}

.course-tabhead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-list__el {
  display: inline-block;
  margin-right: 16px;
  padding: 8px 30px;
  border: 1px dashed #e3e3e3;
  color: #272a2b;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  cursor: pointer;
}

.course-link {
  position: absolute;
  right: 0;
}

.course-box {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.course-box__el {
  width: calc(100% / 4);
  font-size: 24px;
  padding: 10px 0;
}

.course-box__el.m-left {
  margin-left: 25%;
}

.course-box__el.valuta {
  font-size: 19px;
}

.course-box__el.caption {
  font-size: 20px;
}

.course-box__el img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.course-box__el span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .course-tabhead {
    justify-content: flex-start;
  }

  .course-link {
    position: static;
    margin-left: auto;
  }
}

@media screen and (max-width: 990px) {
  .course-tabhead {
    align-items: flex-start;
  }

  .course-box {
    padding-top: 24px;
  }

  .course-list__el {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .course-tabhead {
    flex-direction: column;
  }

  .course-box__el.tac {
    text-align: center;
  }

  .course-box__el img {
    display: block;
    margin: 0 auto;
  }

  .course-box__el.valuta {
    font-size: 13px;
    text-align: center;
  }

  .course-box__el.caption {
    font-size: 14px;
  }

  .course-box__el {
    font-size: 16px;
  }

  .course-list__el {
    width: calc(50% - 50px);
    font-size: 16px;
    padding: 9px 20px;
  }

  .course-list__el:nth-of-type(2n) {
    margin-right: 0;
  }

  .course-link {
    margin-left: 0;
  }

  .course-box__el img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  .course-link {
    width: 100%;
  }

  .course-list__el {
    width: 100%;
    margin-right: 0;
  }
}

.course-tab {
  display: none;
}

.course-tab.active {
  display: flex;
}

.course-list__el.active {
  color: #e20609;
  border: 1px solid #e20609;
  border-radius: 2px;
}

@media screen and (max-width: 980px) {
  .news-slider-controls {
    top: -66px;
  }
}

@media screen and (max-width: 700px) {
  .news-slider {
    display: none;
  }

  .news-slider-mob {
    display: block;
  }
}

.course-conversion .course-box__el.m-left {
  margin-left: 0;
}

.course-conversion .course-box__el {
  width: 33.33%;
}

.course-conversion-value {
  font-size: 24px;
  margin-left: 40px;
}

.course-box__el .svg-icon {
  vertical-align: middle;
}

.course-conversion .form {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
}

.course-conversion .form input[type="text"] {
  height: 40px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: #fbfbfb;
  border: 1px solid #e3e3e3;
  padding-bottom: 2px;
  color: #4a4a4a;
  transition: all 0.3s;
}

.course-conversion__item:nth-child(1) {
  width: 20%;
}

.course-conversion__item:nth-child(2) {
  width: 25%;
}

.course-conversion__item:nth-child(3) {
  width: 10%;
}

.course-conversion__item:nth-child(4) {
  width: 26px;
  height: 26px;
}

.course-conversion__item:nth-child(5) {
  width: 10%;
}

.course-conversion__item:nth-child(6) {
  width: 25%;
}

.course-conversion__item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .course-conversion .course-box__el {
    width: 50%;
  }

  .course-conversion .form {
    flex-wrap: wrap;
  }

  .course-conversion__item:nth-child(1),
  .course-conversion__item:nth-child(2),
  .course-conversion__item:nth-child(6) {
    width: 35%;
  }

  .course-conversion__item:nth-child(3) {
    width: 20%;
  }

  .course-conversion__item:nth-child(4) {
    display: none;
  }

  .course-conversion__item:nth-child(5) {
    width: 20%;
  }

  .course-conversion__item:nth-child(5),
  .course-conversion__item:nth-child(6) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .course-conversion__item {
    width: 100% !important;
  }

  .course-conversion__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .course-conversion__item:nth-child(5),
  .course-conversion__item:nth-child(6) {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .course-conversion .course-box__el {
    width: 100%;
  }

  .course-conversion .course-box__el img {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .course-conversion .course-box__el.valuta {
    text-align: left;
  }
}

.course .courses-converter__row {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .course.course-tabs {
    display: none;
  }
}

.modal-expert-center {
  padding: 20px 0 5px;
  border-bottom: none;
  border-top: 1px solid #dbdbdb;
}

.modal-expert-center .modal-inner-content__info {
  width: 100%;
  text-align: center;
  font-size: 19px;
  color: #1a1a1a;
  font-weight: 400;
}

.modal-expert-center .modal-inner-phone__tel {
  width: calc(50% - 30px);
  margin: 0 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-inner-header__title {
  text-align: center;
}

.modal-inner-header__tagline {
  margin-bottom: 20px;
}

.modal-expert-center .modal-inner-header__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.modal-expert-center .modal-inner-phone__tel a {
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .modal-expert-center .modal-inner-phone__tel {
    width: 100%;
  }

  .modal-expert-center .modal-inner-phone__tel p {
    width: 100%;
  }

  .modal-expert-center .modal-inner-header__col {
    flex-direction: column;
  }
}

.modal-inner-content__col {
  box-sizing: border-box;
}

.modal-inner-content__col a {
  max-width: 100%;
}

.modal-inner-content__row {
  flex-wrap: wrap;
}

.modal-inner-content__col.w100 {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.mobile-menu .parent-menu-wrap {
  height: calc(100vh - 230px);
}

.info-banner-wrapper {
  width: 100%;
  max-width: 1510px;
  margin: 120px auto 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1580px) {
  .info-banner-wrapper {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .info-banner-wrapper {
    margin: 30px;
  }
}

.info-banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 40px 40px 60px;
  background-image: url("/local/templates/mmbank/css/../img/general/bg-banner.png");
  background-position: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .info-banner {
    display: block;
    padding: 60px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .info-banner {
    padding: 40px;
  }
}
@media screen and (max-width: 450px) {
  .info-banner {
    text-align: center;
    padding: 20px;
  }
}
.info-banner__img {
  z-index: -1;
  width: 100%;
  max-width: 480px;
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 1366px) {
  .info-banner__img {
    width: 40%;
    z-index: 0;
  }
}
@media screen and (max-width: 1600px) {
  .samsung-pay:before {
    bottom: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .samsung-pay:before {
    bottom: 8px !important;
  }
  .info-banner__img {
    opacity: 0.3;
    z-index: -1;
  }
}
@media screen and (max-width: 450px) {
  .info-banner__img {
    width: 85%;
  }
}
.info-banner__img img {
  width: 100%;
}
.info-banner__title {
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 1024px) {
  .info-banner__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .info-banner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .info-banner__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.info-banner__title--red {
  color: #e31e24;
}
.info-banner__download {
  display: inline-block;
  width: 220px;
}
.app-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  width: 220px;
  background: #000;
  color: #fff;
  border-radius: 7px;
}
@media screen and (max-width: 1024px) {
  .app-block {
    width: 190px;
  }
}
.app-block--ios:hover .app-block__title span {
  color: #f79818;
}
.app-block--android:hover .app-block__title span {
  color: #3bccff;
}
.app-block:first-child {
  margin-left: 20px;
}
.app-block:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .app-block:not(:last-child) {
    margin-right: 22px;
  }
}
@media screen and (max-width: 511px) {
  .app-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .app-block:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.app-block__icon {
  margin-right: 5px;
  height: 50px;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .app-block__icon {
    width: 35px;
    height: 40px;
  }
}
.app-block__icon svg,
.app-block__icon img {
  width: 100%;
  height: 100%;
}
.app-block__icon svg {
  fill: #fff;
}
.app-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.app-block__title span {
  font-weight: 500;
}
.app-block__title span:first-child {
  font-size: 14px;
}

.samsung-pay:before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/mmbank/css/./../img/samsung-pay.png");
  background-size: cover;
  width: 115px;
  height: 16px;
  bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .samsung-pay:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .samsung-pay:before {
    bottom: 5px;
  }
}

@media screen and (max-width: 450px) {
  .samsung-pay:before {
    bottom: -35px;
    transform: translateX(-50%);
  }
}

.table--noborder td {
  border: none !important;
}

.email-mark {
  position: relative;
}

.email-mark:before {
  content: "@";
  font-size: 16px;
  color: #ccc;
  background-color: #fbfbfb;
  position: absolute;
  top: 1px;
  bottom: 2px;
  right: 1px;
  border-radius: 0 2px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.email-mark:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 38px;
  width: 20px;
  border-right: 1px solid #e3e3e3;
  background-image: linear-gradient(to right, transparent, #fff);
}

.form label .email-mark {
  margin-top: 15px;
}

.form label .email-mark input {
  margin-top: 0;
}

.advantage-line__img img {
  max-width: 70px;
  max-height: 70px;
}

.hide-field {
  display: none;
}
/* https://bankdabrabyt.by/about/branches/ */
.map .tabs-component-tabs {
  border: none;
}
.map .tabs-component-tab {
  color: #c4c4c4;
  border: 1px dashed #c4c4c4;
}
.map .tabs-component-tab:first-child {
  margin-right: 16px;
}
.map .tabs-component-tab.is-active {
  border: 1px solid #e20609;
  background: white;
  border-radius: 2px;
}
.map .tabs-component-tab.is-active a {
  color: #e20609;
}
/* https://bankdabrabyt.by/currency_exchange/ */
/* .courses.grow .tabs-slider-scroll__btn{
  height: 35px;
}
.courses.grow .tabs-slider-scroll__btn {
  color: black;
} */
.tabs-slider-scroll__btn {
  border: 1px dashed #c4c4c4;
  margin-right: 16px;
  padding: 0px 30px;
  height: 44px;
}
@media (max-width: 700px) {
  .tabs-slider-scroll__btn {
    white-space: normal;
    height: max-content;
    padding: 5px 15px;
    min-height: 44px;
  }
}

.tabs-slider-scroll__btn:last-child {
  margin-right: 0px;
}
.tabs-slider-scroll__btn.tabs-component-tab a {
  color: black !important;
  text-transform: none;
  font-weight: 400;
  font-size: 19px !important;
}
.tabs-slider-scroll__btn.tabs-component-tab.is-active {
  border: 1px solid #e20609;
  border-radius: 2px;
}
.tabs-slider-scroll__btn.tabs-component-tab.is-active a {
  color: #e20609 !important;
}
.tabs-slider-scroll__btn.is-active:after {
  visibility: hidden;
}
@media (max-width: 700px) {
  .pn-ProductNav_Contents {
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tabs-slider-scroll__btn {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
}
/* https://bankdabrabyt.by/about/ */
/* .about-tabs__btn {
  border: 1px dashed #c4c4c4;
  background: white;
}
.about-tabs__btn p {
  color: #c4c4c4;
}
.about-tabs__btn[aria-selected="true"] {
  border: 1px solid #e20609;
  border-radius: 2px;
}
.about-tabs__btn[aria-selected="true"] p {
  color: #e20609 !important;
} */
.about-tabs__btn {
  padding: 5px 15px;
}
.about-tabs__btn p {
  color: black;
  padding: 5px 15px;
  border: 1px dashed black;
  background: white;
}
.about-tabs__btn p:after {
  display: none;
}
.about-tabs__btn[aria-selected="true"] {
  border-top: 2px solid transparent;
  background: none;
}
.about-tabs__btn[aria-selected="true"] p {
  border: 1px solid #e20609;
  border-radius: 2px;
  color: #e20609 !important;
  background: white;
}
/* https://bankdabrabyt.by/about/news/novosti_banka/ */
.news .tabs-component-tabs {
  padding: 0;
}
.news .tabs-component-tabs .tabs-component-tab {
  padding: 22px 0px;
  border: 1px dashed #c4c4c4;
}
.news .tabs-component-tab.is-active a:after {
  display: none;
}
.news .tabs-component-tabs .tabs-component-tab.is-active {
  border: 1px solid #e20609;
  border-radius: 2px;
  color: #e20609 !important;
}
.news .tabs-component-tabs .tabs-component-tab.is-active a {
  color: #e20609 !important;
}
.tabs-slider-scroll__controls {
  border-bottom: none;
}

.lead-add__banner {
  opacity: 1;
  background-color: #f4f4f4;
  color: #000;
}

.i-scheme-wrapper {
  max-width: 1015px;
  margin: 0 auto;
}

.i-scheme {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.i-scheme-zag {
  width: 100%;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}

.i-scheme-el {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #c7c7c7;
}

.i-scheme-el svg {
  fill: #e31e24;
}

.i-scheme .icon-profile {
  width: 23px;
  height: 23px;
}

.i-scheme .icon-logotype {
  width: 36px;
  height: 38px;
}

.i-scheme .icon-planet {
  width: 36px;
  height: 36px;
}

.i-scheme-el__text {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 25px);
  text-align: center;
  width: 150px;
  font-size: 18px;
  line-height: 22px;
}

.i-scheme-arr {
  position: relative;
  width: 100%;
  max-width: 336px;
  margin: 0 20px;
}

.i-scheme-arr::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #c7c7c7;
  width: 100%;
  height: 1px;
}

.i-scheme-arr::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  transform: translateY(-2px) rotate(45deg);
  top: 100%;
  right: 0;
}

.i-scheme-arr.reverse::after {
  right: inherit;
  left: 0;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-top: none;
  border-right: none;
}

.i-scheme-arr__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  text-align: center;
  height: 57px;
  font-size: 17px;
  line-height: 21px;
}

@media screen and (max-width: 1100px) {
  .i-scheme {
    flex-direction: column;
  }

  .i-scheme-arr {
    height: 240px;
  }

  .i-scheme-arr::before {
    width: 1px;
    height: calc(100% - 75px);
    top: 56px;
    left: 50%;
  }

  .i-scheme-arr::after {
    right: 50%;
    transform: translate(3px, -25px) rotate(135deg);
  }

  .i-scheme-el__text {
    transform: translate(-50%, 20px);
  }

  .i-scheme-arr__text {
    height: 42px;
    padding: 20px 0;
    background-color: #fff;
    bottom: 50%;
    transform: translateY(58px);
  }

  .i-scheme-arr__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    transform: translate(-2px, -4px) rotate(45deg);
  }

  .i-scheme-arr.reverse::after {
    left: 50%;
    transform: translate(-2px, -25px) rotate(-45deg);
  }

  .i-scheme-arr.reverse::before {
    top: 100px;
    height: calc(100% - 119px);
  }

  .i-scheme-arr.reverse .i-scheme-arr__text {
    transform: translateY(82px);
  }

  .i-scheme-arr.reverse {
    height: 280px;
  }

  .i-scheme.reverse > :nth-child(1) {
    order: 0;
  }

  .i-scheme.reverse > :nth-child(2) {
    order: 5;
  }

  .i-scheme.reverse > :nth-child(3) {
    order: 2;
  }

  .i-scheme.reverse > :nth-child(4) {
    order: 3;
  }

  .i-scheme.reverse > :nth-child(5) {
    order: 4;
  }

  .i-scheme.reverse > :nth-child(6) {
    order: 1;
  }
}

@media screen and (max-width: 600px) {
  .i-scheme-zag {
    text-align: center;
  }

  .i-scheme-arr {
    max-width: 100%;
    margin: 0;
  }
}

.video-wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-wrapper video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1600px) {
  .video-wrapper video {
    right: 0;
    left: initial;
    transform: none;
  }
}

@media screen and (max-width: 640px) {
  .video-wrapper{
    display: none;
  }
  .video-wrapper video {
    height: 100%;
    right: initial;
    transform: translateX(-50%);
    left: 50%;
  }
}

.i-scheme2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 879px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.i-scheme2-el {
  width: 276px;
  padding: 20px 25px;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
}

.i-scheme2-el__text {
  font-size: 18px;
  line-height: 22px;
}

.i-scheme2-el__icon {
  width: 84px;
  height: 84px;
  border: 1px solid #cecece;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.i-scheme2-el__icon svg {
  fill: #e31e24;
}

.i-scheme2-el__icon .icon-success-doc {
  width: 35px;
  height: 42px;
}

.i-scheme2-el__icon .icon-gear {
  width: 36px;
  height: 36px;
}

.i-scheme2-el__icon .icon-handshake {
  width: 37px;
  height: 39px;
}

.i-scheme2-el__icon .icon-subordination {
  width: 37px;
  height: 37px;
}

.i-scheme2-member {
  width: calc(100% - 276px);
}

.i-scheme2-member > div {
  position: relative;
  margin-left: 90px;
  font-size: 15px;
  line-height: 18px;
}

.i-scheme2-member > div:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.i-scheme2-member > div::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/local/templates/mmbank/css/../svg/ar-right-long.svg");
  width: 42px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 800px) {
  .i-scheme2-member {
    width: 100%;
  }

  .i-scheme2-member > div {
    margin-left: 65px;
    margin-top: 20px;
  }
}

.catalog-filter-suggest {
  position: absolute;
  height: auto;
}

.catalog-filter-suggest-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog-filter-suggest-content .row {
  margin: 0;
}

.catalog-filter-suggest-content .row:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.catalog-filter-suggest-content .col:nth-child(1) {
  order: 1;
  padding: 20px 0px 10px;
}

.catalog-filter-suggest-content .col:nth-child(2) {
  order: 0;
}

.catalog-filter-suggest-content .col:nth-child(3) {
  order: 2;
}

.catalog-block__img a {
  z-index: 0;
}

.main-banner-content {
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .card-detail__header {
    min-width: inherit;
    width: 100%;
  }
}

.mobile-menu-line__logo svg {
  width: 140px;
  height: 35px;
}

/* стили для виджета чата */
.beesender-widget-button-pulse-image {
  /* right: -11px !important;
  bottom: -32px !important; */
  /* width: 89px;
  height: 100px; */
}

/*  */
.gline {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  counter-reset: step-num;
}

.gline-step {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}

.gline-step:not(:last-child) {
  margin-bottom: 50px;
}

.gline-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25%;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skew(-45deg);
  pointer-events: none;
}

.gline-step::after {
  content: '';
  position: absolute;
  top: 0;
  left: -12.5%;
  width: 12.5%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skew(-45deg);
  pointer-events: none;
}

.gline-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
}

.gline-col.gline-col--full {
  width: 100%;
}

.gline-step-img {
  max-height: 360px;
  z-index: 1;
}

.gline-step-num {
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: underline;
  z-index: 1;
}

.gline-step-num::after {
  content: counter(step-num) ':';
  counter-increment: step-num;
  text-decoration: underline;
}

.gline-step-txt {
  width: 100%;
  font-size: 24px;
  text-align: center;
  z-index: 1;
}

.gline-step--light .gline-step-num,
.gline-step--light .gline-step-txt {
  color: #fff;
}

.gline-step--dark .gline-step-num,
.gline-step--dark .gline-step-txt {
  color: #202020;
}

.mfp-figure figure {
  padding: 20px;
}

body .mfp-figure:after {
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .gline-col {
    padding: 5px;
  }

  .gline-step:not(:last-child) {
    margin-bottom: 20px;
  }

  .gline-step-num {
    font-size: 20px;
  }

  .gline-step-txt {
    font-size: 14px;
  }
}

.beesenderchat-messenger{
  background-color: white;
}
  
.beesenderchat-footer-description img{
  display: inline-block !important;
}
  
.beesenderchat-footer-description a{
  font-size: smaller !important
}

.beesenderchat-conversation-channel-header{
  color: black !important
}

.beesenderchat-comment-container-user p{
  color: white !important;  
}

img.beesenderchat-operatorinfo-avatar-img{
  margin-left: 40% !important; 
}

.main-banner {
  min-height: 360px;
}

/* custom dropdown multi select */
.msel {
  position: relative;
}
.msel-cur {
  position: relative;
  padding: 10px 38px 10px 20px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  background-color: #fbfbfb;
  cursor: pointer;
}
.msel-cur__val {
  font-size: 15px;
  line-height: 120%;
  color: #4a4a4a;
  pointer-events: none;
}
.msel-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNEE0QTRBO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  pointer-events: none;
}
.msel-dd {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  right: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -5px 31px rgba(0, 0, 0, 0.1);
  padding: 12px;
  z-index: 15;
}
.msel-dd::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #fff transparent;
}
.msel-dd.show {
  display: block;
}
.msel-list {
  max-height: 380px;
  overflow: auto;
}
.msel-option {

}
.msel-option__val {
  font-size: 15px;
  line-height: 120%;
  font-weight: 300;
  color: #4a4a4a;
  transition: 0.3s;
}
.msel-option__val::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiDQogZD0iTTE2Ljk4NSwwLjcyMiBMOS4yMDcsOC41MDAgTDE2Ljk4NSwxNi4yNzggTDE2LjI3OCwxNi45ODUgTDguNTAwLDkuMjA3IEwwLjcyMiwxNi45ODUgTDAuMDE1LDE2LjI3OCBMNy43OTMsOC41MDAgTDAuMDE1LDAuNzIyIEwwLjcyMiwwLjAxNSBMOC41MDAsNy43OTMgTDE2LjI3OCwwLjAxNSBMMTYuOTg1LDAuNzIyIFoiLz4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.msel-option__val:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjI3LCAzMCwgMzYpIg0KIGQ9Ik0xNi45ODUsMC43MjIgTDkuMjA3LDguNTAwIEwxNi45ODUsMTYuMjc4IEwxNi4yNzgsMTYuOTg1IEw4LjUwMCw5LjIwNyBMMC43MjIsMTYuOTg1IEwwLjAxNSwxNi4yNzggTDcuNzkzLDguNTAwIEwwLjAxNSwwLjcyMiBMMC43MjIsMC4wMTUgTDguNTAwLDcuNzkzIEwxNi4yNzgsMC4wMTUgTDE2Ljk4NSwwLjcyMiBaIi8+DQo8L3N2Zz4=");
}
.msel-option label {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 38px 10px 10px;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
.msel-option label:hover {
  background-color: #f6f6f6;
}
.msel-option label input[type="checkbox"] {
  display: none;
}
.msel-option label input[type="checkbox"]:checked ~ .msel-option__val {
  color: #e31e24;
}
.msel-option label input[type="checkbox"]:checked ~ .msel-option__val::before {
  opacity: 1;
  visibility: visible;
}

.card-deliv {
  width: 100%;
  max-width: 1515px;
  padding: 50px 0;
  text-align: center;
}
.card-deliv h2 {
  margin: 0 0 70px;
  font-size: 30px;
  line-height: 120%;
  text-align: left;
  text-transform: none;
  color: #272a2b;
}
.card-deliv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0;
}
.card-deliv-list__item {
  width: 100%;
  max-width: 400px;
  padding: 0 !important;
}
.card-deliv-list__item:not(:last-child) {
  position: relative;
  margin: 0 auto 0 0;
}
.card-deliv-list__item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 75px;
  left: 100%;
  width: 0;
  border-top: 1px dashed #e31e24;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: none;
  border-radius: 0px;
}
.card-deliv-list__item:last-child::before {
  display: none !important;
}
.card-deliv-img {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 10px auto 45px;
  border-radius: 50%;
  background-color: #e31e24;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.card-deliv-img img {
  position: absolute;
  opacity: 0;
  margin-top: -20px;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.card-deliv-img--top img {
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card-deliv-img--left img {
  top: 50%;
  left: -20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-deliv-img--bot img {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}
.card-deliv-text {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.card-deliv-text h3 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #272a2b;
}
.card-deliv-text p {
  margin: 0;
  font-size: 16px;
  line-height: 130%;
  color: #4d555a;
}
@media screen and (max-width: 1575px) {
  .card-deliv-list__item {
    width: calc(100% / 3);
    max-width: inherit;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-deliv-list__item:not(:last-child)::before {
    width: 10vw;
    left: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 990px) {
  .card-deliv h2 {
    margin: 0 0 20px;
  }
  .card-deliv-list {
    margin: 20px 0;
  }
  .card-deliv-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
  }
  .card-deliv-img {
    margin: 10px;
  }
  .card-deliv-text {
    width: calc(100% - 210px);
    padding: 0 0 0 40px;
  }
  .card-deliv-list__item:not(:last-child)::before {
    width: 1px;
    height: 20px;
    border-top: none;
    border-left: 1px dashed #e31e24;
    left: 85px;
    top: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .card-deliv-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .card-deliv-text h3,
  .card-deliv-text p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .card-deliv-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-deliv-list__item:not(:last-child)::before {
    left: 50%;
  }
  .card-deliv-img {
    margin: 10px auto 30px;
  }
  .card-deliv-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.card-deliv-list__item.active:not(:last-child)::before {
  width: 8vw;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.card-deliv-list__item.active .card-deliv-img {
  -webkit-animation: cardimgdeliv 1.2s forwards;
          animation: cardimgdeliv 1.2s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes cardimgdeliv {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(227, 30, 36, 0.1);
            box-shadow: 0 0 0 10px rgba(227, 30, 36, 0.1);
  }
}

@keyframes cardimgdeliv {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(227, 30, 36, 0.1);
            box-shadow: 0 0 0 10px rgba(227, 30, 36, 0.1);
  }
}

.card-deliv-list__item.active .card-deliv-img img {
  opacity: 1;
  margin-top: 0;
}

.card-deliv-list__item.active .card-deliv-text {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}
.card-deliv-wrapper {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.content-page .card-deliv-list__item {
  width: calc(100% / 3);
  max-width: inherit;
}

.content-page .card-deliv-list__item.active:not(:last-child)::before {
  width: 25%;
  left: 100%;
}

.content-page .card-deliv-list__item:not(:last-child)::before {
  top: 85px;
  left: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 990px) {
  .content-page .card-deliv-list__item {
    width: 100%;
  }
  .content-page .card-deliv-list__item:not(:last-child) {
    margin: 0 0 50px;
  }
  .content-page .card-deliv-list__item:not(:last-child)::before {
    width: 1px;
    height: 0;
    left: 85px;
    top: 100%;
  }
  .content-page .card-deliv-list__item.active:not(:last-child)::before  {
    width: 1px;
    height: 50px;
    left: 85px;
  }
}

@media screen and (max-width: 600px) {
  .content-page .card-deliv-list__item:not(:last-child)::before,
  .content-page .card-deliv-list__item.active:not(:last-child)::before {
    left: 50%;
  }
}


@media screen and (max-width: 450px) {
  .card-deliv h2 {
    text-align: center;
  }
}

ul.list_my_base_cust li:before{
	content: '';
	width: 0; 
	height: 0;
}
ul.list_my_base_cust li{
   font-size: 20px!important;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-weight: 300!important;
    margin-bottom: 35px!important;
    padding-left: 55px!important;
    box-sizing: border-box;
position: relative;
}

.my_svg{
    width: 60px;
    height: 60px;
    position: absolute;
    left: -24px;
    top: -3px;
}

.tabs-slider-scroll .tabs-content-page .card-deliv-list__item {
  width: calc(100% / 3);
  max-width: inherit;
  box-sizing: border-box;
}
.tabs-slider-scroll .tabs-content-page .card-deliv-list__item:not(:last-child) {
  padding-right: 20px !important;
}
.tabs-slider-scroll .tabs-content-page .card-deliv-list__item:not(:last-child)::before {
  transform: translateX(-50%);
}
.tabs-slider-scroll .tabs-content-page .card-deliv-list__item.active:not(:last-child)::before {
  width: calc(100% - 150px);
}
@media screen and (max-width: 990px) {
  .tabs-slider-scroll .tabs-content-page .card-deliv-list__item {
    width: 100%;
  }
  .tabs-slider-scroll .tabs-content-page .card-deliv-list__item:not(:last-child),
.card-deliv-list__item:not(:last-child) {
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .tabs-slider-scroll .tabs-content-page .card-deliv-list__item:not(:last-child)::before {
    height: 0;
  }
  .tabs-slider-scroll .tabs-content-page .card-deliv-list__item.active:not(:last-child)::before,
.card-deliv-list__item.active:not(:last-child)::before {
    width: 1px;
    height: 50px;
  }
  .tabs-slider-scroll .tabs-content-page .card-deliv-list__item:not(:last-child)::before {
    left: 85px;
  }
}
@media screen and (max-width: 600px) {
  .tabs-slider-scroll .tabs-content-page .card-deliv-list__item:not(:last-child)::before {
    left: 50%;
  }
}

.attention-block {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  margin: 0 0 40px;
  padding: 10px 20px;
  border-radius: 2px;
}
.attention-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  background-color: #fefefe;
  border-radius: 50%;
  margin-right: 15px;
  box-sizing: border-box;
}
.attention-img svg {
  fill: #e21e24;
  width: 26px;
  height: 26px;
}
.attention-text {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
  font-size: 16px;
  line-height: 120%;
}

/* slider tab general styles */
.slytab {
  margin: 80px 0;
  overflow: hidden;
}
.slytab-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 100px;
}
.slytab-link {
  display: inline-block;
  border: 1px dashed #e3e3e3;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #272a2b;
  transition: 0.3s;
}
.slytab-link:hover {
  color: #e31e24;
}
.slytab-link:not(:last-child) {
  margin: 0 15px 0 0;
}
.slytab-link.active {
  color: #e31e24;
  border: 1px solid #e31e24;
}
.slytab-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: linear-gradient(179.93deg, #fff -9.65%, rgba(255, 255, 255, 0) 77.24%);
    background-color: #f5f5f5;
}
.slytab-item {
  display: flex;
  width: 50%;
  height: 600px;
}
.slytab-img {
  width: 15%;
  position: relative;
  background-color: #ececec;
  z-index: 1;
  transition: 1s;
}
.slytab-img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('/local/templates/mmbank/css/./../img/features-pattern.png');
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
}
.slytab-img img {
  position: absolute;
  top: 50%;
  transition: 1s;
}
.slytab-content {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 100px 160px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}
.slytab-item.active .slytab-content {
  transition-delay: 1s;
}
.slytab-name {
  max-width: 500px;
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  color: #272a2b;
  letter-spacing: 0.05em;
}
.slytab-text {
  max-width: 500px;
  margin: 0 0 45px;
}
.slytab-text p {
  font-size: 16px;
  line-height: 160%;
  color: #272a2b;
}
.slytab-app {
  margin: 0 0 45px;
}
.slytab-app .app-block {
  width: 150px;
}
.slytab-app .app-block__title {
  font-size: 14px;
  text-align: left;
}
.slytab-app .app-block__icon {
  width: 32px;
  height: 32px;
}
.slytab-logo {
  display: flex;
  margin: 0 0 45px;
}
.slytab-logo__item:not(:last-child) {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #c7c7c7;
}
/* style state for left'n'right */
.slytab-item[data-tab="1"] .slytab-img {
  margin: 0 auto 0 0;
}
.slytab-item[data-tab="1"] .slytab-img img {
  max-width: 200%;
  max-height: 200%;
  right: 0;
  transform: translate(50%, -50%);
}
.slytab-item[data-tab="2"] .slytab-img {
  margin: 0 0 0 auto;
}
.slytab-item[data-tab="2"] .slytab-img img {
  max-width: 150%;
  max-height: 150%;
  left: 0;
  transform: translate(-50%, -50%);
}
.slytab-item[data-tab="1"] .slytab-content {
  transform: translateX(-100px);
  right: 7.5%;
  left: 31.25%;
}
.slytab-item[data-tab="2"] .slytab-content {
  transform: translateX(100px);
  text-align: right;
  left: 7.5%;
  right: 31.25%;
}
.slytab-item[data-tab="2"] .slytab-name,
.slytab-item[data-tab="2"] .slytab-text {
  margin-left: auto;
}
.slytab-item[data-tab="2"] .slytab-logo {
  justify-content: flex-end;
}
/* style state for .active */
.slytab-item.active .slytab-img {
  width: 62.5%;
}
.slytab-item.active .slytab-img::before {
  opacity: 1;
  visibility: visible;
}
.slytab-item.active .slytab-content {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.slytab-item.active[data-tab="1"] .slytab-img img {
  transform: translate(100px, -50%);
}
.slytab-item.active[data-tab="2"] .slytab-img img {
  transform: translate(-100px, -50%);
}
@media screen and (max-width: 1200px) {
  .slytab-content {
    padding: 50px 100px;
  }
  .slytab-item {
    height: 400px;
  }
  .slytab-name {
    font-size: 24px;
  }
  .slytab-text p {
    font-size: 14px;
  }
  .slytab-logo,
  .slytab-app,
  .slytab-text,
  .slytab-name {
    margin: 0 0 20px;
  }
  .slytab-item.active .slytab-img {
    width: 31.25%;
  }
  .slytab-item[data-tab="1"] .slytab-content {
    left: 15.625%;
  }
  .slytab-item[data-tab="2"] .slytab-content {
    right: 15.625%;
  }
  .slytab-item.active[data-tab="1"] .slytab-img img {
    transform: translate(50px, -50%);
  }
  .slytab-item.active[data-tab="2"] .slytab-img img {
    transform: translate(-50px, -50%);
  }
}
@media screen and (max-width: 990px) {
  .slytab-body {
    width: 200%;
  }
  .slytab-content {
    position: static;
    padding: 50px 50px 70px;
  }
  .slytab-item {
    height: auto;
    transition: 1s;
  }
  .slytab-item[data-tab="1"] {
    transform: translateX(-100%);
  }
  .slytab-item.active[data-tab="1"] {
    transform: none;
  }
  .slytab-item.active[data-tab="2"] {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .slytab-item .slytab-img {
    padding: 5px 0;
  }

  .slytab-item[data-tab="1"] .slytab-name,
  .slytab-item[data-tab="2"] .slytab-name {
    max-width: 150px;
    margin: 0 0 5px;
    color: #fff;
  }

  .slytab-item {
    flex-direction: column;
  }
  .slytab-content {
    width: 100%;
    order: 1;
    padding: 60px 50px 50px;
  }
  .slytab-img {
    width: 100%;
    min-height: 50px;
    order: 0;
    padding: 20px 50px;
    box-sizing: border-box;
  }
  .slytab-img::before {
    opacity: 1;
  }
  .slytab-img img {
    position: static;
    max-width: 128px;
    max-height: 128px;
  }

  .slytab-item.active .slytab-img {
    width: 100%;
  }

  .slytab-item.active[data-tab="1"] .slytab-img img,
  .slytab-item.active[data-tab="2"] .slytab-img img,
  .slytab-item[data-tab="1"] .slytab-img img,
  .slytab-item[data-tab="2"] .slytab-img img {
    transform: translate(0, -50%);
  }

  .slytab-item[data-tab="1"] .slytab-img img {
    left: 50px;
    width: 200px;
  }

  .slytab-item[data-tab="2"] .slytab-img img {
    right: 50px;
    height: 200px;
  }

  .slytab-item[data-tab="1"] .slytab-img img,
  .slytab-item[data-tab="2"] .slytab-img img {
    position: absolute;
    top: 50%;
    max-width: 200px;
    max-height: 200px;
  }

  .slytab-item.active[data-tab="1"] .slytab-img img,
  .slytab-item.active[data-tab="2"] .slytab-img img {
    max-width: 200px;
    max-height: 200px;
  }

  .slytab-item[data-tab="2"] .slytab-img img {
    margin-left: auto;
  }

  .slytab-item[data-tab="1"] .slytab-name {
    display: flex;
    align-items: flex-end;
    padding: 0 20px 0 260px;
  }
  .slytab-item[data-tab="2"] .slytab-name {
    display: flex;
    align-items: flex-end;
    padding: 0 200px 0 20px;
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
  }
  .slytab-logo {
    margin: 0;
      position: absolute;
      width: calc(100% - 150px);
      height: 100%;
      top: 0;
      left: 0;
  }
  .slytab-logo img {
    width: 62px !important;
    height: 28px !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
  }
}
@media screen and (max-width: 450px) {
  .slytab-app .app-block:not(:last-child) {
    margin: 5;
  }

  .slytab-app .app-block {
    margin: 5px;
  }

  .slytab-item[data-tab="1"] .slytab-name {
    padding: 0 0 0 198px;
    font-size: 21px;
  }

  .slytab-item[data-tab="2"] .slytab-name {
    padding: 0 150px 0 0;
    font-size: 21px;
  }

  .slytab-item[data-tab="1"] .slytab-img img {
    left: 5px;
  }
  .slytab-item[data-tab="2"] .slytab-img img {
    right: 5px;
  }
  .slytab-head {
    flex-direction: column;
  }
  .slytab-link:not(:last-child) {
    margin: 0 0 10px;
  }
  .slytab-content {
    padding: 70px 20px 20px;
  }
}

.attachment label {
  position: relative;
  border: 1px solid #e3e3e3;
  background-color: #fbfbfb;
  padding: 10px 20px;
  border-radius: 2px;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  color: #202020;
  z-index: 0;
}
.attachment label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-left: 1px solid #e3e3e3;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNjY2NjY2MiPg0KCTxwYXRoIGQ9Ik00NDYuNjYxLDM3LjI5OGMtNDkuNzMxLTQ5LjczMS0xMzAuNjQxLTQ5LjczMS0xODAuMzcyLDBMNzYuMzc4LDIyNy4yMDhjLTUuODYxLDUuODYxLTUuODYxLDE1LjM1NiwwLDIxLjIxNyBjNS44NjEsNS44NjEsMTUuMzU2LDUuODYxLDIxLjIxNywwbDE4OS45MS0xODkuOTFjMzYuODY1LTM2LjgzNiwxMDEuMDczLTM2LjgzNiwxMzcuOTM4LDBjMzguMDIzLDM4LjAyMywzOC4wMjMsOTkuOTAxLDAsMTM3LjkyNCBsLTI2NS4xODQsMjY4LjE3Yy0yMi42ODIsMjIuNjgyLTYyLjIsMjIuNjgyLTg0Ljg4MSwwYy0yMy40LTIzLjQtMjMuNC02MS40NjcsMC04NC44NjdsMjU0LjU3Ni0yNTcuNTc3IGM4LjQ5OC04LjQ5OCwyMy4zMjYtOC40OTgsMzEuODI1LDBjOC43NzYsOC43NzYsOC43NzYsMjMuMDYzLDAsMzEuODRMMTE3LjgyNiw0MDAuOTU4Yy01LjA2LDUuMDYtNS4wNiwxNi4xNTYsMCwyMS4yMTcgYzUuODYxLDUuODYxLDE1LjM1Niw1Ljg2MSwyMS4yMTcsMGwyNDMuOTUyLTI0Ni45NTRjMjAuNDg1LTIwLjQ4NSwyMC40ODUtNTMuNzg5LDAtNzQuMjczYy0xOS44MzktMTkuODM5LTU0LjQ0OS0xOS44MS03NC4yNTgsMCBMNTQuMTYxLDM1OC41MjRjLTM0LjgyNiwzNC44MjYtMzQuODI2LDkyLjQ3NCwwLDEyNy4zMDFDNzEuMTczLDUwMi44MzcsOTMuNzgxLDUxMiwxMTcuODI1LDUxMnM0Ni42NTQtOS4xNjMsNjMuNjUxLTI2LjE3NCBMNDQ2LjY2LDIxNy42NTVDNDk2LjM5MSwxNjcuOTI0LDQ5Ni4zOTEsODcuMDI4LDQ0Ni42NjEsMzcuMjk4eiIvPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  pointer-events: none;
  transition: 0.3s;
  z-index: 0;
}
.attachment label:hover {
  border-color: #e31e24;
  color: #e31e24;
}
.attachment label:hover::before {
  border-color: #e31e24;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNlMzFlMjQiPg0KCTxwYXRoIGQ9Ik00NDYuNjYxLDM3LjI5OGMtNDkuNzMxLTQ5LjczMS0xMzAuNjQxLTQ5LjczMS0xODAuMzcyLDBMNzYuMzc4LDIyNy4yMDhjLTUuODYxLDUuODYxLTUuODYxLDE1LjM1NiwwLDIxLjIxNyBjNS44NjEsNS44NjEsMTUuMzU2LDUuODYxLDIxLjIxNywwbDE4OS45MS0xODkuOTFjMzYuODY1LTM2LjgzNiwxMDEuMDczLTM2LjgzNiwxMzcuOTM4LDBjMzguMDIzLDM4LjAyMywzOC4wMjMsOTkuOTAxLDAsMTM3LjkyNCBsLTI2NS4xODQsMjY4LjE3Yy0yMi42ODIsMjIuNjgyLTYyLjIsMjIuNjgyLTg0Ljg4MSwwYy0yMy40LTIzLjQtMjMuNC02MS40NjcsMC04NC44NjdsMjU0LjU3Ni0yNTcuNTc3IGM4LjQ5OC04LjQ5OCwyMy4zMjYtOC40OTgsMzEuODI1LDBjOC43NzYsOC43NzYsOC43NzYsMjMuMDYzLDAsMzEuODRMMTE3LjgyNiw0MDAuOTU4Yy01LjA2LDUuMDYtNS4wNiwxNi4xNTYsMCwyMS4yMTcgYzUuODYxLDUuODYxLDE1LjM1Niw1Ljg2MSwyMS4yMTcsMGwyNDMuOTUyLTI0Ni45NTRjMjAuNDg1LTIwLjQ4NSwyMC40ODUtNTMuNzg5LDAtNzQuMjczYy0xOS44MzktMTkuODM5LTU0LjQ0OS0xOS44MS03NC4yNTgsMCBMNTQuMTYxLDM1OC41MjRjLTM0LjgyNiwzNC44MjYtMzQuODI2LDkyLjQ3NCwwLDEyNy4zMDFDNzEuMTczLDUwMi44MzcsOTMuNzgxLDUxMiwxMTcuODI1LDUxMnM0Ni42NTQtOS4xNjMsNjMuNjUxLTI2LjE3NCBMNDQ2LjY2LDIxNy42NTVDNDk2LjM5MSwxNjcuOTI0LDQ5Ni4zOTEsODcuMDI4LDQ0Ni42NjEsMzcuMjk4eiIvPg0KPC9zdmc+DQo=");
}
.attachment input[type="file"] {
  display: none;
}
.attachment-list {
  margin: 0 !important;
  padding: 10px 20px !important;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 2px;
}
.attachment-list__item {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #202020;
  line-height: 19px !important;
}
.attachment-list__item:not(:last-child) {
  margin: 0 0 10px !important;
}
.attachment-list__item::before {
  display: none;
}
.attachment-list__item--error {
  color: #e31e24;
}
.attachment__allowed-formats {
  display: block;
  font-size: 12px;
  color: #808080;
}


.news .tabs-component-tabs{
  margin-right: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news .tabs-component-tabs .tabs-component-tab{
  padding: 10px 0;
  margin-bottom: 15px;
  margin-right: 15px;
}
.news .tabs-component-tab a{
  text-transform: none;
}

@media screen and (max-width: 600px){
  .news .tabs-component-tabs .tabs-component-tab{
    margin-right: 0;
    width: 100%;
  }
}

.online-services {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0 100px 2px;
}

.online-services__item {
  position: relative;
  width: 50%;
  margin: -1px 0 0 -1px;
  padding: 55px 55px 55px 145px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}

.online-services__item:nth-child(1) {
  border-radius: 7px 0 0 0;
}

.online-services__item:nth-child(2) {
  border-radius: 0 7px 0 0;
}

.online-services__item:nth-last-child(2) {
  border-radius: 0 0 0 7px;
}

.online-services__item:nth-last-child(1) {
  border-radius: 0 0 7px 0;
}

.online-services__img {
  position: absolute;
  top: 50px;
  left: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #e31e24;
  border-radius: 50%;
}

.online-services__img img {
  display: block;
  width: 40px;
  height: 40px;
}

.online-services__name {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0b1f35;
}

.online-services__desc {

}

.online-services__desc ul {

}

.online-services__desc ul li {
  position: relative;
  padding: 0 0 0 24px;
  z-index: 0;
}

.online-services__desc ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 9px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTNMMTAgN0wxIDEiIHN0cm9rZT0iI0UzMUUyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.online-services__desc ul li:not(:last-child) {
  margin: 0 0 10px;
}

.online-services__desc ul li a {
  padding: 5px 0;
  font-size: 20px;
  line-height: 160%;
  color: #0b1f35;
  border-bottom: 1px dashed #c7c7c7;
  transition: 0.3s;
}

.online-services__desc ul li a:hover {
  color: #e31e24;
  border-color: #e31e24;
}

@media screen and (max-width: 1600px) {
  .online-services__item {
    padding: 20px 20px 20px 100px;
  }

  .online-services__img {
    top: 20px;
    left: 20px;
  }

  .online-services__name {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .online-services__desc ul li a {
    padding: 2px 0;
    font-size: 16px;
  }

  .online-services__desc ul li::before {
    top: 8px;
  }
}

@media screen and (max-width: 1200px) {
  .online-services__img {
    top: 40px;
    left: 20px;
  }

  .online-services__item {
    padding: 40px 40px 40px 100px;
  }
}

@media screen and (max-width: 990px) {
  .online-services__item {
    width: 100%;
  }

  .online-services__item:nth-child(1) {
    border-radius: 7px 7px 0 0;
  }

  .online-services__item:nth-child(2) {
    border-radius: 0px;
  }

  .online-services__item:nth-last-child(2) {
    border-radius: 0px;
  }

  .online-services__item:nth-last-child(1) {
    border-radius: 0 0 7px 7px;
  }
}

@media screen and (max-width: 768px) {
  .online-services__name {
    font-size: 24px;
  }

  .online-services__desc ul li a {
    font-size: 16px;
  }

  .online-services__item {
    padding: 20px 20px 20px 100px;
  }

  .online-services__img {
    top: 20px;
  }

  .online-services {
    margin: 30px 0;
  }
}

@media screen and (max-width: 450px) {
  .online-services__item {
    padding: 100px 20px 20px 20px;
  }
}


/* попап подписки */
.modal-subscribe {
	position: relative;
	width: 100%;
	padding: 345px 0 0;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
}

.modal-subscribe__img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -400px);
	width: 695px;
	height: 695px;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	background-color: #e31e24;
	border-radius: 50%;
	box-shadow: inset 0 0 0 10px #e31e24, inset 0 0 0 14px #fff;
	pointer-events: none;
}

.modal-subscribe__img img {
	display: block;
	max-width: 210px;
	max-height: 210px;
	margin: auto auto 0;
}

.modal-subscribe__titile {
	position: relative;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 30px;
	line-height: 110%;
	text-align: center;
	text-transform: none;
	color: #0b1f35;
}

.modal-subscribe__titile::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background-color: #e31e24;
}

.modal-subscribe__titile:not(:last-child) {
	margin: 0 auto 35px;
}

.modal-subscribe__desc {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}

.modal-subscribe__desc:not(:last-child) {
	margin: 0 auto 35px;
}

.modal-subscribe__desc p {
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	color: #0b1f35;
	text-align: center;
}

.modal-subscribe__form {

}

.modal-subscribe__form:not(:last-child) {
	margin: 0 0 15px;
}

.modal-subscribe__form-group {

}

.modal-subscribe__form-group:not(:last-child) {
	margin: 0 0 40px;
}

.modal-subscribe__form-group label {

}

.modal-subscribe__form-group input[type="text"] {
	display: inline-block;
	width: 100%;
	padding: 15px 65px 15px 25px;
	border: none;
	border: 1px solid #d6d3d3;
	box-sizing: border-box;
	background-color: #fff;
	color: #0b1f35;
	font-size: 16px;
	line-height: 120%;
	background-image: url('/local/templates/mmbank/css/./../img/svg/envelope-new.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
  border-radius: 3px;
	transition: 0.3s;
}

.modal-subscribe__form-group input[type="text"]:hover {
	border-color: #0b1f35;
}

.modal-subscribe__form-group input[type="text"]:focus {
	border-color: #e31e24;
}

.modal-subscribe__form-group input[type="text"]::placeholder {
	color: #989292;
	transition: 0.3s;
}

.modal-subscribe__form-group input[type="text"]:focus::placeholder {
	color: transparent;
}

.modal-subscribe__form-group input[type="submit"] {
	width: auto;
	padding: 15px 50px;
	border: none;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #e31e24;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	cursor: pointer;
	transition: 0.3s;
}

.modal-subscribe__form-group input[type="submit"]:hover {
	background-color: #ba181d;
}

.modal-subscribe__deny {
	position: relative;
	font-size: 12px;
	line-height: 120%;
	color: #929399;
}

.modal-subscribe__deny::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 1px;
	background-color: #929399;
}

@media screen and (max-width: 990px) {
	.modal-subscribe {
		padding: 345px 30px 20px;
	}

	.modal-subscribe__titile {
		font-size: 24px;
	}

	.modal-subscribe__desc p {
		font-size: 14px;
	}
}

.modal__window[style*="max-width: 601px;"] {
	background-color: transparent;
}

.modal__window[style*="max-width: 601px;"] .modal__close {
	display: flex;
	width: 60px;
	height: 60px;
	background-color: #fff;
	transform: translate(50%, -50%);
	border-radius: 50%;
}

.modal__window[style*="max-width: 601px;"] .modal__close svg {
	stroke: #000;
	stroke-width: 8px;
	margin: auto;
	transition: 0.3s;
}

.modal__window[style*="max-width: 601px;"] .modal__close:hover svg {
	stroke: #e31e24;
	fill: #e31e24;
}

@media screen and (max-width: 600px) {
	.modal__window[style*="max-width: 601px;"] .modal__close {
		width: 40px;
		height: 40px;
	}

	.modal__close svg {
		width: 20px;
		height: 20px;
	}

	.modal-subscribe__img {
		transform: translate(-50%, -500px);
	}

	.modal-subscribe {
		padding: 215px 30px 20px;
	}

	.modal-subscribe__img img {
		max-width: 128px;
		max-height: 128px;
	}
}

.modal-subscribe__body {
  margin: 0 0 35px;
  padding: 0 70px;
}

.modal-subscribe__footer {
  padding: 25px;
  background-color: #f5f7f9;
}

.modal-subscribe__social {
  font-size: 16px;
  line-height: 140%;
  color: #0b1f35;
}

.modal-subscribe__social a {
  font-size: 16px;
  line-height: 140%;
}

.modal-subscribe__social a img {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
}

.modal-subscribe__social-telegram {
  display: inline-flex;
  align-items: center;
  color: #039be5;
}

@media screen and (max-width: 600px) {
  .modal-subscribe__body {
    padding: 0 40px;
  }
}

@media screen and (max-width: 450px) {
  .modal-subscribe__body {
    padding: 0 20px;
  }
}

.modal-subscribe .result {
  margin: 0 0 20px;
  font-size: 24px;
}
.modal-subscribe .result span {
  color: #09aa09 !important;
}
/*  */
@media screen and (max-width: 600px) {
	.offers__col:hover .offers-preview:after,
	.offers__col .offers-preview:after {
		opacity: 0.5;
	}
	.offers-preview__title span {
		color: #fff;
	}
	.offers-preview__desc,
	.offers-preview__desc span {
		color: #fff !important;
	}
}

.news-slider .tabs-component-tab-a {
  padding: 8px 30px;
}

.news-slider .tabs-component-tab-a span {
  line-height: 160%;
  font-weight: 500;
}

.eye-black .online-services__img,
.eye-white .online-services__img {
  display: none;
}

.eye-black .online-services__desc ul li::before {
  background: #fff;
}

.eye-white .card-deliv-list__item:not(:last-child)::before {
  border-color: #000;
}

.eye-black .card-deliv-list__item:not(:last-child)::before {
  border-color: #fff;
}

.eye-black .card-deliv-list__item.active .card-deliv-img,
.eye-white .card-deliv-list__item.active .card-deliv-img {
  filter: grayscale(1);
}

.eye-black .card-deliv-img img,
.eye-white .card-deliv-img img {
  display: block !important;
  background-color: transparent !important;
}

.eye-black .slytab-img::before,
.eye-white .slytab-img::before {
  background: none;
}

.eye-black .slytab-img img,
.eye-white .slytab-img img {
  display: block !important;
}

.eye-black .app-block__icon svg,
.eye-black .app-block__icon img,
.eye-white .app-block__icon svg,
.eye-white .app-block__icon img {
  display: block !important;
}

.eye-black .social-icons svg,
.eye-white .social-icons svg {
  filter: grayscale(1);
}

.eye-black .top-line-btn__el--lang .jq-selectbox__dropdown ul li.selected,
.eye-black .top-line-btn__el--lang .jq-selectbox__dropdown ul li:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.eye-white .top-line-btn__el--lang .jq-selectbox__dropdown ul li.selected,
.eye-white .top-line-btn__el--lang .jq-selectbox__dropdown ul li:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.eye-white .news-preview-text-line:after {
  background-color: #000;
}

.modal-inner-phone__tel a {
  color: #e31e24 !important;
}

.modal-inner-phone__tel a span {
  color: #202020 !important;
}
.partners-strah-content.content-page{
  max-width: 1000px;
  margin: 0 auto;
}
.table-green.bottom-border th{
margin: 0 auto;
border-bottom: 1px solid #d5d5d5;
}
.modal-subscribe__img-suc{
  display: none;
}
.page-header{
  background-image: url('/local/templates/mmbank/static/img/page-header-bg.jpg');
  background-position: right;
}
/*новый стиль баннера страниц*/
.anti_shadow{
  background-image: url('/local/templates/mmbank/static/img/bg-large.png');
}
.main-banner-content.flag h1{
  color: #202020;
}
.main-banner-content.flag .breadcrumbs__item span{
  color: rgba(33, 33, 33, 0.5) !important;
}
.main-banner-content.flag .main-banner-content__text,
.main-banner-content.flag .breadcrumbs,
.main-banner-content.flag .main-banner-simple-text p{
  color: #202020;
}
.main-banner-content.flag .package-filter-btn-field__text,
.main-banner-content.flag .package-filter-btn-field input,
.main-banner-content.flag .package-filter-btn-field__payment-count:before,
.main-banner-content.flag .form .radio-btns__text,
.main-banner-content.flag .main-banner-content__text h3,
.main-banner-content.flag .main-banner-content__text p{
  color: #202020;
}
.main-banner-content.flag .package-filter-btn-field input,
.main-banner-content.flag .form .radio-btns,
.main-banner-content.flag .package-filter-suggest-search {
  border: 1px solid #202020;;
}

/* end новый стиль баннера страниц*/
.li_style li {
  list-style: disc;
  position: relative;
  padding: 10px 20px !important;
}
.li_style {
  flex-direction: column;
  
}
.li_style li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #E31E24;
    position: absolute;
    left: 0;
    top: 17px;
    border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .li_wrap{
    flex-wrap: wrap;
  }
}
/* End */


/* Start:/local/templates/mmbank/css/jquery.smartbanner.css?15707198893740*/
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('/local/templates/mmbank/css/dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; }
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

/* End */


/* Start:/local/templates/mmbank/components/bitrix/breadcrumb/bread/style.css?154822984067*/
.page-header .breadcrumbs span{
    color: rgba(33, 33, 33, 0.5);
}
/* End */


/* Start:/local/templates/mmbank/styles.css?1548229841292*/
.img_centre{
margin:  0 auto;
}

.table_width25{
    width: 25%;
}

.img-float {
	float: left;
	margin-right: 30px;
}

.div-float-container:after {
	content: '';
	display: table;
	clear: both;
}

@media all and (max-width: 767px) {
	.img-float {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/templates/mmbank/template_styles.css?15669200153427*/
.main-banner-content .main-banner-simple-text p{
    color:#fff;
   font-size:20px;
  /*   font-family: 'Exo 2', sans-serif;
    font-weight: 300;*/
}
.hide-step{
    display:none;
}
.tooltip, .tooltip-new{
position:absolute;
z-index:999;
left:-9999px;
background-color:#dedede;
padding:5px;
border:1px solid #fff;
width:250px;

}
.tooltip p, .tooltip-new p{
margin:0;
padding:0;
color:#fff;
background-color:#222;
padding:5px 5px;
font-size:12px;
text-align:center;
line-height:normal;
}
.hide-block{
    display:none;
}
.input--error .jq-selectbox__select, .mx-datepicker .mx-input.input--error{
    border-bottom: 2px solid #e20613 !important;
}
.drop-menu__list li.green_link a{
    color: #009540;
}
.credit-form.form .input--map input {
    padding-right: 0px;
}
.credit-form.form .input--map:after{
    content:none;
}
.credit-form.form .main_address, .credit-form.form .supruga, .credit-form.form .not-supruga{
    display:none;
}
.credit-form.form .credit-form-remove-btn{
    margin-top:10px;
    margin-bottom:10px;
}
.credit-form.form .credit-form-remove-btn p{
    color:red;
}
.success-map .filter-row, .success-map .map-checkboxes{
    display:none!important;
}
.credit-form-step__field-desc span{
    cursor:pointer;
}
.credit-form-step__field-desc span{
    cursor:pointer;
}
.credit-form-step__title span.tooltip3, .credit-form-step__field-title span.tooltip3{
    display:inline-block;
    font-weight: bold;
    border-bottom: 1px dotted #009541;
    color: #009541;
    cursor:pointer;
}


.banner-left-top{
    background-position: left top !important;
}
.banner-left-center{
    background-position: left center !important;
}
.banner-left-bottom{
    background-position: left bottom !important;
}
.banner-right-top{
    background-position: right top !important;
}
.banner-right-center{
    background-position: right center !important;
}
.banner-right-bottom{
    background-position: right bottom !important;
}
.banner-center-top{
    background-position: center top !important;
}
.banner-center-center{
    background-position: center center !important;

}
.banner-center-bottom{
    background-position: center bottom !important;
}
.banner-center,.samsung-banner{
    background-position: right center !important;
}
.tabs-component-panels.loading{
    position:relative;
}
.tabs-component-panels.loading:after{
    content: '';
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 100;
}
.tabs-component-panels .catalog-filter-suggest__loader:after{
    border-top-color: #000;
    border-bottom-color: #000;
    z-index:100;
}
.credit-footer.modal-inner-footer{
    display:block;
}
.credit-footer .checkbox {
    margin-bottom:15px;
}
.credit-footer .modal-inner-footer__col a.btn--form{
    width:100%;
}
.footer-form-description{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.credit-footer .link.btn.btn-white{
    background: #fff;
    color: #e31e24!important;
    border: 1px solid #e31e24;
}
.credit-footer .link.btn.btn-white:hover{
    background: #e31e24;
    color: #fff!important;
    border: 1px solid #e31e24; 
}
.bx-calendar-range .disabled{
  pointer-events: none;
}
span.input img.calendar-icon{
    position: absolute;
    bottom: 11px;
    right: 10px;
}
a.on-first-step{
    font-size: 12px;
    line-height: 14px;
    color: #b32a31;
    font-weight: bold;
}
    
/* End */


/* Start:/local/templates/mmbank/components/bitrix/news.list/services/style_specials.css?15980121493795*/

.actions-special:hover .actions-list__item-img img {
	transform: scale(1.05);
}
.actions-special:hover .actions-list__item-title,
.actions-list__item-title a:hover{
	color: #e31e24;
}
.actions-list__item-content {
	width: 100%;
	max-width: calc(100% - 250px);
	margin: 0 40px 0 0;
}

.actions-list__item-content:not(:last-child) {
	margin: 0 40px 40px 0;
}

.actions-list__item-title {
	position: relative;
	margin: 0;
	padding: 20px 0 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 120%;
	color: #0b1f35;
	text-transform: none;
	text-align: left;
	transition: 0.3s;
	z-index: 0;
}
.actions-list__item-title a{
	color: #0b1f35;
	transition: 0.3s;
	font-size: 30px;
}
.actions-list__item-title:not(:last-child) {
	margin: 0 0 25px;
}
.actions-list__item-title::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #e31e24;
	z-index: 0;
}

.actions-list__item-desc:not(:last-child) {
	margin: 0 0 30px;
}

.actions-list__item-desc > :not(:last-child) {
	margin: 0 0 10px;
}

.actions-list__item-desc p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	color: #4d555a;
}

.actions-list__item-desc a {
	color: #e31e24;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
}

.actions-list__item-desc ul {

}

.actions-list__item-desc ul li {
	position: relative;
	padding: 0 0 0 17px;
	z-index: 0;
}

.actions-list__item-desc ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #e31e24;
	z-index: 0;
}
.actions-list__item-img {
	width: 100%;
	display: flex;
}

.actions-list__item-img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: 0.3s;
}

.actions-special {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 0;
}

.actions-special--hidden {
	display: none;
}

.actions-special::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((-100vw + 100%) / 2);
	right: calc((-100vw + 100%) / 2);
	background-image: url('/local/templates/mmbank/components/bitrix/news.list/services/./img/actions-special-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	z-index: -1;
}

.actions-special__col {
	width: 50%;
	padding: 70px 80px;
	box-sizing: border-box;
}

.actions-special .actions-list__item-content {
	max-width: 100%;
}

@media screen and (max-width: 1600px) {
	.actions-special__col {
		padding: 50px;
	}
}

@media screen and (max-width: 1400px) {
	.actions-list__item-title {
		font-size: 24px;
	}

	.actions-list__item-title:not(:last-child) {
		margin: 0 0 15px;
	}

	.actions-list__item-content {
		max-width: 100%;
	}
	.actions-list__card-img {
		width: 70px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.actions-list__card-img img {
		display: block;
		width: 100%;
	}

	.actions-list__card-img img:not(:last-child) {
		margin: 0 0 10px;
	}
	.actions-list__item-content:not(:last-child) {
		margin: 0 0 40px;
	}
}

@media screen and (max-width: 1200px) {
	.actions-list__card-img {
		order: 0;
		margin: 5px 0 20px;
	}
}

@media screen and (max-width: 990px) {
	.actions-special__col {
		width: 100%;
	}

	.actions-special__col:nth-child(1) {
		order: 1;
	}

	.actions-special__col:nth-child(2) {
		order: 0;
	}

}

@media screen and (max-width: 600px) {
	.actions-special {
		padding: 20px 0;
	}

	.actions-special__col {
		padding: 20px;
	}
}

/* general */

.bd-button {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	background-color: #e31e24;
	transition: 0.35s;
	padding: 15px 30px;
	box-sizing: border-box;
	border-radius: 2px;
}

.bd-button:hover {
	background-color: #ba181d;
}
h2 a{
	text-decoration: none;
}
/* End */
/* /local/templates/mmbank/css/preloader.css?1595861056705 */
/* /local/templates/mmbank/css/app.css?1595504239407221 */
/* /local/templates/mmbank/widget/widget.css?158089331752073 */
/* /local/templates/mmbank/css/custom.css?159956515480728 */
/* /local/templates/mmbank/css/jquery.smartbanner.css?15707198893740 */
/* /local/templates/mmbank/components/bitrix/breadcrumb/bread/style.css?154822984067 */
/* /local/templates/mmbank/styles.css?1548229841292 */
/* /local/templates/mmbank/template_styles.css?15669200153427 */
/* /local/templates/mmbank/components/bitrix/news.list/services/style_specials.css?15980121493795 */
