<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popup__container{ position: fixed; bottom:5%; left: 2%; z-index:90001; } .popup__wnd{ background: #fff; padding:20px; border: 4px solid #2F605C; box-shadow: 0px 0px 1px 1px #eee; max-width: 300px; min-width: 250px; display:none; opacity: 0; margin-left: -500px; margin-top: 10px; }.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; } .select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 40px; user-select: none; -webkit-user-select: none; } .select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .select2-container .select2-selection--single .select2-selection__clear { position: relative; } .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; } .select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; } .select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; } .select2-container .select2-search--inline { float: left; } .select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; } .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; } .select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; } .select2-results { display: block; } .select2-results__options { list-style: none; margin: 0; padding: 0; } .select2-results__option { padding: 6px; user-select: none; -webkit-user-select: none; } .select2-results__option[aria-selected] { cursor: pointer; } .select2-container--open .select2-dropdown { left: 0; } .select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } .select2-search--dropdown { display: block; padding: 4px; } .select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; } .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; } .select2-search--dropdown.select2-search--hide { display: none; } .select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); } .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } .select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; outline: none; border-radius: 4px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 38px; } .select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; } .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; position: absolute; top: 1px; right: 1px; width: 20px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; } .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; } .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; } .select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; } .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; } .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; } .select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; } .select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; } .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; } .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; } .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; } .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; } .select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; } .select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; } .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; } .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; } .select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; } .select2-container--default .select2-results &gt; .select2-results__options { max-height: 200px; overflow-y: auto; } .select2-container--default .select2-results__option[role=group] { padding: 0; } .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; } .select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; } .select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; } .select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; } .select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; } .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; } .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; } .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; } .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; } .select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; } .select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } .select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; } .select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; } .select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; } .select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; } .select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } .select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; } .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; } .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; } .select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; } .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; } .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; } .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } .select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; } .select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; } .select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; } .select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; } .select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; } .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; } .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; } .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; } .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; } .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; } .select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; } .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; } .select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; } .select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; } .select2-container--classic .select2-dropdown--above { border-bottom: none; } .select2-container--classic .select2-dropdown--below { border-top: none; } .select2-container--classic .select2-results &gt; .select2-results__options { max-height: 200px; overflow-y: auto; } .select2-container--classic .select2-results__option[role=group] { padding: 0; } .select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; } .select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; } .select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; } .select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; } /*.form{ .select2 .select2-container .select2-container--default{ width: 100% !important; }; .select2-selection .select2-selection--single{ box-shadow: none; }; .select2-container .select2-selection--single { height: 44px; }; .select2-container .select2-selection--single .select2-selection__rendered{ /* padding: 12px 15px;*/ /* color: #333; color: #333; display :flex; align-items: center ; height: 44px; };*/ /* .select2-container--default .select2-selection--single .select2-selection__arrow{ height: 44px; top: 2; } }*/ body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@font-face{font-family:'Open Sans';src:local('Open Sans Light'),local('OpenSans-Light'),url(/font/opensanslight.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:local('Open Sans'),local('OpenSans'),url(/font/opensans.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:local('Open Sans Italic'),local('OpenSans-Italic'),url(/font/opensansitalic.woff2) format('woff2');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Open Sans';src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(/font/opensanssemibold.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:local('Open Sans Bold'),local('OpenSans-Bold'),url(/font/opensansbold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}html{margin:0;padding:0;height:100%}html{-webkit-tap-highlight-color:transparent}body{position:relative;font-size:16px;font-family:'Open Sans',sans-serif;font-weight:400;font-style:normal;min-width:320px;min-height:100vh;margin:0;display:flex;flex-direction:column}.align{display:flex;flex-direction:column}img{border:0}.clearfix::after{content:'';clear:both;display:table}button,input,select,textarea{outline:0}textarea:focus::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease}textarea:focus::-moz-placeholder{opacity:0;-moz-transition:opacity 150ms ease;transition:opacity 150ms ease}input[type=text]:focus::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease}input[type=text]:focus::-moz-placeholder{opacity:0;-moz-transition:opacity 150ms ease;transition:opacity 150ms ease}.wrap{min-width:280px;max-width:1260px;margin:0 auto;padding:0 10px}.wrap._align{display:flex;justify-content:center}.wrap._indent-none{padding:0}.main{margin-top:15px}.main._align{flex-grow:1;margin:0}.content{box-sizing:border-box;float:right;width:100%;padding-right:320px}@media screen and (max-width:1024px){.content{float:none;width:auto;padding-right:0;margin-bottom:30px}}.content.single{float:none;max-width:1024px;width:auto;padding-right:0;margin:0 auto 30px}.sidebar{position:relative;box-sizing:border-box;float:right;width:300px;margin-right:-100%}@media screen and (max-width:1024px){.sidebar{float:none;width:auto;margin-right:0}}.sharing{margin:30px 0}.figure{margin:22px 0;padding:0;display:flex;justify-content:center}.figure picture img{max-width:100%;display:block;width:auto;height:auto}.bottom-link-fixed{background-image:url(/img/site-signup-bg.jpg);text-align:center;position:fixed;transform:translateY(100px);transition:transform .5s;z-index:101;bottom:0;left:0;box-sizing:border-box;width:100%;margin:0;padding:10px;box-shadow:0 0 50px rgba(0,0,0,.5)}.bottom-link-fixed.signup-fixed{transform:translateY(0)}@media screen and (max-width:600px){.bottom-link-fixed{padding:8px 10px}}.bottom-link-fixed-btn{position:relative;display:inline-block;padding:20px 80px 20px 70px;background:#da4265;border-bottom:0!important;border-radius:4px;font-size:18px;line-height:1em;color:#fff!important;font-weight:700;text-transform:uppercase;text-decoration:none;opacity:.95;transition:opacity 150ms ease}.bottom-link-fixed-btn::before{content:'';position:absolute;left:0;top:50%;width:18px;height:34px;margin-top:-17px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px 0;left:auto;right:25px;-webkit-animation:signup-blink 1.5s ease-in-out infinite;animation:signup-blink 1.5s ease-in-out infinite}.bottom-link-fixed-btn:hover{opacity:1}.bottom-link-fixed-btn:hover::before{-webkit-animation:signup-blink .7s ease-in-out infinite;animation:signup-blink .7s ease-in-out infinite}@media screen and (max-width:600px){.bottom-link-fixed-btn{box-sizing:border-box;width:300px;padding:13px 50px 13px 30px;font-size:16px}}@media screen and (max-width:450px){.bottom-link-fixed-btn{padding:15px 50px 15px 40px;font-size:14px;line-height:1.2em}.bottom-link-fixed-btn::before{right:20px}}.show-more{display:block!important}.hide-btn{display:none}.article-up{background:#da4265;box-shadow:0 4px 14px rgba(22,22,22,.24);width:50px;height:50px;border-radius:6px;border:none;transition:.6s;position:fixed;z-index:1000;opacity:0;visibility:hidden;bottom:60px;right:20px;display:flex;align-items:center;justify-content:center;transform:translateX(10px)}@media screen and (min-width:960px){.article-up{cursor:pointer;transform:translateX(-70px);bottom:40px;right:0}}.article-up:hover{box-shadow:0 4px 9px rgba(22,22,22,.24);opacity:.9}.article-up:before{content:'РќР°РІРµСЂС…';color:#333068;font-size:15px;line-height:22px;font-weight:600;position:absolute;bottom:-22px}@media screen and (max-width:1200px){.article-up:before{content:'';display:none}}.article-up._indent-bottom{bottom:116px}@media screen and (max-width:600px){.article-up._indent-bottom{bottom:70px}}.article-up__icon{fill:#fff;transition:.3s;display:block;margin:0 auto}.article-up__icon:hover{opacity:.6}.article-up.show-up{visibility:visible;opacity:1}.header{position:relative;padding:20px 0 13px;background:#333068}@media screen and (max-width:550px){.header{padding-top:15px}}.header__link{color:#fff;text-decoration:none;border:1px solid #fff;font-size:14px;text-transform:uppercase;background:0 0;display:flex;padding:8px 10px;box-sizing:border-box;border-radius:4px;width:244px;position:relative;float:right;margin-left:53px;justify-content:center}@media screen and (max-width:1024px){.header__link{display:none}}@media screen and (max-width:1024px){.header .wrap{padding:0 10px}}.logo{float:left}.logo__link{display:block}.logo__link img{display:block;width:253px;height:45px}@media screen and (max-width:1024px){.logo{float:none}}.nav-show{display:none}@media screen and (max-width:1024px){.nav-show{display:block;position:relative;float:left;margin-top:9px;width:36px;height:20px;cursor:pointer}.nav-show::after{content:'РњРµРЅСЋ';position:absolute;left:100%;padding-left:6px;font-size:18px;line-height:20px;color:#fff;font-weight:1024;text-transform:uppercase}.nav-show.open::after{content:'Р—Р°РєСЂС‹С‚СЊ'}.nav-show__bottom,.nav-show__top{position:absolute;top:0;left:50%;content:'';margin:0 0 0 -15px;width:30px;height:4px;background:#fff;transition:transform 150ms ease}.nav-show__middle{position:absolute;top:8px;left:50%;z-index:1;display:block;content:'';width:30px;height:4px;transform:translateX(-50%);background:#fff;transition:width 150ms ease,opacity 150ms ease}.nav-show__bottom{transform:translate3d(0,16px,0)}}.nav-show-overlay{position:fixed;z-index:1050;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);opacity:0;visibility:hidden;transition:opacity .2s ease-out}.nav-show-overlay.open{opacity:1;visibility:visible}.nav-show-close{position:fixed;z-index:1052;top:25px;left:15px;width:36px;height:20px;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s ease-out}.nav-show-close__bottom,.nav-show-close__top{position:absolute;top:0;left:50%;content:'';margin:0 0 0 -15px;width:30px;height:4px;background:#fff}.nav-show-close__top{transform:rotate(45deg) translate3d(3px,3px,0)}.nav-show-close__bottom{transform:rotate(-45deg) translate3d(-3px,3px,0)}.nav-show-close.open{opacity:1;visibility:visible}.nav{float:right;margin-top:12px;font-size:0;display:none}@media screen and (max-width:1024px){.nav{display:flex;flex-direction:column;margin-top:0;padding:80px 0;text-align:center;position:fixed;z-index:1051;width:100%;overflow-y:auto;top:0;left:0;right:0;bottom:0;background:#35538c;transform:translateX(-100%);transition:transform .2s ease-out}.nav.open{transform:translateX(0)}}.nav__item{display:inline-block;vertical-align:middle;margin-right:29px;padding-right:29px;border-right:1px solid #555381}.nav__item:last-child{margin-right:0;padding-right:0;border-right:0}@media screen and (min-width:1024px) and (max-width:1150px){.nav__item{margin-right:15px;padding-right:15px}}@media screen and (max-width:900px){.nav__item{margin-right:35px;padding-right:35px}}@media screen and (max-width:780px){.nav__item{margin-right:25px;padding-right:25px}}@media screen and (max-width:680px){.nav__item{margin-right:15px;padding-right:15px}}@media screen and (max-width:1024px){.nav__item{display:block;margin-right:0;padding-right:0;border-right:0;margin-bottom:25px}}.nav__link{font-size:15px;line-height:1em;color:#da4265;font-weight:700;text-transform:uppercase;text-decoration:none;transition:color 150ms ease}@media screen and (max-width:1024px){.nav__link{display:inline-block;font-size:20px;line-height:1em}}.nav__link[href*="/"]{color:#fff}.nav__link[href*="/"]:hover{color:#da4265}.nav__link .icon{fill:#fff;width:30px;height:30px;transition:.2s}.nav__link .icon:hover{fill:#da4265}.nav__btn{border:none;background:#da4265;color:#fff;border-radius:4px;padding:7px 10px;text-align:center;min-width:150px;font-size:15px;text-transform:uppercase;box-sizing:border-box}@media screen and (max-width:1024px){.nav__btn{width:300px;padding:15px 10px}}.nav__btn:hover{opacity:.9;cursor:pointer}.nav__btn-dropdown{font-size:15px;line-height:1em;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none;transition:color 150ms ease}@media screen and (max-width:1024px){.nav__btn-dropdown{display:inline-block;font-size:20px;line-height:1em}}.nav__btn-dropdown:hover{cursor:pointer;color:#da4265}.nav__btn-dropdown:hover .icon{fill:#da4265}.nav__btn-dropdown .icon{width:12px;height:12px;fill:#fff;transition:fill 150ms ease;margin-left:5px}.nav__item.active .nav__btn-dropdown{color:#da4265}.nav__item.active .nav__btn-dropdown:hover{cursor:default}.nav__item.active .nav__btn-dropdown .icon{fill:#da4265}.submenu-box{display:none}.nav__item.active{position:relative}.nav__item.active .submenu-box{display:flex;width:290px;justify-content:center;position:absolute;top:14px;right:0;z-index:111;padding:15px 0 0;border-radius:6px}@media screen and (max-width:1024px){.nav__item.active .submenu-box{position:static;display:block;width:auto;width:calc(100% - 20px);box-sizing:border-box;margin:0 auto;max-width:414px}}.submenu{padding:10px;display:flex;background:#fff;flex-direction:column;background:#333068;border-radius:6px;box-shadow:0 2px 4px 4px rgba(0,0,0,.09)}.submenu__item{display:block;font-size:14px;color:#fff;text-decoration:none;margin-bottom:10px;text-align:left}.submenu__item:hover{color:#da4265}.submenu__item:last-child{margin-bottom:0}.header .nav{display:block}@media screen and (max-width:1024px){.header .nav{display:none}}@media screen and (max-width:1024px){.minimized{display:flex;justify-content:space-between;align-items:center}}@media screen and (max-width:1024px){.minimized .logo{margin-bottom:0}}@media screen and (max-width:1024px){.minimized noindex{margin:0 0 0 auto}}@media screen and (max-width:1024px){.minimized .nav-show{margin-top:0}.minimized .nav-show:after{content:''}}.arbitration-style{display:flex;justify-content:center}.arbitration-style .logo{margin:0}.new-logo{display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.new-logo__boximg{width:50px;height:50px;margin-right:10px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:425px){.new-logo__boximg{width:40px;height:40px}}.new-logo__img{max-width:100%;width:auto;height:auto;max-height:100%}.new-logo__text-name{font-size:22px;text-transform:uppercase;line-height:30px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media screen and (max-width:425px){.new-logo__text-name{font-size:15px;line-height:20px}}.footer{position:relative;padding-top:20px;background:#333068}.footer__bottom{margin-top:15px;padding:15px 0 25px;border-top:1px solid #5c5986}.footer__bottom .wrap{display:flex;justify-content:space-between}@media screen and (max-width:720px){.footer__bottom .wrap{flex-direction:column;align-items:flex-start;justify-content:flex-start}}.footer__warning{padding-bottom:95px;font-size:14px;line-height:1.5em;font-weight:300;color:#9f9db8}@media screen and (max-width:600px){.footer__warning{padding-bottom:95px}}.footer__warning .wrap a{color:#fff}@media screen and (max-width:1024px){.footer .logo{margin-bottom:0}}.footer .add-opinions-link2{position:relative;float:right;margin-left:53px;padding:10px 15px 11px 10px;background:#da4265;border-radius:4px;font-size:15px;line-height:1em;color:#fff;text-decoration:none;transition:opacity 150ms ease}.footer .add-opinions-link2:hover{opacity:.9}@media screen and (max-width:550px){.footer .add-opinions-link2{float:none;display:block;margin-top:20px;margin-left:0;text-align:center}}.footer .nav{display:block}@media screen and (max-width:1024px){.footer .nav{display:none}}.site-menu{display:flex;align-items:center;flex-wrap:wrap;margin:-5px -5px}@media screen and (max-width:720px){.site-menu{flex-wrap:nowrap;flex-direction:column;align-items:flex-start}}.site-menu__item{position:relative;display:flex;align-items:center;margin:5px}.site-menu__item::before{content:'';width:4px;height:4px;margin-right:10px;border-radius:50%;background:#fff}.site-menu__link{font-size:14px;line-height:1em;color:#9f9db8;font-weight:300;text-decoration:none;transition:color 150ms ease}.site-menu__link:hover{color:#fff}.copyright{float:right;font-size:14px;line-height:1em;color:#9f9db8;font-weight:300;flex-shrink:0;margin-left:10px}@media screen and (max-width:720px){.copyright{margin-top:20px;font-size:13px}}.copyright a{color:#9f9db8}.copyright a:hover{text-decoration:none}.article&gt;.top3-list a{border-bottom:0;color:#333068}.article&gt;.top3-list a:hover{border-bottom:0}.article&gt;.top3-list .top3-list__go-btn{color:#fff}.article&gt;.top3-list .top3-list__go-btn:hover{border-bottom:0}.article&gt;.top3-list .top3-list__more-btn{color:#fff}.article&gt;.top3-list .top3-list__more-btn:hover{border-bottom:0}.article&gt;.top3-list .best-users__item{color:#000}.article&gt;.top3-list .best-users__action{color:#da4265;text-decoration:none;font-weight:700;border:2px solid #da4265}.article&gt;.top3-list .best-users__action:hover{opacity:.8;border:2px solid #da4265}.article&gt;.top3-list .top3-list__link:hover{border-bottom:0}.article&gt;.top3-list .top3-list__logo:hover{border-bottom:0}.article{margin-bottom:20px}.article__content{padding:20px 20px 25px;background:#f1f1f6;margin-top:20px}.article__content-title{margin-bottom:15px;font-size:20px;line-height:1em;color:#333068;font-weight:600}.article__content-item{margin-top:12px}.article__content-item:first-child{margin-top:0}.article__content-link{display:inline;border-bottom:1px dashed #da4265;font-size:18px;line-height:1.1em;color:#da4265;font-weight:300;cursor:pointer;transition:border-bottom 150ms ease}.article__content-link:hover{border-bottom:1px dashed transparent}.article__subcontent{padding:12px 0 12px}.article__subcontent-item{position:relative;margin-top:12px;padding-left:20px}.article__subcontent-item:first-child{margin-top:0}.article__subcontent-item::before{content:'';position:absolute;top:11px;left:4px;width:4px;height:4px;border-radius:50%;background:#da4265}.article__subcontent-link{display:inline;border-bottom:1px dashed #da4265;font-size:16px;line-height:1.1em;color:#da4265;font-weight:300;cursor:pointer;transition:border-bottom 150ms ease}.article__subcontent-link:hover{border-bottom:1px dashed transparent}.article h1{margin:0;margin-bottom:15px;font-size:42px;line-height:1.1em;color:#000;font-weight:600}@media screen and (max-width:800px){.article h1{font-size:34px;line-height:1.1em}}@media screen and (max-width:600px){.article h1{font-size:28px;line-height:1.1em}}@media screen and (max-width:400px){.article h1{font-size:24px;line-height:1.1em}}.article h2{width:90%;padding-top:30px;margin-bottom:15px;font-size:22px;line-height:1.2em;color:#333068}@media screen and (max-width:640px){.article h2{padding-top:15px}}.article h3{padding-top:20px;margin-bottom:15px;font-size:18px;line-height:1.2em;color:#333068}.article p{font-size:18px;line-height:1.6em;color:#000;font-weight:300}.article p.article__introduction{font-size:18px;line-height:1.66em;color:#000;font-weight:400}.article a{text-decoration:none;border-bottom:1px solid #6bb1ff;color:#6bb1ff;transition:all 150ms ease}.article a:hover{border-bottom:1px solid #da4265;color:#da4265}.article h1+p,.article h2+p{margin-top:15px}.article img{display:block;max-width:80%;margin:0 auto;height:auto}@media screen and (max-width:640px){.article img{max-width:100%}}.article figcaption{margin-bottom:20px;font-size:16px;line-height:1.2em;color:#666;font-weight:300;text-align:center}.article ul{margin:20px 0;padding:0;list-style:none}.article ul li{position:relative;margin-bottom:14px;padding-left:30px;font-size:17px;line-height:1.5em;color:#000;font-weight:300}.article ul li::before{top:13px;left:5px}.article ol{margin:30px 0;padding:0 0 0 30px}.article ol li{margin-bottom:14px;padding-left:10px;font-size:18px;line-height:1.5em;color:#000;font-weight:300}@media screen and (max-width:500px){.article ol li{padding-left:0}}.article blockquote{position:relative;margin:30px 0;padding:25px 80px 25px 85px;background:#eff2f6;border-radius:5px;font-size:19px;line-height:1.66em;color:#212d43;font-weight:300;font-style:italic}.article blockquote::before{content:'';position:absolute;top:30px;left:25px}@media screen and (max-width:640px){.article blockquote{padding:20px}.article blockquote::before{content:none}}.videobox{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-bottom:25px}.author-article{margin:40px 0}@media screen and (max-width:640px){.author-article{margin-bottom:20px}}.author-article__title{font-size:18px;line-height:1em;color:#000;font-weight:600}.author-article__box{position:relative;margin-top:25px;padding-left:120px;min-height:102px}@media screen and (max-width:640px){.author-article__box{padding-left:100px;margin-top:15px}}@media screen and (max-width:390px){.author-article__box{padding-left:0}}.author-article__img{position:absolute;top:10px;left:0;width:100px}@media screen and (max-width:640px){.author-article__img{width:80px}}@media screen and (max-width:390px){.author-article__img{display:block;position:static}}.author-article__img img{display:block;max-width:100%;border-radius:50%;border:1px solid #aaa}.author-article__name{display:inline-block;margin-bottom:5px;font-size:18px;line-height:1em;color:#333068;text-decoration:none;font-weight:600}@media screen and (max-width:640px){.author-article__name{margin-top:30px}}@media screen and (max-width:390px){.author-article__name{margin-top:15px}}.author-article__name:hover{opacity:.8;text-decoration:underline}.author-article__job{margin-bottom:10px;font-size:14px;line-height:1em;color:#333068}.author-article__text{font-size:15px;line-height:1.4em;color:#282828;font-weight:300}.author-article__more{margin-top:10px}.author-article__more a{font-size:15px;color:#333068;transition:color 150ms ease}.author-article__more a:hover{opacity:.8;text-decoration:none}.author__title{margin:0;font-weight:700;font-size:42px;line-height:50px;margin-bottom:40px}@media screen and (max-width:640px){.author__title{margin-bottom:20px;font-size:26px;line-height:36px}}.author__item{position:relative;margin-bottom:50px;padding-bottom:40px;display:flex;grid-gap:30px;border-bottom:2px solid #d6d6d6}@media screen and (max-width:640px){.author__item{margin-bottom:40px;flex-direction:column;grid-gap:20px}}.author__img{width:150px;height:150px}.author__img img{width:150px;height:150px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.author__name{font-weight:600;font-size:24px;line-height:30px;margin-bottom:10px}@media screen and (max-width:640px){.author__name{font-size:18px;line-height:26px}}.author__text{font-weight:300;font-size:14px;line-height:22px;margin-bottom:14px}.author__socials{display:flex;flex-wrap:wrap;align-items:center;grid-gap:16px}.author__socials-link{display:flex;align-items:center;text-decoration:none}.author__socials-link img{width:18px;height:18px;flex-shrink:0}.author__socials-link span{margin-left:10px;font-weight:600;font-size:14px;line-height:22px;color:#6bb1ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.author__info-title{margin:0;margin-top:50px;margin-bottom:20px;font-weight:700;font-size:28px;line-height:38px}@media screen and (max-width:640px){.author__info-title{margin-top:40px;font-size:24px;line-height:34px}}.author__info p{margin:0;margin-bottom:20px;font-weight:300;font-size:16px;line-height:24px}.author__info p:last-child{margin:0}.author__category{margin:40px 0 30px;font-size:26px;line-height:1em;color:#333068}.author .articles__img{width:110px;height:110px;border-radius:5px}.author .articles__img&gt;img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:100px}.author .author-categories__list{-moz-column-count:2;column-count:2}@media screen and (max-width:530px){.author .author-categories__list{-moz-column-count:1;column-count:1}}.author .author-categories__list .author-categories__item{margin-bottom:10px}.author .author-categories__list .author-categories__item .articles__name{font-weight:700;font-size:16px;line-height:30px;color:#6bb1ff}.breads{margin-bottom:35px;padding:8px 0;border-bottom:1px solid #f2f2f2;font-size:0;white-space:nowrap;overflow:auto}.breads .wrap{display:flex;align-items:center}.breads__item{position:relative;display:inline-block;vertical-align:middle;font-size:14px;line-height:1em;color:#cacaca;display:flex;align-items:center;font-weight:300}.breads__item::before{content:'';display:block;width:10px;height:1px;background:#cacaca;margin:0 10px}.breads__item:first-child{margin-left:0;padding-left:0}.breads__item:first-child::before{content:none}.breads__item:last-child{padding-right:10px}.breads__link{font-size:14px;line-height:1em;color:#9a9a9a;text-decoration:none;transition:color 150ms ease}.breads__link:hover{color:#000}.banner{margin:30px 0;position:relative;background-image:url(/img/new_banner.png);background-repeat:no-repeat;padding:45px 30px;box-sizing:border-box}@media screen and (max-width:768px){.banner{background-image:url(/img/new_banner_mob.png);padding:40px 20px;max-width:355px;margin:0 auto}}@media screen and (max-width:354px){.banner{background-size:cover;background-position-x:-50px}}.banner__title{color:#fff;font-size:24px;line-height:33px;margin-bottom:20px;font-weight:600}.banner__text{margin:0;margin-top:20px;margin-bottom:30px;color:#fff;width:472px;font-size:16px;line-height:26px}@media screen and (max-width:768px){.banner__text{width:auto}.banner__text br{margin-bottom:10px}}.banner__text span{font-weight:700}.banner__action{font-size:20px;font-weight:700;padding:12px 0;background:#da4265;box-shadow:0 4px 14px rgba(22,22,22,.24);border-radius:6px;width:270px;text-align:center;display:block;color:#fff;border:0}.banner__action:hover{opacity:.6;color:#fff;border-bottom:0}.article .banner__box-link{color:#fff;border-bottom:1px solid #fff}.article .banner__box-link:hover{color:#fff;border:none;opacity:.6}.article .banner__action{font-size:20px;font-weight:700;padding:12px 0;background:#da4265;box-shadow:0 4px 14px rgba(22,22,22,.24);border-radius:6px;width:270px;text-align:center;display:block;color:#fff;border:0}.article .banner__action:hover{opacity:.6;color:#fff;border-bottom:0}.pagination{margin-top:35px;text-align:center}.pagination__item{display:inline-block;vertical-align:middle;margin-left:10px}.pagination__item:first-child{margin-left:0}@media screen and (max-width:500px){.pagination__item_prev{display:block;margin-bottom:15px}.pagination__item_prev+.pagination__item{margin-left:0}.pagination__item_next{display:block;margin-top:15px;margin-left:0}}.pagination__link{font-size:16px;line-height:1em;color:#da4265;text-decoration:none;transition:color 150ms ease}.pagination__link[href*="/"]{color:#333068}.pagination__link[href*="/"]:hover{color:#da4265}.pickup{position:relative;padding:50px 0;background:#322b5d url(../img/pickup-bg.jpg) no-repeat center top;background-size:cover}.pickup::after{position:absolute;z-index:10;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(50,48,104,.5)}.pickup__content{position:relative;z-index:20;display:flex;justify-content:space-between;align-items:center;padding-left:10px;padding-right:10px}.pickup__content._indent-left-none{padding-left:0}@media screen and (max-width:1023px){.pickup__content{justify-content:center}}.pickup__title{width:530px}.pickup__title._width-more{width:535px}.pickup__headline{margin:0;font-size:38px;line-height:1em;font-weight:700;color:#fff!important}@media screen and (max-width:550px){.pickup__headline{font-size:24px;text-align:center}}.pickup__text{position:relative;margin-bottom:0;padding-bottom:87px;font-size:18px;line-height:1.5em;font-weight:lighter;color:#fff!important}@media screen and (max-width:550px){.pickup__text{font-size:16px;line-height:1.2em;text-align:center}}.pickup__btn{content:'';position:absolute;left:50%;top:50%;width:80px;height:40px;margin-left:-40px;margin-top:-20px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:0 -60px;top:auto;bottom:0;margin-top:0;cursor:pointer}@media screen and (max-width:550px){.pickup__btn{content:'';position:absolute;left:50%;top:50%;width:50px;height:25px;margin-left:-25px;margin-top:-12px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-90px -60px;top:auto;bottom:0;margin-top:0}}.pickup__search{box-sizing:border-box;width:440px;padding:30px 50px;color:#fff;background-color:#333068;box-shadow:0 0 0 10px rgba(255,255,255,.7);border-radius:10px}@media screen and (max-width:1023px){.pickup__search{display:none}}.pickup__form-headline{margin:0;font-size:24px;line-height:1em;text-align:center}.pickup__form-headline._color{color:#fff!important}@media screen and (max-width:342px){.pickup__form-headline._size-mobile{font-size:22px}}.pickup__form-headline&gt;span{display:block;font-weight:400}.pickup__form{margin-top:40px;font-size:16px;line-height:1em;font-weight:700}@media screen and (max-width:362px){.pickup__form._indent-top{margin-top:30px}}.pickup__form-item{display:flex;justify-content:space-between;align-items:center;margin-top:30px;min-height:40px}.pickup__form-item:first-child{margin-top:0}@media screen and (max-width:362px){.pickup__form-item._indent-mobile{margin-top:20px}}.pickup__form-item&gt;label{width:100px}.pickup__form-input{display:flex;justify-content:space-between;align-items:center;width:180px}@media screen and (max-width:385px){.pickup__form-input._width-mobile{width:160px}}@media screen and (max-width:336px){.pickup__form-input._width-mobile{width:150px}}.pickup__form-input span{margin-left:11px}.pickup__form-input input[type=text],.pickup__form-input select{box-sizing:border-box;padding:5px 10px;width:100%;height:40px;border-radius:5px;border:none;font-size:16px;font-family:'Open Sans',sans-serif;font-weight:400;font-style:normal}.pickup__form-input input[type=radio]{display:none}.pickup__form-input&gt;label{position:relative;cursor:pointer;padding-left:30px}.pickup__form-input&gt;label::before{position:absolute;content:"";top:50%;left:0;width:20px;height:20px;margin-top:-10px;background:#fff;border-radius:35%;cursor:pointer}.pickup__form-input input[type=radio]:checked+label::after{position:absolute;content:"";top:50%;left:10px;width:10px;height:10px;margin-top:-5px;margin-left:-5px;background:#333068;border-radius:50%;cursor:pointer}.pickup__form-submit{margin-top:45px;text-align:center}@media screen and (max-width:362px){.pickup__form-submit._indent-mobile{margin-top:30px}}.pickup__submit-btn{padding:12px 40px;background:#da4265;border:0;border-radius:4px;font-size:15px;line-height:1em;color:#fff;text-decoration:none;cursor:pointer;transition:opacity 150ms ease}.pickup__submit-btn:hover{opacity:.9}.pickup-bar{position:relative;padding:50px 20px;background:#322b5d url(../img/pickup-bg.jpg) no-repeat center top;background-size:cover}.pickup-bar::after{position:absolute;z-index:10;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(50,48,104,.5)}.pickup-bar__search{position:relative;z-index:20;box-sizing:border-box;width:440px;margin:0 auto;padding:30px 50px;color:#fff;background:#333068;box-shadow:0 0 0 10px rgba(255,255,255,.7);border-radius:10px}@media screen and (max-width:480px){.pickup-bar__search{width:auto}}@media screen and (max-width:455px){.pickup-bar__search{padding:15px}}.pickup-bar__form-headline{margin:0;font-size:24px;line-height:1em;text-align:center}@media screen and (max-width:375px){.pickup-bar__form-headline{font-size:20px}}.pickup-bar__form-headline&gt;span{display:block;font-weight:400}.pickup-bar__form{margin-top:40px;font-size:16px;line-height:1em;font-weight:700}@media screen and (max-width:600px){.pickup-bar__form{margin-top:20px}}.pickup-bar__form-item{display:flex;justify-content:space-between;align-items:center;margin-top:30px;min-height:40px}@media screen and (max-width:455px){.pickup-bar__form-item{width:100%}}.pickup-bar__form-item:first-child{margin-top:0}.pickup-bar__form-item&gt;label{width:100px}.pickup-bar__form-input{display:flex;justify-content:space-between;align-items:center;width:180px}@media screen and (max-width:360px){.pickup-bar__form-input{width:140px}}.pickup-bar__form-input span{margin-left:11px}.pickup-bar__form-input input[type=text],.pickup-bar__form-input select{box-sizing:border-box;padding:5px 10px;width:100%;height:40px;border-radius:5px;border:none;font-size:16px;font-family:'Open Sans',sans-serif;font-weight:400;font-style:normal}.pickup-bar__form-input input[type=radio]{display:none}.pickup-bar__form-input&gt;label{position:relative;cursor:pointer;padding-left:30px}.pickup-bar__form-input&gt;label::before{position:absolute;content:"";top:50%;left:0;width:20px;height:20px;margin-top:-10px;background:#fff;border-radius:35%;cursor:pointer}.pickup-bar__form-input input[type=radio]:checked+label::after{position:absolute;content:"";top:50%;left:10px;width:10px;height:10px;margin-top:-5px;margin-left:-5px;background:#333068;border-radius:50%;cursor:pointer}.pickup-bar__form-submit{margin-top:45px;text-align:center}@media screen and (max-width:600px){.pickup-bar__form-submit{margin-top:25px}}.pickup-bar__submit-btn{padding:12px 40px;background:#da4265;border:0;border-radius:4px;font-size:16px;line-height:1em;color:#fff;text-decoration:none;cursor:pointer;transition:opacity 150ms ease}.pickup-bar__submit-btn:hover{opacity:.9}.top-datings{margin-bottom:20px;background:#fafafa;border:1px solid #eee;text-align:left}.top-datings.fixed{position:fixed;z-index:150;top:30px;width:300px;-webkit-animation:topDatingsAppearance .5s linear;animation:topDatingsAppearance .5s linear}@media screen and (max-width:1024px){.top-datings.fixed{position:static;width:auto;-webkit-animation:none;animation:none}}@media screen and (max-width:1024px){.top-datings{display:none}}.top-datings__title{margin-bottom:20px;padding:12px 18px 0;font-size:14px;line-height:1em;color:#8b8b8b;font-weight:300}.top-datings__title span{margin-right:3px;font-size:24px;line-height:1em;color:#000;font-weight:600}.top-datings__title a{color:#8b8b8b!important;text-decoration:none;transition:color 150ms ease;border-bottom:0!important}.top-datings__title a:hover{color:#6bb1ff}.top-datings__item{position:relative;margin-bottom:15px;padding:0 18px 15px 98px;border-bottom:1px solid #eee}.top-datings__item:last-child{margin-bottom:0;border-bottom:0}.top-datings__img{position:absolute;top:5px;left:18px;width:70px;height:70px;border-bottom:0!important}.top-datings__item:nth-child(1) .top-datings__img::before{content:'';position:absolute;left:50%;top:50%;width:51px;height:46px;margin-left:-25px;margin-top:-23px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-158px -52px}.top-datings__item:nth-child(2) .top-datings__img::before{content:'';position:absolute;left:50%;top:50%;width:51px;height:46px;margin-left:-25px;margin-top:-23px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-60px -110px}.top-datings__item:nth-child(3) .top-datings__img::before{content:'';position:absolute;left:50%;top:50%;width:51px;height:46px;margin-left:-25px;margin-top:-23px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-121px -110px}.top-datings__name{font-size:18px;line-height:1em;color:#333068;border-bottom:0!important;font-weight:600;transition:color 150ms ease}.top-datings__name:hover{color:#6bb1ff}.top-datings__rating{margin:10px 0 5px;font-size:14px;line-height:1em;color:#505050;font-weight:700}.top-datings__rating span{font-weight:600}.top-datings__signup{margin-top:6px;display:inline-block;padding:10px 15px;background:#da4265;border-radius:4px;border-bottom:0!important;font-size:12px;line-height:1em;color:#fff!important;font-weight:700;text-transform:uppercase;text-decoration:none;opacity:.9;transition:opacity 150ms ease}.top-datings__signup:hover{opacity:1}@keyframes topDatingsAppearance{0%{transform:translateY(-1000px)}20%{transform:translateY(-800px)}40%{transform:translateY(-600px)}60%{transform:translateY(-400px)}80%{transform:translateY(-200px)}100%{transform:translateY(0)}}.random{margin-bottom:20px;padding:20px;border:1px solid #eee;text-align:center}.random__title{font-size:20px;font-weight:700;color:#da4265}.random__image{display:flex;justify-content:center;align-items:center;margin-top:15px;height:80px}.random__image&gt;img{max-width:100%;max-height:100%}.random__text{font-size:16px;line-height:1.4em;font-weight:400;color:#000}.random__other-btn{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;margin-top:16px;padding:8px 10px;font-family:'Open Sans',sans-serif;font-size:15px;line-height:1em;font-weight:400;color:#000;background:0 0;border:none;border:1px solid #eee;border-radius:5px;cursor:pointer;transition:background 150ms ease}.random__other-btn:hover{background:#fafafa}.random__other-btn span{margin-left:10px}.main-datings{max-width:940px;margin:0 auto}.datings{margin-bottom:80px}.datings__show{text-align:center}.datings__show-btn{position:relative;border:0;background:0 0;padding:0;padding-left:60px;font-size:20px;line-height:1em;color:#423ca5;font-weight:300;cursor:pointer}@media screen and (max-width:359px){.datings__show-btn{font-size:18px}}.datings__show-btn::before{content:'';position:absolute;top:calc(50% - 20px);left:0;width:40px;height:40px;background:url(/img/showcase-more.png);transition:transform .5s ease}.datings__show-btn span{border-bottom:1px dashed #423ca5}.datings__show-btn.open{display:none}.datings__show-btn:hover::before{transform:rotate(180deg)}.datings__show-btn:hover span{border-bottom:1px solid transparent}.datings__list{display:none}.datings__list.open{display:block}.datings__item{padding:15px 15px 15px 10px;border-bottom:1px solid #e9e9ea}@media screen and (max-width:900px){.datings__item{position:relative;padding-bottom:70px!important}}@media screen and (max-width:600px){.datings__item{padding-left:55px}}.datings__box{font-size:0;margin-right:160px}.datings__box:first-child{padding:0 15px 0 10px}@media screen and (max-width:600px){.datings__box:first-child{padding:0}}@media screen and (max-width:900px){.datings__box{margin-right:0}}.datings__info{display:table;width:100%}@media screen and (max-width:600px){.datings__info{display:block}}.datings__info-cell{display:table-cell;vertical-align:middle}.datings__info-cell:nth-child(1){width:40px}@media screen and (max-width:600px){.datings__info-cell:nth-child(1){position:absolute;left:10px;top:15px}}.datings__info-cell:nth-child(2){width:300px;padding-right:10px}.datings__info-cell:nth-child(3){width:200px}.datings__info-cell:nth-child(4){width:150px}@media screen and (min-width:1025px) and (max-width:1300px){.datings__info-cell:nth-child(5),.datings__info-cell:nth-child(6){display:none}}@media screen and (max-width:600px){.datings__info-cell{display:block;width:auto!important}.datings__info-cell:nth-child(2){margin-bottom:15px;padding-right:0}.datings__info-cell:nth-child(3){display:inline-block;vertical-align:middle;margin-right:15px}.datings__info-cell:nth-child(4){display:inline-block;vertical-align:middle}.datings__info-cell:nth-child(5){margin-top:10px}.datings__info-cell:nth-child(6){margin-top:5px}}.datings__place{display:inline-block;width:28px;height:28px;border:1px solid #c1c1c1;border-radius:50%;font-size:14px;line-height:28px;color:#c1c1c1;text-align:center}.datings__name{position:relative;padding-left:30px;font-size:22px;line-height:1em;color:#333068;font-weight:700;text-decoration:none;transition:color 150ms ease}.datings__name:hover{color:#6bb1ff}@media screen and (max-width:600px){.datings__name{padding-left:25px}}.datings__name .icon{position:absolute;top:50%;left:7px;width:16px;height:16px;margin-top:-6px}@media screen and (max-width:600px){.datings__name .icon{left:0}}.datings__name .icon img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.datings__rating{font-size:0}.datings__rating-value{display:inline-block;vertical-align:middle;margin-right:10px;font-size:14px;line-height:1em;color:#505050;font-weight:700}.datings__rating-line{display:inline-block;vertical-align:middle;font-size:0}.datings__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.datings__rating-item:first-child{margin-left:0}.datings__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.datings__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}.datings__opinions{position:relative;padding-left:17px;font-size:14px;line-height:1em;color:#333068;text-decoration:none}.datings__opinions span{text-decoration:underline}.datings__opinions:hover span{text-decoration:none}.datings__opinions::before{content:'';position:absolute;left:0;top:50%;width:12px;height:11px;margin-top:-5px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -174px}.datings__action{display:flex;justify-content:flex-end;float:right;width:150px;margin-top:-5px;text-align:right;font-size:0}@media screen and (max-width:900px){.datings__action{float:none;width:auto;position:absolute;bottom:15px;left:60px;margin-top:0;text-align:left}}@media screen and (max-width:600px){.datings__action{left:55px;right:55px}}@media screen and (max-width:370px){.datings__action{left:10px;right:10px}}@media screen and (max-width:600px){.datings__action-item{width:100%}}.datings__action-link{position:relative;box-sizing:border-box;display:inline-block;height:38px;padding:11px 24px;padding-left:10px;border:1px solid #6bb1ff;background:#6bb1ff;border-radius:3px;font-size:14px;line-height:1em;color:#fff;font-weight:600;text-decoration:none;transition:all 150ms ease}.datings__action-link::after{content:'';position:absolute;left:0;top:50%;width:6px;height:9px;margin-top:-4px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-288px -61px;left:auto;right:11px}.datings__action-link:hover{background:#da4265;border:1px solid #da4265}@media screen and (max-width:600px){.datings__action-link{display:block;text-align:center}}.dating__linking{margin:30px 0}.dating__linking-wrap{display:flex;justify-content:center;padding:20px 0;width:100%;background-image:url(/img/bg-dating__linker.png);background-repeat:no-repeat;background-size:cover}@media screen and (max-width:768px){.dating__linking-wrap{flex-direction:column;align-items:center}}@media screen and (max-width:420px){.dating__linking-wrap{padding-left:10px;padding-right:10px;box-sizing:border-box}}.dating__linking-btn{width:329px;padding:14px 0;color:#fff;font-size:16px;line-height:22px;text-align:center;text-decoration:none;font-weight:700;border-radius:6px;transition:.3s}@media screen and (max-width:420px){.dating__linking-btn{width:100%}}.dating__linking-btn:hover{color:rgba(255,255,255,.7)}.dating__linking-btn:first-child{margin-right:15px}@media screen and (max-width:768px){.dating__linking-btn:first-child{margin:0;margin-bottom:10px}}.dating__linking-btn:last-child{margin-left:15px}@media screen and (max-width:768px){.dating__linking-btn:last-child{margin:0}}.dating__linking-text{padding:0 10px;margin-bottom:30px;text-align:center;font-weight:700;color:#333068}@media screen and (max-width:768px){.dating__linking-text{margin-bottom:20px}}.female{background:#d54165}.male{background:#333068}.datings3-list{margin-bottom:50px;padding-top:20px;color:#333068}.datings3-list__headline{margin:0;font-size:36px;line-height:1em;text-align:center;color:#1a2a48}@media screen and (max-width:480px){.datings3-list__headline{font-size:26px}}@media screen and (max-width:350px){.datings3-list__headline{font-size:23px}}.datings3-list__text{font-size:18px;line-height:1.5em;text-align:center;color:#1a2a48}@media screen and (max-width:350px){.datings3-list__text{font-size:16px}}.datings3-list__text span{font-weight:700;color:#da4265}.datings3-list__list{display:flex;flex-direction:column;margin-top:35px}.datings3-list__item{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding:35px 57px 35px 45px;border:2px solid #da4265;border-radius:10px}@media screen and (max-width:1180px){.datings3-list__item{flex-wrap:wrap}}@media screen and (max-width:800px){.datings3-list__item{padding:35px 20px;justify-content:space-between}}@media screen and (max-width:580px){.datings3-list__item{flex-direction:column;padding:20px;padding-top:30px}}.datings3-list__item:first-child{margin-top:0}.datings3-list__item:first-child::before{position:absolute;content:"";top:14px;left:-33px;width:58px;height:0;border-bottom:35px solid #da4265;border-left:35px solid transparent;border-right:35px solid transparent;transform:rotate(-45deg)}.datings3-list__item:first-child::after{position:absolute;content:"Р›СѓС‡С€РёРµ РѕС‚Р·С‹РІС‹";top:22px;left:9px;width:45px;font-size:10px;line-height:1em;font-weight:700;color:#fff;text-transform:uppercase;transform:rotate(-45deg)}.datings3-list__name{position:relative;min-width:220px;margin-right:20px;padding-left:123px}@media screen and (max-width:1180px){.datings3-list__name{margin-right:0}}@media screen and (max-width:800px){.datings3-list__name{padding-left:70px;min-width:auto}}@media screen and (max-width:580px){.datings3-list__name{padding-left:0}}.datings3-list__name::before{position:absolute;content:"";left:0;top:50%;width:66px;height:58px;margin-top:-29px}@media screen and (max-width:800px){.datings3-list__name::before{width:50px;height:44px;margin-top:-22px}}@media screen and (max-width:580px){.datings3-list__name::before{top:0;left:50%;margin-top:0;margin-left:-25px}}.datings3-list__item:nth-child(1) .datings3-list__name{padding-left:123px}@media screen and (max-width:1180px){.datings3-list__item:nth-child(1) .datings3-list__name{padding-left:123px}}@media screen and (max-width:800px){.datings3-list__item:nth-child(1) .datings3-list__name{padding-left:70px}}@media screen and (max-width:580px){.datings3-list__item:nth-child(1) .datings3-list__name{padding-left:0;padding-top:55px}}.datings3-list__item:nth-child(2) .datings3-list__name{padding-left:123px}@media screen and (max-width:1180px){.datings3-list__item:nth-child(2) .datings3-list__name{padding-left:123px}}@media screen and (max-width:800px){.datings3-list__item:nth-child(2) .datings3-list__name{padding-left:70px}}@media screen and (max-width:580px){.datings3-list__item:nth-child(2) .datings3-list__name{padding-left:0;padding-top:55px}}.datings3-list__item:nth-child(3) .datings3-list__name{padding-left:123px}@media screen and (max-width:1180px){.datings3-list__item:nth-child(3) .datings3-list__name{padding-left:123px}}@media screen and (max-width:800px){.datings3-list__item:nth-child(3) .datings3-list__name{padding-left:70px}}@media screen and (max-width:580px){.datings3-list__item:nth-child(3) .datings3-list__name{padding-left:0;padding-top:55px}}.datings3-list__item:nth-child(1) .datings3-list__name::before{background:url(../img/place1.png) no-repeat}@media screen and (max-width:800px){.datings3-list__item:nth-child(1) .datings3-list__name::before{background-size:50px 44px}}.datings3-list__item:nth-child(2) .datings3-list__name::before{background:url(../img/place2.png) no-repeat}@media screen and (max-width:800px){.datings3-list__item:nth-child(2) .datings3-list__name::before{background-size:50px 44px}}.datings3-list__item:nth-child(3) .datings3-list__name::before{background:url(../img/place3.png) no-repeat}@media screen and (max-width:800px){.datings3-list__item:nth-child(3) .datings3-list__name::before{background-size:50px 44px}}.datings3-list__link{display:inline-block;text-align:center;text-decoration:none;color:#333068;transition:color 150ms ease}.datings3-list__link:hover{color:#6bb1ff}.datings3-list__link span{display:inline-block;font-size:26px;line-height:1em;font-weight:700}.datings3-list__logo{display:inline-block;margin-right:10px;width:24px;height:24px}.datings3-list__rating{margin-top:15px;font-size:0}@media screen and (max-width:530px){.datings3-list__rating{text-align:center}}.datings3-list__rating-value{display:inline-block;vertical-align:middle;margin-right:10px;font-size:21px;line-height:1em;color:#505050;font-weight:800}.datings3-list__rating-line{display:inline-block;vertical-align:middle;font-size:0}.datings3-list__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.datings3-list__rating-item:first-child{margin-left:0}.datings3-list__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.datings3-list__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}@media screen and (max-width:1180px){.datings3-list__description{order:3;margin-top:20px}}@media screen and (max-width:530px){.datings3-list__description{order:2}}.datings3-list__description p{margin:0;font-size:16px;line-height:1.5em;color:#333068}.datings3-list__item:first-child p&gt;span{font-weight:700;text-transform:uppercase}.datings3-list__buttons{display:block;box-sizing:border-box;min-width:245px;max-width:245px;margin-left:66px}@media screen and (max-width:1180px){.datings3-list__buttons{margin-left:0}}@media screen and (max-width:800px){.datings3-list__buttons{min-width:180px}}@media screen and (max-width:580px){.datings3-list__buttons{margin-top:30px;width:100%;order:3}}.datings3-list__go-btn{display:inline-block;box-sizing:border-box;width:100%;margin-top:10px;padding:12px;background-color:#da4265;border-radius:5px;font-size:18px;line-height:1.5em;font-weight:700;color:#fff;text-decoration:none;text-align:center;white-space:nowrap;cursor:pointer;transition:opacity 150ms ease}@media screen and (max-width:800px){.datings3-list__go-btn{font-size:16px}}.datings3-list__go-btn:hover{opacity:.9}.datings3-list__go-btn:first-child{margin:0}.shortcuts{max-width:940px;margin:55px auto}.shortcuts__title{margin-bottom:20px;font-size:24px;line-height:1em;color:#000;font-weight:600;text-align:center}.shortcuts__list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.shortcuts__link{display:inline-block;margin-right:5px;margin-bottom:5px;padding:6px 10px;color:#666;text-decoration:none;background-color:#fff;border:2px solid #6bb1ff;border-radius:20px;transition:all 150ms ease}.shortcuts__link:hover{background-color:#6bb1ff;color:#fff}@media screen and (max-width:400px){.shortcuts__link{padding:6px 5px}}.comments{padding-top:30px;padding-bottom:30px}.comments__headline{margin:0;font-size:24px}.comments__item{margin-top:20px}.comments__item-inner{margin-left:30px}.comments__box{position:relative;border:1px solid #e0e0e6;border-radius:5px}.comments__author{display:flex;align-items:baseline;margin-bottom:15px}@media screen and (max-width:600px){.comments__author{margin-bottom:10px}}.comments__name{display:inline-block;margin-right:5px;font-size:18px;line-height:1.5em;color:#000;font-weight:700}.comments__text{padding:20px 25px;background-color:#daf1db;border-radius:5px 5px 0 0}@media screen and (max-width:600px){.comments__text{padding:16px 15px}}.comments__text.not-active{background-color:#f6f6ff}.comments__text.moderator{background-color:#b1e2b4}.comments__text.moderator .comments__name{position:relative;padding-left:30px}.comments__text.moderator .comments__name::before{position:absolute;content:"";left:0;top:50%;width:24px;height:24px;margin-top:-12px;background:url(../pic/moderator.svg) no-repeat}.comments__text p{margin-top:0;font-size:16px;line-height:1.5em;color:#000;font-style:italic}.comments__text p:first-child{margin-top:0}.comments__text p:last-child{margin-bottom:0}@media screen and (max-width:400px){.comments__text p{font-size:16px;line-height:1.5em}}.comments__reply{text-align:right}.comments__reply-link{font-size:14px;line-height:1.5em;font-weight:700;color:#333068;cursor:pointer}.comments__reply-link:hover{text-decoration:none}.comments__auth{display:flex;justify-content:space-between;align-items:center;margin-top:30px;margin-bottom:20px;padding-top:13px;padding-bottom:13px;border-top:4px solid #e5e5e5;border-bottom:4px solid #e5e5e5}@media screen and (max-width:650px){.comments__auth{flex-direction:column}}.comments__auth-text{font-size:16px;line-height:1.5em}@media screen and (max-width:650px){.comments__auth-text{text-align:center}}.comments__auth-button{padding:18px 100px;font-family:'Open Sans',sans-serif;font-size:14px;line-height:1.5em;font-weight:700;color:#fff;text-align:center;text-decoration:none;background-color:#333068;border:none;border-radius:5px;cursor:pointer;opacity:.9;transition:opacity 150ms ease}@media screen and (max-width:650px){.comments__auth-button{margin-top:10px}}@media screen and (max-width:450px){.comments__auth-button{width:100%;padding-left:0;padding-right:0}}.comments__auth-button:hover{opacity:1}.comments__form{padding-top:20px}.comments__form-label{display:block;font-size:18px;line-height:1.5em;font-weight:700}.comments__form-text{box-sizing:border-box;margin-top:15px;padding:20px 25px;width:100%;font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.5em;font-weight:400;border-radius:5px;box-shadow:inset 0 0 6px rgba(0,0,0,.25);resize:none}.comments__form-submit{display:flex;justify-content:flex-end;margin-top:20px;text-align:right}@media screen and (max-width:600px){.comments__form-submit{flex-direction:column;align-items:center}}.comments__submit-cancel{margin-right:15px;font-family:'Open Sans',sans-serif;font-size:14px;line-height:1.5em;font-weight:700;color:#333068;background:0 0;border:none;cursor:pointer}@media screen and (max-width:600px){.comments__submit-cancel{order:2;margin-right:0;margin-top:20px}}.comments__submit-cancel&gt;span{border-bottom:1px dashed #333068}.comments__submit-cancel:hover&gt;span{border:none}.comments__submit-button{padding:18px 109px;font-family:'Open Sans',sans-serif;font-size:14px;line-height:1.5em;font-weight:700;color:#fff;text-align:center;text-decoration:none;background-color:#333068;border:none;border-radius:5px;cursor:pointer;opacity:.9;transition:opacity 150ms ease}@media screen and (max-width:600px){.comments__submit-button{order:1;width:100%;padding-left:0;padding-right:0}}.comments__submit-button:hover{opacity:1}.features{margin-top:40px;padding:20px 0 38px;background:#35538c}@media screen and (max-width:1024px){.features{padding:20px 0 26px;text-align:center}}@media screen and (max-width:680px){.features{padding:20px 0 14px}}.features__title{margin-bottom:30px;font-size:26px;line-height:1em;color:#b6d9ff;text-align:center}@media screen and (max-width:1024px){.features__title{margin-bottom:10px}}@media screen and (max-width:680px){.features__title{font-size:22px;line-height:1em}}@media screen and (max-width:400px){.features__title{font-size:18px;line-height:1em}}.features__list{font-size:0}@media screen and (max-width:1024px){.features__list{display:inline-block;width:660px}}@media screen and (max-width:680px){.features__list{display:block;width:auto;padding:0 40px}}@media screen and (max-width:400px){.features__list{padding:0}}.features__item{position:relative;box-sizing:border-box;display:inline-block;vertical-align:middle;width:25%;padding:10px 20px 10px 120px;font-size:14px;line-height:1.3em;color:#fff}.features__item:hover{text-decoration:none}.features__item::before{content:'';position:absolute;left:0;top:50%;width:3px;height:62px;margin-top:-31px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -42px}.features__item:nth-child(1)::before{content:none}.features__item:nth-child(1)::after{content:'';position:absolute;left:0;top:50%;width:67px;height:50px;margin-top:-25px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-81px 0;left:30px}.features__item:nth-child(2){padding-left:100px}.features__item:nth-child(2)::after{content:'';position:absolute;left:0;top:50%;width:50px;height:50px;margin-top:-25px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:0 -110px;left:30px}.features__item:nth-child(3)::after{content:'';position:absolute;left:0;top:50%;width:66px;height:42px;margin-top:-21px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-158px 0;left:30px}.features__item:nth-child(4)::after{content:'';position:absolute;left:0;top:50%;width:71px;height:50px;margin-top:-25px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:0 0;left:30px}@media screen and (max-width:1024px){.features__item{width:50%;padding:30px 20px 30px 120px;text-align:left}.features__item::before{content:none}.features__item:nth-child(1)::after{left:37px}.features__item:nth-child(2){padding-left:120px}.features__item:nth-child(2)::after{left:40px}.features__item:nth-child(2)::before{content:'';position:absolute;top:20px;left:0;margin-top:0;width:3px;height:147px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-234px 0}}@media screen and (max-width:680px){.features__item{width:300px;padding-left:95px}.features__item:nth-child(1)::after{left:12px}.features__item:nth-child(2){padding-left:95px}.features__item:nth-child(2)::after{left:15px}.features__item:nth-child(2)::before{content:none}.features__item:nth-child(3)::after{left:7px}.features__item:nth-child(4)::after{left:5px}}.articles__title{margin:0;margin-bottom:25px;font-size:26px;line-height:1.2em;color:#000;font-weight:400}.articles__item{position:relative;margin-top:35px;min-height:110px;padding-left:135px}.articles__item:first-child{margin-top:0}@media screen and (max-width:350px){.articles__item{padding-left:0}}.articles__img{position:absolute;top:0;left:0}.articles__img img{border-radius:5px}@media screen and (max-width:350px){.articles__img{display:none}}.articles__name{font-size:18px;line-height:1em;color:#333068;font-weight:600;transition:color 150ms ease}.articles__name:hover{color:#6bb1ff}.articles__text{margin-top:10px;font-size:14px;line-height:1.3em;color:#727272;font-weight:300}.blog-category{margin-bottom:20px;background:#fafafa;border:1px solid #eee}.blog-category__title{margin-bottom:20px;padding:12px 18px 0;font-size:24px;line-height:1em;color:#000;font-weight:600}.blog-category__list{padding:0 18px 10px}.blog-category__item{position:relative;margin-bottom:15px}.blog-category__link{font-size:18px;line-height:1em;color:#333068;font-weight:500;transition:color 150ms ease}.blog-category__link:hover{color:#6bb1ff}.article&gt;.top3-list a{border-bottom:0;color:#333068}.article&gt;.top3-list a:hover{border-bottom:0}.article&gt;.top3-list .top3-list__go-btn{color:#fff}.article&gt;.top3-list .top3-list__go-btn:hover{border-bottom:0}.article&gt;.top3-list .top3-list__more-btn{color:#fff}.article&gt;.top3-list .top3-list__more-btn:hover{border-bottom:0}.article&gt;.top3-list .best-users__item{color:#000}.article&gt;.top3-list .best-users__action{color:#da4265;text-decoration:none;font-weight:700;border:2px solid #da4265}.article&gt;.top3-list .best-users__action:hover{opacity:.8;border:2px solid #da4265}.article&gt;.top3-list .top3-list__link:hover{border-bottom:0}.article&gt;.top3-list .top3-list__logo:hover{border-bottom:0}.article{margin-bottom:20px}.article__content{padding:20px 20px 25px;background:#f1f1f6;margin-top:20px}.article__content-title{margin-bottom:15px;font-size:20px;line-height:1em;color:#333068;font-weight:600}.article__content-item{margin-top:12px}.article__content-item:first-child{margin-top:0}.article__content-link{display:inline;border-bottom:1px dashed #da4265;font-size:18px;line-height:1.1em;color:#da4265;font-weight:300;cursor:pointer;transition:border-bottom 150ms ease}.article__content-link:hover{border-bottom:1px dashed transparent}.article__subcontent{padding:12px 0 12px}.article__subcontent-item{position:relative;margin-top:12px;padding-left:20px}.article__subcontent-item:first-child{margin-top:0}.article__subcontent-item::before{content:'';position:absolute;top:11px;left:4px;width:4px;height:4px;border-radius:50%;background:#da4265}.article__subcontent-link{display:inline;border-bottom:1px dashed #da4265;font-size:16px;line-height:1.1em;color:#da4265;font-weight:300;cursor:pointer;transition:border-bottom 150ms ease}.article__subcontent-link:hover{border-bottom:1px dashed transparent}.article h1{margin:0;margin-bottom:15px;font-size:42px;line-height:1.1em;color:#000;font-weight:600}@media screen and (max-width:800px){.article h1{font-size:34px;line-height:1.1em}}@media screen and (max-width:600px){.article h1{font-size:28px;line-height:1.1em}}@media screen and (max-width:400px){.article h1{font-size:24px;line-height:1.1em}}.article h2{width:90%;padding-top:30px;margin-bottom:15px;font-size:22px;line-height:1.2em;color:#333068}@media screen and (max-width:640px){.article h2{padding-top:15px}}.article h3{padding-top:20px;margin-bottom:15px;font-size:18px;line-height:1.2em;color:#333068}.article p{font-size:18px;line-height:1.6em;color:#000;font-weight:300}.article p.article__introduction{font-size:18px;line-height:1.66em;color:#000;font-weight:400}.article a{text-decoration:none;border-bottom:1px solid #6bb1ff;color:#6bb1ff;transition:all 150ms ease}.article a:hover{border-bottom:1px solid #da4265;color:#da4265}.article h1+p,.article h2+p{margin-top:15px}.article img{display:block;max-width:80%;margin:0 auto;height:auto}@media screen and (max-width:640px){.article img{max-width:100%}}.article figcaption{margin-bottom:20px;font-size:16px;line-height:1.2em;color:#666;font-weight:300;text-align:center}.article ul{margin:20px 0;padding:0;list-style:none}.article ul li{position:relative;margin-bottom:14px;padding-left:30px;font-size:17px;line-height:1.5em;color:#000;font-weight:300}.article ul li::before{content:'';position:absolute;left:0;top:50%;width:17px;height:14px;margin-top:-7px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -122px;top:13px;left:5px}.article ol{margin:30px 0;padding:0 0 0 30px}.article ol li{margin-bottom:14px;padding-left:10px;font-size:18px;line-height:1.5em;color:#000;font-weight:300}@media screen and (max-width:500px){.article ol li{padding-left:0}}.article blockquote{position:relative;margin:30px 0;padding:25px 80px 25px 85px;background:#eff2f6;border-radius:5px;font-size:19px;line-height:1.66em;color:#212d43;font-weight:300;font-style:italic}.article blockquote::before{content:'';position:absolute;top:30px;left:25px;width:26px;height:20px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-71px -211px}@media screen and (max-width:640px){.article blockquote{padding:20px}.article blockquote::before{content:none}}.videobox{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-bottom:25px}.slides{margin:50px 0}.similar-article{margin:25px 0}.similar-article__title{margin-bottom:17px;font-size:24px;line-height:1em;color:#000;font-weight:600}.similar-article__list{font-size:0}.similar-article__item{display:inline-block;vertical-align:top;width:32%;margin-right:2%;margin-bottom:20px}.similar-article__item:nth-child(3n){margin-right:0}@media screen and (max-width:850px){.similar-article__item{width:48%;margin-right:2%}.similar-article__item:nth-child(3n){margin-right:2%}.similar-article__item:nth-child(2n){margin-right:0}}@media screen and (max-width:500px){.similar-article__item{width:100%;margin-right:0}.similar-article__item:nth-child(3n){margin-right:0}}.similar-article__img{display:block;margin-bottom:10px}.similar-article__img img{display:block;width:100%;height:auto}.similar-article__name{font-size:18px;line-height:1.3em;color:#333068;font-weight:600;transition:color 150ms ease;text-decoration:none}.similar-article__name:hover{color:#6bb1ff}@media screen and (max-width:600px){.similar-article__name{font-size:16px}}.add-opinions{padding:40px 0;text-align:center;background-image:url(/img/opinions-bg.jpg);background-repeat:no-repeat;background-size:cover}.add-opinions__box{box-sizing:border-box;display:inline-block;width:940px;padding:20px 50px 30px;background:#fff;border-radius:5px;box-shadow:0 0 38px rgba(51,51,51,.6)}@media screen and (max-width:1024px){.add-opinions__box{display:block;width:auto}}@media screen and (max-width:750px){.add-opinions__box{padding:20px 30px 26px}}@media screen and (max-width:400px){.add-opinions__box{padding:20px 20px 26px}}.add-opinions__title{margin-bottom:30px;font-size:30px;line-height:1em;color:#000;text-align:center}@media screen and (max-width:750px){.add-opinions__title{margin-bottom:0;font-size:24px;line-height:1.4em}.add-opinions__title_open{margin-bottom:25px}}@media screen and (max-width:750px){.add-opinions__title span{border-bottom:2px dotted #d0d1d5}}@media screen and (max-width:750px) and (max-width:750px){.add-opinions__title span{border-bottom:1px dashed #000}}.add-opinions__form{font-size:0}@media screen and (max-width:750px){.add-opinions__form{display:none}.add-opinions__form_open{display:block}}.add-opinions__form select{box-sizing:border-box;display:block;width:100%;height:40px;padding:10px 20px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17)}.add-opinions__form input[type=text]{box-sizing:border-box;display:block;width:100%;height:40px;padding:10px 20px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.1)}.add-opinions__form textarea{box-sizing:border-box;display:block;width:100%;height:150px;padding:15px 20px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1.5em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17)}.add-opinions__form button{position:relative;padding:20px 85px;background:#6bb1ff;border:0;border-radius:5px;box-shadow:0 5px #bfd3e9;font-size:16px;line-height:1em;color:#fff;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all 150ms ease}.add-opinions__form button::before{content:'';position:absolute;left:0;top:50%;width:31px;height:31px;margin-top:-15px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:0 -170px;left:auto;right:20px}.add-opinions__form button:hover{background:#333068;box-shadow:0 5px #ccc}@media screen and (max-width:500px){.add-opinions__form button{padding:15px 20px;font-size:15px;line-height:1em}.add-opinions__form button::before{content:none}}.add-opinions__send{margin-top:37px}.add-opinions__cell{display:inline-block;vertical-align:top;width:58%;margin-left:2%}.add-opinions__cell:first-child{width:40%;margin-left:0}@media screen and (max-width:750px){.add-opinions__cell{display:block;width:100%;margin-top:15px;margin-left:0}.add-opinions__cell:first-child{width:100%;margin-top:0}}.add-opinions__row{margin-bottom:15px}.add-opinions__row:last-child{margin-bottom:0}.add-opinions__rating{text-align:left}.add-opinions__rating-item{display:inline-block;vertical-align:top;width:47%;margin-left:6%;margin-top:23px}.add-opinions__rating-item:nth-child(2n+1){margin-left:0}@media screen and (max-width:600px){.add-opinions__rating-item{display:block;width:auto;margin-left:0}}.add-opinions__rating-label{margin-bottom:6px;font-size:16px;line-height:1em;color:#323338;font-weight:600}.add-opinions__rating-range{padding:10px 13px;background:#f2f3f3;border-radius:5px}.add-opinions__rating-line{position:relative;height:6px;background:#f9fafa;cursor:pointer}.add-opinions__rating-line .ui-slider-range{height:6px;background:#fff}.add-opinions__rating-line .ui-state-default{position:absolute;top:50%;width:12px;height:12px;margin-top:-13px;margin-left:-13px;border-radius:50%;outline:0;border:7px solid rgba(145,164,185,.38)}.add-opinions__rating-line .ui-slider-pip{position:absolute;top:50%;width:8px;height:8px;margin-top:-6px;margin-left:-6px;background:#e8e9e9;border:2px solid #f9fafa;border-radius:50%;cursor:pointer}.add-opinions__rating-line .ui-slider-pip-inrange{background:#34c713}.add-opinions__rating-line .ui-slider-pip-selected{background:#34c713}.add-opinions__rating-line .ui-slider-line{display:none}.add-opinions__rating-line .ui-slider-label{display:none}.add-opinions-site{margin-top:30px;box-sizing:border-box;padding:40px 50px;text-align:center;background:#fafafa;border-radius:5px}@media screen and (max-width:1024px){.add-opinions-site{display:block;width:auto}}@media screen and (max-width:750px){.add-opinions-site{padding:20px 30px 26px}}@media screen and (max-width:400px){.add-opinions-site{padding:20px 20px 26px}}.add-opinions-site__title{margin-bottom:30px;font-size:28px;line-height:1em;color:#000;text-align:center}.add-opinions-site__title._style{font-size:26px;font-weight:700;text-align:left}@media screen and (max-width:750px){.add-opinions-site__title._style{text-align:center;font-size:24px;font-weight:400}}@media screen and (max-width:750px){.add-opinions-site__title{margin-bottom:0;font-size:24px;line-height:1.4em}.add-opinions-site__title_open{margin-bottom:25px}}@media screen and (max-width:750px){.add-opinions-site__title span{border-bottom:2px dotted #d0d1d5}}@media screen and (max-width:750px) and (max-width:750px){.add-opinions-site__title span{border-bottom:1px dashed #000}}.add-opinions-site__terms{list-style-type:decimal;text-align:left;margin-bottom:20px}.add-opinions-site__btn-send{background:#cf2a52;padding:12px 57px;color:#fff;font-size:14px;border-radius:4px}.add-opinions-site__btn-send:hover{background:rgba(207,42,84,.902);cursor:pointer}@media screen and (max-width:640px){.add-opinions-site__btn-send{margin-top:30px}}.add-opinions-site__form{font-size:0}.add-opinions-site__form._font-size{font-size:14px}@media screen and (max-width:750px){.add-opinions-site__form_open{display:block}}.add-opinions-site__form select{box-sizing:border-box;display:block;width:100%;height:40px;padding:10px 20px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17)}.add-opinions-site__form input[type=text]{box-sizing:border-box;display:block;width:100%;height:40px;padding:10px 20px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.1)}.add-opinions-site__form textarea{box-sizing:border-box;display:block;width:100%;height:150px;padding:15px 20px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1.5em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17);resize:none;min-height:150px}.add-opinions-site__send{margin-top:37px}.add-opinions-site__send._align{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:640px){.add-opinions-site__send._align{flex-direction:column}}.add-opinions-site__cell-box{display:flex}@media screen and (max-width:750px){.add-opinions-site__cell-box{flex-direction:column}}.add-opinions-site__textarea._height{height:100%}.add-opinions-site__cell{display:inline-block;vertical-align:top;width:58%;margin-left:2%}.add-opinions-site__cell._flex-grow{flex-grow:1}.add-opinions-site__cell:first-child{width:40%;margin-left:0}@media screen and (max-width:750px){.add-opinions-site__cell{display:block;width:100%;margin-top:15px;margin-left:0}.add-opinions-site__cell:first-child{width:100%;margin-top:0}}.add-opinions-site__row{margin-bottom:15px}.add-opinions-site__row:last-child{margin-bottom:0}.add-opinions-site__rating{text-align:left}.add-opinions-site__rating._font-size{font-size:0}.add-opinions-site__rating-item{display:inline-block;vertical-align:top;width:47%;margin-left:6%;margin-top:23px}.add-opinions-site__rating-item:nth-child(2n+1){margin-left:0}@media screen and (max-width:600px){.add-opinions-site__rating-item{display:block;width:auto;margin-left:0}}.add-opinions-site__rating-label{margin-bottom:6px;font-size:16px;line-height:1em;color:#323338;font-weight:600}.add-opinions-site__rating-range{padding:10px 13px;background:#f2f3f3;border-radius:5px}.add-opinions-site__rating-line{position:relative;height:6px;background:#f9fafa;cursor:pointer}.add-opinions-site__rating-line .ui-slider-range{height:6px;background:#fff}.add-opinions-site__rating-line .ui-state-default{position:absolute;top:50%;width:12px;height:12px;margin-top:-13px;margin-left:-13px;border-radius:50%;outline:0;border:7px solid rgba(145,164,185,.38)}.add-opinions-site__rating-line .ui-slider-pip{position:absolute;top:50%;width:8px;height:8px;margin-top:-6px;margin-left:-6px;background:#e8e9e9;border:2px solid #f9fafa;border-radius:50%;cursor:pointer}.add-opinions-site__rating-line .ui-slider-pip-inrange{background:#34c713}.add-opinions-site__rating-line .ui-slider-pip-selected{background:#34c713}.add-opinions-site__rating-line .ui-slider-line{display:none}.add-opinions-site__rating-line .ui-slider-label{display:none}.label-check{padding-left:24px;font-size:12px}@media screen and (max-width:372px){.label-check{text-align:left}}@media screen and (max-width:372px){.label-check&gt;span{margin-left:10px}}.label-check__link{position:relative;font-weight:600;color:#333068;transition:all 150ms ease;cursor:pointer}.label-check__link:hover{color:#6bb1ff;text-decoration:none}.input-check:checked,.input-check:not(:checked){position:absolute;left:-9999px}.input-check:checked+.label-check,.input-check:not(:checked)+.label-check{display:inline-block;position:relative;cursor:pointer}.input-check:checked+.label-check::before,.input-check:not(:checked)+.label-check::before{content:"";position:absolute;left:0;top:0;width:16px;height:16px;background:#fff;border-radius:4px;box-shadow:inset 0 2px 6px rgba(0,0,0,.16);border:1px solid #dfdfdf}.input-check:checked+.label-check::after,.input-check:not(:checked)+.label-check::after{content:"";width:10px;height:10px;position:absolute;left:4px;top:4px;background:#cf2a52;border-radius:4px}.input-check:checked+.label-check::after{opacity:1}.input-check:not(:checked)+.label-check::after{opacity:0}.site h1{margin:0;font-size:30px;line-height:1em;color:#000;font-weight:800}.site__stats{display:table;width:100%;margin:15px 0 20px;border:1px solid #f1f1f6}@media screen and (max-width:600px){.site__stats{display:flex}}.site__stats-item{display:table-cell;padding:10px 30px;border-left:1px solid #f1f1f6;white-space:nowrap}.site__stats-item:nth-child(1){border-left:0}.site__stats-item:nth-child(2){background:#f1f1f6}@media screen and (min-width:1025px) and (max-width:1200px){.site__stats-item:nth-child(4){display:none}}@media screen and (max-width:900px){.site__stats-item{padding:10px 12px}}@media screen and (max-width:750px){.site__stats-item:nth-child(3){display:none}}@media screen and (max-width:600px){.site__stats-item:nth-child(1){display:none}}@media screen and (max-width:450px){.site__stats-item{padding:10px 6px}}@media screen and (max-width:600px){.site__stats-item._link{order:1;flex-grow:1}}@media screen and (max-width:600px){.site__stats-item._rating{order:2;flex-grow:1}}.site__stats-title{margin-bottom:10px;font-size:13px;line-height:1em;color:#9594b0;font-weight:300}.site__stats-link{position:relative;padding-right:15px;font-weight:600;color:#333068;text-decoration:none;transition:all 150ms ease;cursor:pointer}.site__stats-link&gt;span{border-bottom:1px solid #333068}.site__stats-link:hover{color:#6bb1ff}.site__stats-link:hover&gt;span{border-bottom:1px solid transparent}.site__stats-value{font-size:14px;line-height:1em;color:#000}.site__rating{font-size:0}.site__rating-value{display:inline-block;vertical-align:middle;margin-right:10px;font-size:14px;line-height:1em;color:#505050;font-weight:700}.site__rating-value._size-weight{font-size:20px}.site__rating-value._size{font-size:17px}.site__rating-line{display:inline-block;vertical-align:middle;font-size:0}.site__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.site__rating-item:first-child{margin-left:0}.site__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.site__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}.site__info{display:flex;flex-wrap:wrap;align-items:center;width:100%}@media screen and (max-width:500px){.site__info{display:block}}.site__logo{border-bottom:0!important;width:170px}.site__logo img{display:block;max-width:100%;height:auto;max-height:100%}@media screen and (max-width:500px){.site__logo{display:block;width:auto;text-align:center;margin-bottom:25px}}.site__img{position:relative;display:inline-block;width:160px;height:80px}.site__img img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.site__ratings{flex:1;padding:15px 30px 0;font-size:0}@media screen and (max-width:767px){.site__ratings{padding-top:0}}@media screen and (max-width:500px){.site__ratings{display:block;width:auto;padding:0}}.site__ratings-item{display:inline-block;vertical-align:top;width:45%;margin-bottom:15px;margin-left:10%}.site__ratings-item:nth-last-child(2n){margin-left:0}@media screen and (max-width:767px){.site__ratings-item{display:block;width:100%;margin-left:0}}.site__ratings-label{font-size:14px;line-height:1em;color:#323338;font-weight:300}.site__ratings-label span{font-weight:700}.site__ratings-line{margin-top:5px;padding:3px;background:#ededed;border-radius:3px}.site__ratings-line-stats{height:7px;border-radius:3px;background:#34c713}.site__ratings-item_bad .site__ratings-line-stats{background:#da4265}.site__about{margin:30px 0 40px}.site__about p{margin:15px 0;font-size:16px;line-height:1.6em;font-weight:300;color:#000}.site__best{display:flex;margin:50px 0;padding:20px 30px;background-color:#fafafa;border:1px solid #7b7b7b;border-radius:4px}@media screen and (max-width:800px){.site__best{flex-direction:column}}.site__best-title{flex-shrink:0;width:140px;margin-right:30px;font-size:18px;font-weight:700;color:#000}@media screen and (max-width:800px){.site__best-title{width:100%;margin-right:0;margin-bottom:20px;text-align:center}}.site__best-list{flex-grow:1;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:600px){.site__best-list{flex-direction:column}}.site__best-list .top-datings__item{margin-bottom:0;padding:0;padding-left:70px;border-bottom:none}@media screen and (max-width:600px){.site__best-list .top-datings__item{margin-bottom:20px}.site__best-list .top-datings__item:last-child{margin-bottom:0}}.site__best-list .top-datings__img::before{margin-left:-50px!important;margin-top:-38px!important}.site__best-list .top-datings__signup{display:none}.site__preview{display:block;margin:30px 0;color:#000;text-decoration:none}.site__preview-title{margin-bottom:15px;font-size:24px;line-height:1em;color:#000;font-weight:600;text-align:center}.site__preview-scroll{box-sizing:border-box;width:100%;height:500px;border:2px solid #f1f1f6;border-radius:4px;background-size:100%;-webkit-animation:animatedBg 500s linear infinite;animation:animatedBg 500s linear infinite}.conclusion{margin-top:60px}.conclusion h2{margin-top:30px;font-size:26px;line-height:1.3em;color:#000;font-weight:600}.conclusion h3{margin:40px 0 10px;font-size:22px;line-height:1.3em;color:#000;font-weight:600}.conclusion p{font-size:18px;line-height:1.6em;color:#000;font-weight:300}.conclusion ul{margin:20px 0;padding:0;list-style:none}.conclusion ul li{position:relative;margin-bottom:14px;padding-left:30px;font-size:17px;line-height:1.5em;color:#000;font-weight:300}.conclusion ul li::before{content:'';position:absolute;left:0;top:50%;width:17px;height:14px;margin-top:-7px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -122px;top:13px}.conclusion ul li a{color:#65a5ff}.conclusion ol{margin:30px 20px;padding:0}.conclusion ol li{margin-bottom:14px;padding-left:10px;font-size:18px;line-height:1.5em;color:#000;font-weight:300}.conclusion ol li a{color:#65a5ff}.conclusion p&gt;a{text-decoration:none;border-bottom:1px solid #6bb1ff;color:#6bb1ff;transition:all 150ms ease}.conclusion p&gt;a:hover{border-bottom:1px solid #da4265;color:#da4265}.conclusion__list{margin-top:20px;font-size:0}.conclusion__free,.conclusion__money{display:inline-block;vertical-align:top;width:46%;margin-left:8%}@media screen and (max-width:600px){.conclusion__free,.conclusion__money{display:block;width:auto;margin-left:0}}.conclusion__free{margin-left:0}@media screen and (max-width:600px){.conclusion__free{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}}.conclusion__bad,.conclusion__good{display:inline-block;vertical-align:top;width:46%;margin-left:8%}@media screen and (max-width:600px){.conclusion__bad,.conclusion__good{display:block;width:auto;margin-left:0}}.conclusion__good{margin-left:0}@media screen and (max-width:600px){.conclusion__good{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}}.conclusion__item{position:relative;padding-left:25px;margin-top:16px;font-size:18px;line-height:1.5em;color:#666}.conclusion__item:first-child{margin-top:0}.conclusion__money .conclusion__item::before{content:'';position:absolute;left:0;top:50%;width:10px;height:18px;margin-top:-9px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -146px;top:4px;left:3px;margin-top:0}.conclusion__free .conclusion__item::before{content:'';position:absolute;left:0;top:50%;width:20px;height:20px;margin-top:-10px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-137px -211px;top:2px;margin-top:0}.conclusion__good .conclusion__item::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -70px;top:4px;margin-top:0}.conclusion__bad .conclusion__item::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -218px;top:4px;margin-top:0}.conclusion__bad .conclusion__item:first-child,.conclusion__good .conclusion__item:first-child{padding-left:0;font-size:20px;line-height:1em;color:#000;font-weight:600}.conclusion__bad .conclusion__item:first-child::before,.conclusion__good .conclusion__item:first-child::before{content:none}.conclusion__free .conclusion__item:first-child,.conclusion__money .conclusion__item:first-child{padding-left:0;font-size:20px;line-height:1em;color:#000;font-weight:600}.conclusion__free .conclusion__item:first-child::before,.conclusion__money .conclusion__item:first-child::before{content:none}.conclusion__box{margin-top:30px;padding:20px;background:#f1f1f6;text-align:center;border-radius:4px 4px 0 0}@media screen and (max-width:600px){.conclusion__box{padding:10px}}.conclusion__box h2{margin:10px 0;font-size:26px;line-height:1.2em;color:#6bb1ff;font-weight:600}@media screen and (max-width:600px){.conclusion__box h2{font-size:20px;line-height:1.2em}}.conclusion__box p{margin-top:15px;font-size:18px;line-height:1.66em;color:#282828;font-weight:400}@media screen and (max-width:600px){.conclusion__box p{font-size:15px;line-height:1.5em}}.conclusion__signup{margin-bottom:30px;padding:25px 0;background-image:url(/img/site-signup-bg.jpg);background-repeat:no-repeat;background-size:cover;text-align:center}.conclusion__signup._no-bg{background-image:none}.conclusion__signup-btn{position:relative;display:inline-block;padding:20px 80px 20px 70px;background:#da4265;border-radius:4px;font-size:18px;line-height:1em;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none;opacity:.95;transition:opacity 150ms ease}.conclusion__signup-btn::before{content:'';position:absolute;left:0;top:50%;width:18px;height:34px;margin-top:-17px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px 0;left:auto;right:25px;-webkit-animation:signup-blink 1.5s ease-in-out infinite;animation:signup-blink 1.5s ease-in-out infinite}.conclusion__signup-btn:hover{opacity:1}.conclusion__signup-btn:hover::before{-webkit-animation:signup-blink .7s ease-in-out infinite;animation:signup-blink .7s ease-in-out infinite}@media screen and (max-width:450px){.conclusion__signup-btn{padding:20px 50px 20px 40px;font-size:16px;line-height:1.2em}.conclusion__signup-btn::before{right:20px}}.link-leads{display:flex;flex-direction:column;align-items:center;margin-top:20px;width:100%}.link-leads._indent{margin:40px 0}.link-leads__link{border-bottom:0!important;display:flex;background:#cf2a52;border-radius:4px;padding:14px 10px;width:360px;font-size:16px;font-weight:600;box-shadow:0 4px 12px 0 rgba(207,42,84,.8);text-decoration:none;color:#fff!important;justify-content:center;box-sizing:border-box}.link-leads__link:hover{background:rgba(207,42,82,.8)}@media screen and (max-width:378px){.link-leads__link{width:300px}}.link-leads__note{font-size:16px;margin-top:10px}@keyframes signupAppearance{0%{transform:translateY(100px)}20%{transform:translateY(80px)}40%{transform:translateY(60px)}60%{transform:translateY(40px)}80%{transform:translateY(20px)}100%{transform:translateY(0)}}@keyframes animatedBg{0%{background-position:0 0}100%{background-position:0 -20000px}}@keyframes signup-blink{0%{transform:none}25%{transform:scale(.8)}50%{transform:scale(.6)}75%{transform:scale(.8)}100%{transform:scale(1)}}.article&gt;.best-users .best-users__item{color:#000}.article&gt;.best-users a{color:#000;border-bottom:0}.article&gt;.best-users .best-users__action{color:#da4265}.best-users{display:flex;align-items:center;margin:25px 0;background:#f1f1f6;border-radius:4px;overflow:hidden;padding:35px 0}@media screen and (max-width:850px){.best-users{flex-direction:column;align-items:center;padding:35px 34px}}.best-users__action{color:#da4265;text-decoration:none;font-weight:700;display:inline-block;padding:10px 15px 10px;text-align:center;background:#fff;border-radius:10px;border:2px solid #da4265;box-sizing:border-box}@media screen and (max-width:850px){.best-users__action{display:block;padding:10px 10px 14px}}.best-users__action .best-users__status-name{font-weight:700}.best-users__main{flex-shrink:0;width:300px;margin-right:20px;padding-left:55px}@media screen and (max-width:1000px){.best-users__main{padding-left:35px}}@media screen and (max-width:850px){.best-users__main{margin-right:0;padding:0;order:2}}@media screen and (max-width:400px){.best-users__main{width:100%}}.best-users__title{margin-bottom:30px;font-size:24px;line-height:1.3em;color:#333068;font-weight:700}.best-users__title_mobile{display:none}@media screen and (max-width:850px){.best-users__title{display:none}.best-users__title_mobile{display:block;text-align:center;margin-bottom:25px}}@media screen and (max-width:400px){.best-users__title_mobile{font-size:20px}}.best-users__btn{min-width:30px;max-width:30px;height:30px;background:0 0;border:0}.best-users__btn:hover{cursor:pointer}.best-users__btn._prev{transform:rotate(-45deg);border-top:3px solid #da4265;border-left:3px solid #da4265}.best-users__btn._prev:hover{border-top:3px solid #ccc;border-left:3px solid #ccc}.best-users__btn._next{transform:rotate(45deg);border-top:3px solid #da4265;border-right:3px solid #da4265}.best-users__btn._next:hover{border-top:3px solid #ccc;border-right:3px solid #ccc}.best-users__list{display:flex;align-items:center;width:calc(100% - 300px - 110px)}@media screen and (max-width:1000px){.best-users__list{width:calc(100% - 300px - 90px)}}@media screen and (max-width:850px){.best-users__list{width:100%;margin-bottom:35px;order:1}}.best-users__slider{position:relative;box-sizing:border-box;display:flex;justify-content:space-between;overflow-x:hidden;scroll-behavior:smooth;width:100%}@media screen and (max-width:850px){.best-users__slider{padding:0}}.best-users__item{color:#000;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;max-width:33%;min-width:33%;flex:1;scroll-snap-align:start;transition:.4s}@media screen and (min-width:1134px){.best-users__item{max-width:25%;min-width:25%}}@media screen and (max-width:963px){.best-users__item{max-width:50%;min-width:50%}}@media screen and (max-width:850px){.best-users__item{max-width:33%;min-width:33%}}@media screen and (max-width:587px){.best-users__item{width:50%;min-width:50%}}@media screen and (max-width:473px){.best-users__item{width:100%;min-width:100%}}.best-users__item:hover .best-users__status-name{border-bottom:1px solid #da4265}.best-users__item._shortened-style{max-width:33%;min-width:33%}@media screen and (max-width:1236px){.best-users__item._shortened-style{max-width:50%;min-width:50%}}@media screen and (max-width:1092px){.best-users__item._shortened-style{max-width:100%;min-width:100%}}@media screen and (max-width:1024px){.best-users__item._shortened-style{max-width:33%;min-width:33%}}@media screen and (max-width:902px){.best-users__item._shortened-style{max-width:50%;min-width:50%}}@media screen and (max-width:850px){.best-users__item._shortened-style{max-width:25%;min-width:25%}}@media screen and (max-width:699px){.best-users__item._shortened-style{max-width:33%;min-width:33%}}@media screen and (max-width:550px){.best-users__item._shortened-style{max-width:50%;min-width:50%}}@media screen and (max-width:415px){.best-users__item._shortened-style{max-width:100%;min-width:100%}}.best-users__item-search{margin-bottom:15px;font-size:12px;font-weight:600;text-align:center;height:34px;display:flex;justify-content:center;align-items:center}.best-users__item-photo{display:flex;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto}.best-users__item-photo&gt;img{flex-shrink:0;max-width:100%;max-height:100%;border-radius:50%}.best-users__item-circle{display:flex;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto;background:#cf2a52;color:#fff;border-radius:50%;margin-top:47px}.best-users__item-name{display:flex;justify-content:center;align-items:center;margin-top:15px;font-size:14px;font-weight:700;color:#000;transition:color 150ms ease;text-align:center}.best-users__item-status{text-align:center}.best-users__status-name{font-size:14px;line-height:1em;color:#da4265;transition:.3s}.best-users__status-name:hover{border-bottom:1px solid #da4265}@keyframes userAppearance{0%{transform:translateX(500px)}20%{transform:translateX(400px)}40%{transform:translateX(300px)}60%{transform:translateX(200px)}80%{transform:translateX(100px)}100%{transform:translateX(0)}}.questions{margin-top:50px;padding-top:50px;border-top:1px solid #e5e5e5}.questions-all__title{margin:0;margin-bottom:30px;font-size:26px;line-height:1.2em;color:#000;font-weight:700}.questions-all__item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #eee}.questions-all__item:last-child{margin-bottom:0;border-bottom:none}.questions-all__name{font-size:20px;line-height:1.2em;color:#333068;font-weight:700;text-decoration:none;transition:color 150ms ease}.questions-all__name:hover{color:#6bb1ff}@media screen and (max-width:450px){.questions-all__name{font-size:18px}}.questions-all__info{display:flex;justify-content:space-between;align-items:baseline;margin-top:25px}@media screen and (max-width:550px){.questions-all__info{flex-direction:column;margin-top:20px}}.questions-all__category{display:flex;flex-wrap:wrap}.questions-all__category-link{position:relative;padding-left:20px;margin-left:5px;font-size:16px;line-height:1.5em;font-weight:700;color:#333068;text-decoration:none;cursor:pointer;transition:color 150ms ease}.questions-all__category-link::before{position:absolute;content:"|";left:0;top:50%;margin-top:-12px;font-weight:500;cursor:default}.questions-all__category-link:hover{color:#6bb1ff}.questions-all__category-link:hover::before{color:#333068}.questions-all__category-logo{position:relative;top:3px;margin-right:3px}.questions-all__comments-link{font-size:16px;line-height:1.5em;font-weight:600;color:#333068;text-decoration:underline;cursor:pointer;transition:color 150ms ease}.questions-all__comments-link:hover{color:#6bb1ff}@media screen and (max-width:550px){.questions-all__comments-link{margin-top:15px}}.questions-all__add-question{display:block;box-sizing:border-box;width:350px;margin:0 auto;margin-top:25px;padding:10px;font-size:18px;line-height:1.5em;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;background-color:#da4265;border:1px solid #eee;border-radius:4px;cursor:pointer;transition:color 150ms ease}.questions-all__add-question:hover{opacity:.8}@media screen and (max-width:450px){.questions-all__add-question{width:100%;margin-top:15px}}.question__title{margin:0;margin-bottom:25px;font-size:26px;line-height:1.2em;color:#000;font-weight:700}.question__category{margin-top:25px}.question__category-link{position:relative;padding-left:20px;margin-left:5px;font-size:16px;line-height:1.5em;font-weight:700;color:#333068;text-decoration:none;cursor:pointer;transition:color 150ms ease}.question__category-link::before{position:absolute;content:"|";left:0;top:50%;margin-top:-12px;font-weight:500;cursor:default}.question__category-link:hover{color:#6bb1ff}.question__category-link:hover::before{color:#333068}.question__category-logo{position:relative;top:3px;margin-right:3px}.question__answer{margin-top:35px}.question__box{position:relative;border:1px solid #e0e0e6;border-radius:5px}.question__author{display:flex;align-items:baseline;margin-bottom:15px}@media screen and (max-width:600px){.question__author{margin-bottom:10px}}.question__name{position:relative;display:inline-block;padding-left:30px;margin-right:5px;font-size:18px;line-height:1.5em;color:#000;font-weight:700}.question__name::before{position:absolute;content:"";left:0;top:50%;width:24px;height:24px;margin-top:-12px;background:url(../img/answer.svg) no-repeat}.question__text{padding:20px 25px;border-radius:5px 5px 0 0}@media screen and (max-width:600px){.question__text{padding:16px 15px}}.question__text p{margin-top:0;font-size:16px;line-height:1.5em;color:#000;font-style:italic}.question__text p:first-child{margin-top:0}.question__text p:last-child{margin-bottom:0}@media screen and (max-width:400px){.question__text p{font-size:16px;line-height:1.5em}}.question__text p a{text-decoration:none;border-bottom:1px solid #6bb1ff;color:#6bb1ff;transition:all 150ms ease}.question__text p a:hover{border-bottom:1px solid transparent;color:#da4265}.question__text p img{max-width:100%}.question__reply{text-align:right}.question__reply-link{font-size:14px;line-height:1.5em;font-weight:700;color:#333068;text-decoration:underline;cursor:pointer;transition:color 150ms ease}.question__reply-link:hover{color:#6bb1ff}.question__add-question{display:block;box-sizing:border-box;width:350px;margin:0 auto;margin-top:30px;padding:10px;font-size:18px;line-height:1.5em;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;background-color:#da4265;border:1px solid #eee;border-radius:4px;cursor:pointer;transition:color 150ms ease}.question__add-question:hover{opacity:.8}@media screen and (max-width:450px){.question__add-question{width:100%}}.opinions_site{padding-top:30px}.opinions__title{margin-bottom:15px;font-size:24px;line-height:1em;color:#000;font-weight:600;text-align:center}.opinions__list._indent-top{margin-top:20px}.opinions__tabs{display:flex;align-items:center;flex-wrap:wrap;margin:30px 0}.opinions__tabs-item{box-sizing:border-box;margin-bottom:15px;padding:10px 5px;font-size:14px;font-weight:600;color:#fff;text-decoration:none;text-align:center;white-space:nowrap;background:#6bb1ff;border:2px solid #6bb1ff;border-radius:5px;cursor:default;transition:all 150ms ease}.opinions__tabs-item[href]{color:#333068;background:#fff;border:2px solid #333068;cursor:pointer}.opinions__tabs-item[href]:hover{color:#fff;background:#6bb1ff;border:2px solid #6bb1ff}@media screen and (min-width:1261px){.opinions__tabs-item{width:23.5%;margin-right:2%}.opinions__tabs-item:nth-child(4n){margin-right:0}}@media screen and (min-width:1025px) and (max-width:1260px){.opinions__tabs-item{width:49%;margin-right:2%}.opinions__tabs-item:nth-child(2n){margin-right:0}}@media screen and (min-width:871px) and (max-width:1024px){.opinions__tabs-item{width:24.25%;margin-right:1%}.opinions__tabs-item:nth-child(4n){margin-right:0}}@media screen and (min-width:451px) and (max-width:870px){.opinions__tabs-item{width:49%;margin-right:2%}.opinions__tabs-item:nth-child(2n){margin-right:0}}@media screen and (max-width:450px){.opinions__tabs-item{width:100%;margin-right:0;margin-bottom:10px}.opinions__tabs-item:last-child{margin-bottom:0}}.opinions__sites{display:flex;justify-content:space-between;align-items:center;padding:25px 31px 26px 38px;border:1px dotted #9c9c9c}@media screen and (max-width:1250px){.opinions__sites{flex-direction:column}}@media screen and (max-width:400px){.opinions__sites{padding:15px}}.opinions__ref-list{width:450px;display:flex;justify-content:center;flex-wrap:wrap}@media screen and (max-width:1250px){.opinions__ref-list{margin-bottom:30px;text-align:center}}@media screen and (max-width:665px){.opinions__ref-list{width:auto}}@media screen and (max-width:515px){.opinions__ref-list{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:20px}}.opinions__ref-item{display:flex;align-items:center;width:125px;margin-right:27px;margin-bottom:26px;font-size:18px;line-height:24px;font-weight:700;color:#333068;text-align:left}@media screen and (max-width:1250px){.opinions__ref-item{margin-right:25px}}@media screen and (max-width:400px){.opinions__ref-item{margin-right:0;margin-bottom:20px;font-size:16px;line-height:20px}}.opinions__ref-item img{margin-right:10px}@media screen and (min-width:516px){.opinions__ref-item:nth-child(3n){margin-right:0}}@media screen and (min-width:516px){.opinions__ref-item:nth-child(4),.opinions__ref-item:nth-child(5),.opinions__ref-item:nth-child(6){margin-bottom:0}}@media screen and (max-width:515px){.opinions__ref-item:nth-child(2n){margin-right:0}}@media screen and (max-width:515px){.opinions__ref-item:nth-child(5),.opinions__ref-item:nth-child(6){margin-bottom:0}}.opinions__select-datings{width:350px}@media screen and (max-width:1250px){.opinions__select-datings{width:600px}}@media screen and (max-width:680px){.opinions__select-datings{width:100%;margin:0 auto}}@media screen and (max-width:350px){.opinions__select-datings{min-width:250px}}.opinions__select-datings select{box-sizing:border-box;display:block;width:100%;height:40px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17);outline:0;-webkit-appearance:none}.opinions__filters{padding:8px 18px;margin-bottom:20px;font-size:16px;line-height:24px;color:#333068;border:1px dotted #9c9c9c;background:#fff;z-index:100!important}@media screen and (max-width:1280px){.opinions__filters{text-align:center}}.opinions__filters--borderless{border:none;margin-bottom:5px;padding:14px 18px;padding-top:18px;padding-left:0}.opinions__filters-item{position:relative;display:inline-block;vertical-align:middle;margin-right:10px;padding-right:20px}.opinions__filters-item::before{content:'/';position:absolute;top:50%;right:0;margin-top:-16px;font-size:24px;line-height:30px;color:#333}.opinions__filters-item:last-child{margin-right:0;padding-right:0}.opinions__filters-item:last-child::before{content:none}@media screen and (max-width:700px){.opinions__filters-item{display:block;margin-bottom:15px;margin-right:0;padding-right:0}.opinions__filters-item:last-child{margin-bottom:0}.opinions__filters-item::before{content:none}}.opinions__filters-link{position:relative;display:inline-block;padding-left:23px;font-size:16px;line-height:24px;color:#777;font-weight:300;text-decoration:none;transition:color 150ms ease}.opinions__filters-link.active{font-weight:600;color:#333068!important}.opinions__filters-link:hover{color:#000}.opinions__filters_good::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -70px}.opinions__filters_bad::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -218px}.opinions__filters_all::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -192px}.opinions__item{position:relative;margin-bottom:25px}@media screen and (max-width:600px){.opinions__item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #ccc;padding-left:0}.opinions__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}}.opinions__subtitle{margin-bottom:5px;font-size:14px;line-height:1em;color:#000}@media screen and (max-width:600px){.opinions__subtitle{display:inline-block;vertical-align:middle;margin-bottom:0;margin-right:5px}}.opinions__author{display:flex;align-items:baseline;margin-bottom:15px;justify-content:space-between}@media screen and (max-width:600px){.opinions__author{margin-bottom:10px}}.opinions__name{display:inline-block;margin-right:5px;font-size:18px;line-height:24px;color:#000;font-weight:700}.opinions__about{font-size:14px;font-weight:500;font-style:italic}.opinions__dating{display:block;margin-top:15px;font-size:12px;line-height:1.2em;color:#333;font-weight:600;text-decoration:none;transition:color 150ms ease}@media screen and (max-width:600px){.opinions__dating{margin-top:0;font-size:13px;line-height:1.1em;text-align:right}}.opinions__dating span:first-child{display:inline-block;vertical-align:middle;margin-right:5px;text-decoration:none;font-size:12px;line-height:1.2em;font-weight:400;color:#333!important}@media screen and (max-width:600px){.opinions__dating span:first-child{display:block;margin-right:0;margin-bottom:5px}}.opinions__dating img{display:inline-block;vertical-align:middle;margin-right:3px;width:16px;height:16px}.opinions__dating span{display:inline-block;vertical-align:middle}.opinions__dating:hover{color:#6bb1ff}.opinions__box{position:relative;border:1px solid #e0e0e6;border-radius:5px}.opinions__item_good .opinions__box::after{border-color:transparent #daf1db transparent transparent}.opinions__item_bad .opinions__box::after{border-color:transparent #ffe3e3 transparent transparent}.opinions__text{padding:30px;padding-top:35px;background:#f6f6ff;border-radius:5px 5px 0 0}@media screen and (max-width:600px){.opinions__text{padding:16px 15px}}.opinions__text p{margin-top:0;font-size:18px;line-height:30px;color:#000;font-style:italic}.opinions__text p:first-child{margin-top:0}.opinions__text p:last-child{margin-bottom:0}@media screen and (max-width:400px){.opinions__text p{font-size:16px;line-height:1.5em}}.opinions__item_good .opinions__text{background:#daf1db}.opinions__item_good .opinions__text p:first-child{margin-top:0}.opinions__item_good .opinions__text p:last-child{margin-bottom:0}.opinions__item_bad .opinions__text{background:#ffe3e3}.opinions__item_bad .opinions__text p:first-child{margin-top:0}.opinions__item_bad .opinions__text p:last-child{margin-bottom:0}.opinions__footer{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding-left:3px;padding-right:20px}@media screen and (max-width:768px){.opinions__footer{padding:0;align-items:flex-start}}@media screen and (max-width:550px){.opinions__footer{flex-direction:column;align-items:center}}.opinions__scale{font-size:18px;line-height:30px;font-weight:700}@media screen and (max-width:550px){.opinions__scale{margin-bottom:15px}}.opinions__like{font-size:18px;line-height:30px;font-weight:700;color:#000;text-align:right}@media screen and (max-width:380px){.opinions__like{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:center}}.opinions__like-good{position:relative;padding-left:24px;display:inline-block;vertical-align:middle;margin-left:30px;font-size:14px;line-height:24px;font-weight:400;color:#333;cursor:pointer}.opinions__like-good::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -96px;margin-top:-10px}@media screen and (max-width:768px){.opinions__like-good{margin-left:15px}}@media screen and (max-width:380px){.opinions__like-good{margin:0}}.opinions__like-bad{position:relative;padding-left:24px;display:inline-block;vertical-align:middle;margin-left:30px;font-size:14px;line-height:24px;font-weight:400;color:#333;cursor:pointer}.opinions__like-bad::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -44px;margin-top:-6px}@media screen and (max-width:768px){.opinions__like-bad{margin-left:15px}}@media screen and (max-width:380px){.opinions__like-bad{margin-left:30px}}@media screen and (max-width:380px){.opinions__like span{display:block;width:100%;text-align:center}}.opinions__answer{padding:30px;background:#f6f6ff}.opinions__answer-name{margin-bottom:15px;font-size:20px;line-height:1em;color:#000;font-weight:600}.opinions__answer-text{font-size:16px;line-height:1.66em;color:#000}.opinions__reply-button{display:inline-block;padding:10px 52px;margin-right:20px;border:2px solid #ffe592;border-radius:5px;font-size:18px;line-height:24px;color:#333068;font-weight:lighter;text-decoration:none;transition:border 150ms ease}@media screen and (min-width:1025px) and (max-width:1200px){.opinions__reply-button{padding:10px 25px;margin-right:10px}}@media screen and (max-width:600px){.opinions__reply-button{margin-right:0;margin-bottom:20px;display:block;text-align:center}}@media screen and (max-width:370px){.opinions__reply-button{font-size:16px;line-height:20px}}.opinions__reply-button:hover{border:2px solid #333068}.opinions__ratings{padding:20px 23px 10px;border-top:1px dotted #9a9a9a;font-size:0}@media screen and (max-width:600px){.opinions__ratings{padding:20px 15px 10px}}.opinions__ratings-item{display:inline-block;vertical-align:top;width:32%;margin-left:2%;margin-bottom:10px;font-size:12px;line-height:1em;color:#323338}.opinions__ratings-item:nth-child(3n+1){margin-left:0}.opinions__ratings-item span{color:#34c713;font-weight:700}@media screen and (min-width:1024px) and (max-width:1250px){.opinions__ratings-item{width:48%;margin-left:4%}.opinions__ratings-item:nth-child(3n+1){margin-left:4%}.opinions__ratings-item:nth-child(2n+1){margin-left:0}}@media screen and (max-width:950px){.opinions__ratings-item{width:48%;margin-left:4%}.opinions__ratings-item:nth-child(3n+1){margin-left:4%}.opinions__ratings-item:nth-child(2n+1){margin-left:0}}@media screen and (max-width:700px){.opinions__ratings-item{display:block;width:auto;margin-left:0}.opinions__ratings-item:nth-child(3n+1){margin-left:0}.opinions__ratings-item:nth-child(2n+1){margin-left:0}}.opinions__more{margin:20px 0 15px 0;text-align:center}.opinions__more-link{position:relative;display:inline-block;vertical-align:middle;padding-right:20px;font-size:18px;line-height:1em;color:#423ca5;font-weight:600;text-transform:uppercase;text-decoration:none;transition:color 150ms ease}.opinions__more-link::before{content:'';position:absolute;left:0;top:50%;width:9px;height:6px;margin-top:-3px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -195px;left:auto;right:0}.opinions__more-link:hover{color:#6bb1ff}.page-description{padding:45px 0 10px}.page-description__box{width:900px;margin:0 auto}@media screen and (max-width:1024px){.page-description__box{width:90%}}.page-description__title{margin-top:10px;margin-bottom:15px;font-size:26px;line-height:1.1em;color:#000}@media screen and (max-width:400px){.page-description__title{margin-bottom:-5px;font-size:22px;line-height:1.1em}}.page-description__text h2{font-size:24px;line-height:1.2em;color:#000;font-weight:600}@media screen and (max-width:400px){.page-description__text h2{font-size:18px;line-height:1.1em}}.page-description__text p{margin:20px 0;font-size:17px;line-height:1.5em;color:#000;font-weight:300}.page-description__text ul{margin:20px 0;padding:0;list-style:none}.page-description__text ul li{position:relative;margin-bottom:12px;padding-left:30px;font-size:16px;line-height:1.5em;color:#000;font-weight:300}.page-description__text ul li::before{content:'';position:absolute;left:0;top:50%;width:17px;height:14px;margin-top:-7px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -122px;top:13px}.page-description__text a{text-decoration:none;border-bottom:1px solid #6bb1ff;color:#6bb1ff;transition:all 150ms ease}.page-description__text a:hover{border-bottom:1px solid #da4265;color:#da4265}.page-description__text&gt;figure{margin:22px 0;padding:0;display:flex;justify-content:center}.page-description__text&gt;figure&gt;picture&gt;img{max-width:100%;display:block;width:auto}.page-description blockquote{position:relative;margin:30px 0;padding:25px 80px 25px 85px;background:#eff2f6;border-radius:5px;font-size:19px;line-height:1.66em;color:#212d43;font-weight:300;font-style:italic}.page-description blockquote::before{content:'';position:absolute;top:30px;left:25px;width:26px;height:20px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-71px -211px}@media screen and (max-width:640px){.page-description blockquote{padding:20px}.page-description blockquote::before{content:none}}.comparison{margin:40px 0}.comparison__title{margin-bottom:25px;font-size:26px;line-height:1.1em;color:#000;text-align:center}@media screen and (max-width:400px){.comparison__title{font-size:22px;line-height:1.1em}}.comparison__table{overflow-x:auto}.comparison__table table{width:100%;border:1px solid #f7f7f7}@media screen and (max-width:900px){.comparison__table table{font-size:15px}}@media screen and (max-width:850px){.comparison__table table{font-size:14px}}@media screen and (max-width:760px){.comparison__table table{width:740px}}.comparison__table table tr{background-color:#f7f7f7}.comparison__table table tr:nth-child(2n){background-color:#fff}.comparison__table table th{padding:10px 6px;text-align:center;vertical-align:middle}.comparison__table table td{padding:10px 6px;text-align:center;white-space:nowrap}.comparison__table table tr&gt;td:nth-child(1),.comparison__table table tr&gt;th:nth-child(1){width:20%;font-weight:700;text-align:left}@media screen and (min-width:851px){.comparison__table table tr&gt;td:nth-child(1),.comparison__table table tr&gt;th:nth-child(1){padding-left:20px}}.comparison__table._arbitration table{width:100%;border:none;border-collapse:collapse}@media screen and (max-width:900px){.comparison__table._arbitration table{font-size:15px}}@media screen and (max-width:970px){.comparison__table._arbitration table{font-size:14px;width:928px}}.comparison__table._arbitration table tr{background:#fff}.comparison__table._arbitration table tr:first-child{background:rgba(218,66,101,.1)}.comparison__table._arbitration table tr&gt;td:nth-child(1),.comparison__table._arbitration table tr&gt;th:nth-child(1){width:auto;min-width:130px;max-width:220px;white-space:normal;font-weight:400;text-align:center;box-sizing:border-box}@media screen and (min-width:851px){.comparison__table._arbitration table tr&gt;td:nth-child(1),.comparison__table._arbitration table tr&gt;th:nth-child(1){padding-left:6px}}.comparison__table-name{display:flex;align-items:center;font-size:16px;line-height:1.2em;font-weight:600;color:#333068;text-decoration:none;transition:color 150ms ease}.comparison__table-name:hover{color:#6bb1ff}.comparison__table-name&gt;img{flex-shrink:0;width:20px;height:20px;margin-right:10px}.comparison__table-name._arbitration{color:#333068;text-align:center;display:flex;justify-content:center}.comparison__table-name._arbitration:hover{color:#da4265}.comparison__table-reviews{font-size:16px;line-height:1.2em;font-weight:600;color:#333068;text-decoration:none;transition:color 150ms ease}.comparison__table-reviews:hover{color:#6bb1ff}.comparison__table-reviews:hover&gt;span{border:none}.comparison__table-reviews&gt;span{border-bottom:1px solid #333068}.comparison__table-more{display:inline-block;padding:10px 15px;font-size:12px;line-height:1em;font-weight:700;color:#fff;text-transform:uppercase;text-decoration:none;background:#da4265;border:none;border-radius:4px;opacity:.9;transition:opacity 150ms ease}.comparison__table-more:hover{opacity:1}.comparison__arbitration-link{display:flex;justify-content:center;width:180px;min-width:180px;line-height:22px;font-weight:400;font-size:16px;border-radius:10px;padding:10px 5px;box-sizing:border-box;text-transform:uppercase;text-align:center;background:#da4265;color:#fff;text-decoration:none;margin:0 auto}.comparison__arbitration-link:hover{color:#333068}.contact__title{margin:0;margin-bottom:25px;font-size:26px;line-height:1.2em;color:#000;font-weight:400}.contact__item{max-width:500px;margin-bottom:15px;font-size:16px;line-height:1.4em;color:#333}.contact__item span{font-weight:600}.success-form{margin-top:40px;font-size:20px;line-height:1em;color:#333;font-weight:600;text-align:center}.form{margin-top:30px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.form__title{margin-bottom:30px;font-size:20px;line-height:1em;color:#333;font-weight:600}.form__row{margin:15px 0;width:100%}@media screen and (min-width:540px){.form__row{width:500px}}.form__row label{display:block;margin-bottom:5px;font-size:14px;line-height:1em;color:#333}.form__row input[type=text]{box-sizing:border-box;width:100%;padding:10px 15px;border:1px solid #eee;border-radius:5px;font-size:16px;line-height:1em;color:#333;font-family:'Open Sans';font-weight:300;font-style:normal;outline:0;-webkit-appearance:none}.form__row input[type=submit]{box-sizing:border-box;width:100%;padding:12px 15px;background:#6bb1ff;border:0;border-radius:5px;font-size:16px;line-height:1em;color:#fff;font-family:'Open Sans';font-weight:600;font-style:normal;text-transform:uppercase;cursor:pointer;transition:opacity 150ms ease-out;outline:0;-webkit-appearance:none}.form__row input[type=submit]:hover{opacity:.9}.form__row textarea{box-sizing:border-box;width:100%;padding:10px 15px;border:1px solid #eee;border-radius:5px;font-size:16px;line-height:1em;color:#333;font-family:'Open Sans';font-weight:300;font-style:normal;outline:0;-webkit-appearance:none}.counter{margin-bottom:20px;padding:15px 18px;background:#fafafa;border:2px solid #eee}.counter__title{margin-bottom:15px;font-size:15px;line-height:1em;color:#000;font-weight:600}.counter__title span{color:#da4265}.counter__site{margin-bottom:15px;font-size:14px;line-height:1em;color:#333;font-weight:300}.counter__site:last-child{margin-bottom:0}.counter__site a{font-size:15px;line-height:1em;color:#6bb1ff;font-weight:600;text-decoration:none;transition:color 150ms ease}.counter__site a:hover{color:#333068}.new-author{margin-bottom:20px;padding:15px 18px;border:1px solid #eee;text-align:center}.author-article{margin:40px 0}@media screen and (max-width:640px){.author-article{margin-bottom:20px}}.author-article__title{font-size:18px;line-height:1em;color:#000;font-weight:600}.author-article__box{position:relative;margin-top:25px;padding-left:120px;min-height:102px}@media screen and (max-width:640px){.author-article__box{padding-left:100px;margin-top:15px}}@media screen and (max-width:390px){.author-article__box{padding-left:0}}.author-article__img{position:absolute;top:10px;left:0;width:100px}@media screen and (max-width:640px){.author-article__img{width:80px}}@media screen and (max-width:390px){.author-article__img{display:block;position:static}}.author-article__img img{display:block;max-width:100%;border-radius:50%;border:1px solid #aaa}.author-article__name{display:inline-block;margin-bottom:5px;font-size:18px;line-height:1em;color:#333068;text-decoration:none;font-weight:600}@media screen and (max-width:640px){.author-article__name{margin-top:30px}}@media screen and (max-width:390px){.author-article__name{margin-top:15px}}.author-article__name:hover{opacity:.8;text-decoration:underline}.author-article__job{margin-bottom:10px;font-size:14px;line-height:1em;color:#333068}.author-article__text{font-size:15px;line-height:1.4em;color:#282828;font-weight:300}.author-article__more{margin-top:10px}.author-article__more a{font-size:15px;color:#333068;transition:color 150ms ease}.author-article__more a:hover{opacity:.8;text-decoration:none}.author__title{margin:0;font-weight:700;font-size:42px;line-height:50px;margin-bottom:40px}@media screen and (max-width:640px){.author__title{margin-bottom:20px;font-size:26px;line-height:36px}}.author__item{position:relative;margin-bottom:50px;padding-bottom:40px;display:flex;grid-gap:30px;border-bottom:2px solid #d6d6d6}@media screen and (max-width:640px){.author__item{margin-bottom:40px;flex-direction:column;grid-gap:20px}}.author__img{width:150px;height:150px}.author__img img{width:150px;height:150px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.author__name{font-weight:600;font-size:24px;line-height:30px;margin-bottom:10px}@media screen and (max-width:640px){.author__name{font-size:18px;line-height:26px}}.author__text{font-weight:300;font-size:14px;line-height:22px;margin-bottom:14px}.author__socials{display:flex;flex-wrap:wrap;align-items:center;grid-gap:16px}.author__socials-link{display:flex;align-items:center;text-decoration:none}.author__socials-link img{width:18px;height:18px;flex-shrink:0}.author__socials-link span{margin-left:10px;font-weight:600;font-size:14px;line-height:22px;color:#6bb1ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.author__info-title{margin:0;margin-top:50px;margin-bottom:20px;font-weight:700;font-size:28px;line-height:38px}@media screen and (max-width:640px){.author__info-title{margin-top:40px;font-size:24px;line-height:34px}}.author__info p{margin:0;margin-bottom:20px;font-weight:300;font-size:16px;line-height:24px}.author__info p:last-child{margin:0}.author__category{margin:40px 0 30px;font-size:26px;line-height:1em;color:#333068}.author .articles__img{width:110px;height:110px;border-radius:5px}.author .articles__img&gt;img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;height:100px}.author .author-categories__list{-moz-column-count:2;column-count:2}@media screen and (max-width:530px){.author .author-categories__list{-moz-column-count:1;column-count:1}}.author .author-categories__list .author-categories__item{margin-bottom:10px}.author .author-categories__list .author-categories__item .articles__name{font-weight:700;font-size:16px;line-height:30px;color:#6bb1ff}.manuals__title{margin:0;margin-bottom:25px;font-size:26px;line-height:1.2em;color:#000;font-weight:400}.manuals__tabs{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:30px}.manuals__tabs-item{box-sizing:border-box;width:49%;padding:10px;font-size:18px;font-weight:600;color:#fff;text-decoration:none;text-align:center;background:#6bb1ff;border:2px solid #6bb1ff;border-radius:5px;cursor:default;transition:all 150ms ease}.manuals__tabs-item[href]{color:#333068;background:#fff;border:2px solid #333068;cursor:pointer}.manuals__tabs-item[href]:hover{color:#fff;background:#6bb1ff;border:2px solid #6bb1ff}@media screen and (min-width:1025px) and (max-width:1100px){.manuals__tabs-item{width:100%;margin-bottom:10px}}@media screen and (max-width:800px){.manuals__tabs-item{width:100%;margin-bottom:10px}}@media screen and (max-width:400px){.manuals__tabs-item{font-size:15px;padding:10px 0}}.manuals__box{margin-top:60px}.manuals__box:first-child{margin-top:0}.manuals__site{position:relative;padding-left:65px;min-height:50px;margin-bottom:20px}.manuals__site-logo{position:absolute;top:0;left:0}.manuals__site-logo&gt;img{width:50px;height:50px}.manuals__site-name{display:inline-block;margin-top:15px;font-size:20px;line-height:1em;color:#000;text-decoration:none}.manuals__item{margin-top:10px}.manuals__item:first-child{margin-top:0}.manuals__link{font-size:18px;line-height:1.1em;color:#333068;font-weight:600;transition:color 150ms ease}@media screen and (max-width:500px){.manuals__link{font-size:16px;line-height:1.1em}}.manuals__link:hover{color:#6bb1ff}.manual__signup{margin:30px 0 5px;padding:25px 15px;background-image:url(/img/site-signup-bg.jpg);background-repeat:no-repeat;background-size:cover;text-align:center}.manual__signup.fixed{position:fixed;z-index:101;bottom:0;left:0;box-sizing:border-box;width:100%;margin:0;padding:10px;box-shadow:0 0 50px rgba(0,0,0,.5)}@media screen and (max-width:600px){.manual__signup.fixed{padding:8px 10px}.manual__signup.fixed .manual__signup-btn{box-sizing:border-box;width:300px;padding:13px 50px 13px 30px;font-size:16px}}.manual__signup-btn{position:relative;display:inline-block;padding:20px 80px 20px 70px;background:#da4265;border-bottom:0!important;border-radius:4px;font-size:18px;line-height:1em;color:#fff!important;font-weight:700;text-transform:uppercase;text-decoration:none;opacity:.95;transition:opacity 150ms ease}.manual__signup-btn::before{content:'';position:absolute;left:0;top:50%;width:18px;height:34px;margin-top:-17px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px 0;left:auto;right:25px;-webkit-animation:signup-blink 1.5s ease-in-out infinite;animation:signup-blink 1.5s ease-in-out infinite}.manual__signup-btn:hover{opacity:1}.manual__signup-btn:hover::before{-webkit-animation:signup-blink .7s ease-in-out infinite;animation:signup-blink .7s ease-in-out infinite}@media screen and (max-width:450px){.manual__signup-btn{padding:20px 50px 20px 40px;font-size:16px;line-height:1.2em}.manual__signup-btn::before{right:20px}}.social-like{margin:30px 0 0;padding:18px;background:#fafafa;text-align:center}.social-like__title{display:block;vertical-align:middle;margin-bottom:8px;font-size:19px;line-height:1em;color:#000;font-weight:500;text-align:center}.social-like__item{display:inline-block;vertical-align:middle}.tags{margin:30px 0}.tags__title{color:#666;font-weight:700}.tags__link{display:inline-block;margin-left:5px;padding:6px 10px;color:#666;text-decoration:none;background-color:#fff;border:2px solid #6bb1ff;border-radius:20px;transition:all 150ms ease}.tags__link:hover{background-color:#6bb1ff;color:#fff}.allcategories__title{margin:0;margin-bottom:30px;font-size:26px;line-height:1.2em;color:#000;font-weight:700}.allcategories__box{margin-bottom:50px}.allcategories__name{margin-bottom:20px;font-size:24px;line-height:1.2em;font-weight:600;color:#333068;text-transform:uppercase}.allcategories__list{display:flex;flex-wrap:wrap}.allcategories__item{margin-bottom:10px}@media screen and (min-width:801px){.allcategories__item{width:31%;margin-right:3.5%}.allcategories__item:nth-child(3n){margin-right:0}}@media screen and (min-width:501px) and (max-width:800px){.allcategories__item{width:47%;margin-right:3%}.allcategories__item:nth-child(2n){margin-right:0}}@media screen and (max-width:500px){.allcategories__item{width:100%}}.allcategories__link{font-size:18px;color:#333068;text-decoration:none;border-bottom:1px solid #333068;transition:all 150ms ease}.allcategories__link:hover{color:#6bb1ff;border-bottom:1px solid transparent}.allcategory{padding:10px 0 50px;font-size:0;background:#35538c}@media screen and (max-width:1100px){.allcategory{padding:10px 20px 50px}}@media screen and (max-width:1100px){.allcategory{padding:10px 20px 40px}}@media screen and (max-width:700px){.allcategory{padding:10px 0 40px}}.allcategory__box{display:inline-block;vertical-align:top;width:22%;margin-left:3%;margin-top:40px;text-align:left}.allcategory__box:nth-child(4n+1){margin-left:0}@media screen and (max-width:1100px){.allcategory__box{width:30%;margin-left:4%}.allcategory__box:nth-child(4n+1){margin-left:5%}.allcategory__box:nth-child(3n+1){margin-left:0}}@media screen and (max-width:765px){.allcategory__box{width:47%;margin-left:4%}.allcategory__box:nth-child(4n+1){margin-left:6%}.allcategory__box:nth-child(3n+1){margin-left:6%}.allcategory__box:nth-child(2n+1){margin-left:0}}@media screen and (max-width:700px){.allcategory__box{width:100%;margin-left:0;text-align:center;margin-top:30px}.allcategory__box:nth-child(4n+1){margin-left:0}.allcategory__box:nth-child(3n+1){margin-left:0}}.allcategory__box._dif-size{width:22%}@media screen and (max-width:1100px){.allcategory__box._dif-size{width:30%}}@media screen and (max-width:765px){.allcategory__box._dif-size{width:47%}}@media screen and (max-width:700px){.allcategory__box._dif-size{width:100%}}.allcategory__box._double-size{width:27%}@media screen and (max-width:1100px){.allcategory__box._double-size{width:33%;min-width:292px}}@media screen and (max-width:765px){.allcategory__box._double-size{width:47%;max-width:47%}}@media screen and (max-width:700px){.allcategory__box._double-size{width:100%;max-width:100%}}.allcategory__wrap-lists{display:flex}@media screen and (max-width:700px){.allcategory__wrap-lists{justify-content:center}}.allcategory__wrap-lists .allcategory__list{margin-right:20px}.allcategory__wrap-lists .allcategory__list:last-child{margin-right:0}.allcategory__lider{box-sizing:border-box;display:inline-block;position:relative;top:-20px;background:#fff;border-radius:50%;width:180px;height:180px;text-align:center;padding-top:50px}@media screen and (max-width:700px){.allcategory__lider{top:-10px}}.allcategory__lider span{display:block;margin-top:10px;font-weight:700}.allcategory__lider::before{content:'';position:absolute;left:50%;top:50%;width:51px;height:46px;margin-left:-25px;margin-top:-23px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-158px -52px;opacity:.3;top:50px}.allcategory__lider-title{position:relative;font-size:18px;line-height:1em;color:#333}.allcategory__lider-title span{display:block;margin-top:5px;font-weight:700}.allcategory__lider-name{display:inline-block;position:relative;margin-top:15px;font-size:18px;line-height:1em;color:#333068;text-align:center;font-weight:600;text-decoration:none}.allcategory__name{margin-bottom:10px;font-size:16px;line-height:1.2em;color:#b6d9ff;text-transform:uppercase}.allcategory__item{margin-top:10px}@media screen and (max-width:700px){.allcategory__item._align{display:flex;justify-content:center}}.allcategory__item:first-child{margin-top:0}.allcategory__link{font-size:14px;line-height:1em;color:#fff;font-weight:300;text-decoration:none}.ad-link{background:#fff;border-radius:4px;display:flex;justify-content:center;text-decoration:none;max-width:270px;padding:5px 16px 5px 10px;box-sizing:border-box}@media screen and (max-width:1300px) and (min-width:1101px){.ad-link{padding:5px 7px}}@media screen and (max-width:945px){.ad-link{padding:5px 7px}}.ad-link__logo&gt;img{width:48px;height:50px}.ad-link__info{margin-left:10px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1160px) and (min-width:1101px){.ad-link__info{margin-left:7px}}@media screen and (max-width:900px){.ad-link__info{margin-left:7px}}.ad-link__info-caption{color:#333068;font-size:14px}@media screen and (max-width:1300px) and (min-width:1160px){.ad-link__info-caption{font-size:13px}}@media screen and (max-width:1160px) and (min-width:1101px){.ad-link__info-caption{font-size:12px}}@media screen and (max-width:897px) and (min-width:810px){.ad-link__info-caption{font-size:12px}}@media screen and (max-width:809px) and (min-width:766px){.ad-link__info-caption{font-size:11px}}@media screen and (max-width:597px) and (min-width:522px){.ad-link__info-caption{font-size:12px}}@media screen and (max-width:521px) and (min-width:501px){.ad-link__info-caption{font-size:11px}}.ad-link__info-name{color:#cf0a4a;font-size:22px;font-weight:700}@media screen and (max-width:1300px) and (min-width:1160px){.ad-link__info-name{font-size:19px}}@media screen and (max-width:1160px) and (min-width:1101px){.ad-link__info-name{font-size:18px}}@media screen and (max-width:897px) and (min-width:810px){.ad-link__info-name{font-size:18px}}@media screen and (max-width:809px) and (min-width:766px){.ad-link__info-name{font-size:17px}}@media screen and (max-width:597px) and (min-width:501px){.ad-link__info-name{font-size:18px}}@media screen and (max-width:521px) and (min-width:501px){.ad-link__info-name{font-size:17px}}.align-style{display:flex;flex-wrap:wrap;justify-content:space-evenly;flex-direction:row}@media screen and (max-width:700px){.align-style{flex-direction:column}}.topcategory{background:#35538c}.topcategory.fixed{position:fixed;z-index:200;top:0;left:0;width:100%;-webkit-animation:topcategoryAppearance .5s linear;animation:topcategoryAppearance .5s linear}@media screen and (max-width:1050px){.topcategory{display:none}}@media screen and (max-width:420px){.topcategory{display:block}}.topcategory__inner{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:420px){.topcategory__inner{flex-direction:column;align-items:center;justify-content:center}}.topcategory__pickup{padding:10px 27px 11px 27px;background:#da4265;border-radius:4px;font-size:14px;line-height:1em;color:#fff;font-weight:700;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:opacity 150ms ease}.topcategory__pickup:hover{opacity:.9}@media screen and (max-width:420px){.topcategory__pickup{display:none}}.topcategory__list{display:flex;justify-content:space-between;width:945px}@media screen and (max-width:1250px){.topcategory__list{width:730px}}@media screen and (max-width:420px){.topcategory__list{width:auto;flex-direction:column;padding:10px 0}}.topcategory__item{width:100%;text-align:center;padding:18px 15px;background:#35538c;font-size:18px;line-height:1em;color:#fff;text-decoration:none;cursor:default;box-shadow:inset 0 0 15px rgba(0,0,0,.2)}@media screen and (max-width:1250px){.topcategory__item{width:auto;font-size:15px}}@media screen and (max-width:420px){.topcategory__item{box-shadow:none;padding:10px 0;text-align:center;margin:0 auto}.topcategory__item:last-child{padding-bottom:0}.topcategory__item:first-child{padding-top:0}}.topcategory__item&gt;span{position:relative}@media screen and (max-width:420px){.topcategory__item&gt;span{padding-left:0}}.topcategory__item&gt;span.topcategory__main{padding-left:40px;text-decoration:underline}@media screen and (max-width:420px){.topcategory__item&gt;span.topcategory__main{padding:0}}.topcategory__item&gt;span.topcategory__main::before{content:'';position:absolute;left:0;top:50%;width:32px;height:26px;margin-top:-13px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-170px -170px}@media screen and (max-width:420px){.topcategory__item&gt;span.topcategory__main::before{content:none}}.topcategory__item&gt;span.topcategory__free{padding-left:42px;text-decoration:underline}@media screen and (max-width:420px){.topcategory__item&gt;span.topcategory__free{padding:0}}.topcategory__item&gt;span.topcategory__free::before{content:'';position:absolute;left:0;top:50%;width:32px;height:32px;margin-top:-16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-182px -110px}@media screen and (max-width:420px){.topcategory__item&gt;span.topcategory__free::before{content:none}}.topcategory__item&gt;span.topcategory__pay{padding-left:26px;text-decoration:underline;position:relative;text-decoration:underline;display:flex;align-items:center}@media screen and (max-width:420px){.topcategory__item&gt;span.topcategory__pay{padding:0}}.topcategory__item&gt;span.topcategory__pay::before{content:url(/img/coin.svg);position:absolute;left:-6px;width:32px;height:32px}@media screen and (max-width:1250px){.topcategory__item&gt;span.topcategory__pay::before{left:32px}}@media screen and (max-width:420px){.topcategory__item&gt;span.topcategory__pay::before{content:none}}@media screen and (max-width:420px){.topcategory__item .topcategory__underline{border-bottom:1px solid #fff;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.topcategory__item[href]{cursor:pointer;box-shadow:none}.topcategory__item[href] .topcategory__underline{border-bottom:1px solid #fff}@media screen and (max-width:420px){.topcategory__item[href] .topcategory__underline{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.topcategory__item[href]:hover{box-shadow:inset 0 0 15px rgba(0,0,0,.2)}@media screen and (max-width:420px){.topcategory__item[href]:hover{box-shadow:none}}.topcategory__item[href]:hover .topcategory__underline{border:none}@keyframes topcategoryAppearance{0%{transform:translateY(-100px)}20%{transform:translateY(-80px)}40%{transform:translateY(-60px)}60%{transform:translateY(-40px)}80%{transform:translateY(-20px)}100%{transform:translateY(0)}}.help-link{margin:50px 0}.help-link__title{margin-bottom:15px;font-size:24px;line-height:1.3em;color:#333}.help-link__item{margin-top:10px}.help-link__item:first-child{margin-top:0}.help-link__link{text-decoration:none;border-bottom:1px solid #6bb1ff;color:#6bb1ff;transition:all 150ms ease}.help-link__link:hover{border-bottom:1px solid #da4265;color:#da4265}.arbitration{min-width:280px;max-width:1020px;margin:0 auto;padding:0 10px}.arbitration h1{font-size:36px;line-height:49px;margin:60px 0;text-align:center}@media screen and (max-width:700px){.arbitration h1{font-size:30px}}@media screen and (max-width:425px){.arbitration h1{font-size:24px;line-height:33px;margin:40px 0 30px}}.arbitration h2{font-size:24px;line-height:33px;margin:60px 0 30px;text-align:center}@media screen and (max-width:425px){.arbitration h2{font-size:20px;line-height:27px}}@media screen and (max-width:425px){.arbitration .comparison{display:none}}.arbitration-link-block{display:none}@media screen and (max-width:425px){.arbitration-link-block{background:rgba(218,66,101,.1);display:flex;justify-content:center;padding:30px;margin:30px 0 0}}.arbitration-link{width:300px;background:#da4265;color:#fff;text-decoration:none;padding:20px;border-radius:10px;box-sizing:border-box;text-align:center;text-transform:uppercase}.showcase{font-size:16px;line-height:22px;color:#262626}.showcase .advice{box-sizing:border-box;border:1px solid #333068;border-radius:10px;display:flex;align-items:center;margin-bottom:30px;position:relative;padding:10px 10px 10px 58px}@media screen and (max-width:425px){.showcase .advice{display:none}}.showcase .advice._icon:before{content:url(/img/icon-dollar.svg);position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:48px;height:100%;background:#fff9dd;border-radius:10px}.showcase .advice._icon-two:before{content:url(/img/hand.png);position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:48px;height:100%;background:#e3f8fa;border-radius:10px}.showcase .advice__text{width:100%}.showcase__item{background:#fff;border-radius:10px;border:1px solid #e5e5e5;margin-bottom:30px}.showcase__item:last-child{margin-bottom:0}.showcase__item:hover{box-shadow:0 4px 26px rgba(0,0,0,.3)}.showcase__content{display:flex;padding:20px;border-top-right-radius:10px;border-top-left-radius:10px}@media screen and (max-width:700px){.showcase__content{flex-direction:column;align-items:center}}@media screen and (max-width:425px){.showcase__content{padding:20px 10px}}.showcase__logo-box{width:210px;min-width:210px;height:140px;margin-right:63px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:800px){.showcase__logo-box{margin-right:40px}}@media screen and (max-width:700px){.showcase__logo-box{margin-right:0;height:70px}}.showcase__logo-box img{max-width:100%;max-height:100%;width:auto;height:auto}.showcase__body{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:700px){.showcase__body{flex-direction:column;align-items:center}}.showcase__header{display:flex;width:100%;align-items:center;font-size:19px;line-height:26px}@media screen and (max-width:800px){.showcase__header{flex-direction:column;align-items:baseline}}@media screen and (max-width:700px){.showcase__header{align-items:center}}.showcase__header .highlighted{color:#da4265;font-weight:700;margin-right:5px}.showcase__rating{font-size:0;display:flex;align-items:center;border-right:1px solid #e5e5e5;padding-right:10px;margin-right:10px}@media screen and (max-width:800px){.showcase__rating{border-right:none;border-bottom:1px solid #e5e5e5;padding-right:0;margin-right:0;padding-bottom:10px;margin-bottom:10px}}.showcase__rating-value{display:inline-flex;justify-content:center;align-items:center;margin-right:10px;font-size:19px;line-height:26px;color:#fff;background:#ff8f06;font-weight:600;width:40px;height:40px;border-radius:50%}.showcase__rating-line{display:inline-block;vertical-align:middle;font-size:0}.showcase__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.showcase__rating-item:first-child{margin-left:0}.showcase__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.showcase__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}@media screen and (max-width:700px){.showcase__capture{text-align:center}}@media screen and (max-width:375px){.showcase__capture{font-size:17px}}.showcase__info{margin-top:20px;margin-right:15px;width:400px}@media screen and (max-width:800px){.showcase__info{margin-right:0}}@media screen and (max-width:490px){.showcase__info{width:100%}}.showcase__info-ul{padding:0;margin:0}.showcase__info-ul&gt;li{margin-bottom:5px;padding-left:16px;position:relative;list-style-type:none;display:flex;align-items:center}.showcase__info-ul&gt;li:before{content:"";width:6px;min-width:6px;height:6px;background:#ff8f06;border-radius:50%;position:absolute;left:0;top:7px}.showcase__link{display:flex;justify-content:center;width:200px;min-width:200px;border-radius:10px;padding:14px 5px;box-sizing:border-box;text-transform:uppercase;text-align:center;background:#da4265;color:#fff;text-decoration:none;margin-top:20px}.showcase__link:hover{color:#333068}.showcase__scroll-box{background:rgba(218,66,101,.1);padding:20px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}@media screen and (max-width:425px){.showcase__scroll-box{padding:20px 10px}}.scroll{display:flex;align-items:center}.scroll__list{display:flex;justify-content:space-between;overflow-x:hidden;scroll-behavior:smooth;max-width:814px;width:814px;margin:0 auto}.scroll__item{display:flex;justify-content:center;min-width:20%;width:20%}@media screen and (max-width:720px){.scroll__item{min-width:33%;width:33%}}@media screen and (max-width:490px){.scroll__item{min-width:50%;width:50%}}@media screen and (max-width:375px){.scroll__item{min-width:100%;width:100%}}.scroll__imgbox{width:80px;height:80px;position:relative;overflow:hidden;border-radius:50%;display:flex}.scroll__img{width:100%;position:absolute;margin:0 auto}.scroll__btn{background:0 0;border:0;min-width:30px;max-width:30px;height:30px;display:flex;justify-content:center;align-items:center;padding:0}.scroll__btn:hover{cursor:pointer;opacity:.6}.scroll__btn._prev{transform:rotate(-45deg);border-top:2px solid #262626;border-left:2px solid #262626;margin-left:30px}.scroll__btn._next{transform:rotate(45deg);border-top:2px solid #262626;border-right:2px solid #262626;margin-right:30px}.modal{position:absolute;z-index:104;width:100%;top:0;left:0;height:100%;display:none}.modal.show{display:block}.modal__close{position:absolute;top:0;right:0;padding:20px;cursor:pointer;background:0 0;border:none}@media screen and (max-width:768px){.modal__close{padding-right:10px;padding-bottom:40px;padding-top:10px}}.modal__close:hover .icon{transform:rotate(90deg)}.modal__close .icon{width:16px;height:16px;fill:#000;transition:.3s}.modal__over{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:104}.modal__box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);height:auto;background:#fff;padding:30px;width:400px;box-shadow:0 2px 12px rgba(16,29,66,.2);border-radius:10px;cursor:auto;z-index:105;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:768px){.modal__box{width:300px;height:auto;padding:20px 10px;box-sizing:border-box;min-height:106px}}.modal__title{color:#333;font-weight:700;text-align:center}.modal__text{line-height:22px;color:#333;text-align:center;margin-top:10px}.modal-auth{width:400px;padding:40px;box-shadow:0 0 0 10px rgba(255,255,255,.7);border-radius:10px}@media screen and (max-width:600px){.modal-auth{width:300px;padding:20px}}@media screen and (max-width:450px){.modal-auth{width:240px}}@media screen and (max-width:400px){.modal-auth{width:200px;padding-left:10px;padding-right:10px;box-shadow:0 0 0 5px rgba(255,255,255,.7)}}.modal-auth__close{position:absolute;top:-3px;right:-45px;width:30px;height:30px}@media screen and (max-width:400px){.modal-auth__close{top:-3px;right:-39px}}.modal-auth__close::after{position:absolute;content:"";top:13px;right:0;width:30px;height:4px;background-color:#da4265;cursor:pointer}.modal-auth__close::before{position:absolute;content:"";top:13px;right:0;width:30px;height:4px;background-color:#da4265;transform:rotate(90deg)}.modal-auth__social-auth{padding:0 40px 36px 40px;border-bottom:3px solid #e5e5e5}@media screen and (max-width:600px){.modal-auth__social-auth{padding-bottom:20px;padding-left:20px;padding-right:20px}}@media screen and (max-width:450px){.modal-auth__social-auth{padding-left:0;padding-right:0}}.modal-auth__headline{margin:0;font-size:24px;line-height:1.3em;color:#333068}@media screen and (max-width:600px){.modal-auth__headline{font-size:20px}}@media screen and (max-width:400px){.modal-auth__headline{font-size:16px}}.modal-auth__social-buttons{display:flex;justify-content:center;margin-top:23px}@media screen and (max-width:400px){.modal-auth__social-buttons{margin-top:18px}}.modal-auth__social-btn{width:60px;height:60px;margin-right:20px;opacity:.9;transition:opacity 150ms ease;cursor:pointer}@media screen and (max-width:450px){.modal-auth__social-btn{margin-right:10px}}.modal-auth__social-btn:hover{opacity:1}.modal-auth__social-btn:last-child{margin-right:0}.modal-auth__site-auth{padding:40px 50px 0 50px}@media screen and (max-width:600px){.modal-auth__site-auth{padding-top:15px;padding-left:0;padding-right:0}}.modal-auth__input-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px}@media screen and (max-width:600px){.modal-auth__input-row{flex-direction:column}}@media screen and (max-width:400px){.modal-auth__input-row{margin-top:10px}}.modal-auth__input-row:first-child{margin-top:0}.modal-auth__label{font-size:16px;line-height:1.5em;font-weight:700;color:#333068}.modal-auth__input{box-sizing:border-box;width:220px;height:40px;padding:8px 15px;font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.5em;font-weight:400;border:none;border-radius:5px;box-shadow:inset 0 0 6px rgba(0,0,0,.25)}@media screen and (max-width:600px){.modal-auth__input{width:100%;margin-top:10px}}.modal-auth__submit{margin-top:40px;text-align:center}@media screen and (max-width:400px){.modal-auth__submit{margin-top:25px}}.modal-auth__submit-button{padding:10px 38px;font-family:'Open Sans',sans-serif;font-size:18px;line-height:1.5em;color:#fff;background-color:#da4265;border-radius:4px;border:none;cursor:pointer;opacity:.9;transition:opacity 150ms ease}@media screen and (max-width:600px){.modal-auth__submit-button{width:100%;padding-left:0;padding-right:0}}.modal-auth__submit-button:hover{opacity:1}.modal-auth__reg{margin-top:15px;text-align:center}.modal-auth__reg-link{font-size:15px;font-style:italic;color:#333068}@media screen and (max-width:600px){.modal-auth__reg-link{font-size:14px}}.modal-auth__reg-link:hover{text-decoration:none}.modal-overlay{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.95)}.modal-table{display:table;width:100%;height:100%}.modal-cell{display:table-cell;padding:0 20px;vertical-align:middle;text-align:center}.modal-block{position:relative;display:inline-block;box-sizing:border-box;padding-top:63px;padding-bottom:62px;padding-left:106px;padding-right:106px;border:3px solid #fff;border-radius:10px;text-align:center;background:transparent url(../img/pickup-bg.jpg) -500px -50px}.modal-block::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);border-radius:10px}.modal-block__overlay{position:relative}.modal-block__circle{position:relative;display:inline-block;box-sizing:border-box;width:199px;height:199px;padding-top:34px;padding-bottom:18px;padding-right:64px;padding-left:12px;margin-bottom:39px;border:10px solid #da4265;border-radius:50%;font-size:108px;line-height:108px;letter-spacing:-10px;font-weight:700;color:#da4265}.modal-block__circle::after{position:absolute;content:"+";top:32px;right:23px;font-size:91px}.modal-block__question{margin:0;margin-bottom:40px;font-size:35px;line-height:42px;font-weight:500;color:#fff;text-transform:uppercase}.modal-block__age{margin-right:2px;font-weight:700;color:#da4265}.modal-block__flexbox{display:flex;justify-content:space-around;flex-direction:row-reverse}.modal-block__btn{padding:10px 65px;padding-bottom:14px;font-family:'Open Sans',sans-serif;font-size:18px;line-height:24px;font-weight:300;border:none;border-radius:5px;background-color:#fff;cursor:pointer}.modal-block__btn:hover{opacity:.9}.modal-block__btn--red{padding:10px 43px;padding-bottom:14px;color:#fff;font-weight:700;background-color:#da4265}.modal-block__btn--red:hover{opacity:.9}@media (max-width:768px){.modal-overlay{background:transparent url(../img/pickup-bg.jpg) no-repeat center;background-size:cover}.modal-overlay::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);border-radius:0}.modal-block{width:auto;padding:0;border:none;border-radius:0;background:0 0}.modal-block::before{display:none}.modal-block__question{font-size:26px;line-height:34px}.modal-block__btn{padding:10px 45px;font-size:13px;line-height:18px}.modal-block__btn--red{padding:10px 30px}}@media (max-width:580px){.modal-block__circle{margin-bottom:30px}.modal-block__question{margin-bottom:30px}.modal-block__simbol{display:block}.modal-block__flexbox{flex-direction:column-reverse}.modal-block__btn{font-size:16px;line-height:20px}.modal-block__btn--red{margin:0;margin-bottom:20px}}.form-tabs{display:flex;justify-content:center;padding:130px 0 220px 0}@media screen and (max-width:1370px){.form-tabs{padding:90px 0 180px 0}}@media screen and (max-width:1024px){.form-tabs{padding:65px 0 105px 0}}@media screen and (max-width:530px){.form-tabs{padding:50px 0 100px 0}}@media screen and (max-width:375px){.form-tabs{padding:0}}.tabs{position:relative;min-width:300px;max-width:780px;display:flex;justify-content:center;flex-wrap:wrap}@media screen and (max-width:418px){.tabs{width:100%}}.tabs__btn{border:none;font-size:14px}.tabs__btn._style-red{background:#cf2a52;color:#fff;padding:12px 0;border-radius:4px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em;width:280px;display:flex;justify-content:center}.tabs__btn._style-red:hover{cursor:pointer;background:rgba(207,42,82,.902)}.tabs__btn._like-link{color:#262155;background:0 0;text-decoration:underline}.tabs__btn._like-link:hover{cursor:pointer;text-decoration:none}.caption{font-size:15px;text-align:center}@media screen and (max-width:506px){.caption{font-size:13px}}.content-login,.content-signin{display:none;background:#f8f9f8;border-radius:4px;width:780px;margin-top:20px;padding:20px 50px;box-sizing:border-box}@media screen and (max-width:567px){.content-login,.content-signin{padding:20px 20px}}@media screen and (max-width:418px){.content-login,.content-signin{padding:20px 10px;width:100%}}.sub-content{width:100%;display:flex;flex-direction:column;align-items:center}.sub-content._hide{display:none}.content-recover{display:flex;background:#f8f9f8;border-radius:4px;padding:0 50px;box-sizing:border-box;flex-direction:column;align-items:center}@media screen and (max-width:600px){.content-recover{width:100%;padding:27px 50px}}@media screen and (max-width:567px){.content-recover{padding:27px 20px}}@media screen and (max-width:418px){.content-recover{padding:27px 10px}}.input-radio{display:none;position:absolute}.label{border:1px solid #dfdfdf;box-sizing:border-box;background:#fff;font-weight:700;display:flex;justify-content:center;padding:11px 43px}@media screen and (max-width:418px){.label{width:50%;padding:11px 0}}.label._b-radius-left{border-radius:4px 0 0 4px}.label._b-radius-right{border-radius:0 4px 4px 0}.label:hover{cursor:pointer}.input-radio:checked+.label{background:#262155;color:#fff;border:none}#tabs-login:checked~.content-login,#tabs-signin:checked~.content-signin{display:flex;flex-direction:column;align-items:center}.input-box{width:100%;display:flex;margin-bottom:20px}@media screen and (max-width:600px){.input-box{flex-direction:column}}.input-inner{flex-grow:1;padding:8px 10px;box-sizing:border-box;box-shadow:inset 0 2px 6px rgba(0,0,0,.16);border:1px solid #dfdfdf;border-radius:4px;margin-right:20px;font-size:14px}.input-inner:last-child{margin-right:0}.input-inner::-moz-placeholder{font-size:14px}.input-inner:-ms-input-placeholder{font-size:14px}.input-inner::placeholder{font-size:14px}@media screen and (max-width:600px){.input-inner{margin-right:0;margin-bottom:20px}.input-inner:last-child{margin-bottom:0}}.name{font-weight:700;text-align:center}.age{color:rgba(51,51,51,.5);font-size:14px;text-align:center}.sharing._align{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap}@media screen and (max-width:474px){.sharing._align{flex-direction:column}}.vote{display:flex;justify-content:flex-end}.vote__info{font-size:14px}.vote__info&gt;span{font-size:16px;font-weight:600}@media screen and (max-width:474px){.vote{margin-top:20px}}.stars{display:flex;justify-content:center;margin-right:20px;align-items:center}.stars__item{padding-right:12px}.stars__item._full{background:url(/img/star.png) no-repeat;width:16px;height:16px}.stars__item._empty{background:url(/img/empty-star.png) no-repeat;width:16px;height:16px}.stars__item:last-child{padding-right:0}.rating{display:flex;flex-wrap:wrap;background:#ffd15c;border-radius:6px;padding:20px;justify-content:space-between}.rating._align{flex-direction:column;align-items:center}.rating._indent{margin:20px 0}.rating__title{font-size:20px;font-weight:700}.rating__title._indent-bottom{margin-bottom:20px}@media screen and (max-width:935px){.rating__title{margin-bottom:10px;text-align:center}}@media screen and (max-width:1094px){.rating{padding:20px 10px}}@media screen and (max-width:935px){.rating{justify-content:center;flex-direction:column}}@media screen and (max-width:536px){.rating{flex-direction:column;padding:20px 50px;align-items:center}}.rating-box{display:flex}.rating-box._align{justify-content:space-around}@media screen and (min-width:537px){.rating-box._align{width:100%}}.rating-box__item{display:flex;padding:0 40px;border-left:1px solid #fff;box-sizing:border-box;flex-grow:1}@media screen and (max-width:1183px){.rating-box__item._align-media{padding:0 25px}}@media screen and (max-width:1094px){.rating-box__item._align-media{padding:0 10px;justify-content:center}}@media screen and (max-width:1024px){.rating-box__item._align-media{padding:0 40px}}@media screen and (max-width:844px){.rating-box__item._align-media{padding:0 25px}}@media screen and (max-width:536px){.rating-box__item._align-media{padding:10px 0}}@media screen and (max-width:1005px){.rating-box__item{padding:0 25px}}@media screen and (max-width:935px){.rating-box__item{justify-content:center}}@media screen and (max-width:753px){.rating-box__item{border-left:1px solid rgba(255,255,255,.58);margin-bottom:20px;flex-grow:unset}.rating-box__item:last-child{margin-bottom:0}}@media screen and (max-width:536px){.rating-box__item{border-top:1px solid #fff;border-left:none;padding:10px 0}}.rating-box__item:first-child{border-left:none}.rating-box__text{font-weight:700;margin-bottom:10px}@media screen and (max-width:375px){.rating-box__text{font-size:15px}}.rating-box__box{margin-left:15px}.rating-box__link{text-decoration:none;color:#fff;background:linear-gradient(180deg,#ee004d 0,#cf0a4a 100%);border-radius:6px;padding:5px 0;width:120px;display:inline-flex;justify-content:center}.rating-box__link:hover{background:linear-gradient(180deg,rgba(238,0,77,.929) 0,rgba(207,10,74,.929) 100%);color:rgba(255,255,255,.78)}@media screen and (max-width:775px){.rating-box{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:536px){.rating-box{flex-direction:column}}.picture{display:flex;align-items:center}@media screen and (max-width:1049px){.picture{justify-content:center}}.banner-app{margin-bottom:30px;background:#fff;padding:55px 40px;border-radius:10px;border:2px solid #c64065;display:flex;justify-content:center;position:relative}@media screen and (max-width:1234px){.banner-app{padding:40px}}@media screen and (max-width:669px){.banner-app{padding:20px 30px}}@media screen and (max-width:373px){.banner-app{padding:20px 10px}}.banner-app::before{content:url(/img/girl-banner.png);position:absolute;left:0;top:-76px}@media screen and (max-width:1234px){.banner-app::before{top:-52px}}@media screen and (max-width:935px){.banner-app::before{left:-31px}}@media screen and (max-width:874px){.banner-app::before{top:3px}}@media screen and (max-width:785px){.banner-app::before{content:url(/img/phone-hand.png);top:95px;right:0;left:0;bottom:0;margin:auto;display:flex;justify-content:center}}@media screen and (max-width:669px){.banner-app::before{top:75px}}@media screen and (max-width:649px){.banner-app::before{top:130px}}@media screen and (max-width:469px){.banner-app::before{top:88px}}@media screen and (max-width:372px){.banner-app::before{top:13px}}.banner-app::after{content:url(/img/google-play.png);position:absolute;right:40px}@media screen and (max-width:1234px){.banner-app::after{top:25%;right:28px}}@media screen and (max-width:785px){.banner-app::after{content:url(/img/google-play-smaller.png);top:45%;right:0;left:0;margin:auto;display:flex;justify-content:center}}@media screen and (max-width:649px){.banner-app::after{top:51%}}@media screen and (max-width:469px){.banner-app::after{top:47%}}@media screen and (max-width:372px){.banner-app::after{top:37%}}.banner-app__item{display:flex;flex-direction:column;align-items:center;max-width:50%;position:relative}@media screen and (max-width:785px){.banner-app__item{max-width:100%}}.banner-app__item-title{color:#333068;font-size:40px;font-weight:700;text-align:center;margin-bottom:20px}@media screen and (max-width:785px){.banner-app__item-title{padding-bottom:230px}}@media screen and (max-width:669px){.banner-app__item-title{margin-bottom:40px}}@media screen and (max-width:469px){.banner-app__item-title{font-size:30px}}@media screen and (max-width:372px){.banner-app__item-title{font-size:18px}}.banner-app__item-link{display:flex;text-decoration:none;color:#fff;background:#c64065;padding:16px 0;width:300px;justify-content:center;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,.302);font-size:20px;font-weight:500}@media screen and (max-width:373px){.banner-app__item-link{width:240px}}.ribbon::after{content:"";width:0;height:0;border:4em solid;border-color:#c64065 transparent transparent #c64065;position:absolute;top:-2px;right:-2px;border-radius:8px;transform:rotate(90deg)}@media screen and (max-width:785px){.ribbon::after{content:none}}.ribbon::before{content:"Р‘РµР· СЂРµРєР»Р°РјС‹!";position:absolute;top:39px;right:0;color:#fff;z-index:3;color:#fff;font-size:14px;font-weight:500;width:92px;transform:rotate(45deg)}@media screen and (max-width:785px){.ribbon::before{content:none}}.pickup-minimum{margin:30px 0}.pickup-minimum__search{box-sizing:border-box;width:440px;padding:30px 50px;color:#fff;background-color:#333068;box-shadow:0 0 0 10px #e0e1e8;border-radius:10px}@media screen and (max-width:461px){.pickup-minimum__search{box-shadow:none}}@media screen and (max-width:435px){.pickup-minimum__search{padding:20px 30px}}@media screen and (max-width:362px){.pickup-minimum__search{padding:20px 15px}}.scammers-all__title-h2._align-center{text-align:center}.scammers-all__top-box{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:590px){.scammers-all__top-box{flex-direction:column}}.scammers-all__select{max-width:354px;display:flex;flex-grow:1;width:100%}.scammers-all__select-choose{flex-grow:1}.scammers-all__list-item{display:flex;justify-content:space-between;align-items:center;border:1px solid #e9e9e9;border-radius:6px;padding:30px;margin:0 0 20px 0}.scammers-all__list-item:first-child{margin:25px 0 20px 0}.scammers-all__list-item:last-child{margin:0 0 30px 0}@media screen and (max-width:700px){.scammers-all__list-item{padding:20px 30px}}@media screen and (max-width:649px){.scammers-all__list-item{justify-content:center;flex-wrap:wrap}}.scammers-all__list-item-wrap{display:flex;align-items:center}@media screen and (max-width:649px){.scammers-all__list-item-wrap{margin-bottom:23px}}@media screen and (max-width:950px){.scammers-all__list-item-wrap._style-mobile{padding:23px;margin-bottom:20px;border-bottom:1px solid #e9e9e9}}.scammers-all__link-img-wrap{display:block;min-width:80px;max-width:80px;height:80px;border-radius:50%;position:relative;overflow:hidden}.scammers-all__link-img-wrap._large-length{min-width:120px;max-width:120px;height:120px}@media screen and (max-width:399px){.scammers-all__link-img-wrap._large-length{min-width:80px;max-width:80px;height:80px}}.scammers-all__link-img-wrap&gt;img{width:100%;position:absolute}.scammers-all__info{flex-grow:1;margin:0 20px}@media screen and (max-width:752px){.scammers-all__info{margin:0 10px;width:100%}}.scammers-all__info-item._age{color:rgba(51,51,51,.502)}.scammers-all__info-link{color:#333068;font-size:20px;font-weight:600;text-decoration:none}.scammers-all__info-link._font-size{font-size:24px}@media screen and (max-width:399px){.scammers-all__info-link._font-size{font-size:20px}}@media screen and (max-width:320px){.scammers-all__info-link._font-size{font-size:16px}}.scammers-all__link{display:flex;justify-content:center;min-width:300px;max-width:300px;border:1px solid #ffd15c;border-radius:6px;padding:14px 5px;color:#333;font-size:14px;font-weight:600;text-decoration:none;box-sizing:border-box}.scammers-all__link:hover{background:#ffd15c}@media screen and (max-width:752px){.scammers-all__link{min-width:240px}}@media screen and (max-width:649px){.scammers-all__link{min-width:300px}}@media screen and (max-width:382px){.scammers-all__link{min-width:240px}}.form{background:#65a5ff;border:1px solid #e9e9e9;padding:30px;display:flex;flex-direction:column;border-radius:6px;position:relative;width:auto}.form._indent{margin:20px 0 30px}.form__content{display:flex}@media screen and (max-width:699px){.form__content{flex-direction:column}}.form__content-item{display:flex;flex-direction:column;flex-grow:1}@media screen and (max-width:699px){.form__content-item{margin-bottom:20px}.form__content-item:last-child{margin-bottom:0}}.form__content-item._max-width{max-width:390px}@media screen and (max-width:699px){.form__content-item._max-width{max-width:100%}}.form__content-textarea{resize:none;border:1px solid #e7e7e8;border-radius:6px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.251);padding:9px 10px;margin-left:10px;height:100%;font-size:16px}.form__content-textarea::-moz-placeholder{font-size:16px}.form__content-textarea:-ms-input-placeholder{font-size:16px}.form__content-textarea::placeholder{font-size:16px}@media screen and (max-width:699px){.form__content-textarea{margin-left:0}}.form__content-input{border:1px solid #e7e7e8;border-radius:6px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.251);padding:9px 10px;margin-bottom:10px;font-size:16px}.form__content-input::-moz-placeholder{font-size:16px}.form__content-input:-ms-input-placeholder{font-size:16px}.form__content-input::placeholder{font-size:16px}.form__btn-box{display:flex;justify-content:center;margin-top:20px}.form__btn{background:#333068;border-radius:6px;color:#fff;font-size:16px;font-weight:600;display:flex;justify-content:center;padding:14px 10px;width:330px;border:none}.form__btn:hover{cursor:pointer;background:rgba(51,48,104,.8)}.input-file{display:none}.label-file{color:#333068}.label-file._indent{margin:10px 0 20px 0}.label-file:hover{cursor:pointer}.label-file&gt;span{border-bottom:1px dashed #333068}.uploaded-box{display:flex;flex-wrap:wrap;display:none}.uploaded-file{background:#333068;color:#fff;display:flex;padding:2px 4px;border-radius:6px;margin:0 4px 10px 0;align-items:center}.uploaded-file__close{width:10px;height:10px;margin-left:10px}.uploaded-file__close:hover{cursor:pointer}.alert-popup{border-radius:6px;font-size:20px;font-weight:600;padding:16px 13px;width:510px;display:flex;justify-content:center;align-items:center;background:#fff;box-sizing:border-box;position:absolute;left:0;right:0;margin:auto;top:-40px}.alert-popup._success{color:#009c16;border:1px solid #009c16}.alert-popup__btn{position:absolute;right:10px;top:10px;background:0 0;border:none;padding:0}.alert-popup__btn:hover{cursor:pointer}.alert-popup__btn-img{width:16px;height:16px}@media screen and (max-width:531px){.alert-popup__btn-img{width:10px;height:10px}}@media screen and (max-width:531px){.alert-popup__btn{right:5px;top:5px}}@media screen and (max-width:531px){.alert-popup{width:300px;font-size:16px}}.scammer__top{padding-bottom:40px;border-bottom:1px solid #e9e9e9;display:flex;justify-content:space-between}@media screen and (max-width:950px){.scammer__top{flex-direction:column;padding-bottom:20px}}.scammer__profile-links{padding-bottom:30px;border-bottom:1px solid #e9e9e9}.scammer__link{display:block;color:#333068}.scammer__link._indent{margin-bottom:10px}.scammer__link._indent:last-child{margin-bottom:0}.scammer__link:hover{text-decoration:none}.scammer__title-h2._align-center{text-align:center}.scammer__reviwes{padding-left:50px}.scammer__reviwes-autor{position:relative}.scammer__reviwes-autor::before{content:url(/img/user.png);width:40px;height:40px;position:absolute;display:block;left:-50px}.scammer__reviwes-text&gt;p&gt;a{color:#333068}.scammer__reviwes-text&gt;p&gt;a:hover{text-decoration:none}.scammer__reviews-evidence{display:flex;flex-wrap:wrap}.scammer__reviews-wrap-img{width:231px;height:150px;position:relative;overflow:hidden;margin:0 20px 20px 0;display:block}@media screen and (max-width:571px){.scammer__reviews-wrap-img{width:250px;height:164px}}@media screen and (max-width:567px){.scammer__reviews-wrap-img{margin:0 0 10px 0}}.scammer__reviews-img{width:100%;height:100%;position:absolute;display:block}.scammer__anchor-box{border-top:1px solid #e9e9e9;margin-top:10px;display:flex;justify-content:center;flex-direction:column;align-items:center}.scammer__caption{text-align:center;font-size:24px;font-weight:600;margin:30px 0 20px 0}@media screen and (max-width:355px){.scammer__caption{font-size:20px;margin:20px 0 10px 0}}.scammer__anchor-link{background:#cf0a4a;display:flex;justify-content:center;width:330px;padding:14px 5px;box-sizing:border-box;border-radius:6px;font-size:16px;font-weight:600;color:#fff;text-decoration:none}@media screen and (max-width:355px){.scammer__anchor-link{width:300px}}.scammer__anchor-link:hover{background:rgba(207,10,74,.8)}.searching-glass{width:40px;height:40px;position:absolute;right:0;bottom:0;background:rgba(207,10,74,.2);border-top-left-radius:20px;display:flex;justify-content:center}.searching-glass:hover{background:rgba(207,10,74,.6);cursor:pointer}@media screen and (max-width:375px){.searching-glass{right:0;bottom:0;left:0;top:0;margin:auto;border-radius:50px}}.scammer-slider{width:618px;display:grid;grid-template-columns:repeat(auto-fit,60px);grid-gap:5px;position:relative;box-sizing:border-box;align-items:center}@media screen and (max-width:950px){.scammer-slider{justify-content:center;width:100%}}.scammer-slider__item{width:100%;height:100%;position:relative;outline:0;display:block;margin:auto}.scammer-slider__item-img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;display:block}.site-description{padding:30px;border:1px solid #e7e7e8;border-radius:4px;margin:10px 0 50px}@media screen and (max-width:424px){.site-description{margin:10px 0 30px}}@media screen and (max-width:381px){.site-description{padding:20px 10px}}.site-description__item{display:flex;align-items:center;padding-bottom:30px;border-bottom:1px solid #e7e7e8;justify-content:center}.site-description__item:last-child{padding-bottom:0;border-bottom:0}@media screen and (max-width:381px){.site-description__item{padding-bottom:20px}}.site-description__logo{max-width:160px;min-width:160px;height:160px;margin-right:20px;align-self:baseline}@media screen and (max-width:599px){.site-description__logo{display:none}}.site-description__logo-img{width:100%;height:100%}.site-description__logo-mobile{max-width:40px;min-width:40px;height:40px;margin-right:10px;display:none}.site-description__logo-mobile-img{width:100%;height:100%}@media screen and (max-width:599px){.site-description__logo-mobile{display:block}}.site-description__header{flex-grow:1}.site-description__header-top{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:464px){.site-description__header-top{flex-direction:column}}.site-description__header-name{color:#333068;font-size:30px;font-weight:700;display:flex;align-items:center;text-decoration:none}@media screen and (max-width:464px){.site-description__header-name{font-size:23px;margin-bottom:10px}}@media screen and (max-width:599px){.site-description__header-text{text-align:center}}.site-description__link{width:330px;background:#d54165;border-radius:6px;color:#fff;font-weight:600;text-decoration:none;display:flex;justify-content:center;text-align:center;padding:14px;margin-top:30px}.site-description__link:hover{background:rgba(213,65,101,.8)}.opinions_site{padding-top:30px}.opinions__title{margin-bottom:15px;font-size:24px;line-height:1em;color:#000;font-weight:600;text-align:center}.opinions__list._indent-top{margin-top:20px}.opinions__tabs{display:flex;align-items:center;flex-wrap:wrap;margin:30px 0}.opinions__tabs-item{box-sizing:border-box;margin-bottom:15px;padding:10px 5px;font-size:14px;font-weight:600;color:#fff;text-decoration:none;text-align:center;white-space:nowrap;background:#6bb1ff;border:2px solid #6bb1ff;border-radius:5px;cursor:default;transition:all 150ms ease}.opinions__tabs-item[href]{color:#333068;background:#fff;border:2px solid #333068;cursor:pointer}.opinions__tabs-item[href]:hover{color:#fff;background:#6bb1ff;border:2px solid #6bb1ff}@media screen and (min-width:1261px){.opinions__tabs-item{width:23.5%;margin-right:2%}.opinions__tabs-item:nth-child(4n){margin-right:0}}@media screen and (min-width:1025px) and (max-width:1260px){.opinions__tabs-item{width:49%;margin-right:2%}.opinions__tabs-item:nth-child(2n){margin-right:0}}@media screen and (min-width:871px) and (max-width:1024px){.opinions__tabs-item{width:24.25%;margin-right:1%}.opinions__tabs-item:nth-child(4n){margin-right:0}}@media screen and (min-width:451px) and (max-width:870px){.opinions__tabs-item{width:49%;margin-right:2%}.opinions__tabs-item:nth-child(2n){margin-right:0}}@media screen and (max-width:450px){.opinions__tabs-item{width:100%;margin-right:0;margin-bottom:10px}.opinions__tabs-item:last-child{margin-bottom:0}}.opinions__sites{display:flex;justify-content:space-between;align-items:center;padding:25px 31px 26px 38px;border:1px dotted #9c9c9c}@media screen and (max-width:1250px){.opinions__sites{flex-direction:column}}@media screen and (max-width:400px){.opinions__sites{padding:15px}}.opinions__ref-list{width:450px;display:flex;justify-content:center;flex-wrap:wrap}@media screen and (max-width:1250px){.opinions__ref-list{margin-bottom:30px;text-align:center}}@media screen and (max-width:665px){.opinions__ref-list{width:auto}}@media screen and (max-width:515px){.opinions__ref-list{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:20px}}.opinions__ref-item{display:flex;align-items:center;width:125px;margin-right:27px;margin-bottom:26px;font-size:18px;line-height:24px;font-weight:700;color:#333068;text-align:left}@media screen and (max-width:1250px){.opinions__ref-item{margin-right:25px}}@media screen and (max-width:400px){.opinions__ref-item{margin-right:0;margin-bottom:20px;font-size:16px;line-height:20px}}.opinions__ref-item img{margin-right:10px}@media screen and (min-width:516px){.opinions__ref-item:nth-child(3n){margin-right:0}}@media screen and (min-width:516px){.opinions__ref-item:nth-child(4),.opinions__ref-item:nth-child(5),.opinions__ref-item:nth-child(6){margin-bottom:0}}@media screen and (max-width:515px){.opinions__ref-item:nth-child(2n){margin-right:0}}@media screen and (max-width:515px){.opinions__ref-item:nth-child(5),.opinions__ref-item:nth-child(6){margin-bottom:0}}.opinions__select-datings{width:350px}@media screen and (max-width:1250px){.opinions__select-datings{width:600px}}@media screen and (max-width:680px){.opinions__select-datings{width:100%;margin:0 auto}}@media screen and (max-width:350px){.opinions__select-datings{min-width:250px}}.opinions__select-datings select{box-sizing:border-box;display:block;width:100%;height:40px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17);outline:0;-webkit-appearance:none}.opinions__filters{padding:8px 18px;margin-bottom:20px;font-size:16px;line-height:24px;color:#333068;border:1px dotted #9c9c9c;background:#fff;z-index:100!important}@media screen and (max-width:1280px){.opinions__filters{text-align:center}}.opinions__filters--borderless{border:none;margin-bottom:5px;padding:14px 18px;padding-top:18px;padding-left:0}.opinions__filters-item{position:relative;display:inline-block;vertical-align:middle;margin-right:10px;padding-right:20px}.opinions__filters-item::before{content:'/';position:absolute;top:50%;right:0;margin-top:-16px;font-size:24px;line-height:30px;color:#333}.opinions__filters-item:last-child{margin-right:0;padding-right:0}.opinions__filters-item:last-child::before{content:none}@media screen and (max-width:700px){.opinions__filters-item{display:block;margin-bottom:15px;margin-right:0;padding-right:0}.opinions__filters-item:last-child{margin-bottom:0}.opinions__filters-item::before{content:none}}.opinions__filters-link{position:relative;display:inline-block;padding-left:23px;font-size:16px;line-height:24px;color:#777;font-weight:300;text-decoration:none;transition:color 150ms ease}.opinions__filters-link.active{font-weight:600;color:#333068!important}.opinions__filters-link:hover{color:#000}.opinions__filters_good::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -70px}.opinions__filters_bad::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -218px}.opinions__filters_all::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -192px}.opinions__item{position:relative;margin-bottom:25px}@media screen and (max-width:600px){.opinions__item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #ccc;padding-left:0}.opinions__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}}.opinions__header{position:absolute;top:0;left:0;width:160px;font-size:0;padding-top:20px}@media screen and (max-width:600px){.opinions__header{position:static;width:auto;margin-bottom:15px;padding-top:0;display:flex;justify-content:space-between;align-items:flex-start}}.opinions__subtitle{margin-bottom:5px;font-size:14px;line-height:1em;color:#000}@media screen and (max-width:600px){.opinions__subtitle{display:inline-block;vertical-align:middle;margin-bottom:0;margin-right:5px}}.opinions__author{display:flex;align-items:baseline;margin-bottom:15px;justify-content:space-between}@media screen and (max-width:600px){.opinions__author{margin-bottom:10px}}.opinions__name{display:inline-block;margin-right:5px;font-size:18px;line-height:24px;color:#000;font-weight:700}.opinions__about{font-size:14px;font-weight:500;font-style:italic}@media screen and (max-width:600px){.opinions__rating{margin-top:8px}}.opinions__rating-value{font-size:14px;line-height:1em;color:#000;font-weight:600;margin-bottom:5px}@media screen and (max-width:600px){.opinions__rating-value{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:0}}.opinions__rating-line{font-size:0}@media screen and (max-width:600px){.opinions__rating-line{display:inline-block;vertical-align:middle}}.opinions__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.opinions__rating-item:first-child{margin-left:0}.opinions__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.opinions__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}.opinions__dating{display:block;margin-top:15px;font-size:12px;line-height:1.2em;color:#333;font-weight:600;text-decoration:none;transition:color 150ms ease}@media screen and (max-width:600px){.opinions__dating{margin-top:0;font-size:13px;line-height:1.1em;text-align:right}}.opinions__dating span:first-child{display:inline-block;vertical-align:middle;margin-right:5px;text-decoration:none;font-size:12px;line-height:1.2em;font-weight:400;color:#333!important}@media screen and (max-width:600px){.opinions__dating span:first-child{display:block;margin-right:0;margin-bottom:5px}}.opinions__dating img{display:inline-block;vertical-align:middle;margin-right:3px;width:16px;height:16px}.opinions__dating span{display:inline-block;vertical-align:middle}.opinions__dating:hover{color:#6bb1ff}.opinions__box{position:relative;border:1px solid #e0e0e6;border-radius:5px}.opinions__item_good .opinions__box::after{border-color:transparent #daf1db transparent transparent}.opinions__item_bad .opinions__box::after{border-color:transparent #ffe3e3 transparent transparent}.opinions__text{padding:30px;padding-top:35px;background:#f6f6ff;border-radius:5px 5px 0 0}@media screen and (max-width:600px){.opinions__text{padding:16px 15px}}.opinions__text p{margin-top:0;font-size:18px;line-height:30px;color:#000;font-style:italic}.opinions__text p:first-child{margin-top:0}.opinions__text p:last-child{margin-bottom:0}@media screen and (max-width:400px){.opinions__text p{font-size:16px;line-height:1.5em}}.opinions__item_good .opinions__text{background:#daf1db}.opinions__item_good .opinions__text p:first-child{margin-top:0}.opinions__item_good .opinions__text p:last-child{margin-bottom:0}.opinions__item_bad .opinions__text{background:#ffe3e3}.opinions__item_bad .opinions__text p:first-child{margin-top:0}.opinions__item_bad .opinions__text p:last-child{margin-bottom:0}.opinions__footer{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding-left:3px;padding-right:20px}@media screen and (max-width:768px){.opinions__footer{padding:0;align-items:flex-start}}@media screen and (max-width:550px){.opinions__footer{flex-direction:column;align-items:center}}.opinions__scale{font-size:18px;line-height:30px;font-weight:700}@media screen and (max-width:550px){.opinions__scale{margin-bottom:15px}}.opinions__like{font-size:18px;line-height:30px;font-weight:700;color:#000;text-align:right}@media screen and (max-width:380px){.opinions__like{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:center}}.opinions__like-good{position:relative;padding-left:24px;display:inline-block;vertical-align:middle;margin-left:30px;font-size:14px;line-height:24px;font-weight:400;color:#333;cursor:pointer}.opinions__like-good::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -96px;margin-top:-10px}@media screen and (max-width:768px){.opinions__like-good{margin-left:15px}}@media screen and (max-width:380px){.opinions__like-good{margin:0}}.opinions__like-bad{position:relative;padding-left:24px;display:inline-block;vertical-align:middle;margin-left:30px;font-size:14px;line-height:24px;font-weight:400;color:#333;cursor:pointer}.opinions__like-bad::before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -44px;margin-top:-6px}@media screen and (max-width:768px){.opinions__like-bad{margin-left:15px}}@media screen and (max-width:380px){.opinions__like-bad{margin-left:30px}}@media screen and (max-width:380px){.opinions__like span{display:block;width:100%;text-align:center}}.opinions__answer{padding:30px;background:#f6f6ff}.opinions__answer-name{margin-bottom:15px;font-size:20px;line-height:1em;color:#000;font-weight:600}.opinions__answer-text{font-size:16px;line-height:1.66em;color:#000}.opinions__link{display:flex;justify-content:space-between;align-items:center;padding:30px}@media screen and (max-width:650px){.opinions__link{flex-direction:column}}.opinions__ref-link{display:flex;align-items:center;font-size:24px;line-height:30px;font-weight:700;color:#333068}@media screen and (max-width:650px){.opinions__ref-link{margin-bottom:30px}}.opinions__ref-link:hover{text-decoration:none}.opinions__ref-link img{margin-right:15px}.opinions__reply-button{display:inline-block;padding:10px 52px;margin-right:20px;border:2px solid #ffe592;border-radius:5px;font-size:18px;line-height:24px;color:#333068;font-weight:lighter;text-decoration:none;transition:border 150ms ease}@media screen and (min-width:1025px) and (max-width:1200px){.opinions__reply-button{padding:10px 25px;margin-right:10px}}@media screen and (max-width:600px){.opinions__reply-button{margin-right:0;margin-bottom:20px;display:block;text-align:center}}@media screen and (max-width:370px){.opinions__reply-button{font-size:16px;line-height:20px}}.opinions__reply-button:hover{border:2px solid #333068}.opinions__go-button{display:inline-block;padding:12px 55px;background-color:#da4265;border-radius:5px;font-size:18px;line-height:24px;font-weight:700;color:#fff;text-decoration:none;transition:opacity 150ms ease}@media screen and (min-width:1025px) and (max-width:1200px){.opinions__go-button{padding:10px 25px}}@media screen and (max-width:600px){.opinions__go-button{display:block;text-align:center}}@media screen and (max-width:370px){.opinions__go-button{font-size:16px;line-height:20px;padding:10px 45px}}.opinions__go-button:hover{opacity:.9}.opinions__ratings{padding:20px 23px 10px;border-top:1px dotted #9a9a9a;font-size:0}@media screen and (max-width:600px){.opinions__ratings{padding:20px 15px 10px}}.opinions__ratings-item{display:inline-block;vertical-align:top;width:32%;margin-left:2%;margin-bottom:10px;font-size:12px;line-height:1em;color:#323338}.opinions__ratings-item:nth-child(3n+1){margin-left:0}.opinions__ratings-item span{color:#34c713;font-weight:700}@media screen and (min-width:1024px) and (max-width:1250px){.opinions__ratings-item{width:48%;margin-left:4%}.opinions__ratings-item:nth-child(3n+1){margin-left:4%}.opinions__ratings-item:nth-child(2n+1){margin-left:0}}@media screen and (max-width:950px){.opinions__ratings-item{width:48%;margin-left:4%}.opinions__ratings-item:nth-child(3n+1){margin-left:4%}.opinions__ratings-item:nth-child(2n+1){margin-left:0}}@media screen and (max-width:700px){.opinions__ratings-item{display:block;width:auto;margin-left:0}.opinions__ratings-item:nth-child(3n+1){margin-left:0}.opinions__ratings-item:nth-child(2n+1){margin-left:0}}.opinions__more{margin-top:20px;text-align:center}.opinions__more-link{position:relative;display:inline-block;vertical-align:middle;padding-right:20px;font-size:18px;line-height:1em;color:#423ca5;font-weight:600;text-transform:uppercase;text-decoration:none;transition:color 150ms ease}.opinions__more-link::before{content:'';position:absolute;left:0;top:50%;width:9px;height:6px;margin-top:-3px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -195px;left:auto;right:0}.opinions__more-link:hover{color:#6bb1ff}.comment{margin:30px 0}.comment__title{font-size:24px}.comment__form{position:relative;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width:580px){.comment__form{flex-direction:column}}.comment__input{flex-grow:1;margin-bottom:20px;box-sizing:border-box;border-radius:6px;border:1px solid #c4c4c4;padding:9px 10px;font-size:16px;color:#333}@media screen and (max-width:580px){.comment__input{margin-left:0}}.comment__input::-moz-placeholder{font-size:16px;color:#333}.comment__input:-ms-input-placeholder{font-size:16px;color:#333}.comment__input::placeholder{font-size:16px;color:#333}.comment__input._indent-right{margin-right:20px;margin-left:0}@media screen and (max-width:580px){.comment__input._indent-right{margin-right:0}}.comment__textarea{width:100%;margin-bottom:20px;resize:none;height:168px;box-sizing:border-box;border-radius:6px;border:1px solid #c4c4c4;padding:9px 10px;font-size:16px;color:#333}.comment__textarea::-moz-placeholder{font-size:16px;color:#333}.comment__textarea:-ms-input-placeholder{font-size:16px;color:#333}.comment__textarea::placeholder{font-size:16px;color:#333}.comment__capture{flex-grow:1;align-self:center}@media screen and (max-width:1172px){.comment__capture{text-align:center}}@media screen and (max-width:1024px){.comment__capture{text-align:left}}@media screen and (max-width:851px){.comment__capture{text-align:center}}@media screen and (max-width:580px){.comment__capture{font-size:14px}}.comment__capture-link{color:#333}.comment__capture-link:hover{text-decoration:none}.comment__btn{background:#423f6d;border:none;color:#fff;border-radius:6px;padding:14px 10px;box-sizing:border-box;width:300px;font-size:16px;margin-left:10px}@media screen and (max-width:1172px){.comment__btn{margin-left:0;margin-top:15px}}@media screen and (max-width:1024px){.comment__btn{margin-left:10px;margin-top:0}}@media screen and (max-width:851px){.comment__btn{margin-top:15px}}@media screen and (max-width:580px){.comment__btn{margin-top:10px;margin-left:0;align-self:center}}.comment__inputbox{position:relative;flex-grow:1;box-sizing:border-box;font-size:16px;color:#333;display:flex}.comment__textareabox{position:relative;box-sizing:border-box;font-size:16px;color:#333;display:flex;width:100%}.error:before{content:attr(data-error);position:absolute;left:1px;top:35px;color:#f1543f;font-size:12px}.error-textarea:before{content:attr(data-error);position:absolute;left:1px;bottom:6px;color:#f1543f;font-size:12px}.error&gt;.comment__input{border:1px solid #f1543f}.error-textarea&gt;.comment__textarea{border:1px solid #f1543f}.comparison-sites__text{margin-top:30px;line-height:1.9em}.comparison-sites__text&gt;p{margin:0 0 30px 0}.comparison-sites__text&gt;p:last-child{margin:0}.form-comparison{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:852px){.form-comparison{flex-direction:column;justify-content:center}}.form-comparison__select-wrap{display:flex;align-items:center}@media screen and (max-width:618px){.form-comparison__select-wrap{flex-direction:column}}.form-comparison__select-box{width:280px}.form-comparison__caption{color:#65a5ff;font-weight:600}@media screen and (max-width:852px){.form-comparison__caption{margin-bottom:10px}}.form-comparison__vs{color:#65a5ff;font-weight:600;font-size:20px;margin:0 9px}.comparison-table-wrap{overflow-x:auto;margin:30px 0}.comparison-table{width:100%;border:1px solid #e9e9e9;border-collapse:collapse;font-size:16px;color:rgba(51,51,51,.6)}@media screen and (max-width:425px){.comparison-table{font-size:14px}}.comparison-table__logo-box{display:flex;align-items:center;justify-content:center;width:auto!important;height:auto!important}.comparison-table__logo-box a{color:#333068}.comparison-table__logo-box a:hover{text-decoration:none}.comparison-table__logo{width:40px;height:40px;margin-right:10px}@media screen and (max-width:425px){.comparison-table__logo{width:30px;height:30px}}.comparison-table__link-box{display:flex;justify-content:center;align-items:center}.comparison-table__link-btn{text-decoration:none;background:#d54165;display:flex;justify-content:center;align-items:center;width:170px;border-radius:6px;color:#fff;font-weight:600;box-sizing:border-box;padding:7px 4px;margin-top:7px}.comparison-table__link-btn:hover{color:rgba(255,255,255,.78)}@media screen and (max-width:425px){.comparison-table__link-btn{width:130px;font-size:14px;padding:3px 4px}}.comparison-table tr th{border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;box-sizing:border-box;text-align:center;padding:10px}.comparison-table tr th:last-child{border-right:0}.comparison-table tr td{border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;box-sizing:border-box;text-align:center;padding:10px}.comparison-table tr td:last-child{border-right:0}.manual-block-links .manuals__list{display:flex;flex-wrap:wrap}.manual-block-links .manuals__item{margin:0 20px 15px 0}.show{display:block}.follow-link-box{display:flex;justify-content:center;padding:0;position:fixed;transition:transform .5s;z-index:101;bottom:0;left:50%;transform:translateY(100%) translateX(-50%);box-sizing:border-box}.follow-link-box.signup-fixed{transform:translateY(0) translateX(-50%)}.follow-link{display:flex;box-sizing:border-box;min-width:320px;font-size:20px;justify-content:center;background:#2f4a7f;border-top-right-radius:6px;border-top-left-radius:6px;border-top:6px solid #d64262;border-left:6px solid #d64262;border-right:6px solid #d64262;color:#fff;text-decoration:none;max-width:340px;padding:10px 26px;align-items:center;font-weight:600}@media screen and (max-width:720px){.follow-link{padding:10px 18px;font-size:18px}}.comparison-table{flex-direction:column;box-sizing:border-box;flex-grow:1;margin:30px 0 0;border:1px solid #e9e9e9}@media screen and (max-width:960px){.comparison-table{border-radius:0}}.comparison-table._other-style{overflow:hidden;height:550px;position:relative;z-index:1}.comparison-table__logo-box{display:flex;align-items:center;justify-content:center;width:auto!important;height:auto!important}.comparison-table__logo-box a{color:#333068}.comparison-table__logo-box a:hover{text-decoration:none}.comparison-table__logo{width:40px;height:40px;margin-right:10px}@media screen and (max-width:425px){.comparison-table__logo{width:30px;height:30px}}.comparison-table__link-box{display:flex;justify-content:center;align-items:center}.comparison-table__link-btn{text-decoration:none;background:#d54165;display:flex;justify-content:center;align-items:center;width:170px;border-radius:6px;color:#fff;font-weight:600;box-sizing:border-box;padding:7px 4px;margin-top:7px}.comparison-table__link-btn:hover{color:rgba(255,255,255,.78)}@media screen and (max-width:425px){.comparison-table__link-btn{width:130px;font-size:14px;padding:3px 4px}}.comparison-table__sites{display:flex;padding:10px 0;box-sizing:border-box;justify-content:space-between;justify-content:space-around;top:0;background:#fff;z-index:1;position:-webkit-sticky;position:sticky;border:1px solid #f4f4f4}.comparison-table__sites:last-child{border-top:1px solid #e9e9e9;padding-bottom:0;padding-top:20px}.comparison-table__sites-item{flex-grow:1;display:flex;flex-direction:column;align-items:center;min-width:200px;width:200px}@media screen and (max-width:900px){.comparison-table__sites-item{min-width:170px;width:190px;max-width:190px}}@media screen and (max-width:425px){.comparison-table__sites-item{min-width:100px;width:49%}}.comparison-table__line-wrap{display:flex;flex-direction:column}.comparison-table__line-box{display:flex;flex-wrap:wrap;font-weight:300;border-top:1px solid #f4f4f4;box-sizing:border-box;padding:20px 0;justify-content:space-between;flex-grow:1}@media screen and (max-width:900px){.comparison-table__line-box{font-size:14px}}@media screen and (max-width:425px){.comparison-table__line-box{padding:10px 0}}.comparison-table__line-box&gt;hr{color:#e9e9e9;background-color:#e9e9e9;height:1px;border:none;width:100%;margin:20px 0}.comparison-table__logo-box{width:162px;height:40px;display:flex;align-items:center;justify-content:center}.comparison-table__line-title{width:100%;text-align:center;margin-bottom:10px;color:rgba(51,51,51,.6)}.comparison-table__line-title._title{text-align:center;font-weight:700;color:#333;background:#e9e9e9;padding:20px 20px;margin-bottom:0;width:240px;min-width:240px;display:flex;align-items:center;box-sizing:border-box;border-top:1px solid #e9e9e9;width:100%;justify-content:center;text-align:center;border-top:none;color:rgba(51,51,51,.9)}.comparison-table__line-item{flex-grow:1;text-align:center;min-width:200px;width:200px;color:rgba(51,51,51,.9)}@media screen and (max-width:900px){.comparison-table__line-item{min-width:170px;width:190px;max-width:190px}}@media screen and (max-width:425px){.comparison-table__line-item{min-width:100px;width:130px}}.js-fixed{position:fixed;top:0;z-index:99999;background:#fff;left:10px;right:10px;border:1px solid #f4f4f4;max-width:1024px;margin:auto}.comparison-table-wrap{position:relative}.btn-block{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#fff,#fff,rgba(255,255,255,0));height:230px;z-index:2;display:flex;align-items:flex-end}.btn-block__btn-box{background:#e9e9e9;display:flex;flex-grow:1;padding:10px 5px;box-sizing:border-box;justify-content:center}.btn-block__btn{color:#65a5ff;background:0 0;padding:0;margin:0;border:none;font-size:14px}.btn-block__btn:hover{cursor:pointer;opacity:.8}.hide{display:none}.top3-list{margin-bottom:30px;padding-top:20px;color:#333068}.top3-list__policy{border:none;background:0 0;cursor:pointer;font-weight:500;color:#333068;border-bottom:1px solid #333068;padding:0;margin-left:auto;display:flex;margin-bottom:20px}.top3-list__policy:hover{border-color:transparent}@media screen and (max-width:1140px){.top3-list__policy:hover{border-bottom:1px solid #333068}}.top3-list__choose{display:grid;grid-auto-flow:column;width:100%;grid-gap:10px}@media screen and (max-width:900px){.top3-list__choose{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-auto-flow:row;justify-content:center}}.top3-list__choose-link{box-sizing:border-box;padding:10px 5px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;white-space:nowrap;border-radius:5px;cursor:default;transition:all 150ms ease;color:#333068;background:#fff;border:2px solid #333068;cursor:pointer}.top3-list__choose-link.active{color:#fff;border:2px solid #6bb1ff;background:#6bb1ff;cursor:default}.top3-list__choose-link:hover{color:#fff;background:#6bb1ff;border:2px solid #6bb1ff}.top3-list__headline{margin:0;font-size:36px;line-height:1em;text-align:center;color:#1a2a48;font-weight:400}@media screen and (max-width:480px){.top3-list__headline{font-size:26px}}@media screen and (max-width:350px){.top3-list__headline{font-size:23px}}.top3-list__text{font-size:18px;line-height:1.5em;text-align:center;color:#1a2a48}@media screen and (max-width:350px){.top3-list__text{font-size:16px}}.top3-list__text span{margin-right:10px;font-size:20px;font-weight:700;color:#da4265}.top3-list__list{display:flex;flex-direction:column;margin-top:35px}.top3-list__item{position:relative;margin-top:30px;border:2px solid #da4265;border-radius:10px}.top3-list__item:first-child{margin-top:0}.top3-list__item:first-child::before{position:absolute;content:"";top:7px;left:-30px;width:38px;top:7px;left:-30px;width:38px;height:0;border-bottom:35px solid #da4265;border-left:35px solid transparent;border-right:35px solid transparent;transform:rotate(-45deg)}.top3-list__item:first-child::after{position:absolute;content:"Р›СѓС‡С€РёРµ РѕС‚Р·С‹РІС‹";top:17px;left:3px;width:45px;font-size:10px;line-height:1em;font-weight:700;color:#fff;text-transform:uppercase;transform:rotate(-45deg)}.top3-list__item .best-users{margin:0;background:#ffe592;border-radius:0 0 10px 10px}.top3-list__item .best-users__main{padding-left:45px}@media screen and (max-width:850px){.top3-list__item .best-users__main{padding:0}}@media screen and (max-width:1112px){.top3-list__item .best-users__main._shortened-style{padding-left:30px}}@media screen and (max-width:850px){.top3-list__item .best-users__main._shortened-style{padding:0}}.top3-list__item .best-users__list{width:calc(100% - 300px - 122px)}@media screen and (max-width:850px){.top3-list__item .best-users__list{width:100%}}.top3-list__item-box{display:flex;justify-content:space-between;align-items:center;padding:30px}@media screen and (max-width:1180px){.top3-list__item-box{flex-wrap:wrap}}@media screen and (max-width:780px){.top3-list__item-box{justify-content:space-around;flex-direction:column;padding:30px 20px}}.top3-list__item-box._shortened-style{flex-direction:column}@media screen and (min-width:1181px){.top3-list__name-box._align{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:524px){.top3-list__name-box._align{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:524px){.top3-list__name-box._shortened-style{display:flex;flex-direction:column;align-items:center}}.top3-list__short-name{position:relative;min-width:250px;margin-right:20px;text-align:center;display:flex;align-items:center;flex-direction:column}.top3-list__short-name._shortened-style{min-width:200px;margin-right:0;margin-bottom:10px;flex-direction:row;justify-content:center}@media screen and (max-width:470px){.top3-list__short-name._shortened-style{flex-direction:column}}@media screen and (max-width:1180px){.top3-list__short-name{margin-right:0;width:100%;margin-bottom:10px;flex-direction:row;justify-content:center}}@media screen and (max-width:470px){.top3-list__short-name{flex-direction:column}}.top3-list__name{position:relative;min-width:320px;margin-right:20px;text-align:center;display:flex;align-items:center}.top3-list__name._shortened-style{margin-right:0;margin-bottom:15px}@media screen and (max-width:1180px){.top3-list__name{margin-right:0;width:100%;justify-content:center;margin-bottom:10px}}@media screen and (max-width:800px){.top3-list__name{min-width:auto}}@media screen and (max-width:780px){.top3-list__name{align-items:center;flex-direction:row}}.top3-list__description{flex-grow:1;text-align:left}@media screen and (max-width:1180px){.top3-list__description{width:69%}}@media screen and (max-width:870px){.top3-list__description{width:100%;text-align:center}}@media screen and (max-width:1180px){.top3-list__description._shortened-style{width:100%}}.top3-list__description p{margin:0;font-size:16px;line-height:1.5em;color:#333068}.top3-list__link{display:inline-block;text-align:center;text-decoration:none;color:#333068;transition:color 150ms ease}.top3-list__link:hover{color:#6bb1ff}.top3-list__link span{display:inline-block;vertical-align:middle;font-size:26px;line-height:1em;font-weight:700}.top3-list__buttons{display:flex;flex-direction:column;margin-left:66px}@media screen and (max-width:1180px){.top3-list__buttons{margin-left:20px;max-width:30%}}@media screen and (max-width:870px){.top3-list__buttons{margin-top:30px;max-width:100%;width:100%;order:3;margin-left:0;align-items:center;justify-content:center}}.top3-list__buttons._shortened-style{margin-top:30px;max-width:100%;width:100%;order:3;margin-left:0;align-items:center;justify-content:center}.top3-list__short-logo{display:inline-block;vertical-align:middle;width:160px;height:80px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1180px){.top3-list__short-logo{margin-right:15px}}@media screen and (max-width:870px){.top3-list__short-logo{margin-bottom:0}}@media screen and (max-width:470px){.top3-list__short-logo{width:160px;height:80px;margin-right:0}}.top3-list__short-img{width:auto;height:auto;max-width:100%;max-height:100%}.top3-list__logo{display:inline-block;vertical-align:middle;margin-right:16px;width:62px;height:62px}@media screen and (max-width:780px){.top3-list__logo{margin-right:10px;margin-bottom:0;margin-left:30px}}@media screen and (max-width:375px){.top3-list__logo{margin-left:20px}}@media screen and (max-width:563px){.top3-list__logo._shortened-style{width:50px;height:44px}}.top3-list__logo-img{width:100%;height:auto;max-width:100%!important}.top3-list__rating{font-size:0;display:flex;align-items:center;margin-top:7px}.top3-list__rating._short{margin-top:7px}@media screen and (max-width:1180px){.top3-list__rating._short{margin-top:0}}@media screen and (max-width:470px){.top3-list__rating._short{margin-left:0;margin-top:7px}}.top3-list__rating-value{display:inline-flex;justify-content:center;align-items:center;margin-right:10px;font-size:16px;line-height:1em;color:#333;font-weight:700;width:40px;height:40px;border-radius:50%;border:2px solid #da4265;box-shadow:0 4px 4px rgba(0,0,0,.2)}.top3-list__rating-line{display:inline-block;vertical-align:middle;font-size:0}.top3-list__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.top3-list__rating-item:first-child{margin-left:0}.top3-list__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.top3-list__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}.top3-list__item:first-child p&gt;span{font-weight:700;text-transform:uppercase}.top3-list__go-btn{display:inline-block;min-width:160px;padding:12px 25px;background-color:#da4265;border-radius:5px;font-size:16px;line-height:1.5em;font-weight:700;color:#fff;text-decoration:none;text-align:center;cursor:pointer;transition:opacity 150ms ease}@media screen and (max-width:870px){.top3-list__go-btn{padding:12px 20px;font-size:16px;width:50%}}@media screen and (max-width:470px){.top3-list__go-btn{width:90%}}.top3-list__go-btn:hover{opacity:.9}.top3-list__go-btn._shortened-style{padding:12px 20px;font-size:16px;width:50%}@media screen and (max-width:470px){.top3-list__go-btn._shortened-style{width:90%}}.top3-list__more-btn{display:inline-block;border-bottom:1px solid #333;padding:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;text-align:center;margin:0 auto;color:#333;margin-top:10px;font-size:16px;line-height:1.5em;text-decoration:none;text-align:center;cursor:pointer;transition:background 150ms ease}@media screen and (max-width:870px){.top3-list__more-btn{font-size:16px}}.top3-list__more-btn:hover{border-color:transparent}.why-trust__box{display:flex;justify-content:space-between}@media screen and (max-width:950px){.why-trust__box{flex-direction:column;align-items:center}}.why-trust__item{width:240px;text-align:center;display:flex;flex-direction:column;align-items:center;margin-right:20px;position:relative;box-sizing:border-box;border:1px solid #e5e5e5;border-radius:10px;padding:20px}.why-trust__item:last-child{margin-right:0}@media screen and (max-width:950px){.why-trust__item{width:300px;margin-right:0;margin-bottom:10px}}@media screen and (max-width:384px){.why-trust__item{padding:20px 10px}}.why-trust__img{width:50px;height:50px}.why-trust__caption{margin-top:20px}.authors{margin:30px 0}.authors__item{display:flex;background:#fff;border-radius:4px;box-sizing:border-box;margin-bottom:10px;border:1px solid #e5e5e5}@media screen and (max-width:600px){.authors__item{flex-direction:column;border:none}}.authors__item:last-child{margin-bottom:0}.authors__img-box{margin:0;width:200px;min-width:200px;max-width:200px;position:relative;overflow:hidden}@media screen and (max-width:890px){.authors__img-box{width:30%;min-width:30%;max-width:30%}}@media screen and (max-width:699px){.authors__img-box{width:40%;min-width:40%;max-width:40%}}@media screen and (max-width:600px){.authors__img-box{width:100%;min-width:300px;max-width:100%}}.authors__img{display:block;width:100%;position:absolute;margin:auto;border-top-left-radius:4px;border-bottom-left-radius:4px;top:0;bottom:0;left:0;right:0}@media screen and (max-width:600px){.authors__img{border-bottom-left-radius:0;border-top-right-radius:4px;position:relative;width:50%}}.authors__info{padding:33px 20px}@media screen and (max-width:785px){.authors__info{padding:20px}}@media screen and (max-width:650px){.authors__info{padding:30px 20px}}@media screen and (max-width:425px){.authors__info{padding:17px 10px 22px 10px}}.authors__title{display:block;font-weight:700;font-size:20px;text-decoration:none;margin-bottom:30px;color:#262626}@media screen and (max-width:785px){.authors__title{margin-bottom:15px}}@media screen and (max-width:600px){.authors__title{text-align:center}}@media screen and (max-width:425px){.authors__title{margin-bottom:20px 0 15px;font-size:16px}}.authors__title-name{text-transform:uppercase;font-size:16px;font-weight:600}.authors__title-caption{color:rgba(38,38,38,.27);font-size:14px}.authors__text{line-height:22px;font-weight:300;font-size:16px}@media screen and (max-width:600px){.authors__text{text-align:center}}@media screen and (max-width:425px){.authors__text{line-height:22px;font-size:14px}}.page-list{display:none}@media screen and (min-width:1500px){.page-list{display:flex;flex-direction:column;padding:20px;background-color:#fff;position:fixed;top:100px;width:200px;height:80vh;z-index:999;overflow-y:scroll}.page-list-link{margin-bottom:10px;color:#000}.page-list-link:hover{color:_hover}.page-list-link:last-child{margin-bottom:0}}.datings-app{margin:20px 0 40px;padding-top:15px}@media screen and (max-width:600px){.datings-app{margin:20px 0 40px}}.datings-app__title{font-size:26px;line-height:1em;color:#000;font-weight:700;text-align:center}@media screen and (max-width:767px){.datings-app__title{font-size:24px}}@media screen and (max-width:600px){.datings-app__title{font-size:20px}}.datings-app__header{display:table;width:100%}@media screen and (max-width:700px){.datings-app__header{display:none}}.datings-app__list{display:none;margin-top:15px}@media screen and (max-width:700px){.datings-app__list{margin-top:0}}.datings-app__list.open{display:block}.datings-app__item{padding:15px 15px 15px 10px;border-bottom:1px solid #e9e9ea}@media screen and (max-width:900px){.datings-app__item{position:relative;padding-bottom:70px!important}}@media screen and (max-width:700px){.datings-app__item{padding-left:55px}}.datings-app__box{font-size:0;margin-right:290px}.datings-app__box:first-child{padding:0 15px 0 10px}@media screen and (max-width:700px){.datings-app__box:first-child{padding:0}}@media screen and (max-width:900px){.datings-app__box{margin-right:0}}.datings-app__info{display:table;width:100%}@media screen and (max-width:700px){.datings-app__info{display:block}}.datings-app__info-cell{display:table-cell;vertical-align:middle}.datings-app__info-cell:nth-child(1){width:40px}@media screen and (max-width:700px){.datings-app__info-cell:nth-child(1){position:absolute;left:10px;top:15px}}.datings-app__info-cell:nth-child(2){width:210px;padding-right:10px}.datings-app__info-cell:nth-child(3){width:200px}.datings-app__info-cell:nth-child(4){width:150px}@media screen and (min-width:1025px) and (max-width:1300px){.datings-app__info-cell:nth-child(5),.datings-app__info-cell:nth-child(6){display:none}}@media screen and (max-width:700px){.datings-app__info-cell{display:block;width:auto!important}.datings-app__info-cell:nth-child(2){margin-bottom:15px;padding-right:0}.datings-app__info-cell:nth-child(3){display:inline-block;vertical-align:middle;margin-right:15px}.datings-app__info-cell:nth-child(4){display:inline-block;vertical-align:middle}.datings-app__info-cell:nth-child(5){margin-top:10px}.datings-app__info-cell:nth-child(6){margin-top:5px}}.datings-app__place{display:inline-block;width:28px;height:28px;border:1px solid #c1c1c1;border-radius:50%;font-size:14px;line-height:28px;color:#c1c1c1;text-align:center}.datings-app__name{position:relative;padding-left:30px;font-size:22px;line-height:1em;color:#333068;font-weight:700;text-decoration:none;transition:color 150ms ease}@media screen and (max-width:700px){.datings-app__name{padding-left:25px}}.datings-app__name .icon{position:absolute;top:50%;left:7px;width:16px;height:16px;margin-top:-6px}@media screen and (max-width:700px){.datings-app__name .icon{left:0}}.datings-app__name .icon img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.datings-app__rating{font-size:0}.datings-app__rating-value{display:inline-block;vertical-align:middle;margin-right:10px;font-size:14px;line-height:1em;color:#505050;font-weight:700}.datings-app__rating-line{display:inline-block;vertical-align:middle;font-size:0}.datings-app__rating-item{display:inline-block;vertical-align:middle;margin-left:4px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.datings-app__rating-item:first-child{margin-left:0}.datings-app__rating-item.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.datings-app__rating-item.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}.datings-app__opinions{position:relative;padding-left:17px;font-size:14px;line-height:1em;color:#333068;text-decoration:none}.datings-app__opinions span{text-decoration:underline}.datings-app__opinions:hover span{text-decoration:none}.datings-app__opinions::before{content:'';position:absolute;left:0;top:50%;width:12px;height:11px;margin-top:-5px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -174px}.datings-app__action{display:flex;justify-content:flex-end;float:right;width:280px;margin-top:-5px;text-align:right;font-size:0}@media screen and (max-width:900px){.datings-app__action{float:none;width:auto;position:absolute;bottom:15px;left:60px;margin-top:0;text-align:left}}@media screen and (max-width:700px){.datings-app__action{left:55px}}@media screen and (max-width:370px){.datings-app__action{left:10px}}.datings-app__action-item{display:inline-block;vertical-align:middle}.datings-app__action-item:last-child{margin-left:30px}.datings-app__action-link{box-sizing:border-box;display:inline-block;height:38px;padding:11px 15px;background:#fff;border:1px solid #a0cdff;border-radius:3px;font-size:14px;line-height:1em;color:#505459;font-weight:300;text-decoration:none;transition:background 150ms ease}.datings-app__action-link:hover{background:#a0cdff}.datings-app__action-signup{box-sizing:border-box;display:inline-block;height:38px;padding:11px 15px;background:#fff;border:1px solid #a0cdff;border-radius:3px;font-size:14px;line-height:1em;color:#505459;font-weight:300;text-decoration:none;transition:background 150ms ease}.datings-app__action-signup:hover{background:#a0cdff}.datings-app__action-signup.more{position:relative;box-sizing:border-box;display:inline-block;height:38px;padding:11px 24px;padding-left:10px;border:1px solid #6bb1ff;background:#6bb1ff;border-radius:3px;font-size:14px;line-height:1em;color:#fff;font-weight:600;text-decoration:none;transition:all 150ms ease}.datings-app__action-signup.more::after{content:'';position:absolute;left:0;top:50%;width:6px;height:9px;margin-top:-4px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-288px -61px;left:auto;right:11px}.datings-app__action-signup.more:hover{background:#da4265;border:1px solid #da4265}.datings-app__text{margin-top:15px;padding-left:45px;font-size:16px;line-height:1.6em;color:#413e3e;font-weight:300}@media screen and (max-width:900px){.datings-app__text{padding-left:53px}}@media screen and (max-width:700px){.datings-app__text{padding-left:0}}.select2-container{text-align:left}.select2-container .select2-selection--single{box-sizing:border-box;display:block;width:100%;height:40px;border:1px solid #eaeaeb;border-radius:5px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal;box-shadow:inset 0 1px 5px rgba(0,0,0,.17);outline:0;-webkit-appearance:none}.select2-container--open .select2-selection--single{box-shadow:none}.select2-container .select2-selection--single .select2-selection__rendered{padding:10px 20px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#888}.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;position:absolute;top:1px;right:1px;width:35px}.select2-container--default .select2-selection--single .select2-selection__arrow::before{content:'';position:absolute;left:50%;top:50%;width:9px;height:6px;margin-left:-4px;margin-top:-3px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-247px -211px}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default .select2-results&gt;.select2-results__options{max-height:250px}.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar{width:9px}.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-button{display:none}.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-track{background-color:#eee}.select2-container--default .select2-results&gt;.select2-results__options::-webkit-scrollbar-thumb{width:9px;background-color:#ccc}.select2-dropdown{border:1px solid #eaeaeb}.select2-results__option{padding:10px 20px;font-size:16px;line-height:1em;color:#000;font-family:'Open Sans',sans-serif;font-weight:300;font-style:normal}.select2-container--default .select2-results__option:active{background:#6bb1ff;color:#fff}.form .select2.select2-container.select2-container--default{width:100%!important}.form .select2-selection.select2-selection--single{box-shadow:none}.form .select2-container .select2-selection--single{height:44px}.form .select2-container .select2-selection--single .select2-selection__rendered{color:#333;display:flex;align-items:center;height:44px}.form .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px;top:2}.coocie-box{background:rgba(0,0,0,.4);position:fixed;top:0;bottom:0;right:0;left:0;z-index:1013}.coocie{background:#fff;position:fixed;bottom:0;right:0;left:0;padding:50px 0;color:#000}.coocie__wrap{min-width:280px;max-width:1260px;margin:0 auto;padding:0 10px;position:relative}.coocie__content{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:700px){.coocie__content{flex-direction:column;align-items:flex-start}}.coocie__title{font-weight:600;font-size:16px;line-height:22px;margin-bottom:20px}.coocie__text{font-weight:300;font-size:16px;line-height:22px}@media screen and (max-width:425px){.coocie__text{line-height:24px}}.coocie__btn{min-width:210px;width:210px;margin-left:100px;font-weight:600;font-size:16px;line-height:22px;padding:13px 5px;box-sizing:border-box;border-radius:6px;background:#da4265;color:#fff;border:0}.coocie__btn:hover{opacity:.8;cursor:pointer}@media screen and (max-width:950px){.coocie__btn{margin-left:30px}}@media screen and (max-width:700px){.coocie__btn{margin-left:0;margin-top:30px}}.coocie__link{font-weight:500;color:#000}.coocie__link:hover{text-decoration:none;color:#333068}.coocie__btn-close{position:absolute;right:10px;top:-37px;border:0;background:0 0;padding:0;margin:0}.coocie__btn-close:hover{opacity:.8;cursor:pointer}.bg-quiz{background-image:url(/img/main_quiz.png);background-repeat:no-repeat;background-position:center;background-size:cover;min-height:400px;border-radius:10px;margin-top:30px;margin-bottom:40px}.bg-quiz.quiz-sex{background-image:url(/img/quiz_sex.png)}@media screen and (max-width:1050px){.bg-quiz.quiz-sex{background-image:url(/img/quiz_sex_tabl.png)}}@media screen and (max-width:767px){.bg-quiz.quiz-sex{background-image:url(/img/quiz_sex_mob.png)}}.bg-quiz.quiz-women{background-image:url(/img/quiz_women.png)}@media screen and (max-width:1050px){.bg-quiz.quiz-women{background-image:url(/img/quiz_women_tabl.png)}}@media screen and (max-width:767px){.bg-quiz.quiz-women{background-image:url(/img/quiz_women_mob.png)}}@media screen and (max-width:1050px){.bg-quiz{min-height:400px;background-image:url(/img/tabl_quiz.png)}}@media screen and (max-width:767px){.bg-quiz{min-height:400px;background-image:url(/img/mob_quiz.png)}}.bg-quiz .quiz__footer{max-width:640px}@media screen and (max-width:850px){.bg-quiz .quiz__box{padding-bottom:50px}}.page-quiz{background:linear-gradient(180deg,rgba(218,66,101,.2) 0,rgba(218,66,101,0) 100%);padding-top:80px}@media screen and (max-width:767px){.page-quiz{padding-top:30px}}.page-quiz .bg-quiz{margin-top:0}.quiz__header{background:rgba(51,48,104,.5);border-bottom-right-radius:10px;border-bottom-left-radius:10px;width:640px;text-align:center;color:#fff;font-weight:600;font-size:20px;line-height:30px;margin:0 auto;padding:12px 0 14px 0;margin-bottom:30px}@media screen and (max-width:767px){.quiz__header{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:14px 40px;box-sizing:border-box;font-size:16px;line-height:20px}.quiz__header span{display:none}}.quiz__box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 30px;box-sizing:border-box;margin-top:36px}@media screen and (max-width:767px){.quiz__box{margin:0;padding:0 10px}}.quiz__title{font-size:28px;line-height:38px;color:#fff;font-weight:700;text-align:center;margin-bottom:24px}@media screen and (max-width:767px){.quiz__title{font-size:20px;line-height:26px;text-align:center}}.quiz__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;width:100%;max-width:640px}@media screen and (max-width:850px){.quiz__list{display:block;width:100%}}.quiz__list-action{width:310px;padding:20px;box-sizing:border-box;background:rgba(255,255,255,.2);border-radius:10px;border:none;color:#fff;text-align:left;font-weight:600;font-size:16px;line-height:20px;cursor:pointer}@media screen and (max-width:850px){.quiz__list-action{margin-bottom:20px;width:100%;padding-left:41px;padding-right:41px;text-align:center;display:block}.quiz__list-action:last-child{margin-bottom:0}}.quiz__list-action:hover{background:#fff;color:#1a2a48}@media screen and (max-width:850px){.quiz__item{margin-bottom:20px}.quiz__item:last-child{margin:0}}.quiz__item-label{font-weight:700;font-size:16px;line-height:20px;margin-bottom:10px;color:#fff}.quiz__item-wrap{display:flex;align-items:center}.quiz__item-field{padding:14px 20px;height:48px;box-sizing:border-box;background:#fff;border-radius:10px;font-size:16px;border:0;width:100%}.quiz__item-field::-moz-placeholder{font-size:16px}.quiz__item-field:-ms-input-placeholder{font-size:16px}.quiz__item-field::placeholder{font-size:16px}.quiz__item-select{height:48px;width:100%}.quiz__item-select .select2-container .select2-selection--single{height:48px!important;border-radius:10px;box-shadow:none}.quiz__item-select .select2-container .select2-selection--single .select2-selection__rendered{padding:15px 20px}.quiz__item-select .select2-selection__arrow{height:48px!important}.quiz__item-radio{display:flex;align-items:center;margin-right:20px;cursor:pointer}.quiz__item-radio:last-child{margin-right:0}.quiz__item-radio .radio{display:none}.quiz__item-radio .custom-radio{background:rgba(255,255,255,.2);border-radius:10px;padding:14px 20px;box-sizing:border-box;color:#fff;font-size:16px;line-height:20px}.quiz__item .radio:checked+.custom-radio{background:#da4265}.quiz__action{padding:9px 0;height:48px;background:#da4265;font-weight:700;color:#fff;font-size:18px;border:0;margin-top:30px;border-radius:6px;width:100%;max-width:398px;transition:.2s;cursor:pointer}.quiz__action:hover{opacity:.8}.quiz__footer{margin-top:40px;margin-bottom:20px;display:flex;align-items:center;width:100%;max-width:820px}@media screen and (max-width:767px){.quiz__footer{margin-bottom:0}}.quiz__progress{background:rgba(255,255,255,.1);width:600px;height:6px;display:block;flex:1;margin-right:20px;position:relative;border-radius:10px;transition:.5s ease-out}.quiz__progress-bar{position:absolute;display:block;top:0;left:0;background:#da4265;height:6px;width:auto;border-radius:10px;transition:.3s;width:70%}.quiz__progress-bar:before{content:'';background-image:url(/img/heart.svg);width:18px;height:18px;position:absolute;background-repeat:no-repeat;background-size:cover;right:-10px;top:-8px}.quiz__count{font-size:14px;line-height:24px;color:rgba(255,255,255,.6)}.quiz__loader{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box}.quiz__loader-title{font-weight:700;font-size:28px;line-height:38px;color:#fff;text-align:center}@media screen and (max-width:767px){.quiz__loader-title{font-size:20px;line-height:28px}}.quiz__loader-heart{margin-top:70px;position:relative;width:80px;height:80px;background-color:#fff;transform:rotate(-45deg)}@media screen and (max-width:767px){.quiz__loader-heart{width:40px;height:40px;margin-top:30px}}.quiz__loader-heart:after,.quiz__loader-heart:before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;background-color:inherit;-webkit-animation:var(--animation-name) 2s var(--animation-delay,0s) infinite;animation:var(--animation-name) 2s var(--animation-delay,0s) infinite}.quiz__loader-heart:before{--animation-name:circle-1;--animation-delay:0.5s;top:-50%}.quiz__loader-heart:after{--animation-name:circle-2;right:-50%}@keyframes circle-1{25%,50%{transform:translate(0,100%)}100%,75%{transform:translate(0)}}@keyframes circle-2{25%,50%{transform:translate(-100%,0)}100%,75%{transform:translate(0)}}.quiz__resalt{display:flex;flex-direction:column;align-items:center;justify-content:center}.quiz__resalt-wrap{display:flex;flex-direction:column}.quiz__resalt-title{font-weight:700;font-size:28px;line-height:38px;text-align:center}.quiz__resalt-list{margin-bottom:60px}@media screen and (max-width:767px){.quiz__resalt-list{margin-bottom:40px}}.quiz__resalt-item{background:#fff;border-radius:10px;padding:40px;box-sizing:border-box;margin-top:30px;width:828px;display:flex;margin-bottom:20px}@media screen and (max-width:767px){.quiz__resalt-item{margin-bottom:10px}}.quiz__resalt-item:last-child{margin-bottom:0}@media screen and (max-width:1050px){.quiz__resalt-item{display:block;width:100%;max-width:420px;padding:20px 16px}}.quiz__resalt-wrap{margin-right:30px}@media screen and (max-width:1050px){.quiz__resalt-wrap{margin:0;margin-bottom:16px}}.quiz__resalt-wrap:last-child{margin:0}.quiz__resalt-img{width:320px;height:160px}@media screen and (max-width:767px){.quiz__resalt-img{width:268px;height:134px;margin:auto}}.quiz__resalt-img img{width:320px;height:160px}@media screen and (max-width:767px){.quiz__resalt-img img{width:268px;height:134px}}.quiz__resalt-rating{display:flex;align-items:center;margin-top:20px}.quiz__resalt-value{display:inline-flex;justify-content:center;align-items:center;margin-right:20px;font-size:20px;line-height:30px;color:#333;font-weight:700;width:48px;height:48px;border-radius:50%;border:2px solid #da4265}.quiz__resalt-line{display:inline-block;vertical-align:middle;font-size:0}.quiz__resalt-assessment{display:inline-block;vertical-align:middle;margin-left:8px;width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -166px}.quiz__resalt-assessment:first-child{margin-left:0}.quiz__resalt-assessment.half{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -140px}.quiz__resalt-assessment.full{width:18px;height:16px;background-image:url(/img/sprite-2x-20112017.png);background-repeat:no-repeat;background-size:294px 235px;background-position:-275px -114px}.quiz__resalt-name{font-weight:700;font-size:28px;line-height:38px;margin-bottom:12px}.quiz__resalt-text{font-size:16px;line-height:24px;margin-bottom:24px}.quiz__resalt-action{padding:9px 0;width:100%;color:#fff;font-weight:700;font-size:18px;line-height:30px;background:#da4265;border-radius:6px;text-decoration:none;text-align:center;margin-top:auto;transition:.3s}.quiz__resalt-action:hover{opacity:.8}.psy{background:#e4f0fe;border-radius:10px;padding:40px 216px;position:relative;overflow:hidden;z-index:1}@media screen and (max-width:1250px){.psy{padding:40px}}@media screen and (max-width:767px){.psy{padding:20px 16px}}.psy::before{content:'';display:block;border-radius:50%;width:580px;height:580px;background:#f0f7ff;position:absolute;bottom:-335px;left:130px;z-index:-1}@media screen and (max-width:767px){.psy::before{bottom:40px;width:340px;height:340px;left:auto;right:-100px}}.psy .bubble__item{position:absolute;background:linear-gradient(108.12deg,#0effd3 -12.98%,#3e5cff 94.77%);display:block;border-radius:50%;z-index:-1;opacity:.1}.psy .bubble__item:nth-child(1){width:152px;height:152px;left:100px;top:-76px}.psy .bubble__item:nth-child(2){width:74px;height:74px;right:23px;top:-37px}@media screen and (max-width:767px){.psy .bubble__item:nth-child(2){display:none}}.psy .bubble__item:nth-child(3){width:106px;height:106px;right:220px;top:164px}@media screen and (max-width:767px){.psy .bubble__item:nth-child(3){display:none}}.psy .bubble__item:nth-child(4){width:82px;height:82px;right:100px;bottom:-41px}@media screen and (max-width:767px){.psy .bubble__item:nth-child(4){display:none}}.psy .bubble__item:nth-child(5){width:30px;height:30px;left:50px;top:185px}@media screen and (max-width:767px){.psy .bubble__item:nth-child(5){left:-40px;width:80px;height:80px}}.psy__header{display:flex}@media screen and (max-width:767px){.psy__header{flex-direction:column;gap:12px}}.psy__header-title{font-size:28px;line-height:38px;font-weight:700}@media screen and (max-width:767px){.psy__header-title{font-size:22px;line-height:26px}}.psy__header .icon{flex-shrink:0;margin-left:auto}@media screen and (max-width:767px){.psy__header .icon{margin:0;order:-1}}.psy__main{display:flex;gap:40px}@media screen and (max-width:767px){.psy__main{flex-direction:column;gap:20px}}.psy__img{flex-shrink:0;width:auto}@media screen and (max-width:767px){.psy__img{margin:0 auto;display:block}}.psy__text{max-width:480px}@media screen and (max-width:767px){.psy__text{max-width:none}}.psy__text ul{margin:0;padding:0;list-style:none;margin:20px 0}@media screen and (max-width:767px){.psy__text ul{margin:16px 0}}.psy__text ul:last-child{margin-bottom:0}.psy__text ul li{font-size:16px;line-height:24px;padding-left:30px;margin-bottom:10px;position:relative;color:rgba(26,42,72,.8)}@media screen and (max-width:767px){.psy__text ul li{padding-left:20px}}.psy__text ul li:before{content:'';position:absolute;left:0;color:#07cfab;font-weight:700;width:8px;height:8px;border-radius:50%;background:#07cfab;display:block;top:7px}@media screen and (max-width:767px){.psy__text ul li:before{left:0}}.psy__text p{font-size:16px;line-height:24px}@media screen and (max-width:767px){.psy__text p br{display:none}}.psy__action{background:linear-gradient(90.65deg,#5e73e2 -2.24%,#985ee2 103.94%);box-shadow:0 0 20px rgba(120,101,234,.66);border-radius:29px;text-transform:uppercase;padding:17px 70px;color:#fff;font-weight:700;text-decoration:none;margin-top:25px;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:767px){.psy__action{padding:17px 40px;width:auto;text-align:center;max-width:380px}}.about{position:relative}.about .wrap{position:relative;padding-right:314px;box-sizing:border-box}@media screen and (max-width:1240px){.about .wrap{padding:0 10px}}.about__present{padding-top:50px;height:668px;box-sizing:border-box}@media screen and (max-width:900px){.about__present{padding-top:30px;padding-bottom:40px;height:auto;background:#5e7395}}.about__present img{position:absolute;top:0;display:block;width:100%;height:668px;-o-object-fit:cover;object-fit:cover}.about__present-title{color:#fff;font-weight:700;margin:0;font-size:42px;line-height:50px;margin-bottom:40px}@media screen and (max-width:767px){.about__present-title{font-size:26px;line-height:36px;max-width:300px;margin-bottom:20px}}.about__present-text p{font-weight:300;margin:0;font-size:16px;line-height:24px;color:#fff;margin-bottom:20px}.about__present-text p:last-child{margin:0}.about__present-offers{margin-top:20px;display:flex;flex-wrap:wrap;grid-gap:30px;margin-bottom:50px}@media screen and (max-width:767px){.about__present-offers{margin-bottom:40px;grid-column-gap:30px;grid-row-gap:10px}}.about__present-link{color:#fff}.about__present-link:hover{text-decoration:none}.about__present-list{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:20px;grid-column-gap:20px}@media screen and (max-width:1240px){.about__present-list{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.about__present-list{grid-template-columns:1fr}}.about__present-item{display:flex;align-items:center}.about__present-count{font-weight:700;font-size:42px;color:#fff;margin-right:20px}.about__present-info{font-weight:300;font-size:16px;line-height:24px;color:#fff;max-width:180px}.about__present-info a{color:#fff}.about__present-info a:hover{text-decoration:none}.about__sidebar{width:240px;position:absolute;z-index:2;top:90px;right:0}@media screen and (max-width:1280px){.about__sidebar{right:10px}}@media screen and (max-width:1240px){.about__sidebar{display:none}}.about__sidebar-fixed{position:fixed;z-index:2;width:240px;padding:30px;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:0 0 8px rgba(0,0,0,.16);border-radius:10px;grid-gap:16px}.about__sidebar-anchor{color:#da4265;text-decoration:none;transition:.2s}.about__sidebar-anchor:hover{color:#1a2a48}.about__sidebar-anchor.active{color:#1a2a48;cursor:default}.about__partners{padding-top:50px;padding-bottom:80px;box-sizing:border-box}@media screen and (max-width:767px){.about__partners{padding:40px 0}}@media screen and (max-width:1240px){.about__partners .wrap{padding:0}}.about__partners-title{margin:0;font-weight:700;font-size:28px;margin-bottom:24px;line-height:38px}@media screen and (max-width:1240px){.about__partners-title{padding:0 10px}}@media screen and (max-width:767px){.about__partners-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__partners-overflow{margin-top:24px;margin-bottom:50px}@media screen and (max-width:1240px){.about__partners-overflow{overflow:auto}}@media screen and (max-width:767px){.about__partners-overflow{margin-top:20px;margin-bottom:40px}}.about__partners-list{display:grid;grid-template-columns:repeat(4,216px);grid-gap:24px}@media screen and (max-width:1240px){.about__partners-list{padding:0 10px;grid-gap:20px;box-sizing:border-box;display:-webkit-inline-box;display:-moz-inline-box}}@media screen and (max-width:767px){.about__partners-list{grid-gap:10px}}.about__partners-item{height:120px;width:216px;display:flex;align-items:center;padding:20px;box-sizing:border-box;justify-content:center;border:2px solid #d6d6d6;box-sizing:border-box;border-radius:10px;cursor:pointer}.about__partners-item img{width:auto;height:auto}.about__partners-publish{border:2px solid #d6d6d6;box-sizing:border-box;border-radius:10px;padding:40px;display:flex;align-items:center;grid-gap:45px}@media screen and (max-width:1240px){.about__partners-publish{margin:0 10px}}@media screen and (max-width:767px){.about__partners-publish{display:block;padding:40px 20px}}.about__partners-publish img{flex-shrink:0;width:auto}.about__partners-publish-info{font-weight:300;font-size:16px;line-height:24px}@media screen and (max-width:767px){.about__partners-publish-info{margin-top:20px}}.about__partners-publish-info a{color:#6bb1ff}.about__partners-publish-info a:hover{text-decoration:none}.about__differences{background:rgba(107,177,255,.16);padding-top:50px;padding-bottom:80px;box-sizing:border-box}@media screen and (max-width:767px){.about__differences{padding:40px 0}}.about__differences-title{margin:0;font-weight:700;font-size:28px;margin-bottom:20px;line-height:38px}@media screen and (max-width:767px){.about__differences-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__differences-text{font-weight:300;font-size:16px;line-height:24px}.about__differences-list{margin-top:40px;counter-reset:num}@media screen and (max-width:767px){.about__differences-list{margin-top:30px}}.about__differences-list .differences{margin-bottom:30px}@media screen and (max-width:767px){.about__differences-list .differences{margin-bottom:24px}}.about__differences-list .differences:last-child{margin:0}.about__differences-list .differences__header{display:flex;font-weight:700;font-size:18px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transition:color .2s}@media screen and (max-width:767px){.about__differences-list .differences__header{font-size:16px}}.about__differences-list .differences__header:hover{color:#6bb1ff}@media screen and (max-width:1240px){.about__differences-list .differences__header:hover{color:#262626}}.about__differences-list .differences__header:hover .icon{fill:#6bb1ff}@media screen and (max-width:1240px){.about__differences-list .differences__header:hover .icon{fill:#333068}}.about__differences-list .differences__header.active .icon{transform:rotate(180deg)}.about__differences-list .differences__header:before{content:counter(num) ". ";counter-increment:num;margin-right:10px}.about__differences-list .differences__header .icon{margin-left:10px;transition:.2s;fill:#333068;flex-shrink:0}.about__differences-list .differences__wrap{display:none}.about__differences-list .differences__wrap.active{display:block;padding-bottom:10px}@media screen and (max-width:767px){.about__differences-list .differences__wrap.active{padding-bottom:6px}}.about__differences-list .differences__main{display:flex;margin-top:20px}.about__differences-list .differences__main .icon{flex-shrink:0;margin-right:30px}@media screen and (max-width:767px){.about__differences-list .differences__main .icon{display:none}}.about__differences-list .differences__main-text{font-weight:300;font-size:16px;line-height:24px}.about__differences-list .differences__main-text a{color:#6bb1ff}.about__differences-list .differences__main-text a:hover{text-decoration:none}.about__differences-list .differences__main-text ul{margin:0;padding:0;list-style:none;margin:12px 0}.about__differences-list .differences__main-text ul li{margin-bottom:8px;position:relative;padding-left:40px}.about__differences-list .differences__main-text ul li:before{content:'';position:absolute;background:#6bb1ff;width:8px;height:8px;border-radius:50%;top:9px;left:20px}.about__differences-list .differences__main-text ul li:last-child{margin-bottom:0}.about__service{position:relative;height:472px;padding-top:50px;padding-bottom:80px;box-sizing:border-box}@media screen and (max-width:767px){.about__service{height:auto;background:#da4265;padding:40px 0}}.about__service:before{content:'';position:absolute;background:linear-gradient(95.02deg,#da4265 39.66%,rgba(218,66,101,.86) 47.01%,rgba(218,66,101,0) 56.69%);z-index:1;display:block;width:100%;height:100%;top:0}@media screen and (max-width:767px){.about__service:before{content:none}}.about__service img{position:absolute;top:0;display:block;width:auto;right:0;height:472px;z-index:0;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.about__service img{display:none}}.about__service-main{position:relative;z-index:1}.about__service-title{margin:0;font-weight:700;font-size:28px;margin-bottom:24px;line-height:38px;color:#fff}@media screen and (max-width:767px){.about__service-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__service-list{display:flex;grid-gap:24px;flex-wrap:wrap;margin-bottom:50px}@media screen and (max-width:767px){.about__service-list{display:block;margin-bottom:40px}}.about__service-item{position:relative;align-self:flex-start;width:224px;height:110px;padding:30px;box-sizing:border-box;text-decoration:none;display:flex}@media screen and (max-width:767px){.about__service-item{margin-bottom:10px;width:300px}.about__service-item:last-child{margin:0}}.about__service-item:hover .icon{transform:translateX(10px)}.about__service-item img{position:absolute;width:224px;z-index:0;height:110px;border-radius:10px}@media screen and (max-width:767px){.about__service-item img{display:block;width:300px}}.about__service-name{font-weight:700;font-size:20px;line-height:24px;color:#fff;position:relative}.about__service .icon{position:relative;align-self:center;margin-left:auto;transition:.2s}.about__service-app{max-width:720px}.about__service-app .about__service-title{margin-bottom:20px}.about__service-info{display:flex;grid-gap:24px}@media screen and (max-width:767px){.about__service-info{display:block}}.about__service-info p{font-weight:300;font-size:16px;line-height:24px;margin:0;color:#fff}.about__service-info .app-img{width:224px;height:62px;position:static;display:block}@media screen and (max-width:767px){.about__service-info .app-img{margin-top:20px;width:300px;height:100px;border-radius:10px}}.about__book{background:#fbe8ed;padding-top:50px;padding-bottom:80px}@media screen and (max-width:767px){.about__book{padding:40px 0}}.about__book-title{margin:0;font-weight:700;font-size:28px;margin-bottom:20px;line-height:38px}@media screen and (max-width:767px){.about__book-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__book-main{display:flex;grid-gap:30px}@media screen and (max-width:767px){.about__book-main{flex-direction:column;grid-gap:20px}}.about__book-text{font-weight:300;font-size:16px;line-height:24px;margin-bottom:20px;max-width:670px}.about__book-footer{display:flex;grid-gap:30px}@media screen and (max-width:767px){.about__book-footer{flex-direction:column;grid-gap:20px;justify-content:center;align-items:center}}.about__book-link{background:#da4265;border-radius:6px;text-align:center;color:#fff;font-size:14px;font-weight:700;padding:11px 40px;box-sizing:border-box;height:44px;text-decoration:none;display:flex;align-self:flex-start;transition:.2s}@media screen and (max-width:767px){.about__book-link{margin:0 auto;width:100%;max-width:400px;text-align:center;justify-content:center}}.about__book-link:hover{opacity:.8}.about__book-download{display:flex;text-decoration:none;align-items:center;font-size:14px;font-weight:700;color:#da4265;transition:.2s;border:0;background:0 0;cursor:pointer}.about__book-download:hover{opacity:.8}.about__book-download .icon{margin-left:10px}.about__history{padding-top:50px;padding-bottom:80px}@media screen and (max-width:767px){.about__history{padding:40px 0}}.about__history-title{margin:0;font-weight:700;font-size:28px;margin-bottom:20px;line-height:38px}@media screen and (max-width:767px){.about__history-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__history-block{margin-bottom:30px}.about__history-block:last-child{margin:0}.about__history-block-title{font-weight:700;font-size:18px;line-height:28px;margin-bottom:10px}.about__history-list{margin:0;padding:0;list-style:none}.about__history-item{display:flex;align-items:center;margin-bottom:8px;font-weight:300;font-size:16px;line-height:24px}.about__history-item:last-child{margin:0}.about__history-item .icon{margin-right:10px;flex-shrink:0}.about__statistics{background:rgba(107,177,255,.16);padding-top:50px;padding-bottom:80px}@media screen and (max-width:767px){.about__statistics{padding:40px 0}}@media screen and (max-width:1240px){.about__statistics .wrap{padding:0}}.about__statistics-title{margin:0;font-weight:700;font-size:28px;margin-bottom:24px;line-height:38px}@media screen and (max-width:1240px){.about__statistics-title{padding-left:10px}}@media screen and (max-width:767px){.about__statistics-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__statistics-overflow{margin-top:40px}@media screen and (max-width:1240px){.about__statistics-overflow{overflow:auto;margin-top:30px}}.about__statistics-choose{display:flex;align-items:center;grid-gap:20px;margin-bottom:40px}@media screen and (max-width:1240px){.about__statistics-choose{display:-webkit-inline-box;display:-moz-inline-box;padding:0 10px;box-sizing:border-box;grid-gap:10px;margin-bottom:30px}}.about__statistics-action{border:2px solid #333068;box-sizing:border-box;border-radius:6px;box-sizing:border-box;padding:11px 40px;height:44px;text-align:center;text-decoration:none;font-weight:700;font-size:14px;line-height:20px;background:0 0;transition:.2s;cursor:pointer;position:relative;white-space:nowrap;display:block}@media screen and (max-width:767px){.about__statistics-action{padding:11px 20px}}.about__statistics-action:before{content:'';width:12px;height:12px;background:0 0;position:absolute;bottom:-6px;left:50%;transform:translateX(-50%) rotate(45deg) scale(0);transform-origin:center;transition:.2s}.about__statistics-action:hover{background:#6bb1ff;border-color:#6bb1ff;color:#fff}.about__statistics-action:hover:before{transform:translateX(-50%) rotate(45deg) scale(1);background:#6bb1ff}.about__statistics-action.active{background:#6bb1ff;border-color:#6bb1ff;color:#fff}.about__statistics-action.active:before{transform:translateX(-50%) rotate(45deg) scale(1);background:#6bb1ff}@media screen and (max-width:1240px){.about__statistics-list{padding-left:10px}}.about__statistics-list .tab{display:none;position:relative}.about__statistics-list .tab.active{display:block}.about__statistics-list .tab .about__statistics-overflow{margin:0}.about__statistics-list .tab__title{font-weight:700;font-size:16px;line-height:24px;margin-bottom:20px}@media screen and (max-width:767px){.about__statistics-list .tab__title{padding-right:10px}}.about__statistics-list .tab__graffic{width:auto}@media screen and (max-width:1240px){.about__statistics-list .tab__graffic{padding-right:10px}}.about__statistics-list .tab__graffic-old{width:auto}@media screen and (max-width:350px){.about__statistics-list .tab__graffic-old{width:300px}}.about__statistics-list .tab__map{margin-top:-20px;width:auto;margin-left:20px}@media screen and (max-width:1240px){.about__statistics-list .tab__map{margin:0;position:absolute;top:0;width:100%;height:340px;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:767px){.about__statistics-list .tab__map{position:static;width:auto;height:auto}}.about__statistics-list .tab__list{display:flex;flex-direction:column;position:absolute;top:44px;left:0}@media screen and (max-width:1240px){.about__statistics-list .tab__list{position:relative;top:0;z-index:1;margin-bottom:20px}}.about__statistics-list .tab__item{font-size:16px;line-height:24px;display:flex;align-items:center;margin-bottom:12px}.about__statistics-list .tab__item:last-child{margin-bottom:0}.about__statistics-list .tab__item.inside{font-weight:300;font-size:14px;line-height:22px}.about__statistics-list .tab__item:before{content:'';width:16px;height:16px;border-radius:4px;background:0 0;display:block;margin-right:16px}.about__statistics-list .tab__item.rus:before{background:#6bb1ff}.about__statistics-list .tab__item.kz{margin-top:8px}.about__statistics-list .tab__item.kz:before{background:#22ddfa}.about__statistics-list .tab__item.blr:before{background:#eb5757}.about__statistics-list .tab__item.uk:before{background:#f2c94c}.about__statistics-list .tab__item.over:before{border:1px solid #c6d2e6;box-sizing:border-box}.about__statistics-list .tab__wrapper{display:flex}@media screen and (max-width:767px){.about__statistics-list .tab__wrapper{display:block}}.about__statistics-list .tab__box:last-child{margin-left:auto}@media screen and (max-width:1240px){.about__statistics-list .tab__box:last-child{margin:0;margin-left:40px}}@media screen and (max-width:767px){.about__statistics-list .tab__box:last-child{margin:0}}.about__statistics-list .tab__box-old{margin-top:40px;display:flex}@media screen and (max-width:900px){.about__statistics-list .tab__box-old{display:block}}@media screen and (max-width:767px){.about__statistics-list .tab__box-old{margin-top:20px;margin-bottom:30px}}.about__statistics-list .tab__box-list{margin-left:40px;display:flex;flex-direction:column}@media screen and (max-width:900px){.about__statistics-list .tab__box-list{margin:0;margin-top:20px}}.about__statistics-list .tab__box-item{font-size:16px;line-height:24px;display:flex;align-items:center;margin-bottom:12px}.about__statistics-list .tab__box-item:last-child{margin-bottom:0}.about__statistics-list .tab__box-item:before{content:'';width:16px;height:16px;border-radius:4px;background:0 0;display:block;margin-right:16px}.about__statistics-list .tab__box-item.old-1:before{background:#6094e3}.about__statistics-list .tab__box-item.old-2:before{background:#7c4ef0}.about__statistics-list .tab__box-item.old-3:before{background:#3e3998}.about__statistics-list .tab__box-item.old-4:before{background:#b63ce2}.about__statistics-list .tab__box-item.old-5:before{background:#d982f8}.about__statistics-list .tab__box-item.old-6:before{background:#59c9f0}.about__statistics-list .tab__box-gender{display:flex;margin-top:40px;grid-gap:24px}@media screen and (max-width:767px){.about__statistics-list .tab__box-gender{margin-top:20px}}.about__statistics-list .tab__male{border:2px solid #3d57b5;box-sizing:border-box;border-radius:10px;padding:20px 30px;display:flex;flex-direction:column}@media screen and (max-width:767px){.about__statistics-list .tab__male{width:130px}}.about__statistics-list .tab__male-name{text-align:center;margin-bottom:2px}.about__statistics-list .tab__male-count{font-weight:700;text-align:center}.about__statistics-list .tab__male&gt;img{margin-top:16px}.about__statistics-list .tab__female{border:2px solid #3d57b5;box-sizing:border-box;border-radius:10px;padding:20px 33px;display:flex;flex-direction:column}@media screen and (max-width:767px){.about__statistics-list .tab__female{width:130px}}.about__statistics-list .tab__female&gt;img{margin-top:16px}.about__source{padding-top:50px}@media screen and (max-width:767px){.about__source{padding-top:40px}}@media screen and (max-width:1240px){.about__source .wrap{padding:0}}.about__source-title{margin:0;font-weight:700;font-size:28px;margin-bottom:30px;line-height:38px}@media screen and (max-width:1240px){.about__source-title{padding:0 10px;box-sizing:border-box}}@media screen and (max-width:767px){.about__source-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__source-overflow{margin-top:24px}@media screen and (max-width:1240px){.about__source-overflow{overflow:auto}}@media screen and (max-width:767px){.about__source-overflow{margin-top:20px}}.about__source-list{display:grid;grid-template-columns:repeat(3,216px);grid-gap:24px}@media screen and (max-width:1240px){.about__source-list{padding:0 10px;grid-gap:20px;box-sizing:border-box;display:-webkit-inline-box;display:-moz-inline-box}}@media screen and (max-width:767px){.about__source-list{grid-gap:10px}}.about__source-item{height:120px;width:216px;display:flex;align-items:center;padding:20px;box-sizing:border-box;justify-content:center;border:2px solid #d6d6d6;box-sizing:border-box;border-radius:10px;cursor:pointer}.about__source-item img{width:auto;height:auto}.about__question{padding-top:50px;padding-bottom:80px}@media screen and (max-width:767px){.about__question{padding:40px 0}}.about__question-title{margin:0;font-weight:700;font-size:28px;margin-bottom:20px;line-height:38px}@media screen and (max-width:767px){.about__question-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__question-text{font-weight:300;font-size:16px;line-height:24px}.about__question-list{margin-top:40px}@media screen and (max-width:767px){.about__question-list{margin-top:30px}}.about__question-item{margin-bottom:30px;padding-left:12px;padding-right:12px;box-sizing:border-box}.about__question-item:last-child{margin:0}.about__question-item .question{background:#da4265;border-radius:0 4px 4px 4px;padding:10px 20px;box-sizing:border-box;font-weight:700;font-size:16px;line-height:24px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;margin-bottom:12px}.about__question-item .question:before{content:'';background:#da4265;width:16px;height:16px;position:absolute;top:0;left:-4px;transform:skew(30deg);border-top-left-radius:4px}.about__question-item .answer{background:#f0f7ff;border-radius:4px 0 4px 4px;padding:10px 20px;box-sizing:border-box;font-size:16px;line-height:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;margin-bottom:12px;margin-left:58px}@media screen and (max-width:767px){.about__question-item .answer{margin-left:16px}}.about__question-item .answer:before{content:'';background:#f0f7ff;width:16px;height:16px;position:absolute;top:0;right:-4px;transform:skew(-30deg);border-top-right-radius:4px}.about__safety{background:rgba(107,177,255,.16);padding-top:50px;padding-bottom:80px;box-sizing:border-box}@media screen and (max-width:767px){.about__safety{padding:40px 0}}.about__safety-title{margin:0;font-weight:700;font-size:28px;margin-bottom:20px;line-height:38px}@media screen and (max-width:767px){.about__safety-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__safety-text{font-weight:300;font-size:16px;line-height:24px}.about__safety-list{margin-top:40px;counter-reset:num}@media screen and (max-width:767px){.about__safety-list{margin-top:30px}}.about__safety-list .safety{margin-bottom:30px}@media screen and (max-width:767px){.about__safety-list .safety{margin-bottom:24px}}.about__safety-list .safety:last-child{margin:0}.about__safety-list .safety__header{display:flex;font-weight:700;font-size:18px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transition:color .2s}@media screen and (max-width:767px){.about__safety-list .safety__header{font-size:16px}}.about__safety-list .safety__header:hover{color:#6bb1ff}@media screen and (max-width:1240px){.about__safety-list .safety__header:hover{color:#262626}}.about__safety-list .safety__header:hover .icon{fill:#6bb1ff}@media screen and (max-width:1240px){.about__safety-list .safety__header:hover .icon{fill:#333068}}.about__safety-list .safety__header.active .icon{transform:rotate(180deg)}.about__safety-list .safety__header:before{content:counter(num) ". ";counter-increment:num;margin-right:10px}.about__safety-list .safety__header .icon{margin-left:10px;transition:.2s;fill:#333068;flex-shrink:0}.about__safety-list .safety__wrap{display:none}.about__safety-list .safety__wrap.active{display:block;padding-bottom:10px}@media screen and (max-width:767px){.about__safety-list .safety__wrap.active{padding-bottom:6px}}.about__safety-list .safety__main{display:flex;align-items:center;margin-top:20px}.about__safety-list .safety__main .icon{flex-shrink:0;margin-right:30px}@media screen and (max-width:767px){.about__safety-list .safety__main .icon{display:none}}.about__safety-list .safety__main-text{font-weight:300;font-size:16px;line-height:24px}.about__safety-list .safety__main-text a{color:#6bb1ff}.about__safety-list .safety__main-text a:hover{text-decoration:none}.about__team{padding-top:50px;box-sizing:border-box}@media screen and (max-width:767px){.about__team{padding-top:40px}}@media screen and (max-width:1240px){.about__team .wrap{padding:0}}.about__team-title{margin:0;font-weight:700;font-size:28px;margin-bottom:24px;line-height:38px}@media screen and (max-width:767px){.about__team-title{font-size:24px;line-height:34px;margin-bottom:20px;padding:0 10px;box-sizing:border-box}}.about__team-overflow{margin-top:24px}@media screen and (max-width:1240px){.about__team-overflow{overflow:auto}}@media screen and (max-width:767px){.about__team-overflow{margin-top:20px}}@media screen and (max-width:1240px){.about__team-list{padding:0 10px;grid-gap:20px;box-sizing:border-box;display:-webkit-inline-box;display:-moz-inline-box}}@media screen and (max-width:767px){.about__team-list{grid-gap:10px}}.about__team-item{border:2px solid #da4265;box-sizing:border-box;border-radius:10px;padding:24px 30px;display:flex;grid-gap:20px;margin-bottom:24px}@media screen and (max-width:767px){.about__team-item{width:250px;flex-direction:column;grid-gap:10px;padding:20px;margin:0}}.about__team-item:last-child{margin-bottom:0}.about__team-photo{border-radius:50%;flex-shrink:0;width:90px;height:90px}@media screen and (max-width:767px){.about__team-photo{width:70px;height:70px}}.about__team-name{font-weight:700;margin-bottom:12px;display:inline-block}.about__team-social{display:inline-block;vertical-align:middle;margin-left:16px}@media screen and (max-width:767px){.about__team-social{margin-left:10px}}.about__team-text{font-weight:300;font-size:14px;line-height:22px}.about__requisite{padding-top:50px;padding-bottom:80px}@media screen and (max-width:767px){.about__requisite{padding:40px 0}}.about__requisite-title{margin:0;font-weight:700;font-size:28px;margin-bottom:20px;line-height:38px}@media screen and (max-width:767px){.about__requisite-title{font-size:24px;line-height:34px;margin-bottom:20px}}.about__requisite-item{display:grid;grid-template-columns:1fr 2fr;grid-gap:30px;padding:16px 0;box-sizing:border-box;border-top:1px solid #d6d6d6}@media screen and (max-width:767px){.about__requisite-item{grid-template-columns:1fr;grid-gap:8px}}.about__requisite-item:last-child{border-bottom:1px solid #d6d6d6}.about__requisite-option{font-weight:300;font-size:16px;line-height:24px}.about__requisite-result{font-weight:300;font-size:16px;line-height:24px}.qchat[v-cloak]{display:none}.qchat__btn{width:70px;height:70px;background:#da4265;box-shadow:0 2px 12px rgba(26,42,72,.2);display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both;position:fixed;bottom:40px;right:80px;z-index:101;border:none}@media screen and (max-width:767px){.qchat__btn{bottom:60px;right:10px}}.qchat__btn .icon{flex-shrink:0}.qchat__box{position:fixed;background:#e7f3ff;box-shadow:0 4px 16px rgba(26,42,72,.25);border-radius:20px;bottom:10px;right:30px;width:370px;z-index:101;overflow:hidden;height:660px;display:flex;flex-direction:column}@media screen and (max-width:767px){.qchat__box{width:100%;left:0;right:0;bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;height:calc(100vh - 150px)}}.qchat__box.hide{display:none}.qchat__hdr{display:flex;background:#fff;box-shadow:0 4px 16px rgba(26,42,72,.25);position:-webkit-sticky;position:sticky;top:0;padding:24px 20px}@media screen and (max-width:767px){.qchat__hdr{padding:15px 20px}}.qchat__hdr-photo{width:52px;height:52px;flex-shrink:0;margin-right:20px}@media screen and (max-width:767px){.qchat__hdr-photo{width:40px;height:40px;margin-right:16px}}.qchat__hdr-name{font-weight:700;font-size:20px;line-height:27px}@media screen and (max-width:767px){.qchat__hdr-name{font-size:18px;line-height:24px}}.qchat__hdr-status{color:rgba(26,42,72,.3);font-weight:600}@media screen and (max-width:767px){.qchat__hdr-status{font-size:12px}}.qchat__hdr-close{margin-left:auto;background:0 0;border:none;display:flex;cursor:pointer}.qchat__list{padding:40px 20px;overflow-y:auto;overflow-x:hidden;flex-grow:1;max-height:560px}@media screen and (max-width:767px){.qchat__list{padding:20px;padding-bottom:40px}}.qchat__list .question__hdr{display:flex;margin-bottom:10px}.qchat__list .question__hdr-photo{width:20px;height:20px;margin-right:10px}.qchat__list .question__hdr-name{font-size:14px}.qchat__list .question__text{background:#fff;padding:15px;box-sizing:border-box;border-radius:12px 12px 12px 0;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:16px;line-height:22px;margin-bottom:6px;word-break:break-word}@media screen and (max-width:767px){.qchat__list .question__text{font-size:14px;line-height:20px}}.qchat__list .answers{margin-top:20px;display:flex;flex-direction:column}.qchat__list .answers__item{margin-left:auto}.qchat__list .answers__btn{background:#fff;border:1px solid #da4265;box-sizing:border-box;border-radius:40px;background:#fff;color:#da4265;font-weight:700;padding:10px 15px;box-sizing:border-box;display:block;margin:0 auto;margin-bottom:10px;cursor:pointer;font-size:16px}@media screen and (max-width:767px){.qchat__list .answers__btn{font-size:14px}}.qchat__list .answers__hdr{margin-bottom:10px;text-align:right;font-size:14px}.qchat__list .answers__text{padding:15px;box-sizing:border-box;background:#509ef4;border-radius:12px 12px 0 12px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:16px;color:#fff;line-height:22px;word-break:break-word}@media screen and (max-width:767px){.qchat__list .answers__text{font-size:14px;line-height:20px}}.qchat__list .typing{background:#fff;box-sizing:border-box;border-radius:12px 12px 12px 0;font-size:16px;line-height:22px;width:45px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:15px;box-sizing:border-box}.qchat__list .typing__progress{height:100%;background:#fff;right:0;display:block;-webkit-animation:typing 1.8s infinite forwards;animation:typing 1.8s infinite forwards;position:absolute}.slide-enter-active{-webkit-animation:slide-in-right .3s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right .3s cubic-bezier(.25,.46,.45,.94) both}.slide-leave-active{-webkit-animation:slide-out-right .3s cubic-bezier(.55,.085,.68,.53) both;animation:slide-out-right .3s cubic-bezier(.55,.085,.68,.53) both}@keyframes typing{0%{width:100%}25%{width:67%}50%{width:34%}100%{width:1%}}@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes slide-out-right{0%{transform:translateX(0);opacity:1}100%{transform:translateX(1000px);opacity:0}}</pre></body></html>