/*
	Theme Name:   Diploms
	Theme URI:    http://kupit-diploms.com
	Author:       Diploms
	Version:      2.0
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:link, a:visited {
    text-decoration: none;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.container::after, .line-home-1::after,
.footer::after, .price-container::after,
#menu-cities:after, #menu-cities-ua::after, .clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

/* Theme styles */
header {
    border-top: 2px solid #ccc;
    width: 100%
}
.container, .footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.header {
	background: #ffffff;
	height: 110px;
	padding: 10px 0 0;
}

.logo {
    padding-top: 14px;
    width: 30%;
    float: left;
}
.logo a {
	padding: 8px 0 0 90px;
	background: url('images/logo.png') no-repeat scroll 0 0;
	height: 60px;
    width: 285px;
	display: block;
	color: #0c3c59;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 26px;
    line-height: 21px;
}
.logo a span {
    font-weight: normal;
    color: #b3b4b5;
    font-family: verdana;
    font-size: 17px;
    letter-spacing: 1px;
}
.phone-top, .email-top {
    float: left;
	line-height: 1.3;
    font-family: verdana;
	font-size: 17px;
    padding-top: 5px;
    width: 24%;
}
.phone-top {
    background: url('images/phone-icon.png') no-repeat left 32px;
    padding-left: 30px;
	font-weight: bold;
}
.phone-top a, .email-top a {
	color: #3d6699;
	line-height: 1.5;
}
.phone-top a:hover, .email-top a:hover {
	color: #feb406;
}
.phone-top span, .email-top span {
	font-size: 15px;
	color: #63666c;
	font-weight: normal;
    display: block;
}
.order {
    float: right;
    width: 20%;
    text-align: right;
    margin: 15px 0 0;
}
.order a, input.wpcf7-submit[type="submit"] {
    border-bottom: 3px solid #dbab4c;
	background: #f88a0f;
	background: -moz-linear-gradient(top, #fbe548 0%, #fecb66 100%);
	background: -webkit-linear-gradient(top, #fbe548 0%, #fecb66 100%);
	background: linear-gradient(to bottom, #fbe548 0%, #fecb66 100%);
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	font-family: verdana;
	font-weight: bold;
}
.order a {
	padding: 17px 10px;
	display: inline-block;
	width: 200px;
    
}
.order a:hover, input.wpcf7-submit[type="submit"]:hover {
	background: -moz-linear-gradient(top, #fecb66 0%, #fbe548 100%);
	background: -webkit-linear-gradient(top, #fecb66 0%, #fbe548 100%);
	background: linear-gradient(to bottom, #fecb66 0%, #fbe548 100%);
    cursor: pointer;
    
}
.mob-menu {
    display: none;
}
nav {
    height: 44px;
    width: 100%;
    background: #73a4c1;
}
.menu-header-container,
.menu-header-ua-container {
	display: inline-block;
	vertical-align: middle;
    padding: 11px 0 0;
    width: 84%;
    zoom: 1;
    *display: inline;
}
nav li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px;
    zoom: 1;
    *display: inline;
}
nav li a {
	color: #fff;
	font-size: 15px;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.5px;
	font-weight: bold;
    line-height: 1.55;
}
.lang {
	display: inline-block;
    padding: 9px 0 0;
	vertical-align: middle;
	text-align: right;
    width: 15%;
    color: #ffffff;
    font-family: verdana;
    zoom: 1;
    *display: inline;
}
.lang select {
	background: #fcfcfc;
	border: 1px solid #73a4c1;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
	color: #35588e;
	font-size: 13px;
	padding: 1px 3px;
    line-height: 1.3;
}

.current_page_item a,
.current-menu-item a,
nav li a:hover {
    color: #51646f;
}

.line-home-1 {
    background: #055b75 url('images/hd.png') no-repeat scroll center center;
    width: 100%;
    padding: 40px 0;
}
.col-home-1 {
    width: 64%;
    margin-right: 2%;
    float: left;
}
.col-home-1 .title {
	color: #fcde50;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	margin-bottom: 10px;
	line-height: 32px;
}
.col-home-1 .title span {
	font-size: 24px;
	color: #ffffff;
}
.col-home-1 .text {
	color: #e3e3e3;
    line-height: 1.3;
    font-family: 'Trebuchet MS';
    font-size: 16px;
}


.about-home {
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	margin: 20px 0 0;
}
.about-home li {
	padding: 10px 0 10px 60px;
	width: 48%;
    margin-right: 1%;
	display: inline-block;
    line-height: 1.2;
    zoom: 1;
    *display: inline;
}
.about-home .quality {
    background: url('images/1.png') no-repeat left center;
}
.about-home .price {
    background: url('images/2.png') no-repeat left center;
}
.about-home .garanty {
    background: url('images/3.png') no-repeat left center;
}
.about-home .delivery {
    background: url('images/4.png') no-repeat left center;
}
.about-home span {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    line-height: 1.5;
}

.fast-order {
    background: #ffffff;
    margin: 0;
    width: 30%;
    padding: 25px 30px;
    float: right;
    vertical-align: top;
    border-radius: 3px;
    color: #435660;
    font-size: 17px;
}
.fast-order .title {
	display: block;
	color: #3d6699;
	text-transform: uppercase;
	font-size: 25px;
	font-family: arial black;
	margin: 0 0 20px;
}

.breadcrumbs-wrapper {
    margin-top: 5px;
}
.breadcrumbs {
	font-size: 13px;
	color: #8c8e97;
	font-family: verdana;
	line-height: 19px;
	padding: 8px 0 0;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
	color: #5b606c;
}
.breadcrumbs a:hover {
    color: #3e8ebd;
}

.content {
    width: 73%;
    float: left;
    font-size: 17px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    line-height: 1.5;
    margin: 5px 0;
    color: #000;
}
.content h1, .content h2, .content h3,
.content h4, .content h5, .content h6, .e-404 h1 {
    font-family: 'Trebuchet MS';
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.2;
}
.content h1, .e-404 h1 {
    color: #2a849f;
    font-size: 28px;
}
.content h2, .content h3,
.content h4, .content h5, .content h6 {
    color: #2a849f;
    font-size: 21px;
}
.h4 {
    border-bottom: 1px dashed #9b9b9b;
    color: #111;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 18px;
	font-weight: bold;
}
.h4 > span {
    background: #fff;
    padding-right: 5px;
}
.content p, .content ul, .content ol {
    margin-bottom: 15px;
}
.content ul {
    list-style: circle;
    margin-left: 50px;
}
.content li {
    margin-bottom: 5px;
}
.content ol {
    margin-left: 50px;
}
.content a, .content a:link, .content a:visited {
    color: #1154B9;
}
.content a:hover {
    color: #29C8D0;
}


.price-home-title {
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #73a4c1;
}
.price-home-container {
	width: 100%;
	font-size: 15px;
	margin: 0 0 15px;
}
.price-line {
	display: flex;
	align-items: center;
}
.price-line > div {
	padding: 7px 10px;
}
.price-line:nth-child(2n) {
	background-color: #f3f9fd;
}
.price-line-title {
	width: 40%;
}
.price-line-year {
	width: 14%;
	color: #636568;
	text-align: center;
}
.price-line-cost {
	width: 46%;
}
.price-line-cost > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price-line-cost > div span:last-child {
	min-width: 82px;
	text-align: right;
}
.price-container {
    width: 100%;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #26B3E8;
    margin-bottom: 15px;
}
.price-container.new {
    border: 1px solid #26B3E8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
    padding: 15px 20px;
}
.price-container .descript {
    padding: 0 15px;
    margin-left: 210px;
    line-height: 1.3;
}
.price-container .img {
    width: 210px;
    float: left;
}
.price-container .title {
    display: block;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 5px;
}
.price-container .title span {
    font-weight: normal;
    color: #788593;
    font-size: 15px;
}
.price-container p {
    margin: 0;
}
.price-container .text {
    float: left;
    width: 299px;
}
.price-container .text  ul {
    list-style: square;
    margin-bottom: 0;
}
.price-container .price {
    margin-left: 315px;
}
.content .price ul {
    list-style: none;
    margin: 0;
}



/* TOOLTIP LINK STYLES */
li.tooltips-link {
	color: #1154B9;
	cursor: default;
	border-bottom: 1px dashed #ccc;
}
.tooltip {
	position: fixed;
	max-width: 450px;
	padding: 10px 20px;
	border: 1px solid #b3c9ce;
	border-radius: 4px;
	line-height: 1;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
.tooltip div {
	margin: 0 0 5px;
	padding: 0;
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #055b75;
}
.tooltip p {
	font-size: 16px;
	font-style: italic;
	margin: 7px 0 0;
	text-align: left;
	padding: 0;
	padding-top: 0;
	line-height: 1.3;
    color: #555555;
}
.tooltip span {
	color: #1154B9;
}


.gallery-box {
	width: 31%;
	height: 370px;
	margin: 15px 1%;
	float: left;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #f2f2f2;
	text-align: center;
}
.gallery-box .img {
	height: 180px;
}
.gallery-box img {
	width: 100%;
	height: auto;
}
.gallery-box .title {
	margin-bottom: 10px;
}
.gallery-box .title span {
	font-weight: bold;
	display: block;
}
.gallery-box a, .gallery-box a:link, .gallery-box a:visited {
	display: block;
	width: 160px;
	margin: 20px auto 0;
	text-transform: uppercase;
	padding: 5px 0;
	background: #ffffff;
	font-weight: bold;
	border: 1px solid #e4e4e4;
}
.gallery-box a:hover {
    border-color: cadetblue;
    color: #000000;
}


.cat-box {
	width: 31%;
    height: 370px;
	margin: 15px 1%;
	float: left;
	padding: 15px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.cat-box:hover {
    background: #f5f5f5;
}
.cat-box .title span {
	font-weight: bold;
	display: block;
}
.cat-box .img {
	margin-bottom: 10px;
}
.cat-box img {
	width: 100%;
	height: auto;
}
.cat-box .title {
    margin-bottom: 10px;
}
.cat-box a, .cat-box a:link, .cat-box a:visited {
	display: block;
	width: 160px;
	margin: 20px auto 0;
	text-transform: uppercase;
	padding: 5px 0;
	background: #ffffff;
	font-weight: bold;
	border: 1px solid #e4e4e4;
}
.cat-box a:hover {
    border-color: cadetblue;
    color: #000000;
}

.cat-cities {
    display: block;
    width: 46%;
    float: left;
    margin: 5px 1%;
}

.colum {
    width: 25%;
    float: right;
    margin: 15px 0;
}
.widget {
	margin-bottom: 20px;
	background: #f7f7f7;
	line-height: 1.5;
}
.widget-title {
	color: #fff;
	font-family: arial;
	font-size: 17px;
	text-transform: uppercase;
	padding: 15px 0 15px 15px;
	background: #73a4c1 url('images/wt.png') no-repeat bottom right;
	font-weight: bold;
	letter-spacing: 1.1px;
}
.widget ul {
    margin: 0 15px;
}
.widget li a, .widget li a:link, .widget li a:visited {
    color: #055b75;
    line-height: 1.5;
    font-size: 16px;
    display: block;
    font-family: verdana;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.widget li a:hover,
.widget li.current-menu-item a,
.widget li.current-post-ancestor a {
    color: #73a4c1;
    border-bottom: 1px solid #e5e5e5;
}
.widget li:last-child a {
    border: none;
}

.paymethod {
	padding: 30px 0;
	line-height: 1.5;
}
.paymethod .title {
	display: block;
	text-align-last: center;
	text-transform: uppercase;
	font-size: 23px;
	font-family: 'Trebuchet MS';
	margin: 15px 0;
	font-weight: bold;
	color: #055b75;
}
.card {
	width: 16.5%;
	height: 70px;
	float: left;
    margin: 5px 0;
}
.card.one {
	background: url('images/pay/1.png') no-repeat scroll top center;
}
.card.two {
	background: url('images/pay/2.png') no-repeat scroll top center;
}
.card.three {
	background: url('images/pay/3.png') no-repeat scroll top center;
}
.card.four {
	background: url('images/pay/4.png') no-repeat scroll top center;
}
.card.five {
	background: url('images/pay/5.png') no-repeat scroll top center;
}
.card.six {
	background: url('images/pay/6.png') no-repeat scroll top center;
}

footer {
    background: #343434;
}
.menu-footer {
	border-bottom: 1px solid #000;
	padding: 25px 0 15px;
}
.widget-footer-title {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
    margin-bottom: 15px;
}
#menu-cities li, #menu-cities-ua li {
	width: 25%;
	float: left;
	line-height: 30px;
	margin-bottom: 5px;
}
#menu-cities li a, #menu-cities li a:link, #menu-cities li a:visited
#menu-cities-ua li a, #menu-cities-ua li a:link, #menu-cities-ua li a:visited{
    color: #a6a7a8;
    font-size: 13px;
    font-family: verdana;
}
.footer {
    border-top: 1px solid #6a615f;
    display: table;
    width: 100%;
    padding: 10px 0;
}
.footer, .footer a,
.footer a:link, .footer a:visited {
    color: #ffffff;
    font-family: verdana;
    line-height: 1.5;
}
.footer-left, .phone-bottom, .email-bottom {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}
.phone-bottom {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
.email-bottom {
    text-align: right;
}


.wpcf7 form.custom-init .wpcf7-response-output,
.wpcf7 form.custom-resetting .wpcf7-response-output,
.wpcf7 form.custom-submitting .wpcf7-response-output {
	border: none;
}
.wpcf7 .ajax-loader {
	display: none;
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
	pointer-events: all !important;
}
.wpcf7 form.custom-sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}
.wpcf7 form.custom-failed .wpcf7-response-output,
.wpcf7 form.custom-aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}
.wpcf7 form.custom-spam .wpcf7-response-output {
	border-color: #ffa500; /* Orange */
}
.wpcf7 form.custom-invalid .wpcf7-response-output,
.wpcf7 form.custom-unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}
input.wpcf7-submit[type="submit"] {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 30px;
    margin-top: 10px;
	margin-left: 24px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
	color: #3e484f;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 5px 8px;
	line-height: 20px;
	font-family: verdana;
	font-size: 15px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07) inset;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	width: 100%;
}
.fast-order .wpcf7-form input[type="text"],
.fast-order .wpcf7-form input[type="email"] {
	border: none;
	border-bottom: 2px solid #e9ebec;
    box-shadow: none;
	padding: 5px 8px;
	line-height: 20px;
	margin-bottom: 25px;
	font-size: 17px;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea:hover {
	border-color: #72b3f9;
}
.wpcf7-form.invalid, .wpcf7-form.sent, .wpcf7-form.spam {
	position: relative;
}
.wpcf7-form {
    position: relative;
}
.fast-order span.wpcf7-not-valid-tip,
.widget span.wpcf7-not-valid-tip {
	display: none;
}
.fast-order .wpcf7-form input.wpcf7-not-valid,
.widget .wpcf7-form input.wpcf7-not-valid,
.widget .wpcf7-form textarea.wpcf7-not-valid {
    border-color: red;
}
.fast-order .wpcf7 .wpcf7-response-output {
    margin: 5px 5px 0;
	padding: 0;
    text-align: center;
	font-size: 14px;
	font-family: arial;
    position: absolute;
	left: 1px;
    right: 1px;
}
.widget .wpcf7 .wpcf7-response-output {
    margin: 0 5px 7px;
	padding: 0;
    text-align: center;
	font-size: 14px;
	font-family: arial;
}
.fast-order .wpcf7 form.custom-failed .wpcf7-response-output,
.fast-order .wpcf7 form.custom-aborted .wpcf7-response-output,
.fast-order .wpcf7 form.custom-sent .wpcf7-response-output,
.fast-order .wpcf7 form.custom-spam .wpcf7-response-output,
.fast-order .wpcf7 form.custom-invalid .wpcf7-response-output,
.fast-order .wpcf7 form.custom-unaccepted .wpcf7-response-output,
.widget .wpcf7 form.custom-failed .wpcf7-response-output,
.widget .wpcf7 form.custom-aborted .wpcf7-response-output,
.widget .wpcf7 form.custom-sent .wpcf7-response-output,
.widget .wpcf7 form.custom-spam .wpcf7-response-output,
.widget .wpcf7 form.custom-invalid .wpcf7-response-output,
.widget .wpcf7 form.custom-unaccepted .wpcf7-response-output {
	border: none;
	line-height: 14px;
}

.fast-order .wpcf7 form.custom-invalid .wpcf7-response-output,
.fast-order .wpcf7 form.custom-unaccepted .wpcf7-response-output {
	border-bottom: 1px solid #f7e700;
}
.fast-order .wpcf7 form.custom-sent .wpcf7-response-output {
	border-bottom: 1px solid #398f14;
}
.fast-order .wpcf7 form.custom-failed .wpcf7-response-output,
.fast-order .wpcf7 form.custom-aborted .wpcf7-response-output {
	border-bottom: 1px solid #ff0000;
}
.fast-order .wpcf7 form.custom-spam .wpcf7-response-output {
	border-bottom: 1px solid #ffa500;
}
.container .wpcf7 .ajax-loader {
	margin: 0;
}
.wpcf7-form input.wpcf7-quiz[type="text"] {
    width: 40px;
}
.quiz-995 {
    margin-right: 15px;
}
.widget .wpcf7-form {
    width: 90%;
    margin: 0 auto;
	padding: 0 0 10px;
}
.widget .wpcf7-form input,
.widget .wpcf7-form textarea {
    margin: 10px 0;
}
.widget input.wpcf7-submit[type="submit"] {
    margin: 10px 0 10px 24px;
	
}
.widget .wpcf7-form textarea {
    height: 120px;
}
.form-colum {
    width: 45%;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.agree {
	display: none;
}

.e-404 {
    text-align: center;
    font-size: 17px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}


@media screen and (max-width: 1070px) {
    .fast-order {
        width: 33%;
    }
    .content {
        width: 68%;
    }
    .colum {
        width: 30%;
    }
    .phone-top {
        width: 21%;
    }
    .order {
        width: 22%;
    }
    .lang span {
        display: none;
    }
    .price-container.new {
        padding: 15px 5px;
    }
    .price-container {
        padding-left: 0;
    }
    .price-container .text ul {
        margin-left: 15px;
    }
    .price-container .text {
        width: 240px;
    }
    .price-container .price {
        margin-left: 255px;
    }
}
@media screen and (max-width: 1000px) {
    .fast-order .title {
        font-size: 23px;
    }
    .logo {
        width: 32%;
    }
    .phone-top {
        font-size: 16px;
    }
}
@media screen and (max-width: 950px) {
    .header {
        height: 210px;
    }
    .logo {
        width: 100%;
        float: none;
        text-align: center;
    }
    .logo a {
        margin: 0 auto;
    }
    .email-top {
        display: none;
    }
    .phone-top {
        width: 200px;
        display: block;
        margin: 0 auto;
        float: none;
        font-size: 17px;
		background-position: left 12px;
    }
    .order {
        float: none;
        width: 50%;
        display: block;
        margin: 14px auto 0;
    }
    .order a {
        padding: 10px 0;
        width: 100%;
    }
    .fast-order .title {
        font-size: 22px;
    }
    .phone-top span {
        display: none;
    }
    .menu-header-container,
    .menu-header-ua-container{
        display: none;
        background: #c0cfd9;
        margin: 2px 0 0;
        padding: 15px 20px 0;
        border-bottom: 2px solid #e6e6e6;
        width: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 2;
    }
    .visibile {
        display: block;
    }
    .mob-menu {
        display: inline-block;
        margin: 3px 0 0 2%;
        vertical-align: middle;
        width: 20%;
    }
    .mob-menu-btn {
        width: 55px;
        margin: 8px 0 0;
    }
    .mob-menu-btn span {
        display: block;
        width: 100%;
        height: 3px;
        background: #055b75;
        margin: 7px 0;
    }
    #menu-header li,
    #menu-header-ua li {
        border-bottom: 1px dashed #6a502d5e;
        display: block;
    }
    #menu-header li:last-child,
    #menu-header-ua li:last-child {
        border-bottom: none;
    }
    #menu-header a,
    #menu-header-ua a {
        display: block;
        padding: 10px;
    }
    #menu-header a:hover,
    #menu-header-ua a:hover {
        background: #f5f5f5;
    }
    .lang {
        width: 77%;
        padding-top: 5px;
    }
    .lang span {
        display: inline;
    }
}
@media screen and (max-width: 900px) {
    .col-home-1 {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    .fast-order {
        margin: 0 auto;
        width: 90%;
        float: none;
    }
    .content, .colum {
        width: 100%;
        float: none;
    }
    .card, #menu-cities li, #menu-cities-ua li {
        width: 33%;
    }
    .fast-order .wpcf7-form .your-name input[type="text"],
    .fast-order .wpcf7-form input[type="email"] {
        width: 48%;
    }
    .fast-order .wpcf7-form input[type="email"] {
        float: right;
    }
    .fast-order .wpcf7-form .your-name input[type="text"] {
        float: left;
    }
}
@media screen and (max-width: 655px) {
    .cat-box {
        width: 47%;
    }
    #menu-cities li, #menu-cities-ua li {
        width: 49%
    }
    .about-home li {
        width: 100%;
        padding-top: 2px;
    }
    .lang {
        width: 75%;
    }
    .col-home-1 .title {
        line-height: 28px;
        font-size: 40px;
    }
    .col-home-1 .title span {
        font-size: 20px;
    }
    .fast-order {
        width: 100%;
    }
    .footer-left, .phone-bottom, .email-bottom {
        display: block;
        width: 100%;
        text-align: center;
    }
    .phone-bottom {
        margin: 15px 0;
    }
    .cat-cities {
        width: 50%;
    }
    .price-container .img {
        float: none;
        width: auto;
    }
    .price-container .descript {
        margin: 10px auto;
        padding: 0;
        width: 350px;
	}
	.price-line {
		flex-wrap: wrap;
	}
	.price-line > div {
		padding: 1px 10px;
	}
	.price-line-title, .price-line-year,
	.price-line-cost {
		width: 100%;
	}
	.price-line-year {
		text-align: left;
	}
}
@media screen and (max-width: 465px) {
    .card {
        width: 49%;
    }
    #menu-cities li, #menu-cities-ua li, .cat-cities {
        width: 100%
    }
    .cat-box {
        width: 97%;
        height: auto;
    }
	.fast-order .wpcf7-form .your-name input[type="text"],
    .fast-order .wpcf7-form input[type="email"] {
        width: 100%;
        float: none;
    }
    .form-colum {
        width: 100%;
    }
    .alignleft, alignright {
        float: none;
    }
}