.logo img {
    max-width: 160px;

}

form#wp-advanced-search {
    text-align: center;
}

div#wpas-search_query {
    margin-right: 30px;
    display: inline-block;

}

div#wpas-submit {
    display: inline-block;
    vertical-align: top;
}

input.wpas-submit {
    vertical-align: top;
    padding: 11px 20px;
    cursor: pointer;

    border: none;
    outline: none;
    background-color: #3498db;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:bold;
    line-height: 1;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 14px;
    float: left;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    margin-top: 0;
}

input.wpas-submit:hover {
    background-color: #51aeec;
}

input.wpas-submit {

}

input#search_query {
    padding: 3px 8px;
    min-width: 260px;
    font-size: 25px;
    font-weight:bold;
}

input#search_query::-webkit-input-placeholder {
    color: red;
    font-weight:100;

}

input#search_query:-moz-placeholder {
    /* Firefox 18- */
    color: red;
    font-weight:100;

}

input#search_query::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
    font-weight:100;

}

input#search_query:-ms-input-placeholder {
    color: red;
    font-weight:100;

}


.numbers-page .goss-znaki .single-znak:nth-of-type(4n) {
    /*margin-right: 0 !important;*/
}

.numbers-page .numbers-search {
    margin-top: 30px;
}

.search-title {
    margin: 30px 0 0;
}


#modal-add-number {
    position: relative;
}

#modal-add-number .inner {
    background: #262b3f;
    padding: 20px;
    border-radius: 2px;
    display: none;
    color: #fff;
    font-size: 18px;
}

.arcticmodal-container #modal-add-number .inner {
    display: block;
}

.box-modal_close {
    top: -11px !important;
    right: -11px !important;
}

#form-1 input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #ffffff;
    font-size: 17px;
    margin: 9px 20px;
    min-width: 220px;
    outline: medium none;
    padding: 7px 10px;
    height: auto;
    line-height: normal;
    border-radius: 0;
    box-shadow: none;
}



#default-arc-modal {
    position: relative;
    padding: 0px;
    background: #0C1F2B;
    opacity: 0.94;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(153, 153, 153, .9);
    border-radius: 0px;
    display: none;
    padding: 38px 58px;
}

.arcticmodal-container #default-arc-modal {
    display: block;
}

.arcticmodal-container .box-modal_close {
    display: block;
}

.box-modal_close {
    width: 25px;
    height: 25px;
    background-image: url("arcticmodal/close-small.png");
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;

    position: absolute;
    right: -12px;
    top: -14px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;

    display: none;

}

.numbers-page {

}

.numbers-page h4 {
    padding-left: 10px;
    padding-right: 10px;
}



@media only screen and (max-width: 450px) {

    .numbers-page .goss-znaki .single-znak {
        vertical-align: top !important;
    }

    .numbers-page .goss-znaki .single-znak div:last-child {
        width: 30% !important;
    }

    .numbers-page .goss-znaki .single-znak div:first-child {
        line-height: 34px !important;
    }

    .bottom20m18 {
        bottom: 15px;
    }

    .num-new {
        width: auto;
        float: none;
        left: 0;
        margin-left: -10px;
    }

    .sel-num {
        background: url("images/newbgnum.png") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        margin: 10px auto !important;
        width: 300px !important;
        background-position: center !important;
		
    }

    .bottom20m18 {
        bottom: 15px !important;
        margin-left: 10px !important;
    }

    .dropdown-menu > li > a {
        font-weight: bold !important;
    }

    .dropdown.bottom20m18 input {
        width: 55px !important;
        font-size: 38px !important;
        height: 36px !important;
    }
}

@media only screen and (max-width: 640px) {
	#numb-1,#numb-5,#numb-6{
		font-size: 45px !important;
	}
    .goss-znaki h2 {
        text-align: center;
    }

    .goss-znaki .single-znak:nth-child(4n) {
        margin-right: auto !important;
    }
}

@media only screen and (max-width: 500px) {

    .sel-num {
        width: auto;
    }

    .num-new {
        width: auto;
        float: none;
        left: 0;
		top: 0px;
    }

    .new-num {
        -moz-appearance: none;
        background-color: transparent;
        border-color: -moz-use-text-color;
        border-style: none none solid;
        border-width: 0 0 2px;
        color: black;
        cursor: pointer;
        font-family: "Motor4F";
        font-size: 60px;
        height: 50px;
        overflow: visible;
        padding: 0;
        text-overflow: "";
        text-shadow: 2px 1px 2px rgba(150, 150, 150, 1);
        width: 30px;
    }

    .bottom20m18 {
        bottom: 0;
    }

    .sel-num {
        background: none;
    }

    .dropdown.bottom20m18 input {
        width: 55px;
    }

    .goss-znaki.template-nomera .single-znak {
        width: auto;
    }

    .numbers-page .goss-znaki .single-znak div:first-child {
        width: 70%;
    }

    .numbers-page .goss-znaki .single-znak div:last-child {
        width: 30%;
    }

    .goss-znaki .single-znak div:last-child span:last-child {
        font-size: 8px;
    }

    table#nums tr td:first-child {
        width: 70%;
    }

    table#nums tr td:last-child {
        width: 30%;
    }

}

@media only screen and (max-width: 450px) {
    
    .goss-znaki.template-nomera .single-znak div:first-child span .single-znak_num{
        font-size: 39px;
    }

    .goss-znaki.template-nomera .single-znak div:last-child span:first-child p {
        font-size: 26px;
    }
    .goss-znaki .single-znak div:last-child span:last-child{
        margin-top: 0;
    }

    .numbers-page .goss-znaki .single-znak div:last-child {
        padding-top: 5px;
    }

    .numbers-page .container > span {
        font-size: 12px;
    }

    .numbers-page .goss-znaki .single-znak div:first-child {
        line-height: 42px;
    }

    .goss-znaki.template-nomera .single-znak {
        height: 44px;
    }

}

#secret-value {
    display: none;
}

header {
    float: none;
    width: auto;
}

.headline-page {
    float: none;
    width: auto;
}

.text-page {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

footer.page-footer {
    width: auto;
    float: none;
}

footer .copy p {
    width: auto;
    float: none;
}

.headline-page {
    padding-bottom: 100px;
}

.headline-page h2 {
    padding-top: 130px;
    margin-top: 0;


}
.main-slide
{
    float: none;
    padding-top: 140px;
}
.main-slide h2
{
    margin-top: 0;
}
.one-stat
{
    float: none;
}

.advantages {
    height: auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
}

.goss-znaki {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    padding-top: 50px;
}
.goss-znaki:after
{
    display: block;
    clear: both;
    content: "";
}

.goss-znaki .wprapper-znak {
    display: inline-block;
    width: auto;
    float: none;
}

.numbers-page {
    float: none;
    min-height: auto;
}

.mobile-nav a {
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(images/mobilemenu.png);
    background-size: contain;
    margin-left: 30px;
    margin-top: 18px;
}

header nav ul li a:hover, header nav ul li.current-menu-item a {
}

footer.page-footer .container {
    padding-left: 15px;
    padding-right: 15px;
}

footer.page-footer .copy {
    padding-left: 15px;
    padding-right: 15px;

}
.our-works
{
    width: 100%;
    float: none;
    padding-top: 25px;
}
.our-works .carusel
{
    width: 100%;
    float: none;
}

#map
{
    float: none;
}
#map iframe
{
    width: 100% !important;
}

.works-list
{
    padding-left: 0;
    list-style-type: none;
    font-size: 0;

}
.works-list li
{
    display: inline-block;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}
.works-list li div
{
    height: 360px;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.works-list li a
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.our-works .button-wr
{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.our-works .button-wr a
{
    padding: 15px 35px 12px 35px;
    background-color: #3498db;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:bold;
    line-height: 1;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 14px;
     -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

.our-works .button-wr  a:hover {
    background-color: #51aeec;
}
@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1100px) {

    .works-list li
    {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
    }
    .one-stat.left
    {
        height: auto;
    }
    .one-stat.left .container:after
    {
        display: block;
        content: "";
        clear: both;
    }
    .one-stat.left .container
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .one-stat.left .info-one-stat
    {
        width: 50%;
    }
    .one-stat.left .thumb
    {
        width: 50%;
        padding-left: 15px;
    }
    .one-stat.left .thumb img
    {
        width: 50% !important;
        height: auto !important;
    }
    .one-stat .thumb img:last-child
    {
        left: 150px;
    }
    .one-stat.right
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .one-stat.right .thumb
    {
        width: 50%;
    }
    .one-stat.right .thumb img
    {
        width: 50% !important;
        height: auto !important;
    }
    .one-stat.right .info-one-stat
    {
        width: 50%;
        padding-bottom: 50px;
    }
    .one-stat.right .container:after
    {
        content: "";
        clear: both;
        display: block;
    }


    header .logo {
        padding-left: 15px;
    }

    header nav {
        display: none;
        float: none;
        position: absolute;
        top: 70px;

        width: 80%;
        right: 0;
        background-color: #fff;
        z-index: 100;
    }

    header nav ul {
        display: block;
        float: none;
    }

    header nav ul li a:hover, header nav ul li.current-menu-item a {
        border-bottom: 0;
    }

    .mobile-nav {
        display: block;
        float: right;
        height: 70px;
        width: 100px;
        background-color: #42a5e8;
    }

    .headline-page {
        padding-top: 0px;
    }

    .headline-page h2 {
        padding-bottom: 50px;
    }

    header nav ul li {
        width: 100% !important;
        float: none;
        border-bottom: none;
        text-align: left;
        height: auto;
    }

    header nav ul li a {
        color: #555555;
        border-bottom: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        padding-left: 50px;
        padding-top: 13px;
        padding-bottom: 13px;
        height: auto;
        display: block;
        font-size: 14px;
    }

    .columns-text .col-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .columns-text .col-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 640px) {

    .headline-page
    {
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .headline-page h2
    {
        padding-top: 25px;
    }

    .works-list li
    {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;

    }
    .works-list li div
    {
        font-size: 0;
        background-size: cover;
    }

    .one-stat.left .thumb
    {
        height: auto;
        width: auto;
        height: 190px;
    }
    .one-stat .thumb img:first-child
    {
        position: absolute;
    }
    .one-stat .thumb img:last-child
    {
        position: absolute;
    }
    .one-stat.left .info-one-stat
    {
        width: 100%;
        float: none;
    }
    .one-stat.right .thumb img
    {
        width: 50% !important;

    }

    .one-stat.right .thumb img
    {
        width: 50% !important;
        height: auto !important;



    }


    .one-stat.right .thumb
    {
        width: auto;
        float: none;
        min-height: auto;
        height: 190px;
    }
        .one-stat.right .info-one-stat
    {
        width: auto;
        float: none;
    }
    header nav ul li a {
        display: block;
        font-size: 14px;
        padding-left: 15px;
    }

    .partners img {
        width: auto;
    }

    #big-img {
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .columns-text .col-1, .columns-text .col-2 {
        width: auto;
        float: none;
    }

    .text-page {
        padding: 40px 0;
    }
    
    .numbers-page .goss-znaki
    {
        padding-left: 0;
        padding-right: 0;
    }
}

form.wpcf7-form select
{
    height: 30px;
    width: 324px;
    font-size: 14px;
    font-weight: 400;

}

form.wpcf7-form .wpcf7-form-control-wrap.text-942, form.wpcf7-form .wpcf7-form-control-wrap.text-32
{
    display: none;
}
form .spec-form span.wpcf7-form-control-wrap
{
margin-bottom: 20px;
}
form .spec-form input[type="text"], form .spec-form input[type="tel"]

{
    font-size: 14px;
    color: #444;
    font-weight: 400;
}
.goss-znaki .single-znak div:first-child {

    text-transform: uppercase !important;
}


.tn-atom-button {
    position:relative;
    z-index:2;    
    display:-webkit-box;    
    display:-ms-flexbox;    
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width: 280px;
    height:80px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: #3b2fe0;
    background-position: center center;
    background-attachment: scroll;
    border-color: #3b2fe0;
    border-style: solid;
    text-decoration: none;
    text-align: left;
}
.tn-atom-button:hover + .wrap-border {
    top:0;
    left:0;
}
.tn-atom-button:hover .t-img {
    padding-left:10px;
}
.t-img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.tn-atom-label {
    position:relative;
    z-index:2;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
}
.wrap-border {
    position:absolute;
    top:12px;
    left:12px;
    z-index:1;
    display:block;
    width: 280px;
    height:80px;    
    border-width: 3px;
    background-position: center center;
    border-color: #3b2fe0;
    border-style: solid;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.new-btn-wrap {
    width: 280px;
    position:relative;
    margin:20px auto 30px auto;
}

.number_wrap {
    margin-top:18px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.number_wrap > a {
    background: #3b2fe0;
    padding: 2px 10px;    
    margin-bottom:10px;
    margin-right:15px;
    display:block;
}

.number_wrap > a:hover {
    background:#fff;
    cursor:pointer;
	color:#262b3f;
}


@media (max-width:767px) {
.number_wrap > a {
    width:100%;
    margin-right:0px;   
}
.number_wrap {
    max-width: 200px;
    margin-right:auto;
    margin-left:auto;
    text-align: left;
}
}

.active_post {
    background:#fff!important;
	color:#262b3f;
}
@media only screen and (max-width: 650px){
	
    .sel-moto .num-new{
        margin-left: 0;
    }
	div.sel-moto{
		width: 260px !important;
		border: 0;
	}
    .sel-moto .new-num{
        width: 25px;
        font-size: 50px;
    }
    .sel-moto .rcode{
        width: 75px;
    }
    .moto-region_rus {
        top: -6px;
        font-size: 16px;
    }
	.sel-moto .new-num{
		height: 68px;
		width: 42px;
    	font-size: 80px;
	}
	.sel-moto #rcode{
		width: 100%;
		padding-left: 10px;
		font-size: 70px;
	}
	.sel-moto .mt11{
		margin-top: 26px !important;
	}
}

.text_block_description {
	margin-top:40px;
	margin-bottom:40px;
}

.text_block_description p, .text_block_description .container ul {
	margin-bottom:1em;
}

 .text_block_description h1, .text_block_description h2 {
	margin-bottom:1.2em; 
 }

.text_block_description .container ul {
	padding-left:20px;
}

.text_block_description .container li {
	margin-bottom:5px;
}

#safe-info_btn {
	color:#fff;
}

.back_url a {
	color:#fff;
}

.back_url a:hover, #safe-info_btn:hover {
	color:#3b2fe0
}

.reset-search {
	color:#3b2fe0!important;
}

.wprapper-znak {
	width:100%!important;
}

.num_wrap_two {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
	margin-top:26px;
    justify-content: space-evenly;	
}

.num_wrap_two .nom-info .valnumsmall {
	font-size:18px!important;
}

@media only screen and (max-width: 410px){
	.num_wrap_two .price {
		margin-bottom:15px;
	}
}

.t-popup__close, .t-popup__close-2 {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    z-index: 9;
}

@media screen and (max-width: 560px) {
.t-popup__close, .t-popup__close-2 {
right: 10px;
    top: 4px;
}
}

#form-1 {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;	
}

#modal-add-number .inner {
	background-color: #fff!important;	
}
#modal-add-number #form-1 input {
	border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 0px 14px !important;
    height: 60px;
    font-size: 20px;
    color: #5a4545;
    width: 100%;
    margin: 10px auto;	
}


.arcticmodal-container_i {
	width: 100%;
    max-width: 560px;	
}

.arcticmodal-container_i .inner {
	padding: 40px 45px;	
}

#form-1 .send {
	padding: 20px 0 20px 0!important;
    background-color: #3b2fe0;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer;
    border: none;
    display: block;
    transition: all 0.4s ease-in-out;
	width:100%;
	font-size:15px;
	font-weight:bold;
	margin-top:16px;
}

#form-1 .send:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}


#modal-add-number #form-1 input::-webkit-input-placeholder {
	font-size: 16px;
	color: #5a4545;
	opacity: 0.6;
}
#modal-add-number #form-1 input:-moz-placeholder {
	font-size: 16px;
	color: #5a4545;
	opacity: 0.6;
}

#modal-add-number p {
    font-size: 11px;
    line-height: 1.5;
    color: rgb(170, 170, 170);
    text-align: center;
    width: 100%;
    display: block;
	margin:26px 0;
}