.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*================ General =========================*/
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Italic.ttf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
body {
  max-width: 1920px;
  margin: auto;
  font-family: Montserrat, Georgia, sans-serif;
  font-size: 16px;
  padding-top: 90px !important;
}
body.toolbar-fixed {
  padding-top: 129px !important;
}
body.toolbar-fixed.toolbar-tray-open {
  padding-top: 169px !important;
}
p + p {
  margin-top: 1em;
}
.field--type-text ul,
.field--type-text-long ul {
  list-style: none;
}
.field--type-text ul > li::before,
.field--type-text-long ul > li::before {
  content: '';
  display: inline-block;
  background-color: #053579;
  width: 0.33em;
  height: 0.33em;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.33em;
}
.field--type-text ul > li + li,
.field--type-text-long ul > li + li {
  margin-top: 0.5em;
}
.field--type-text ol,
.field--type-text-long ol {
  list-style: none;
  counter-reset: item;
}
.field--type-text ol > li,
.field--type-text-long ol > li {
  counter-increment: item;
}
.field--type-text ol > li::before,
.field--type-text-long ol > li::before {
  display: inline-block;
  width: 1em;
  font-weight: bold;
  content: counter(item) ".";
  padding-right: 0.25em;
}
.field--type-text ol > li + li,
.field--type-text-long ol > li + li {
  margin-top: 0.5em;
}
.field--type-text p + ul,
.field--type-text-long p + ul,
.field--type-text p + ol,
.field--type-text-long p + ol,
.field--type-text ol + p,
.field--type-text-long ol + p,
.field--type-text ul + p,
.field--type-text-long ul + p {
  margin-top: 1em;
}
strong {
  font-weight: bold;
}
.content {
  min-height: calc(100vh - 500px);
}
h1 {
  text-align: center;
}
.text--uvod {
  font-size: 36px;
  font-style: italic;
  text-align: center;
  padding: 1em;
}
.ui-widget {
  font-family: Montserrat, Georgia, sans-serif;
}
.js-fouc #fouc {
  display: none;
}
.page__top {
  background-image: url("/themes/custom/tpp/images/bez-bazaru-vozidlo-background-top.png");
  height: 26px;
}
.link--inline {
  text-decoration: underline;
  color: inherit;
}
.ico-views {
  display: inline-block;
  background-size: contain;
  background: url("/themes/custom/tpp/images/view-ico.svg") no-repeat;
  width: 22px;
  height: 13px;
}
/*=================== Buttons ======================= */
.button {
  padding: 15px 20px;
}
.button--primary {
  padding: 15px 20px;
  color: white;
  background: #053579;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button--primary:hover {
  background: #1b529f;
}
.button--secondary {
  padding: 15px 20px;
  color: white;
  background: #4193cb;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button--small {
  padding: 15px 20px;
  padding: 4px 1em;
  text-decoration: none;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.messages__wrapper .button--alert {
  padding: 0;
}
.form-text,
.form-autocomplete,
span.select2.select2-container {
  margin-top: 0.6em;
}
.search-hp__top-layout .webform-flex--container {
  margin-top: -0.6em;
}
/*=================== Checkbox =======================*/
input[type=checkbox] {
  opacity: 0;
  width: auto;
  position: absolute;
}
input[type=checkbox] + label.checkbox-alt {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 1px;
  background: white;
  border: 1px solid #aaa;
}
input[type=checkbox]:checked + label.checkbox-alt {
  background-image: url("/themes/custom/tpp/images/bez-bazaru-checkbox-checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
input[type=checkbox].error + label.checkbox-alt {
  border: 1px solid #ba2020;
}
/*=================== Main Menu ======================*/
#navbar {
  max-width: 1920px;
  position: fixed;
  top: 0;
  z-index: 500;
  height: 90px;
  width: 100%;
  background: white;
}
.toolbar-fixed #navbar {
  top: 39px;
}
.toolbar-tray-open #navbar {
  top: 79px;
}
.navbar--main {
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
}
.container--nav {
  max-width: 1600px;
  width: 96%;
  margin: 0 auto;
  height: 100%;
}
.brand--nav {
  max-width: 340px;
}
#block-tpp-branding {
  padding: 10px;
  margin-left: 40px;
  height: 75px;
}
#block-tpp-branding img {
  max-height: 100%;
}
.region--navigation {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.region--navigation #block-tpp-main-menu {
  -webkit-flex: 0 0 80%;
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.region--navigation #block-tpp-account-menu {
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  position: relative;
}
.menu--main.menu--parent > .menu__item--first > a > span,
.menu--main.menu--parent > .menu__item--first > span > span.link__title {
  background: #4193cb;
  color: white;
  text-indent: -20%;
}
.menu--main > .menu__item--first > a {
  color: white;
}
.menu--main > .menu__item--first > span > span.menu__arrow {
  border-width: 0.15em;
  border-color: white;
  top: 28%;
  right: 15%;
  padding: 0.45em;
}
.menu--main > .menu__item:nth-child(2) > a {
  color: white;
}
.menu--main > .menu__item:nth-child(n+3) {
  min-width: 100px;
}
.menu--main > .menu__item > a:hover > span {
  color: black;
  text-decoration: underline;
}
.menu--main.menu--parent > .menu__item--first > .menu__link:hover > span.menu__arrow,
.menu--main.menu--parent > .menu__item--first > .menu__link:hover > span.link__title,
.menu--main.menu--parent > .menu__item:nth-child(2) > a:hover > span {
  color: black;
  border-color: black;
  text-decoration: none;
}
.menu--main.menu--parent > .menu__item--first ul.menu--child {
  width: 29em;
  display: flex;
  padding: 1em;
  background-color: #ededed;
  top: 100%;
  left: 30%;
  box-shadow: 5px 5px 13px -1px rgba(0, 0, 0, 0.38);
  border: 0.1em solid #a4a4a4;
}
.menu--main.menu--parent > .menu__item--first ul.menu--child > .menu__item {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.menu--main.menu--parent > .menu__item--first ul.menu--child > .menu__item + .menu__item {
  border-left: 0.1em solid #a4a4a4;
}
.menu--main.menu--parent > .menu__item--first ul.menu--child > .menu__item > a {
  border: none;
  padding-top: 4em;
  background-size: 4em;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 30%;
  text-align: center !important;
  color: black;
}
.menu--main.menu--parent > .menu__item--first ul.menu--child > .menu__item:first-child > a {
  background-image: url("/themes/custom/tpp/images/search-car-ico.svg");
}
.menu--main.menu--parent > .menu__item--first ul.menu--child > .menu__item:nth-child(2) > a {
  background-image: url("/themes/custom/tpp/images/uzitkove-vozy-ico.svg");
}
.menu--main.menu--parent > .menu__item--first ul.menu--child > .menu__item:nth-child(3) > a {
  background-image: url("/themes/custom/tpp/images/moto.svg");
  background-size: 3em;
}
.menu--main.menu--parent ul.menu--child {
  width: 6em;
  left: calc(50% + 5em);
}
.menu--main.menu--parent ul.menu--child > li {
  min-width: auto;
  text-align: right;
}
.menu--main.menu--parent ul.menu--child > li a.menu__link {
  color: inherit;
  padding: 13px;
}
.menu--main.menu--parent > li:nth-child(n+2) ul.menu--child > li .link__title {
  text-align: right;
}
.menu--main.menu--parent > .menu__item:nth-child(2) > a > span {
  background: #053579;
}
.menu--account {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-logged-in .menu--account.menu--parent > .menu__item--last {
  display: none;
}
.menu--parent.menu--account > .menu__item--first > .menu--child > .menu__item > a:hover,
.menu--parent.menu--account > .menu__item--first > a[href$=login]:hover {
  text-decoration: underline;
}
.menu--parent.menu--account > .menu__item--first:hover > .menu--child {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 400ms ease;
}
.path-node.page--inzeraty-novy,
.page--user-login,
.user-logged-in.path-user {
  background-image: url(/themes/custom/tpp/images/bez-bazaru-vozidlo-background.jpg);
  background-size: contain;
  background-position: fixed;
  padding: 1px;
}
.messages__wrapper {
  position: fixed;
  top: 130px;
  z-index: 650;
  left: 10%;
  width: 80%;
}
.toolbar-horizontal .messages__wrapper {
  top: 180px;
}
.user-logged-in.path-user .user-cancel-form .form-actions {
  padding: 2em 2em 0.5em 2em;
  text-align: center;
}
.user-logged-in.path-user .user-cancel-form .form-actions input,
.user-logged-in.path-user .user-cancel-form .form-actions a {
  display: inline-block;
  text-decoration: none;
}
.alert.alert--success {
  background-color: #67ca7d;
  border-color: #d4edda;
}
.alert.alert--danger,
.alert.alert--success,
.alert.alert--info {
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
.alert.alert--danger a,
.alert.alert--success a,
.alert.alert--info a {
  color: #fff;
}
.user-logged-in.path-user .user-cancel-form,
.user-logged-in.path-user .user-form {
  width: 100%;
  max-width: 1200px;
  margin: 1.5em auto;
  background-color: #dbdbdb;
  padding: 2em;
  -webkit-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  -moz-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  -o-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  box-shadow: 0 0 0.25em 0.125em #b0b0b0;
}
.user-logged-in.path-user .user-cancel-form {
  max-width: 700px;
}
.user-logged-in.path-user .user-cancel-form .button {
  background: #00d642;
  border-radius: 3px;
  padding: 15px 30px;
}
.user-logged-in.path-user .user-cancel-form .button:hover {
  background: #008629;
}
.user-logged-in.path-user .user-cancel-form .button--primary {
  background: #e11b1b;
  border-radius: 3px;
  padding: 15px 30px;
}
.user-logged-in.path-user .user-cancel-form .button--primary:hover {
  background: #961111;
}
.menu--account.menu--parent > li > .menu--child {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  z-index: 29;
  position: absolute;
  background: white;
}
.menu--account.menu--parent > li > .menu--child.opened {
  opacity: 1;
  max-height: 1000px;
}
.menu--account.menu--parent > li > .menu--child > li > a {
  border-left: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
}
.menu--account.menu--parent > li > .menu--child > li.menu__item--last > a {
  border-bottom: 2px solid #dbdbdb;
}
.menu--account .menu__link--parent {
  background-image: url("/themes/custom/tpp/images/user-icon.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 4px;
  background-size: 20px 20px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #dbdbdb;
}
.menu--account .menu__link--parent > .menu__arrow {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -5px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.menu--account > li > .menu__link {
  height: 40px;
  padding: 0 8px;
  width: 180px;
  display: table;
  text-decoration: none;
  position: relative;
  color: black;
}
.menu--account > li > .menu__link > .link__title {
  display: table-cell;
  vertical-align: middle;
}
article.page--full {
  background-image: url("/themes/custom/tpp/images/bez-bazaru-vozidlo-background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
}
/*=================== Footer =========================*/
.container--footer {
  width: auto;
  margin: 0;
  max-width: none;
}
.footer__columns--wrapper {
  background-image: url('/themes/custom/tpp/images/beton-foot-background.jpg');
  background-repeat: no-repeat;
  color: white;
}
.footer__columns--wrapper li > a {
  color: white;
  text-decoration: underline;
}
.footer__columns > .container {
  width: 96%;
  max-width: 1370px;
  margin: 0 auto;
}
.footer__columns h2 {
  font-size: 16px;
  font-weight: bold;
}
.footer__copyright {
  text-align: center;
  background: #4193cb;
  color: white;
  padding: 1em 0;
  font-size: 13px;
}
ul.menu--footer {
  list-style: none;
  padding: 0;
  margin-top: 0;
  font-size: 16px;
}
ul.menu--footer > li {
  line-height: 1.5;
}
ul.menu--footer > li::before {
  display: none;
}
#pravni-zastita {
  height: 163px;
  width: 100%;
  background-image: url("/themes/custom/tpp/images/beton-zastita-background.jpg");
  background-repeat: no-repeat;
}
.pravni-zastita__content {
  font-weight: bold;
  font-size: 16px;
  width: 35em;
  height: 100%;
  margin: auto;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.pravni-zastita__content > span {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.pravni-zastita__content > img {
  -webkit-flex: 0 1 105px;
  -moz-flex: 0 1 105px;
  -ms-flex: 0 1 105px;
  flex: 0 1 105px;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.pravni-zastita__content > .text-left {
  text-align: center;
}
.pravni-zastita__content > .text-right {
  margin-left: 2em;
  text-align: center;
}
footer .pravni-zastita {
  border-top: 1px solid #797979;
  -webkit-box-shadow: inset 0.2em 0.2em 1em -0.5em #5d5d5d;
  -moz-box-shadow: inset 0.2em 0.2em 1em -0.5em #5d5d5d;
  -o-box-shadow: inset 0.2em 0.2em 1em -0.5em #5d5d5d;
  box-shadow: inset 0.2em 0.2em 1em -0.5em #5d5d5d;
}
/*=================== Login ======================== */
#edit-google-login {
  padding: 15px 30px 15px 65px;
  border-radius: 3px;
  border-width: 0;
  text-decoration: none;
  background: #0072d6;
  color: white;
  margin: 1em 0 1em 0;
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
}
#edit-google-login::before {
  content: '';
  background-image: url("/themes/custom/tpp/images/google_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#edit-facebook-login {
  padding: 15px 30px 15px 65px;
  border-radius: 3px;
  border-width: 0;
  text-decoration: none;
  background: #4c69a6;
  color: white;
  margin: 1em 0 1em 0;
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
}
#edit-facebook-login::before {
  content: '';
  background-image: url("/modules/contrib/social_auth_facebook/img/facebook_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.page--user-register .page-content {
  max-width: 600px;
  margin: 0 auto;
}
.page--user-register #block-tpp-content,
.page--user-login #block-tpp-content {
  padding: 30px;
  position: relative;
  max-width: 100%;
  background-color: #dbdbdb;
  -webkit-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  -moz-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  -o-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  box-shadow: 0 0 0.25em 0.125em #b0b0b0;
}
.page--user-register #block-tpp-content .form-item input,
.page--user-login #block-tpp-content .form-item input {
  padding-top: 5px;
  max-width: 100%;
  line-height: 2.2em;
  margin: 11px 0 0 0;
}
.page--user-register #block-tpp-content .form-item .description,
.page--user-login #block-tpp-content .form-item .description {
  font-size: 11px;
  padding-top: 8px;
  line-height: 15px;
}
#block-textnadloginem {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}
#block-textnadloginem h2 {
  text-align: center;
}
.user-login-form #edit-submit {
  padding: 15px 30px;
  color: white;
  background: #053579;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  margin: 0 0 1em 0;
  font-weight: bold;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.user-login-form .button--primary {
  top: 5em;
  background-color: transparent;
  border: 0.1em solid #4193cb;
  color: #4193cb;
  font-weight: normal;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 0.8em;
  margin: 0 0 1em 0;
  cursor: pointer;
}
.search-page .form-inline {
  padding: 1em 2em 3em !important;
}
/*=================== Image =========================*/
.paragraph__content--image-photoswipe .field__title {
  text-indent: -10000px;
  height: 1px;
  width: 1px;
}
.gallery-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*=================== New ad page ===================*/
.page--inzeraty-novy article.page--full {
  background-image: none;
}
.page--inzeraty-novy .page-content__body h1 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.page--inzeraty-novy .page-content__body .grid {
  display: grid;
  grid-template-columns: 15.3em 15.3em;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  text-align: center;
  margin-bottom: 2em;
}
.page--inzeraty-novy .page-content__body a.button {
  padding-bottom: 2em;
  font-weight: 500;
  font-size: 1.5rem;
  min-height: 8em;
}
.page--inzeraty-novy .page-content__body a.button::before {
  content: '';
  width: 100%;
  height: 3em;
  display: block;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 4em;
  margin-bottom: 0.3em;
  filter: brightness(0) invert(1);
}
.page--inzeraty-novy .page-content__body a.button.osobni::before {
  background-image: url("/themes/custom/tpp/images/search-car-ico.svg");
}
.page--inzeraty-novy .page-content__body a.button.uzitkove::before {
  background-image: url("/themes/custom/tpp/images/uzitkove-vozy-ico.svg");
}
.page--inzeraty-novy .page-content__body a.button.moto::before {
  background-image: url("/themes/custom/tpp/images/moto.svg");
  background-size: 3.5em;
}
/*=========== TMP ===*/
.webform--vlozit-inzerat {
  padding: 2em 1em;
  background: #dbdbdb;
  max-width: 1200px;
  margin: 2em auto;
}
.path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single,
.path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single,
.path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single,
.path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single,
.path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 550px;
  display: block;
  height: 45px;
}
.path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single .select2-selection__rendered,
.path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single .select2-selection__rendered,
.path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single .select2-selection__rendered,
.path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single .select2-selection__rendered,
.path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 45px;
  width: 550px;
  display: block;
}
.path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single .select2-selection__arrow,
.path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single .select2-selection__arrow,
.path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single .select2-selection__arrow,
.path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single .select2-selection__arrow,
.path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 20px;
}
@media (max-width: 650px) {
  .path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single {
    width: 360px;
  }
  .path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 360px;
  }
}
@media (max-width: 450px) {
  .path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single,
  .path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single {
    width: 260px;
  }
  .path-sluzby.page--sluzby-uplatneni-topovani .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-foceni .select2-container--default .select2-selection--single .select2-selection__rendered,
  .path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 260px;
  }
}
.path-sluzby.page--sluzby-uplatneni-topovani .select2-container,
.path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container,
.path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container,
.path-sluzby.page--sluzby-uplatneni-foceni .select2-container,
.path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 550px !important;
}
@media (max-width: 650px) {
  .path-sluzby.page--sluzby-uplatneni-topovani .select2-container,
  .path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container,
  .path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container,
  .path-sluzby.page--sluzby-uplatneni-foceni .select2-container,
  .path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container {
    width: 360px !important;
  }
}
@media (max-width: 450px) {
  .path-sluzby.page--sluzby-uplatneni-topovani .select2-container,
  .path-sluzby.page--sluzby-uplatneni-sekretarka .select2-container,
  .path-sluzby.page--sluzby-uplatneni-zadani-udaju .select2-container,
  .path-sluzby.page--sluzby-uplatneni-foceni .select2-container,
  .path-sluzby.page--sluzby-uplatneni-foceni-video .select2-container {
    width: 260px !important;
  }
}
input[type=email] {
  max-width: 100%;
}
.select2-results__option img {
  float: left;
  margin-right: 10px;
}
.select2-results__option::after {
  clear: both;
  display: block;
  content: '';
  position: relative;
}
.path-sluzby #block-tpp-content form {
  max-width: 600px;
  background: #dbdbdb;
  padding: 25px;
  margin: 25px auto;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.path-sluzby #block-tpp-content input[type=text] {
  width: 100%;
}
.path-sluzby #block-tpp-content label {
  padding-bottom: 8px;
}
.path-sluzby #block-tpp-content .webform-actions {
  text-align: center;
}
.path-sluzby.page--sluzby-objednat #block-tpp-content form {
  max-width: 950px;
}
a.link-back {
  display: inline-block;
  margin-top: 0.5em;
  margin-left: calc(50% - 33.75em);
}
a.link-back:first-letter {
  text-transform: capitalize;
}
/*# sourceMappingURL=styles.css.map */