Commit 0a165892 authored by Sergey's avatar Sergey

Continue edits of all pages

parent 6ccb528e
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
</div> </div>
<div class="text-404"> <div class="text-404">
<p>Кажется, что-то пошло не так...</p> <p>Кажется, что-то пошло не так...</p>
<p>Пожалуйста, воспользуйтесь поиском по сайту или вернитесь на <a href="index.html">главную страницу</a></p> <p>Пожалуйста, воспользуйтесь поиском по сайту или вернитесь на <a href="index.html" style="padding-bottom: 7px;">главную страницу</a></p>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
</div> </div>
</div> </div>
<div class="main-search"> <div class="main-search">
<div class="row search-list-row-companies"> <div class="row row-companies">
<div class="col-6"> <div class="col-6">
<a href="#" class="image-companies" style="background-image: url(./img/img_banner4.png);"></a> <a href="#" class="image-companies" style="background-image: url(./img/img_banner4.png);"></a>
</div> </div>
......
...@@ -387,7 +387,8 @@ ...@@ -387,7 +387,8 @@
</div> </div>
</div> </div>
<div class="wrapper-map"> <div class="wrapper-map">
<iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A805e8a92d74677c7d0faadbbe38c16ccd54442663acf6a9591c2c8ce6d3b9c9e&amp;source=constructor" width="100%" height="100%" frameborder="0"></iframe> <!-- <iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A805e8a92d74677c7d0faadbbe38c16ccd54442663acf6a9591c2c8ce6d3b9c9e&amp;source=constructor" width="100%" height="100%" frameborder="0"></iframe> -->
<div class="map-api" id="current-company-map"></div>
</div> </div>
<div class="vacancies-company block-mt-purple block-mb-purple"> <div class="vacancies-company block-mt-purple block-mb-purple">
<h2>Вакансии компании</h2> <h2>Вакансии компании</h2>
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Заголовок для репоста"/>
<meta property="og:description" content="Подпись для репоста" />
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://vk-book.ru/folder-test/share/"/>
<meta property="og:image" content="./img/logo.svg"/>
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="628" />
<title>Вакансия</title> <title>Вакансия</title>
</head> </head>
<body> <body>
...@@ -463,30 +471,32 @@ ...@@ -463,30 +471,32 @@
</div> </div>
</div> </div>
<div class="wrapper-map block-mb-blue"> <div class="wrapper-map block-mb-blue">
<iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A805e8a92d74677c7d0faadbbe38c16ccd54442663acf6a9591c2c8ce6d3b9c9e&amp;source=constructor" width="100%" height="100%" frameborder="0"></iframe> <!-- <iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A805e8a92d74677c7d0faadbbe38c16ccd54442663acf6a9591c2c8ce6d3b9c9e&amp;source=constructor" width="100%" height="100%" frameborder="0"></iframe> -->
<div class="map-api" id="current-vacancy-map"></div>
</div> </div>
<div class="wrapper-form-share"> <div class="wrapper-form-share">
<form action="" id="form-share" name="form-share"> <form action="" id="form-share" name="form-share" data-ajax="true">
<div class="block-choice-filter"> <div class="block-choice-filter">
<p class="block-choice-filter__name">Поделиться:</p> <p class="block-choice-filter__name">Поделиться:</p>
<div class="block-radio"> <div class="block-radio">
<label for="share-vk"> <label for="share-vk">
<input type="radio" id="share-vk" name="way-share" hidden=""> <input type="radio" id="share-vk" name="way-share" hidden="" required>
<div class="radio"></div> <div class="radio"></div>
<img src="./img/share_vk.svg" alt=""> <img src="./img/share_vk.svg" alt="">
</label> </label>
</div> </div>
<div class="block-radio"> <div class="block-radio">
<label for="share-email"> <label for="share-email">
<input type="radio" id="share-email" name="way-share" hidden="" checked> <input type="radio" id="share-email" name="way-share" hidden="" checked required>
<div class="radio"></div> <div class="radio"></div>
<p>E-mail</p> <p>E-mail</p>
</label> </label>
</div> </div>
</div> </div>
<div class="block-mt-yellow"> <div class="block-mt-yellow">
<input type="text" name="email" class="data-email-share" placeholder="E-MAIL"> <input type="text" name="email" class="data-email-share" pattern="^([a-z0-9_-]+\.)*[a-z0-9_-]+@[a-z0-9_-]+(\.[a-z0-9_-]+)*\.[a-z]{2,6}$" data-required="true" placeholder="E-MAIL">
<input type="submit" class="main-button" name="submit-share" value="Поделиться"> <input type="submit" class="main-button" name="submit-share-email" value="Поделиться">
<button type="button" class="main-button" id="submit-share-vk" style="display: none;">Поделиться</button>
</div> </div>
</form> </form>
</div> </div>
......
...@@ -312,8 +312,8 @@ ...@@ -312,8 +312,8 @@
Показать на карте Показать на карте
</a> </a>
</div> </div>
<div class="favorites-list"> <div class="main-search">
<div class="row favorites-list-row"> <div class="row row-card">
<div class="col-4"> <div class="col-4">
<a href="#" class="image-vacancies" style="background-image: url(./img/img_banner3.png);"></a> <a href="#" class="image-vacancies" style="background-image: url(./img/img_banner3.png);"></a>
</div> </div>
......
<svg width="59" height="67" viewBox="0 0 59 67" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#clip0)" filter="url(#filter0_d)">
<path d="M52.664 25.3421C52.664 11.9421 41.364 1.24212 27.764 2.04212C16.264 2.84212 6.86398 12.1421 6.06398 23.6421C5.16398 36.0421 13.864 46.5421 25.564 48.4421C27.164 48.7421 28.464 49.9421 28.764 51.6421L29.564 56.7421L30.364 51.6421C30.564 50.0421 31.764 48.7421 33.364 48.4421C44.264 46.4421 52.664 36.9421 52.664 25.3421Z" fill="#92C83E"/>
<rect x="19" y="15" width="20" height="22" fill="url(#pattern0)"/>
</g>
<defs>
<filter id="filter0_d" x="0" y="0" width="58.7" height="66.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.572549 0 0 0 0 0.784314 0 0 0 0 0.243137 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
</filter>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0" transform="scale(0.05 0.0454545)"/>
</pattern>
<clipPath id="clip0">
<rect width="46.7" height="54.6" fill="white" transform="translate(6 2)"/>
</clipPath>
<image id="image0" width="20" height="22" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAIAAABPIytRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM2QzNGMjUyNzE5MTFFQThBMkI4RTk2NzBFNUI4OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM2QzNGMjQyNzE5MTFFQThBMkI4RTk2NzBFNUI4OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0U2NEY5MEEyNjUyMTFFQUEyQTFDOTcxMTRFMDE2ODYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0U2NEY5MEIyNjUyMTFFQUEyQTFDOTcxMTRFMDE2ODYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7KbH7QAAAAsUlEQVR42mKcctIp22wvA14w9ZQzVnHG////MxABsOpnYqAAIDSfeDIHaDyQRGMTpZkMwEK8UmOpSAuZFOQgoCjAGP4TB4Axev75KmSRn3++kBBgolyqyFw2Zm4S/LzhRjGcDUlXJGgO0OiV5jMgM6rQdJJmM3KAk+xsLPmHyKhadikJU5BYm9mYuZBdTrKzMV3OgitU0NSJcquQn6vs5PNpVhiQo/n33+/k6QRqBAgwAOLatlY1JEcLAAAAAElFTkSuQmCC"/>
</defs>
</svg>
This diff is collapsed.
...@@ -749,7 +749,7 @@ ...@@ -749,7 +749,7 @@
Профиль Профиль
</a> </a>
<a href="#" class="button-text"> <a href="#" class="button-text">
<img class="img-svg" src="./img/icon_my_table.svg" alt=""> <img class="img-svg" src="./img/icon_my_resumes.svg" alt="">
Мои резюме Мои резюме
</a> </a>
<a href="#" class="button-text"> <a href="#" class="button-text">
......
[
{
"coords": ["56.209005", "44.10075"],
"nameWork": "Разнорабочий",
"salary": "от 27 000 руб./мес",
"nameCompany": "Сеть магазинов «Пятёрочка»",
"logoCompany": "./img/img_balloon_brand.svg"
}
]
\ No newline at end of file
[
{
"coords": ["56.209005", "44.10075"],
"nameWork": "Разнорабочий",
"salary": "от 27 000 руб./мес",
"nameCompany": "Сеть магазинов «Пятёрочка»",
"logoCompany": "./img/img_balloon_brand.svg"
}
]
\ No newline at end of file
...@@ -308,35 +308,35 @@ ...@@ -308,35 +308,35 @@
</button> </button>
<div class="current-profile-data"> <div class="current-profile-data">
<div class="container-compressed"> <div class="container-compressed">
<form action="" name="form-edit-profile" id="form-edit-profile" enctype="multipart/form-data"> <form action="" name="form-edit-profile" data-ajax="true" id="form-edit-profile" enctype="multipart/form-data">
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="name">Имя <span>*</span></label> <label for="name">Имя <span>*</span></label>
<input type="text" placeholder="ИМЯ" name="name" id="name" value="Иван"> <input type="text" placeholder="ИМЯ" data-required="true" pattern="^[А-Яа-яЁё\s]+$" name="name" id="name" value="Иван">
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="sername">Фамилия <span>*</span></label> <label for="sername">Фамилия <span>*</span></label>
<input type="text" placeholder="ФАМИЛИЯ" name="sername" id="sername" value="Иванов"> <input type="text" placeholder="ФАМИЛИЯ" data-required="true" pattern="^[А-Яа-яЁё\s]+$" name="sername" id="sername" value="Иванов">
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="patronymic">Отчество <span>*</span></label> <label for="patronymic">Отчество <span>*</span></label>
<input type="text" placeholder="ОТЧЕСТВО" name="patronymic" id="patronymic" value="Иванович"> <input type="text" placeholder="ОТЧЕСТВО" data-required="true" pattern="^[А-Яа-яЁё\s]+$" name="patronymic" id="patronymic" value="Иванович">
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="birthday">Дата рождения</label> <label for="birthday">Дата рождения</label>
<input type="text" name="birthday" data-picker="datepicker" placeholder="ВЫБЕРИТЕ ДАТУ" value="26.08.1980"> <input type="text" name="birthday" data-picker="datepicker" onkeyup="this.value = this.value.replace(/[A-Za-zА-Яа-яЁё]/,'');" placeholder="ВЫБЕРИТЕ ДАТУ" value="26.08.1980">
</div> </div>
<div class="block-gender block-mb-green"> <div class="block-gender block-mb-green">
<p>Пол:</p> <p>Пол:</p>
<div class="block-radio"> <div class="block-radio">
<label for="male"> <label for="male">
<input type="radio" id="male" name="gender" hidden="" checked> <input type="radio" id="male" name="gender" hidden="" checked required>
<div class="radio"></div> <div class="radio"></div>
Мужской Мужской
</label> </label>
</div> </div>
<div class="block-radio"> <div class="block-radio">
<label for="female"> <label for="female">
<input type="radio" id="female" name="gender" hidden=""> <input type="radio" id="female" name="gender" hidden="" required>
<div class="radio"></div> <div class="radio"></div>
Женский Женский
</label> </label>
...@@ -344,11 +344,11 @@ ...@@ -344,11 +344,11 @@
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="phone">Телефон <span>*</span></label> <label for="phone">Телефон <span>*</span></label>
<input type="text" name="phone" id="phone" placeholder="+7" value="+79876543210"> <input type="text" name="phone" id="phone" value="+79876543210" data-required="true" data-phone="true" pattern="^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$" placeholder="+7 (___)___-__-__">
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="email">E-mail <span>*</span></label> <label for="email">E-mail <span>*</span></label>
<input type="text" name="email" id="email" placeholder="E-MAIL" value="i_ivanov@mail.ru"> <input type="text" name="email" id="email" data-required="true" pattern="^([a-z0-9_-]+\.)*[a-z0-9_-]+@[a-z0-9_-]+(\.[a-z0-9_-]+)*\.[a-z]{2,6}$" placeholder="E-MAIL" value="i_ivanov@mail.ru">
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="address">Адрес</label> <label for="address">Адрес</label>
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
</div> </div>
<div class="block-mb-green"> <div class="block-mb-green">
<label for="password">Пароль <span>*</span></label> <label for="password">Пароль <span>*</span></label>
<input type="password" name="password" id="password" placeholder="ПАРОЛЬ" value="111111111111"> <input type="password" name="password" id="password" data-required="true" placeholder="ПАРОЛЬ" value="111111111111">
<a href="#" class="toggle-password"> <a href="#" class="toggle-password">
<img src="./img/icon_toggle_password.svg" alt=""> <img src="./img/icon_toggle_password.svg" alt="">
</a> </a>
......
...@@ -308,35 +308,35 @@ ...@@ -308,35 +308,35 @@
</button> </button>
<div class="current-profile-data"> <div class="current-profile-data">
<div class="container-compressed"> <div class="container-compressed">
<form action="" name="form-current-profile" id="form-current-profile" enctype="multipart/form-data"> <form action="" name="form-current-profile" data-ajax="true" id="form-current-profile" enctype="multipart/form-data">
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="name">Имя <span>*</span></label> <label for="name">Имя <span>*</span></label>
<input type="text" placeholder="ИМЯ" name="name" id="name" value="Иван" disabled> <input type="text" placeholder="ИМЯ" pattern="^[А-Яа-яЁё\s]+$" data-required="true" name="name" id="name" value="Иван" disabled>
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="sername">Фамилия <span>*</span></label> <label for="sername">Фамилия <span>*</span></label>
<input type="text" placeholder="ФАМИЛИЯ" name="sername" id="sername" value="Иванов" disabled> <input type="text" placeholder="ФАМИЛИЯ" pattern="^[А-Яа-яЁё\s]+$" data-required="true" name="sername" id="sername" value="Иванов" disabled>
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="patronymic">Отчество <span>*</span></label> <label for="patronymic">Отчество <span>*</span></label>
<input type="text" placeholder="ОТЧЕСТВО" name="patronymic" id="patronymic" value="Иванович" disabled> <input type="text" placeholder="ОТЧЕСТВО" pattern="^[А-Яа-яЁё\s]+$" data-required="true" name="patronymic" id="patronymic" value="Иванович" disabled>
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="birthday">Дата рождения</label> <label for="birthday">Дата рождения</label>
<input type="text" name="birthday" id="birthday" placeholder="ВЫБЕРИТЕ ДАТУ" value="26.08.1980" disabled> <input type="text" name="birthday" id="birthday" data-picker="datepicker" placeholder="ВЫБЕРИТЕ ДАТУ" value="26.08.1980" disabled>
</div> </div>
<div class="block-gender block-mb-green"> <div class="block-gender block-mb-green">
<p>Пол:</p> <p>Пол:</p>
<div class="block-radio"> <div class="block-radio">
<label for="male"> <label for="male">
<input type="radio" id="male" name="gender" hidden="" checked disabled> <input type="radio" id="male" name="gender" hidden="" checked disabled required>
<div class="radio"></div> <div class="radio"></div>
Мужской Мужской
</label> </label>
</div> </div>
<div class="block-radio"> <div class="block-radio">
<label for="female"> <label for="female">
<input type="radio" id="female" name="gender" hidden="" disabled> <input type="radio" id="female" name="gender" hidden="" disabled required>
<div class="radio"></div> <div class="radio"></div>
Женский Женский
</label> </label>
...@@ -344,11 +344,11 @@ ...@@ -344,11 +344,11 @@
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="phone">Телефон <span>*</span></label> <label for="phone">Телефон <span>*</span></label>
<input type="text" name="phone" id="phone" placeholder="+7" value="+79876543210" disabled> <input type="text" name="phone" id="phone" value="+79876543210" data-required="true" data-phone="true" pattern="^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$" placeholder="+7 (___)___-__-__" disabled>
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="email">E-mail <span>*</span></label> <label for="email">E-mail <span>*</span></label>
<input type="text" name="email" id="email" placeholder="E-MAIL" value="i_ivanov@mail.ru" disabled> <input type="text" name="email" id="email" data-required="true" pattern="^([a-z0-9_-]+\.)*[a-z0-9_-]+@[a-z0-9_-]+(\.[a-z0-9_-]+)*\.[a-z]{2,6}$" placeholder="E-MAIL" value="i_ivanov@mail.ru" disabled>
</div> </div>
<div class="block-mb-yellow"> <div class="block-mb-yellow">
<label for="address">Адрес</label> <label for="address">Адрес</label>
...@@ -356,10 +356,10 @@ ...@@ -356,10 +356,10 @@
</div> </div>
<div class="block-mb-green"> <div class="block-mb-green">
<label for="password">Пароль <span>*</span></label> <label for="password">Пароль <span>*</span></label>
<input type="password" name="password" id="password" placeholder="ПАРОЛЬ" value="111111111111" disabled> <input type="password" name="password" id="password" data-required="true" placeholder="ПАРОЛЬ" value="111111111111" disabled>
</div> </div>
<p class="block-mb-green" style="font-size: 14px;"><span>*</span> - поля, обязательные для заполнения</p> <p class="block-mb-green" style="font-size: 14px;"><span>*</span> - поля, обязательные для заполнения</p>
<a href="#" class="main-button edit-profile">Редактировать</a> <a href="#" class="main-button">Редактировать</a>
</form> </form>
</div> </div>
</div> </div>
......
...@@ -293,14 +293,14 @@ ...@@ -293,14 +293,14 @@
<div class="block-mt-green block-callback"> <div class="block-mt-green block-callback">
<div class="block-radio"> <div class="block-radio">
<label for="call-myself"> <label for="call-myself">
<input type="radio" id="call-myself" name="callback" hidden="" checked=""> <input type="radio" id="call-myself" name="callback" hidden="" checked="" required>
<div class="radio"></div> <div class="radio"></div>
Позвоню сам Позвоню сам
</label> </label>
</div> </div>
<div class="block-radio"> <div class="block-radio">
<label for="call-me"> <label for="call-me">
<input type="radio" id="call-me" name="callback" hidden=""> <input type="radio" id="call-me" name="callback" hidden="" required>
<div class="radio"></div> <div class="radio"></div>
Позвоните мне Позвоните мне
</label> </label>
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
</div> </div>
<div class="block-mt-green"> <div class="block-mt-green">
<label for="phone">Телефон <span>*</span></label> <label for="phone">Телефон <span>*</span></label>
<input type="text" name="phone" id="phone" placeholder="+7" pattern="^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$" data-required="true"> <input type="text" name="phone" id="phone" placeholder="+7 (___)___-__-__" data-phone="true" pattern="^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$" data-required="true">
</div> </div>
<div class="block-mt-green"> <div class="block-mt-green">
<label for="message">Сообщение <span>*</span></label> <label for="message">Сообщение <span>*</span></label>
......
@media(max-width: 1310px) @media(max-width: 1310px)
{ {
.advantages-registration-row
{
margin-left: -15px;
margin-right: -15px;
}
.advantages-registration-row .block-advantages-registration .advantages-registration-row .block-advantages-registration
{ {
padding-left: 0; padding-left: 0;
...@@ -15,6 +10,16 @@ ...@@ -15,6 +10,16 @@
position: relative; position: relative;
margin-bottom: 32px; margin-bottom: 32px;
} }
.list-container-row
{
margin-right: -15px;
margin-left: -15px;
}
.list-container-row .col-3, .list-container-row .col-9
{
padding-left: 15px;
padding-right: 15px;
}
} }
@media(max-width: 1280px) @media(max-width: 1280px)
{ {
...@@ -44,15 +49,15 @@ ...@@ -44,15 +49,15 @@
padding-right: 20px; padding-right: 20px;
padding-left: 20px; padding-left: 20px;
} }
.main-search .search-list-row-companies .row-companies
{ {
margin-left: -10px; margin-left: -10px;
margin-right: -10px; margin-right: -10px;
} }
.main-search .search-list-row-companies .col-6 .row-companies .col-6
{ {
padding-left: 10px; padding-left: 10px;
padding-right: 12px; padding-right: 10px;
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
...@@ -78,10 +83,10 @@ ...@@ -78,10 +83,10 @@
margin-left: 0; margin-left: 0;
margin-top: 20px; margin-top: 20px;
} }
.main-search .search-list-row-companies .col-6 .row-companies .col-6
{ {
padding-left: 15px; padding-left: 10px;
padding-right: 15px; padding-right: 10px;
} }
.new-vacancies-content .col-3, .new-resumes-content .col-3 .new-vacancies-content .col-3, .new-resumes-content .col-3
{ {
...@@ -374,7 +379,7 @@ ...@@ -374,7 +379,7 @@
} }
@media(max-width: 800px) @media(max-width: 800px)
{ {
.main-search .search-list-row-companies .col-6 .row-companies .col-6
{ {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
...@@ -744,15 +749,15 @@ ...@@ -744,15 +749,15 @@
margin-left: -16px; margin-left: -16px;
margin-right: -16px; margin-right: -16px;
} }
.main-search .search-list-row-companies .row-companies
{ {
margin-left: -16px; margin-left: -16px;
margin-right: -16px; margin-right: -16px;
} }
.main-search .search-list-row-companies .col-6 .row-companies .col-6
{ {
padding-left: 16px; padding-left: 16px;
padding-right: 22px !important; padding-right: 16px;
} }
.block-post-resume .row .block-post-resume .row
{ {
...@@ -1014,7 +1019,7 @@ ...@@ -1014,7 +1019,7 @@
} }
@media(max-width: 550px) @media(max-width: 550px)
{ {
.main-search .search-list-row-companies .company-card .row-companies .company-card
{ {
height: auto; height: auto;
} }
......
...@@ -2469,6 +2469,7 @@ button ...@@ -2469,6 +2469,7 @@ button
// width: 400px; // width: 400px;
position: relative; position: relative;
border: 0; border: 0;
overflow: hidden;
&__left &__left
{ {
// width: 31%; // width: 31%;
...@@ -3130,43 +3131,47 @@ button ...@@ -3130,43 +3131,47 @@ button
// padding-right: 10px; // padding-right: 10px;
// } // }
// } // }
.search-list-row-companies
}
// Row для компаний
.row-companies
{
margin-left: -9px;
margin-right: -9px;
.col-6
{ {
margin-left: -9px; margin-bottom: 22px;
margin-right: -9px; padding-left: 9px;
.col-6 padding-right: 9px;
}
.company-card
{
height: 300px;
box-shadow: 0 10px 20px 0 rgba(15,20,91,.1);
border-radius: 3px;
.title-rating
{ {
margin-top: 22px;
margin-bottom: 22px; margin-bottom: 22px;
padding-left: 9px; font-family: Montserrat Bold;
padding-right: 9px; font-size: 14px;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: $color-primary;
} }
.company-card .company-card__name
{ {
height: 300px; height: 66px;
box-shadow: 0 10px 20px 0 rgba(15,20,91,.1); max-height: 66px;
border-radius: 3px; }
.title-rating .company-card__desc
{ {
margin-top: 22px; height: 96px;
margin-bottom: 22px; max-height: 96px;
font-family: Montserrat Bold;
font-size: 14px;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: $color-primary;
}
.company-card__name
{
height: 66px;
max-height: 66px;
}
.company-card__desc
{
height: 96px;
max-height: 96px;
}
} }
} }
} }
...@@ -3431,12 +3436,12 @@ label ...@@ -3431,12 +3436,12 @@ label
} }
&-row &-row
{ {
margin-left: -37.5px; // margin-left: -37.5px;
margin-right: -37.5px; // margin-right: -37.5px;
.block-advantages-registration .block-advantages-registration
{ {
padding-left: 37.5px; padding-left: 15px;
padding-right: 37.5px; padding-right: 15px;
&__image &__image
{ {
text-align: center; text-align: center;
...@@ -3704,8 +3709,8 @@ ymaps[class$='balloon__tail'] ...@@ -3704,8 +3709,8 @@ ymaps[class$='balloon__tail']
ymaps[class$='pie-chart'] ymaps[class$='pie-chart']
{ {
line-height: normal !important; line-height: normal !important;
height: 36px !important; // height: 36px !important;
width: 36px !important; // width: 36px !important;
display: flex !important; display: flex !important;
justify-content: !important; justify-content: !important;
align-items: !important; align-items: !important;
...@@ -3742,6 +3747,25 @@ ymaps[class$='pie-chart-content'] ...@@ -3742,6 +3747,25 @@ ymaps[class$='pie-chart-content']
align-items: center; align-items: center;
} }
.cluster-icon
{
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: $color-hover;
font-family: Montserrat Regular;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
}
.balloon-header-vacancy .balloon-header-vacancy
{ {
display: flex; display: flex;
...@@ -4167,6 +4191,10 @@ ymaps[class$='pie-chart-content'] ...@@ -4167,6 +4191,10 @@ ymaps[class$='pie-chart-content']
{ {
box-shadow: 0 10px 20px 0 rgba(15, 20, 91, 0.1); box-shadow: 0 10px 20px 0 rgba(15, 20, 91, 0.1);
height: 420px; height: 420px;
div
{
height: 100%;
}
} }
.wrapper-form-share .wrapper-form-share
...@@ -4234,6 +4262,22 @@ input[type="submit"] ...@@ -4234,6 +4262,22 @@ input[type="submit"]
{ {
position: relative; position: relative;
} }
.owl-stage-outer
{
// margin-left: -10px;
// margin-right: -10px;
.owl-item
{
padding-bottom: 30px;
// margin-left: 10px !important;
// margin-right: 10px !important;
// .card
// {
// max-width: initial;
// width: 100%;
// }
}
}
.navigation-similar-vacancies .navigation-similar-vacancies
{ {
position: absolute; position: absolute;
...@@ -4426,7 +4470,7 @@ input[type="submit"] ...@@ -4426,7 +4470,7 @@ input[type="submit"]
background-color: #fff; background-color: #fff;
border-top: 4px solid #dddce8; border-top: 4px solid #dddce8;
box-shadow: 0 10px 20px 0 rgba(15, 20, 91, 0.1); box-shadow: 0 10px 20px 0 rgba(15, 20, 91, 0.1);
// min-width: 925px; width: 922.5px;
margin-bottom: 0; margin-bottom: 0;
&-header &-header
{ {
...@@ -4624,6 +4668,7 @@ input[type="submit"] ...@@ -4624,6 +4668,7 @@ input[type="submit"]
background-color: #fff; background-color: #fff;
border-top: 4px solid #dddce8; border-top: 4px solid #dddce8;
box-shadow: 0 10px 20px 0 rgba(15, 20, 91, 0.1); box-shadow: 0 10px 20px 0 rgba(15, 20, 91, 0.1);
width: 922.5px;
// min-width: 925px; // min-width: 925px;
&-header &-header
{ {
...@@ -4843,13 +4888,13 @@ input[type="submit"] ...@@ -4843,13 +4888,13 @@ input[type="submit"]
// margin: 0; // margin: 0;
// } // }
// } // }
.col-4 // .col-4
{ // {
p // p
{ // {
font-size: 15px; // font-size: 15px;
} // }
} // }
.col-8 .col-8
{ {
.col-4 .block-checkbox:last-child, .col-4 .block-radio:last-child, .col-4 .block-checkbox:last-child, .col-4 .block-radio:last-child,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment