/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, a, acronym, font, img, ul, li, fieldset, form, label, legend, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
/*p {
	padding-top: 0;
	margin-top: 0;
}*/
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
textarea {
	overflow: auto;
}
a, a:hover {
	text-decoration: none;
	color: #58708a;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
}
body {
	color: #58708a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
}
textarea, select, input {
	font-family: 'Montserrat', sans-serif;
	outline: none;
}
#container + * {
	clear: both;
}
.red {
	color: #c90202;
}
.blue {
	color: #0055A5;
}
.white {
	color: #ffffff;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	display: block;
	padding: 15px 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#header-top {
	position: absolute;
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 76px;
	background: url(/images/header_bgr.jpg);
}
#logo {
	width: 315px;
	height: 59px;
	float: left;
	margin-top: 25px;
	background-color: #FFFFFF;
}
#logo img {
	width: 289px;
	height: 59px;
}
.info {
	float: right;
	margin-top: 20px;
}
.navbar {
	position: relative;
	width: 100%;
}
nav {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	text-align: center
}
/* ------------------------------------  TOP MENU --------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
}
.sf-menu {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: right;
	float: left;
	width: 805px;
}
.sf-menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 0;
}
.sf-menu li a {
	display: inline-block;
	padding: 32px 16px 14px 16px;
	cursor: pointer;
	margin: 0;
}
.sf-menu li a.more {
	cursor: default;
}
.sf-menu li a:hover {
}
.sf-menu>li::after {
	content: '';
	display: inline-block; 
	width: 1px;
	height: 45px;
	background: url(/images/delimeter_bgr.jpg) center no-repeat;
}
.sf-menu>li:last-child::after {
	display: none; 
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu ul { position: absolute; padding: 0; top: 76px; z-index: 99; background-color:#0055a5; overflow: hidden; height: 0; opacity: 0; transition: height 0ms 400ms, opacity 400ms 0ms; }
.sf-menu ul li { width: 100%; border: 0; position: relative; display: block; text-align: left; }
.sf-menu ul li:hover { background-color:#327dc3; }
.sf-menu ul li::after { content: ''; display: block; width: 100%; height: 1px; background: url(/images/delimeter-hor.png) bottom left repeat-x; }
.sf-menu ul li:last-child::after { display: none; }
.sf-menu ul a, .sf-menu ul a:hover { padding: 10px; color:#FFF}
.sf-menu > li:hover > ul { height: auto; opacity: 1; transition: height 0ms 0ms, opacity 600ms 0ms; }
.sf-menu ul li a { display: block; }

.show-menu {
	display: none;
}
/* ------------------------------------  END TOP MENU --------------------------------------*/
main {
	position: relative;
	clear: both;
	width: 1120px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	display: table;
}

#index-top {
	width: 100%;
	height: 223px;
	background: url(/images/index-top.jpg) center no-repeat;
	display: inline-block;
	margin: 63px 0 100px 0;
	background-size: contain;
}

.index-column {
	width: 33.2%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.index-column:last-child {
	width: 3px;
}

.index-column .top {
	height: 427px;
	background: url(/images/index-dots.jpg) top left repeat-y;
}

.index-column .top .big-title {
	padding: 0 61px 22px 61px;
	background: url(/images/logo-small.jpg) no-repeat top 15px left 25px;
	position: relative;
	top: -15px;
    height: 145px;
	margin-bottom: 0;
}

.index-column .top .ico {
	width: 100%;
	height: 238px;
}

.index-column:nth-of-type(1) .top .ico {
	background: url(/images/index-big-ico-1.jpg) center no-repeat;
}

.index-column:nth-of-type(2) .top .ico {
	background: url(/images/index-big-ico-2.jpg) center no-repeat;
}

.index-column:nth-of-type(3) .top .ico {
	background: url(/images/index-big-ico-3.jpg) center no-repeat;
}

.index-column .top .text {
	padding: 35px;
}

.index-column .bottom {
	margin-bottom: 20px;
}

.index-column .bottom .hand {
	padding-right: 30px;
	margin-left: 25px;
}

.index-column .bottom::after {
	content: '';
	width: 36px;
	height: 39px;
	background: url(/images/hand.png) no-repeat center;
	display: inline-block;
	position: relative;
	top: 16px;
	right: 25px;
}

#breadcrumb {
	width: 100%;	
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	padding: 20px 0;
	display: inline-block;
}
#breadcrumb span {
	font-size: 11px;
	position: relative;
	top: -2px;
}
#left-col {
	width: 394px;
	vertical-align: top;
	display: inline-block;
	margin: 0 auto;
}
#right-col {
	width: 675px;
	display: inline-block;
	margin-left: 46px;
}
#right-col .big-title {
	margin-top: 0;
}
.left-top {
	width: 394px;
	height: 196px;
	background: #0055a5 url("/images/top-bgr.jpg") top center no-repeat;
}
.left-top.go {
	background: #0055a5 url("/images/go-top-bgr.jpg") top center no-repeat;
}
.left-top.dsd {
	background: #0055a5 url("/images/dsd-top-bgr.jpg") top center no-repeat;
}
.left-bottom {
	width: 100%;
	height: auto;
	background-color: #0055a5;
}

.left-bottom .big-title {
	position: relative;
	top: -23px;
	height: 20px;
	padding-left: 23px;
}

.left-bottom ul,
.footer-block ul {
	position: relative;
    padding-bottom: 15px;
}

.left-bottom li,
.footer-block li {
	color: #ffffff;	
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	list-style-type: disc;
	list-style-position: outside;
    display: list-item;
	padding: 7px 25px 7px 0;
	margin-left: 39px;
}
.left-bottom li a,
.footer-block li a {
	color: #ffffff;	
}
.footer-block li {
	line-height: 18px;
	margin-left: 16px;
	padding: 0 0 9px 0;
}

.left-bottom .text {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	color: #ffffff;	
	padding: 10px 25px 25px 23px;
}

.go-calc-btn, .dsd-calc-btn, .kasko-calc-btn {
	width: 394px;
	height: 149px;
	margin-top: 20px;
	cursor: pointer;
}

.go-calc-btn {
	background:url(/images/go-calc-btn.jpg) top center no-repeat;
}

.go-calc-form, 
.dsd-calc-form, 
.kasko-calc-form {
	display: none;
	width: 100%;
	text-align:left;
	background-color: #edf1f5;
	margin-top: 10px;
	padding: 23px 10px;
}

.go-calc-form select, 
.dsd-calc-form select, 
.kasko-calc-form select {
	width: 100%;
	height: 39px;
	border: 1px solid #c0cddc;
	border-radius: 8px;
	padding-left: 15px;
	color: #58708a;
	font-size: 14px;
}

.go-calc-form .button, 
.dsd-calc-form .button, 
.kasko-calc-form .button {
	width: 100%;
	text-align: center;
}
.kasko-calc-form .button {
    margin-top: 25px;
}

.go-calc-form input[type="button"], 
.dsd-calc-form input[type="button"],
.kasko-calc-form input[type="button"] {
	padding: 12px;
}

.dsd-calc-btn {
	background:url(/images/dsd-calc-btn.jpg) top center no-repeat;
}

.kasko-calc-btn {
	background:url(/images/kasko-calc-btn.jpg) top center no-repeat;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #fff;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid #c0cddc;
  border-color: #c0cddc transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #c0cddc transparent;
  top: 10px;
}

.select-items div,.select-selected {
  color: #58708a;
  padding: 8px 15px;
  border: 1px solid #c0cddc;
  cursor: pointer;
}

.select-selected {
  border-radius: 8px;
}

.form .select-selected {
  padding: 14px 15px;
}

.form .select-selected:after {
  top: 22px;
}

.form .select-selected.select-arrow-active:after {
  top: 15px;
}


.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 223px;
  overflow: auto;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 



.btn {
    line-height: inherit;
}
.btn-light {
    color: #58708a;
    background-color: #f8f9fa;
    border: 1px solid #c0cddc;
    padding: 6px 27px 6px 15px;
    border-radius: 8px;
}
.form .btn-light {
    padding: 11px 27px 11px 15px;
}
.btn-light:hover {
    color: #47688c;
    background-color: #ededed;
    border-color: #dae0e5;
}
.bootstrap-select .dropdown-toggle {
    white-space: normal;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}
.dropdown-menu,
.btn-light.focus, 
.btn-light:focus,
.show > .btn-light.dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #47688c;
}
.dropdown-item,
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #58708a;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #7cabdd;
}
.dropdown-menu li a {
    white-space: normal;
    word-wrap: break-word;
}
.dropdown-menu.show {
    transform: translate3d(0px, 37px, 0px)!important;
}
.form .dropdown-menu.show {
    transform: translate3d(0px, 47px, 0px)!important;
}
.dropdown-menu.inner.show {
    transform: translate3d(0px, 0px, 0px)!important;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 17px!important;
    right: 10px;
    border: 6px solid #c0cddc!important;
    border-color: #c0cddc transparent transparent transparent!important;
}
.form .dropdown-toggle::after {
    top: 23px!important;
}
.dropdown.bootstrap-select.show > .dropdown-toggle::after {
    border-color: transparent transparent #c0cddc transparent!important;
    top: 10px!important;
}
.form .dropdown.bootstrap-select.show > .dropdown-toggle::after {
    top: 16px!important;
}


.text-left {
	width: 100%;
	text-align:left;
}
.text-center {
	width: 100%;
	text-align:center;
}
.form {
	width: 100%;
	text-align:left;
	background-color: #edf1f5;
	margin-top: 50px;
	padding: 23px 43px;
}
.big-title {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 23px;
}
.big-title.index {
	font-size: 28px;
}
.form .title {
	width: 100%;
}
.form .title.big {
	font-size: 32px;
}
form .title.small {
	font-size: 20px;
	margin-bottom: 17px;
}
.form .input {
	width: 100%;
}
.form .input.padej {
	width: 350px;/*281*/
	margin: 3px auto;
	text-align: center;
	padding: 5px;
}
.input .checkbox {	
	text-align: left;
	color: #58708a;
	min-height: 26px;
}
.input .checkbox.blue {
	color: #0055A5;
}
.invalid-field {
	border: 1px solid #FF0000!important;	
}
.form .button {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}
.form .button.fit {
	width: auto;
}
.form .error, 
.go-calc-form .error, 
.dsd-calc-form .error,
.kasko-calc-form .error{
	width: 100%;
	height: 23px;
	color: #FF0000;
	font-size: 12px;
}
.form #calendar {
	background: #FFFFFF url(/images/cal-icon.png) no-repeat scroll 10px center;
	padding-left: 50px;
	cursor: pointer;
}
input[type="radio"] {
    opacity: 0;
}
.radio-button { 
	margin-right: 30px;
}
.radio-button input[type="radio"] ~ .radio-inner {
	background-color: #FFFFFF;
    border: 2px solid #95b9df;  
    border-radius: 50%;
    display: inline-block;
    margin-right: -7px;
    padding: 9px;
    position: relative;
    top: 3px;
	left: -13px;
}
.radio-button input[type="radio"]:checked ~ .radio-inner {
	border: 2px solid #95b9df;
}
.radio-button input[type="radio"]:checked ~ .radio-inner:after {
    background-color: #95b9df;
    border-radius: 50%;
    content: " ";
	width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
}



.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox.disabled {
    cursor: not-allowed;
}
.checkbox:not(.not-last):last-child {
	margin-bottom: 0;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #FFFFFF;
	border: 2px solid #95b9df;  
}
.checkbox-inner.disabled {
	background-color: #DDDDDD;
}
.input.padej .checkbox {
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.input.padej .checkbox-inner {
	top: 14px;
	left: 5px;
}
.input.padej.checked {
	background-color: #a8c0d9;
	color: #FFFFFF;
}
.checkbox:hover input ~ .checkbox-inner {
	background-color: #FFFFFF;
}
.checkbox:hover input ~ .checkbox-inner.disabled {
	background-color: #DDDDDD;
}
.checkbox input:checked ~ .checkbox-inner {
	background-color: #FFFFFF;
}
.checkbox input:checked ~ .checkbox-inner.disabled {
	background-color: #DDDDDD;
}
.checkbox-inner:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkbox-inner:after {
	display: block;
}
.checkbox input:checked ~ .checkbox-inner.disabled:after {
	display: none;
}
.checkbox .checkbox-inner:after {
	left: 6px;
	top: 1px;
	width: 9px;
	height: 17px;
	border: solid #95b9df;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} 

.form .input.file {
	display: table;
}
.form .input.file .c-file-input,
.form .input.file .c-file-label {
	display: table-cell;
}
.form .input.file .c-file-input:disabled {
	background-color: #ffffff;
	cursor: not-allowed;
}
.form .input.file .c-file-input {
	border-top-right-radius: 0;
	-moz-top-right-radius: 0;
	-webkit-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-bottom-right-radius: 0;
	-webkit-bottom-right-radius: 0;
}
.form .input.file .c-file-label {
	width: 1%;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	border-top-right-radius: 8px;
	-moz-top-right-radius: 8px;
	-webkit-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-bottom-right-radius: 8px;
	-webkit-bottom-right-radius: 8px;
}
.form .c-file-label {
    color: #fff;
    background-color: #7cabdd;
    border-color: #7cabdd;
    cursor: pointer;
}
.input.radio {
    margin-bottom: -25px;
}
.input.radio.two {
    margin-bottom: 0;
}
.input.radio.block label {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[type="text"],
input[type="number"] {
	width: 100%;
	height: 49px;
	border: 1px solid #c0cddc;
	border-radius: 8px;
	padding-left: 15px;
	color: #235388;
	font-size: 14px;
}
.dsd-calc-form input[type="text"],
.dsd-calc-form input[type="number"],
.kasko-calc-form input[type="text"],
.kasko-calc-form input[type="number"] {
	height: 37px;
}
input[type="button"] {
	background-color: #7cabdd;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	text-transform:uppercase;
	padding: 19px;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}
.button.red input[type="button"] {
	background-color: #DD2124;
	margin-left: 20px;
}
input[type="button"].disabled,
.button.red input[type="button"].disabled {
	background-color: #A49E9F;
	cursor: not-allowed;
}
.button-article-outer {
	margin-top: 39px;
}
.button-article {
	/*width: 194px;*/
	width: 100%;
	height: 51px;
	display: inline-block;
	background-color: #a8c0d9;
	margin-bottom: 6px;
	text-align: center;
}
.col-ss-3 {
    width: 33.33333333%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
}
#right-col .button-article {
	width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0;
}
#right-col .button-article-outer-right {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 50px;
}
#right-col .button-article-outer-right::after {
    display: table;
    content: " ";
    clear: both;
}
.button-article.selected {
	background-color: #0055a5;
}
.button-article:nth-child(odd) {
	margin-right: 6px;
}
.button-article a {
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 51px;
	display: block;
}
textarea {
	width: 100%;
	height: 97px;
	border: 1px solid #c0cddc;
	border-radius: 8px;
	padding-left: 15px;
	color: #58708a;
	font-size: 14px;
	padding-top: 5px;
}
footer {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 85px;
}
.footer-top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #95b9df;
}
.footer-bottom {
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #0055a5;
}
.footer-content {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
}
.footer-content::after {
    content: "";
    display: table;
    clear: both;
}
.footer-block {
	float: left;
	width: 33.333%;
	padding-right: 70px;
}
.footer-content .big-title {
	margin: 0;
	line-height: 36px;
	padding: 33px 0 33px 0;
}
.footer-bottom .text {
	display: inline-block;
	font-size: 13px;
	line-height: 58px;
	color: #95b9df;
}
.footer-bottom .fb {
	display: inline-block;
	margin: 0 12px 0 46px;
	width: 245px;
	height: 33px;
	background: url(/images/fb-icon.png) left no-repeat;
	position: relative;
	padding-left: 45px;
	font-size: 13px;
	color: #95b9df;
	line-height: 33px;
}
.footer-bottom .seven {
	float: right;
	margin-top: 12px;
	width: 63px;
	height: 28px;
	background: url(/images/seven.png);
}
.footer-mobile {
	display: none;
}
.g-recaptcha {
	width:100%;
}
.g-recaptcha div {
	margin: 0 auto;
}
.loader {
	min-height: 24px;
	text-align: center;
	margin-top: 10px;
	font-size: 16px!important;
}
.loader.success {
	color: #0EA35E;
}
.loader.error {
	color: #FF0000;
    height: auto;
}
.loader .error {
	text-align: left;
}
.clear {
	clear:both;
}

.go-btn-top {
	display: none;
}

.dsd-btn-top {
	display: none;
}

#description h2 {
	text-transform: none;
	font-weight: bold;
}

#description, #description p {
	line-height: 22px;
}

#description table { 
	border-collapse: collapse;
}

#description table:not(.no-style), 
#description table:not(.no-style) th, 
#description table:not(.no-style) td {
	border: 1px solid #0055a5;
	text-align:center; 
}

#description th, #description td {
	padding: 5px;
}

#description ul { 
	list-style: disc;
	padding-left: 15px;
}

#description li { 
	margin: 10px 0;
	line-height: 20px;
}

.addr_49, .addr_50 {
	display: inline-block; 
	text-align:justify;
	height: 93px;
	vertical-align: top;
}
.addr_49 {
	width: 49%;
}
.addr_50 {
	width: 50%;
}
.addr {
	display: inline-block;
}
.w15 {
	width: 15%!important;
}
.w22 {
	width: 22%!important;
}
.w40 {
	width: 40%!important;
}
.w71 {
	width: 71%!important;
}
.w82 {
	width: 82.6%!important;
}
.addr.mr {
	margin-right:1.6%;
}
.addr.mr.last {
	margin-right:3%;
}
input[type="text"].disabled {
	background-color: #EEE;
	cursor: not-allowed;
}
.error.sh_m {
	display: none;
}
.index-promo {
	width: 360px;
    height: 59px;
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 226px;
}
.plati_vnoska {
	width:204px; 
	height:72px; 
	display:inline-block; 
	right:0; 
	position:absolute; 
	top:128px;
}
.anketa {
	width:461px; 
	height:155px; 
	display:inline-block; 
	left:395px; 
	position:absolute; 
	top:88px;
}
#index-vnoska {
	display: none;
}
.kasko-calc-form *.input.radio {
    height: auto;
}
.dsd-calc-form *.input.radio > .radio-button input[type="radio"] ~ .radio-inner,
.kasko-calc-form *.input.radio > .radio-button input[type="radio"] ~ .radio-inner {
    margin-right: -7px;
    left: -12px;
}
.dsd-calc-form .radio-button,
.kasko-calc-form .radio-button {
	margin-right: 18px;
}
.dsd-calc-form  .radio-button:last-of-type,
.kasko-calc-form  .radio-button:last-of-type {
	margin-right: 0;
}
#form-payment .radio-button {
    display: inline-block;
    padding: 7px 0;
    float: left;
    margin-right: 0;
}
#form-payment .radio-button-wrapper::after {
    content: "";
    display: table;
    clear: both;
}
#form-payment .input.radio {
    margin-bottom: 0;
}
#form-payment #payment-container .radio-button-wrapper:nth-of-type(1) .radio-button input[type="radio"] ~ .radio-inner {
    top: -8px;
}
#form-payment #payment-container .radio-button-wrapper:nth-of-type(1) img {
    height: 100%; 
    width: auto;
}
#form-payment #payment-container .radio-button-wrapper:nth-of-type(2) .radio-button input[type="radio"] ~ .radio-inner {
    top: -6px;
}
#form-payment #payment-container .radio-button-wrapper:nth-of-type(2) img {
    height: 35px; 
    width: auto;
}
#form-payment #payment-container .radio-button-wrapper:nth-of-type(3) .radio-button input[type="radio"] ~ .radio-inner {
    top: -14px;
}
#form-payment #payment-container .radio-button-wrapper:nth-of-type(3) img {
    height: 50px;
    width: auto;
}
#form-payment .outer {
    display: none;
}
.speedy-logo,
.ekont-logo,
.mbm-logo {
    width: 100px;
    height: 30px;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 7px;
}
.mbm-logo {
    width: auto;
}
.dsd-dop-tok-content,
.dsd-dop-go3-content,
.dsd-weapon-content,
.dop-garaj-content,
.dop-ednoetajna-content,
.dop-masivna-content,
.dop-navesi-content,
.usual-driver-content {
	display: none;
}
.dsd-calc-form .title.big {
	font-size: 21px;
	margin-bottom: 7px;
}
.kasko-calc-form .title.small{
    font-size: 12px;
    margin-bottom: 3px;
}
.tooltip-outer {
    display: inline-block;
}
.tooltip-outer .radio-button {
    margin-right: 0;
}
.tooltip {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 5px;
    opacity: 1;
    z-index: 1;
    margin-right: 30px;
}
.tooltip img {
	width: 20px;
}
.tooltiptext {
  font-family: 'Montserrat', sans-serif;
  visibility: hidden;
  width: 320px;
  background-color: #0055A5;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 115%;
  left: 0;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0055A5 transparent;
}
.tooltiptext ul {
	font-size: 11px;
	text-align: left;
	padding: 5px 10px;
	list-style-type: disc;
	list-style-position: inside;
}
.tooltiptext ul li {
	padding: 5px 0;
}
.tooltiptext div {
	font-size: 11px;
	text-align: left;
	padding: 5px 10px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.modal-dialog ul {
	text-align: left;
	padding: 5px 10px;
	list-style-type: disc;
	list-style-position: inside;
}
.dsd-paket img {
    position: relative;
    top: 3px;
    width: 20px;
    cursor: pointer;
}

.modal-dialog {
    top: calc(50% - 200px); 
}
.modal-content {
    border-radius: 6px;
}
#information.modal {
    padding: 0!important;
}
#information .modal-dialog {
    top: 0;
    width: 700px;
    max-width: 96%;
    max-height: 94vh;
}
#information .modal-content {
    max-height: calc(100vh - 54px);
    overflow-y: auto;
}
#information .modal-header {
    background-color: #7cabdd;
    color: #FFFFFF;
}
#information .modal-header > .close {
    font-size: 35px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}
#information .modal-header > .close:hover {
    color: #0062cc;
}
#information .modal-footer > .btn-primary {
    background: #7cabdd;
    /*border: 1px solid #b17d25;*/
}
#information .modal-footer > .btn-primary:hover, 
#information .modal-footer > .btn-primary:focus, 
#information .modal-footer > .btn-primary:active {
    background-color: #0062cc!important;
    /*border: 1px solid #734c0b!important;*/
    box-shadow: none!important;
}
#warning .modal-header,
#confirm .modal-header{
    background: #efa72e;
    color: #FFFFFF;
    font-weight: bold;
}
#warning .modal-header > .close,
#confirm .modal-header > .close {
    font-size: 35px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}
#warning .modal-header > .close:hover,
#confirm .modal-header > .close:hover {
    color: #97630c;
}
#warning .modal-footer > .btn-primary,
#confirm .modal-footer > .btn-primary {
    background: #efa72e;
    border: 1px solid #b17d25;
}
#warning .modal-footer > .btn-primary:hover, 
#warning .modal-footer > .btn-primary:focus, 
#warning .modal-footer > .btn-primary:active,
#confirm .modal-footer > .btn-primary:hover, 
#confirm .modal-footer > .btn-primary:focus, 
#confirm .modal-footer > .btn-primary:active {
    background-color: #d28503!important;
    border: 1px solid #734c0b!important;
    box-shadow: none!important;
}
#error .modal-header {
    background: #d2322d;
    border: 1px solid #a50904;
    color: #FFFFFF;
    font-weight: bold;
}
#error .modal-header > .close {
    font-size: 35px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}
#error .modal-header > .close:hover {
    color: #640704;
}
#error .modal-footer > .btn-primary {
    background: #d2322d;
    border: 1px solid #a50904;
}
#error .modal-footer > .btn-primary:hover, 
#error .modal-footer > .btn-primary:focus, 
#error .modal-footer > .btn-primary:active {
    background-color: #a91f2d!important;
    border: 1px solid #bd2130!important;
    box-shadow: none!important;
}

@media only screen and (max-width : 1136px) {
	main, nav, .footer-content {
		width: 1024px;
	}
	
	main, .footer-content {
		padding: 0 20px;
	}

    .footer-top {
        height: 450px;
    }
    
	#logo { margin-left: 20px; }
		
	.sf-menu {
		font-family: 'Oswald', sans-serif;
		font-size: 17px;
		width: 688px;
	}
	.sf-menu>li>a {
		padding: 38px 16px 0 16px;
	}
	
	#index-top {
		height: 164px;
	}
	
	.index-column .top .big-title {
		padding: 0 39px 22px 39px;
	}
	
	.index-column .top .text {
		padding: 35px 30px;
	}
	
	.index-column .bottom {
		margin-top: 30px;
	}
	
	#right-col {
		width: 565px;
		margin-left: 20px;
	}
	
	.footer-block {
		padding-right: 50px;
	}
	
	footer .big-title {
		font-size: 34px;
	}
	
	.footer-bottom .seven {
		position: relative;
		right: 52px;
	}
	.index-promo {
		width:243px; 
		height:41px; 
		left:108px; 
		top:184px;
	}
	.plati_vnoska {
		width:150px; 
		height:53px; 
		right:100px; 
		top:111px;
	}
	.anketa {
		width:342px; 
		height:114px; 
		left:390px; 
		top:80px;
	}
}

@media only screen and (max-width : 1041px) {
	main, nav, .footer-content {
		width: 100%;
		padding: 0;
	}
	main {
		text-align: justify;
	}
	main .contacts {
		text-align: center;
	}
	.form {
		margin-top: 0;
        padding: 23px 10px;
	}
	#form-go, #form-policy, #form-dsd {
		margin-top: 50px;
	}
	#header-top {
		height: 69px;
		background: url(/images/header_bgr.jpg) center bottom;
	}
	#index-top {
		background: #95b9df url(/images/index-top-small.jpg) center no-repeat;
		background-size: contain;
		margin: 0 0 25px 0;
	}
    .index-promo {
        display: none;
    }
    .anketa {
        width: 100%;
        height: 165px;
        top: 0;
        left: 0;
    }
	.index-column {
		width: 100%;
	}
	.index-column .top {
		height: auto;
		background: none;
        margin-bottom: 30px;
	}
	.index-column .top .big-title {
		background: none;
		top: 0;
		line-height: 36px;
        height: 120px;
	}
	.index-column .top .text {
		padding: 20px 30px;
	}
	.index-column .bottom {
		margin-top: 0;
	}
	.index-column:after {
		content: '';
		display: block;
		width: 85%;
		height: 4px;
		background: url(/images/index-dots-hor.jpg) center repeat-x;
		padding: 44px;
		margin: 0 auto;
	}
	.index-column:last-child {
		display: none;
	}
	#logo { margin: 0 auto; float: none; padding-top: 20px; }
	#logo img { display: block; margin: 0 auto; }
	nav { width: 100%; }
	.show-menu { display: block; cursor: pointer; width: 100%; margin-top: 23px; }
	.show-menu i { margin-left: 13px; margin-top: 16px; background:url(/images/nav-icon.png) no-repeat; width: 34px; height:27px; float: left; }
	.show-menu .text { 	
		font-family: 'Oswald', sans-serif;
		font-size: 47px;
		font-weight: 300;
		text-decoration: none;
		color: #FFFFFF;
		background: #0f4a99;
		text-align: center;
		height: 59px;
		line-height: 47px;
	 }
	.sf-menu { width: 100%; font-size: 30px; position: relative; display: none; z-index: 99; float: none; }
	.sf-menu>li { display: block; border-bottom: 1px solid #CCC; margin-right: 0; }
	.sf-menu>li::after { display: none; }
	.sf-menu>li:hover > ul { display: none; }
  	.sf-menu>li>a { width: 100%; text-align: left; color: #FFFFFF; background-color: #95b9df; border-bottom: 1px solid #FFF; padding: 10px 0 10px 13px;}
	.sf-menu ul { position: relative; top: 0; padding: 0; }
	.sf-menu li a.more { cursor: pointer; }
	.sf-menu .more:after { content: '+'; position: absolute; right: 0; display: inline-block; font-size: 49px; line-height: 45px; margin-right: 13px; }
	.sf-menu .more.show:after { content: '-'; line-height: 39px; }
	#breadcrumb { padding-left: 13px;  }
	#wrapper { display:flex; flex-direction: column; }
	#left-col { display: table; }
	#right-col { width: 100%; margin: 20px 0; padding: 0; order: -1; }
	#right-col .text-left { padding: 20px 20px 0 20px; order: 0; }
	#right-col .big-title { text-align: center; }
    #right-col.right-go { display: flex; flex-direction: column; margin-top: 0; }
    #right-col #form-go, #right-col #form-dsd { order: -1; margin-top: 0; }
    #right-col.right-go .button-article-outer-right { order: 1; margin-top: 10px!important; }
    #right-col.right-go .button-article-outer { padding: 0; }
	.go-btn-top { display: inline; }
	.dsd-btn-top { display: inline; }
	.go-btn-bottom { display: none; }
	.dsd-btn-bottom { display: none; }
	.button-article-outer { margin-top: 0; padding: 10px; }
	.button-article { width: 100%; }
	#right-col .button-article-outer-right { margin: 0; padding: 10px; margin-top: -40px; }
    #right-col .button-article { margin-bottom: 6px; padding: 0; }
    .col-ss-3 { width: 100%; padding: 0; }
	#description { padding: 10px; }
	#description table { width: 100%; }
	footer { padding-top: 45px; }
	.footer-top { background-color: #ffe700; height: auto; padding-bottom: 20px; }
	.footer-content { font-size:13px; padding:0 10px; display: inline-block; }
	.footer-block { width: 100%; padding: 0 30px; }
	.footer-block .white, .footer-block li, .footer-block li a { color: #0f4a99; }
	.footer-bottom { height: auto; }
	.footer-desktop { display: none; }
	.footer-mobile { font-size:13px; padding:0 10px; display: inline-block; }
	.footer-mobile .big-title { width: 215px; margin: 0 auto; margin-bottom: 0; padding-left: 50px; line-height: 68px; background: url(/images/logo-small.png) no-repeat top 15px left 25px; }
	.footer-mobile .text { color: #FFFFFF; width: 100%; font-size: 18px; line-height: 20px; }
	.footer-mobile .text.phone a { font-size: 30px; line-height: 45px; }
	.footer-mobile a, .footer-mobile a:hover { color: #FFFFFF; }
	.footer-bottom .fb { width: 33px; margin: 10px auto; padding: 0; }
	.footer-bottom .seven { margin: 0 auto; margin-bottom: 15px; float: none; display: inline-block; right: 0; }
	.addr_49, .addr_50 { width: 100%; }
	.addr.mr { margin-right: 2%; }
	.addr.mr.last { margin-right: 0; }
	.w71 { width: 74%!important; }
	#index-vnoska {	display: inline; margin: 0 auto; }
	#index-vnoska > a > div { background:url(/images/plati-vnoska.png) center no-repeat; width: 201px; height:71px; margin: 0 auto; margin-bottom: 20px; }
}
@media only screen and (max-width : 935px) {
	.addr.mr { margin-right: 1.8%; }
}
@media only screen and (max-width : 690px) {
	.addr.mr { margin-right: 1.7%; }
}
@media only screen and (max-width : 670px) {
	.radio-button {
		display: block;
		width: 100%;
		padding: 2px 0;
	}
    .input.radio.two {
        margin-bottom: -25px;
    }
    .tooltip-outer {
        width: 100%;
    }
    .tooltip-outer .radio-button {
		display: inline-block;
		width: auto;
		padding: 2px 0;
	}
	.big-title { text-align:center; }
	.left-bottom .big-title { text-align:left; }
	.w15, .w40, .w82 { width: 100%!important; }
	.ac_results { width: calc(100% - 84px)!important; }
	.error.sh_m { display: block; }
	.error.sh_d { display: none; }
}
@media only screen and (max-width : 495px) {
	#index-top { height: 130px; }
	.button.red input[type="button"] {
		margin-top: 20px;
	}
}
@media only screen and (max-width : 380px) {
	.show-menu .text { font-size: 38px; line-height: 53px; }
	#left-col { width: 100%; }
	.left-top {
		width: 100%;
		height: 188px;
		background-size: contain!important;
	}
	.go-calc-btn, .dsd-calc-btn, .kasko-calc-btn {
		width: 100%;
		height: 141px;
		background-size: contain;
	}
	#right-col .text-left { padding: 10px 10px 0 10px; } 
	.form { padding: 15px 20px; }
}
.f34 { 
	font-size: 34px; 
} 
