/* =====================
 Дизайн и разработка
 Guide-Group.
 http://guide-group.ru/
===================== */
html {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: 300;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}


body {
	margin: 0px;
    padding: 0px;
    background-size: 100%;
    overflow-x: hidden;
}

/* Основные общие стили */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.container {
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	/*overflow-x: hidden;*/
}
.maintitle {
	margin-bottom: 100px;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
}
.whitecolor {
	color: #fff;
}
a {
	color: #444;
}

/* Общие стили колонки */
.block {
	display: block;
}
.leftside {
	display: inline-block;
	vertical-align: top;
	width: 28%;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	width: 72%;
}

/* Общие стили футера */
.footblock {
	display: inline-block;
	width: 200px;
}
.copyrightdeveloper {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    text-align: right;
}
.copyrightdeveloper a {
    color: #f6f6f6;
    text-decoration: none;
}
.copyrightdeveloper a > img {
    vertical-align: middle;
    width: 16px;
    margin-top: -2px;
    margin-right: 5px;
}

/* Стили изготовленного дизайна (уникальные) */

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    display: flex;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #202020;
    z-index: 10;
}
.headfix {
	height: 79.47px;
}
.header a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}
.logo {
	display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.logo a {
	background: none;
    padding: 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.logo a > span {
	display: inline-block;
    font-size: 17px;
    color: #fff;
}
.logo a > span span {
	display: block;
	font-size:15.7px;
	color:#ccc;
}
.logo img {
    display: inline-block;
    width: 55px;
    margin-right: 15px;
}
.info {
	display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}
.info img {
	vertical-align: middle;
}
.menu {
	display: none;
	position: fixed;
    width: 20%;
    background: rgb(48, 50, 58);
    height: 100%;
    right: 0;
    top: 0;
    border-left: rgb(78, 82, 102) 10px solid;
    transition: 1s;
}
.menu a {
	display: block;
    font-size: 16px;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    border-bottom: rgb(62, 66, 82) 1px solid;
}
.menu a:hover {
	background: #3e404e;
}
.topline {
	background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.toplineblock {
	display: block;
    background: #656dba;
    padding: 2em;
    text-align: center;
    color: #fff;
}
.toplineblock:first-child {
	border-top-left-radius: 3px;
}
/*.toplineblock:last-child {
	background: #727cda;
}*/
.toplineblockprojects {
	background: url(http://actiontransport.ru/uploads/posts/2017-01/1484932117_img_4889.jpg) center center no-repeat;
    background-size: cover;
    text-shadow: 0px 1px 3px #000;
}
.toplineblock a {
	background: #ffffff;
    padding: 0.5em 1.5em;
    display: inline-block;
    border-radius: 1.5em;
    color: #656dba;
    margin-top: 1em;
    text-decoration: none;
    box-shadow: 0px 0px 45px rgba(0,0,0,0.3);
    text-shadow: none;
}
.mainslider {
    height: 452px;
    width: 100%;
    display: block;
    background-size: cover!important;
    border-top-right-radius: 3px;
    overflow: hidden;
    transition: 1s;
}
.mainslider img {
	width: 100%;
}
.content {
	background: #fff;
}
.stats {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom:20px;
}
.stats_num {
	padding: 0 20px;
	font-size: 23px;
	font-weight: bold;
}
.stats p {
	padding: 0 20px;
}

.about {
	text-align: left;
    display: block;
    background: #f1f1f1;
    padding: 3em;
    margin-top: 3em;
}
/* Превью проекта */
.projects {
	background: #e79d65;
    padding: 3em 0;
}
.project_preview {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    background: transparent;
    margin-right: 50px;
    border-radius: 2px;
    overflow: hidden;
}
.projects-list {
	display: block;
	white-space: nowrap;
}
.over-a {
	overflow: auto;
}
.over-a .container {
	overflow-x: auto;
}
.list {
    width: 30%;
    background: #fff;
    margin: 0 1.66%;
    margin-bottom: 3em;
}
.project_photo {
	background-size: cover;
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 7px;
}
.project_description {
	display: block;
    padding: 20px 0;
    text-align: center;
    border-radius: 7px;
    background: #f1f1f1 url(../images/line-right-top.png) left top no-repeat;
    background-size: contain;
}
/* Автомобили */
.autos {
	display: block;
    padding: 3em 0;
    background: #656dba;
    color: #fff;
    font-size: 16px;
}
.autos > div.services img {
	border: #7179c7 10px solid;
	border-radius: 50%;
	margin-bottom: 2em;
	max-width: 90%;
}
/* Сервис */
.services {
	display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 3em;
}
.services img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 90%;
}

.footerstart {
    background: #202020;
    padding: 40px;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}
.h3 {
	font-size: 19px;
	font-weight: 500;
}
.footerstart p {
	margin: 15px 0 0;
}
.footerstart a {
	color: #fff;
	border-bottom: #fff 1px dotted;
	display: inline-block;
	text-decoration: none;
}
.footerstart a:hover {
	text-decoration: none;
	border: unset;
}
.footerstart a.btn {
	color: #202020;
	border-bottom: unset;
}
input, textarea, select, button {
	display: block;
    padding: 10px;
    width: calc(100% - 32px);
    margin: 10px 0;
    border: #ccc 1px solid;
    font-size: 16px;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
button, input[type="submit"] {
	
	box-shadow: 0px 0px 55px rgba(0,0,0,0.2);
}
.button, .btn {
	display: inline-block;
    background: #fff;
    text-align: center;
    padding: 8px 15px;
    border-radius: 7px;
    margin: 0;
    color: #656dba;
    text-decoration: none;
    /* box-shadow: 0px 1px 45px rgba(0,0,0,0.2); */
    box-shadow: 0px 0 15px 5px rgba(0, 0, 0, 0.075);
    text-decoration: none!important;
    cursor: pointer;
}
.btn-white {
    background: #fff!important;
    color: #202020!important;
    font-size: 14px;
}
.btn-black {
	background: #202020!important;
    color: #fff!important;
}
.btn-big {
	font-size: 16px;
    padding: 15px 35px;
}
.header .btn-order {
	margin-right: 15px;
}
.btn-area {
	display: block;
	margin: 50px 0;
}
.feedbackinput {
	display: block;
    width: 37.9%;
    margin: 0 auto 2em;
    border: #7179c7 5px solid;
    padding: 0.8em 1em;
    margin-top: 3em;
    font-size: 16px;
    border-radius: 5em;
    text-align: left;
}
.feedbackbtn {
    display: inline-block;
    width: auto;
    background: #7179c7;
    position: absolute;
    margin-top: -5.4em;
    border: #f1f1f1 1px solid;
    margin-left: 4em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 15.0px;
    color: #fff;
    box-shadow: none!important;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.banner_text {
	display: block;
	padding: 300px 0;
}
.banner_text .h2 {
	font-size: 35px;
	font-weight: bold;
}
.banner_cont {
	display: block;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.bcnone {
	padding: 300px 0;
}
.contentblock {
	display: block;
	padding: 100px 0;
	overflow-x: hidden;
}
.greybg {
	display: block;
    padding: 100px 0;
    background: #f1f1f1;
    color: #202020;
    font-size: 16px;
}
.greybg-left-bottom {
	background: #f1f1f1 url('../images/line-left-bottom.png') left bottom no-repeat;
}
.greybg-top-right {
	background: #f1f1f1 url('../images/line-right-top.png') right top no-repeat;
}
.footerblock {
	display: inline-block;
    width: 24.9%;
    vertical-align: top;
    border-right: #3e4252 1px solid;
}
.footerblock:last-child {
	border-right: 0px;
}
.footblockname {
	font-size: 1.3em;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
}
.footerblock a {
	display: block;
    color: #f1f1f1;
    text-align: center;
    padding: 1.2em;
    text-decoration: none;
}
.footercontacts {
	display: block;
    text-align: center;
    padding: 3em 0;
    color: #f1f1f1;
}
.copyright {
	display: block;
    text-align: center;
    color: #fff;
    padding: 0 0 3em;
}
.copyright a {
	color: #b6bdff;
	text-decoration: none;
}
.footersocial {
    margin-top: -20px;
    margin-bottom: 20px;
}
.footersocial a {
    color: #fff;
    text-decoration: none;
}
.instagrammenu {
    display: inline-block;
}
.footer {
	background: #fff url('../images/line-left-top.png') left top no-repeat;
	background-position: contain;
	padding: 20px 40px;
	font-size: 14px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}
.footer .links a {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: #202020 1px dotted;
}
.footer .copy {
	font-size: 12px;
}
.footer .copy a {
	text-decoration: none;
	border-bottom: #202020 1px dotted;
}
.footer .rightside, .footer .leftside {
	vertical-align: middle;
}
.footer a:hover, .footer .copy a:hover {
	text-decoration: none;
	border: unset;
}

.website-developer {
	filter: grayscale(1);
	transition: 0.33s;
}
.website-developer:hover {
	filter: grayscale(0);
	transition: 0.33s;
}
.website-developer span {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    font-size: 10px;
    max-width: 80px;
    text-align: right;
    line-height: 14px;
    margin-right: 10px;
}

.nomobile {
	display: inline-block;
}
.onlymobile {
	display: none;
}

.block-for {
	display: inline-block;
	width: 25%;
}
.utp {
	text-align: center;
}
.utp .line {
	background: #f1f1f1;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 10px;
	text-align: left;
}
.utp .line:nth-child(1) {
	margin-right:10px;
}
.utp .line:nth-child(2) {
	margin-right:5px;
	margin-right:5px;
}
.utp .line:nth-child(3) {
	margin-right:10px;
}
.utp .line:nth-child(4) {
	margin-right:10px;
}
.utp .line img {
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.utp .line > span {
	display: inline-block;
	width: calc(100% - 60px);
	vertical-align: middle;
}
.contacts-big {
	font-size: 32px;
	line-height: 40px;
	padding: 10px;
}
.contacts-big .line {
	margin: 0 0 20px;
}
.contacts-big a {
	text-decoration: none;
}
.contacts-big a:hover {
	border-bottom: 0;
}
.contacts-big img {
	width: 48px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.contacts-big {
	width: 400px;
	text-align: left;
	display: block;
	margin: 0 auto;
}

.mainpost {
	margin: 40px 20px 0;
	font-size: 16px;
	line-height:26px;
}

/* pu */
.pop {
	display: none;
}
.popupbg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 100%;
    background: rgba(0,0,0,0.85);
    overflow-y: auto!important;
    overflow-x: hidden;
}
.popup {
	width: 400px;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 7px;
    margin: 18vh auto;
    position: relative;
    z-index: 22;
    box-shadow: 0px 0px 55px rgba(0,0,0,0.5);
}
.popup-close {
	position: absolute;
    margin-top: -90px;
    margin-left: 420px;
    font-size: 20px;
    background: var(--color-brend2);
    color: var(--color-font-brend2);
    padding: 20px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.popup-close i {
	display: inline-block;
    vertical-align: top;
}
.popup-close-area {
    display: block;
    position: absolute;
    z-index: 21;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
}
.popup-name {
	text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
.popup-descr {
	text-align: center;
    font-size: 12px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.popup-form-name {
	font-weight: 600;
    margin-bottom: 5px;
}
.popup-form-input {
	margin-bottom: 20px;
}
.popup-form-input input, .popup-form-input textarea {
	width: 100%!important;
}
.popup-help {
	font-size: 11px;
    background: #dedede;
    border: #dbdbdb 1px solid;
    padding: 7px;
    border-radius: 3px;
}
.popup .btn {
	border: transparent;
}
.popup .btn:hover {
	box-shadow: inset 0 0 55px rgba(0,0,0,0.2);
}
div.input {
	background: #fff;
	margin: 0 0 25px;
}
div.input:hover .input-name {
	color: var(--color-brend2);
	transition: 0.33s;
}
div.input .input-name {
	font-size: 10px;
	color: #999;
	display: block;
	padding: 10px 20px;
	margin-top: 5px;
	position: absolute;
	transition: 0.33s;
}
div.input .input-form input[type="text"], div.input .input-form input[type="tel"], div.input .input-form textarea {
	display: block;
	padding: 30px 20px 15px;
	border: none!important;
	width: calc(100% - 40px);
	transition: 0.33s;
	border-radius: 3px;
	margin: 0!important;
}
div.input .input-form input:hover {
	border: var(--color-brend2) 1px solid;
	transition: 0.33s;
}
.car .auto_photos {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
    margin: 20px 0 0;
    overflow-y: hidden;
}
.auto_photos img {
 	max-width:100%;  
    max-height:250px;
}
.auto_photos li {
 	display: inline-block;   
}

.topsearch {
	display: block;
}
.topsearch #story {
    display: inline-block;
    width: calc(100% - 110px);
}
.topsearch .btn {
    background: #4073b8;
    border-color: #4073b8!important;
    color: #fff;
 	width: 100px!important;  
    padding: 10px 15px; 
}
.fastsearch img {
    max-width:40px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    aspect-ratio: 4 / 3;
}
.fastsearch {
 	clear:both;   
}
.fastsearch .color {
 	display: block;
    opacity: 0.75;
    font-size: 12px;
}
#searchsuggestions a {
    min-height: 30px;
}
.car {
	margin: 5px 5px 20px;
    display:inline-block;
    width:calc(calc(100% - 30px) / 3);
}
#searchtable {
 	background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    margin: 0 0 20px;
    border: #ddd 1px solid;   
}
#searchtable input {
 	width: 100% !important;
    padding: 10px !important;   
}
#searchtable #searchinput {
 	width: calc(100% - 20px) !important;
}
#searchtable #dofullsearch {
 	display: none;   
}
#searchtable #dosearch {
 	margin-top: -15px;   
}
hr {
    border: #ddd 1px solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 30px 0 0;
    padding: 0 0 10px;
}

.mm {
	display: flex;
    border-top: #4072b8 1px solid;
    background: rgba(0, 0, 0, 0.85);
    gap: 50px;
    padding: 20px 20px 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    z-index: 1000;
}
.mm a {
	text-decoration: none;
	border: unset;
	margin: 0 5px;
    vertical-align: middle;
}
.mm img {
	width: 32px;
	vertical-align: middle;
}

.login {
	display: block;
	max-width: 90%;
	width: 450px;
	padding: 30px;
	color: #222;
	margin: 10vh auto 0 auto;
    border-radius: var(--theme-br);
    font-size: 16px;
    font-weight: 400;
}
.login button {
	display: block;
	width: 100%;
}
.login_social {
	margin: 20px 0;
}

.hide{
    display:none;   
}
.password {
    position: relative;
}
.password-control {
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('{THEME}/images/view.svg') 0 0 no-repeat;
}
.password-control.view {
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('{THEME}/images/no-view.svg') 0 0 no-repeat;
}
.password2-control {
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('{THEME}/images/view.svg') 0 0 no-repeat;
}
.password2-control.view {
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('{THEME}/images/no-view.svg') 0 0 no-repeat;
}
.altpass-control {
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('{THEME}/images/view.svg') 0 0 no-repeat;
}
.altpass-control.view {
    position: relative;
    float: right;
    margin-top: -40px;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('{THEME}/images/no-view.svg') 0 0 no-repeat;
}
.addform input {
    width: calc(100% - 22px)!important;   
}
.addform select {
    width: 100%!important;   
}

#entryform table td {
    display: block;
    width: 100%;
}
.xfieldsnote {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    font-size: 11px!important;
    text-align: center;
    margin: 0 0 15px;
}

/* Мобильная версия */
@media screen and (max-width: 920px) {
	.block-for {
		width: 50%;
	}
	.block-for .line {
		margin-bottom: 10px;
	}
	.stats {
	    width: auto;
	    display: block;
	    vertical-align: middle;
	    padding: 20px 0;
	    text-align: center;
	    border-right: 0px;
	}
	.stats:last-child {
		border-bottom: 0px;
		border-right: 5px;
	}
}
@media screen and (max-width: 720px) {
	.nomobile {
		display: none!important;
	}
	.onlymobile {
		display: inline-block!important;
	}
}
@media screen and (max-width: 480px) {
	.container {
		padding: 0;
		width: 100%;
	}
	.header {
		display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: space-between;
	    align-items: stretch;
	}
	.header .logo {
		width: 30%;
	}
	.header .info {
		width: 70%;
	}
	.leftside {
		display: block;
    	width: auto;
	}
	.rightside {
		display: block;
    	width: auto;
	}
	.services {
	    width: 60%;
	    margin-right: 50px;
	    white-space: normal;
	}
	.services img {
		max-width: 80%;
	}
	.logo a > span {
		display: none;
	}
	.project_preview {
	    display: inline-block;
	    width: 80%;
	    margin-right: 25px;
	    background: transparent;
	}
	.projects-list .project_preview {
		width: 70%;
	    margin-right: 20px;
	    margin-left: 20px;
	}
	.plist .project_preview {
	    width: 100%;
	    margin: 0 0 15px;
	}
	.projects-list {
	    overflow: auto;
	}
	.over-a {
		overflow: hidden;
	}
	.button {
		margin-top: 1em;
	}
	.feedbackinput {
		width: 90%;
	}
	.feedbackbtn {
		width: auto;
		margin-left: 2em;
    	max-width: 33%;
	}
	.maintitle {
	    margin-bottom: 50px;
	    font-size: 26px;
	    line-height: 30px;
	}
	.footerstart .rightside {
		margin: 0 0 20px;
	}
	.footerblock {
    	display: block;
    	width: auto;
    	vertical-align: top;
    	border-right: 0;
    	padding: 2em 0;
    	border-bottom: #3e4252 1px solid;
	}
	.footerblock a {
    	display: block;
    	color: #f1f1f1;
    	background: #444756;
    	margin-bottom: 0.5em;
    }
    .about {
    	padding: 1em;
    	margin-top: 1em;
    	margin-bottom: 50px;
    }
    .footercontacts a {
    	color: #b6bbf2;
    }
    .contentblock {
	    padding: 50px 20px;
	}
    .header a.instagrammenu {
        margin-top: 0!important;
    }
    .services_list {
    	display: block;
    	white-space: nowrap;
    	overflow: auto;
    }
    .btn {
    	display: block!important;
    }
    .footer .rightside {
    	text-align: center;
    }
    .footer .leftside {
    	text-align: center;
    	margin: 40px 0 20px;
    }
    .block-for {
	    display: block;
	    margin: 0 0 20px;
	    width: auto;
	}
	.contacts-big {
		font-size: 18px;
		width: auto;
		padding: 20px;
	}

	.project_description {
	    display: block;
	    padding: 20px;
	    text-align: left;
	}
	.service .services a img {
		width: auto!important;
		max-width: 100%;
	}
	.service .services {
	    width: 100%;
	    margin-right: 0;
	    white-space: normal;
	}
	#projects, #autos, #service {
		padding-right: 0;
		padding-left: 0;
	}
	#projects .btn-area {
		padding: 0 20px;
	}
	.utp .line {
		margin: 0!important;
	}
	.footerstart {
		padding: 25px 20px;
	}
	.list {
		display: block;
	    margin: 0 0 20px;
	    width: auto;
	}
	.proj-list-main {
		padding: 20px;
		width: calc(100% - 40px);
	}
	.popup {
		width: 80%;
	}
    .car {
        display:block;
        width:auto;
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: #ddd 1px solid;
    }
    .topsearch .btn {
        width: 100px !important;
        display: inline-block !important;
    }
    .addbutton button {
     	width:100%;   
    }
    .car .auto_photos img {
        border-radius: 10px;
        margin-right: 10px;
    }
    .login {
        width: auto;
    }
    .login input {
        width: calc(100% - 23px)!important;
    }
    .login a.button {
        display: block;
    }
}