@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.eot');
    src: url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff'),
        url('../font/Roboto-Black.ttf') format('truetype'),
        url('../font/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.eot');
    src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff'),
        url('../font/Roboto-Bold.ttf') format('truetype'),
        url('../font/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff'),
        url('../font/Roboto-Medium.ttf') format('truetype'),
        url('../font/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype'),
        url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

body > iframe {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}
body, html {
    overflow-x: hidden;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
.mobi-but {
    display: block;
    width: 160px;
    position: fixed;
    bottom: 20px;
    height: 45px;
    text-align: center;
    background: #ffd600;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
.mobi-but:focus {
    background: #ffd600;
}
.mobi-but i {
    margin-right: 10px;
}
.recall {
    right: 10px;
}
.recall span {
    font-weight: bold;
    color: #0d0db1
}
.recall:hover:after {
    z-index: -1
}
.recall:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    background: linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.4) 60px, transparent 65px) no-repeat;
    background-position: -100px 0px;
    transform-origin: center;
    border-radius: 10px;
    animation-name: but;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier( .2, .2, .3, .4); 
    animation-iteration-count: infinite;
}
.recall:focus {
    outline: none;
}
@keyframes but {
    from {background-position: -100px 0px;}
    to {background-position: 500px 0px;}
}
.rewrite {
    left: 10px;
    padding: 10px;
}
h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    
}
.container.wrapper{
	max-width:960px;
	position: relative;
}
header {
    padding: 10px 0 10px;
    background: url(/img/head-bg.webp) no-repeat;
    background-position: 55% 100%;
    height: 500px;
}
.logo {
    position: relative;
}
.logo h3 {
    font-size: 12px;
    margin: 0 0 1px;
    font-weight: bold;
}
.logo img {
    width: 105;
}
h1 {
    color: #212121;
    font-size: 36px;
    font-weight: bold;
    margin-top: 35px;
    padding-left: 27%;
    line-height: 44px;
}
h1 span:nth-of-type(2) {
    margin-left: 60px;
}
h1 span:nth-of-type(3) {
    margin-left: 160px;
}
.zvonok {
    width: 180px;
    height: 180px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 40px 0;
    text-align: center;
    font-family:'Open Sans';
}
.zvonok a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.but {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 6px;
    border: none;
}
.zvonok .but {
    background: #ffd600;
}
.zvonok p {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.head-menu {
    margin: -90px 0 0;
    font-weight: bold;
    color: #494949;
}
.head-menu h5 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 20px;
    display: inline-block;
    font-weight: bold;
}
.head-menu span {
    font-size: 16px;
    text-transform: none;
    padding-left: 20px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 2;
}
.head-menu ul {
    padding: 0 0 0 20px;
}
.head-menu ul li {
    list-style: none;
    margin: 6px 0;
    position: relative;
}
.head-menu ul li a {
    color: #494949;
}
.head-menu ul li a:hover {
    color: #000;
}
.head-menu ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffd600;
    position: absolute;
    top: 6px;
    left: -20px;
    border-radius: 50%;
}
.items {
    padding: 27px 0 0px;
    border-top: 2px solid #ffd600;
    border-bottom: 2px solid #ffd600;
}
.item-block {
    margin-bottom: 10px;
}
.item-block img {
    margin-top: 3px;
    float: left;
}
.item-block>div {
    float: right;
    width: 80%;
}
.item-block h3, .item-sec h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}
.item-block p {
    font-size: 11px;
}
.manager {
    background: url(/img/ar-bg.webp) no-repeat;
    padding: 25px 0;
    background-size: cover;
}
.manager .wrapper{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.manager h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    line-height: 28px;
}
.manager h3:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: 0px;
    left: -80px;
    background: url(/img/icon/icon7.png) no-repeat center;
}
.manager .wrapper>div {
    margin-left: 100px;
/*    padding-right: 50px;*/
}
.manager form {
/*    margin-right: 50px;*/
    width: 250px;
    margin: 0px auto;
    text-align: center;
}
.manager input {
    width: 100%;
    font-style: italic;
    font-family:'Open Sans';
    font-size: 20px;
    border: 1px solid #fe1111;
    border-radius: 5px;
    padding: 4px 0 4px 10px;
    margin: 0px auto 10px;
}
.manager .but {
    width: 100%;
    background: #fe1111;
    color: #fff;
    margin: 10px auto;
}
.item-sec {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px; 
    margin-bottom: 40px; 
    color: #1f1f1f;
}
.item-sec img {
    margin-right: 25px;
}
#price {
    padding: 0px 0 35px;
}
#price .price-type{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.price {
   padding-top: 15px;
    background: url(/img/price-bg-1.webp) no-repeat center;
    background-size: cover;
}
.price:nth-of-type(2) {
    background: url(/img/price-bg-2.webp) no-repeat center;
    background-size: cover;
}
.price:nth-of-type(3) {
    background: url(/img/price-bg-3.webp) no-repeat center;
    background-size: cover;
}
.price:nth-of-type(4) {
    background: url(/img/price-bg-4.webp) no-repeat center;
    background-size: cover;
}
.price:nth-of-type(5) {
    background: url(/img/price-bg-5.webp) no-repeat center;
    background-size: cover;
}
.price:not(:last-child) {
    border-bottom: 3px solid #ffd600;
}
.price .manager-girl{
    margin: 0 auto;
    display: block;
}
.price-item, .price-item-more {
    height: 180px;
    border: 2px solid #ffd600;
    margin-bottom: 25px;
}
.price-item-more {
    margin-left: -2px;
    padding-right: 0px;
    padding-left: 10px
}
.price-item h2 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 5px;
}
.price-item-second h4 {
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
}
.price-item-more h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.price-item>div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.price-item:nth-of-type(2n){
    margin-left: 15px
}
.price-item>div>div {
    margin-left: 16px;
/*    width: 100%;*/
}
.price-item-second>div>div {
    margin-left: 50px;
}
.price-item>div p {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 0px;
}
.price-item>div .but {
    display: block;
    background: #ffd600;
    text-align: center;
    padding: 5px 0px;
    margin-top: 25px;
    width: 140px;
}
.price-item img {
    width: 54%;
    height: 120px;
    box-shadow: 3px 0px 3px 1px #666;
}
.price-item-second img {
    width: 41%;
    height: 160px;
    margin-top: 8px;
}
.price-item video {
    width: 54%;
    height: 125px;
/*    box-shadow: 3px 0px 3px 1px #666;*/
}
.price-item-more ul {
    padding: 0 0 0 0px;
    height: 65%;
}
.price-item-more ul li {
    list-style: none;
    font-size: 11px;
    margin: 1px 0;
    text-transform: uppercase;
}
.price-item-more .but, .but-more {
    display: block;
    background: none;
    text-align: center;
    padding: 2px 0px;
    margin: -5px auto 0;
    width: 75%;
    border: 2px solid #ffd600;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
.but-snow {
    display: block;
    background: none;
    text-align: center;
    padding: 5px 0px;
    margin: 25px auto 0;
    width: 140px;
    border: 2px solid #ffd600;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
}
.price-item>div .but-more {
    position: absolute;
    background: none;
    bottom: -27px;
    padding: 2px;  
    width: 55%;
}

.model {
    padding: 50px 0;
}
.model-cont {
    background: url(/img/model-bg.webp) center/cover no-repeat;
}
.model-mod>.model-bl {
    justify-content: center;
}
.model h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.model-bl {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.model-bl>a {
    display: block;
    width: 20%;
    text-align: center;
    margin-bottom: 30px
}
.model-bl>a img {
    margin-right: -8px;
}
.model-bl>a h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: bold;
}
.model-bl+p {
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.aten {
    text-align: center;
    margin-bottom: 6px;
}
.aten-price {
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.aten-price .but {
    margin-top: 0px;
    background: #ffd600;
    font-weight: normal;
    font-size: 13px;
    padding: 6px 30px
}
.prich-manager {
    
}
.prich-manager>p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #fff;
    margin-bottom: 0;
    margin-top: 10px;
}
.prich-manager img {
    display: block;
    margin: 0 auto 0px;
}
.prich-manager .row {
    background: url(/img/reason-bg.webp) no-repeat center;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
    margin-top: 0px;
}
.prich-manager .row p {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    background: #ffd600;
}
.prich-manager .row a {
    display: block;
    font-size: 36px;
    font-weight: bold;
}

#prichyn {
    padding: 20px 0;
}
#prichyn h2 {
    margin-bottom: 20px;
}
#prichyn .prich-manager {
    margin-top: 30px;
}
.prich-item {
    display: block;
    font-size: 11px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
#prichyn .prich-item h2 {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: none
}
.prich-button {
    width: 135px;
    display: block;
    margin: -1px auto 0;
    background: #ffd600;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 3px 0;
}
.top-prychyn .prich-item:nth-of-type(1) {
    margin-top: 0px;
}
.prich-center {
    height: 270px;
    margin-top: 0px;
/*    z-index: 1;*/
}
.prich-center img {
    margin-top: 25px;
    margin-left: -20px;
}
.prich-item-left>div, .prich-item-right>div{
    display: block;
    font-size: 8.3px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
#prichyn .prich-item-left h2, #prichyn .prich-item-right h2 {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: none
}
.prich-item-left>div {
    margin-top: 80px
}
.prich-item-right>div {
    margin-top: 80px;
}
.bot-prych .prich-item:nth-of-type(1) {
    margin-top: 0px;
}
.bot-prych .prich-item:nth-of-type(2) {
    margin-top: 15px;
}

#param {
    padding: 15px 0 30px;
}
#param h2 {
    margin-bottom: 30px
}
.param h2+p {
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
#param .container>div {
    padding: 0px 0px;
    font-style: italic;
    font-size: 16px;
}
#param p {
    padding: 0 0 0 90px;
    position: relative;
    margin-bottom: 20px
}
#param p:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: #000;
    top: 0px;
    left: 17px;
    background: url(/img/icon/stoimost.png) no-repeat center;
}
#param p:nth-of-type(2):before {
    background: url(/img/icon/stoimost2.png) no-repeat center;
}
#param p:nth-of-type(3):before {
    background: url(/img/icon/stoimost3.png) no-repeat center;
}
#param p:nth-of-type(4):before {
    background: url(/img/icon/stoimost4.png) no-repeat center;
}
#param p span {
    font-weight: 600;
}
#param2 {
    padding: 15px 0;
    background: url(/img/param-bg.jpg) no-repeat center;
    background-size: cover;
}
.param ul p {
    font-size: 14px;
    font-style: italic;
    text-align: left;
}
#param2 li:nth-of-type(4) img {
    margin-top: -10px;
}
#param2 li:last-child img {
    margin-top: 0px;
}
.param ul {
    padding-left: 0px;
}
.param li {
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: italic;
    position: relative;
    list-style: none;
}
.param li.odd {
    margin: 0 auto 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: italic;
    list-style: none;
}
.param li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffd600;
    position: absolute;
    top: 6px;
    left: -30px;
    border-radius: 50%;
}
.param li.odd:before {
    display: none;
}
.param img {
/*    border: 3px solid #ffd600*/
}
#online {
    padding: 10px 0px 30px;
}
#online form {
    border: 5px solid #ffd600;
    padding: 35px 15px 20px 0px;
}
.block-zakaz {
/*    margin-top: 0px;*/
}
.block-zakaz p {
    font-weight: bold;
}
.checkbox {
  vertical-align: top;
  margin: 0 0px 0 0;
  width: 15px;
  height: 15px;
}
.checkbox + label {
  cursor: pointer;
    display: inline-block;
    position: relative;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 20px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 15px;
    margin: 2px 0;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #ffd600;
}
.checkbox:checked + label:before {
  background: url(../img/check.png) no-repeat center;
}
.checkbox:not(checked) + .second-check {
    margin-left: 20px;
    display: none;
}
.coment {
    margin-top: 5px;
    padding-right: 0;
}
.coment p {
    font-weight: bold;
    margin-bottom: 0px;
}
.coment input {
    width: 100%;
    border: 2px solid #ffd600;
    padding: 2px 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.coment textarea {
    resize: none;
    width: 100%;
    height: 80px;
    border: 2px solid #ffd600;
    padding: 5px 10px;
    font-size: 14px;
}
.but-wraper {
    position: relative;
}
.but-wrap {
    width: 50%;
    margin: -38px auto 10px;
    padding: 30px 0 1px;
    text-align: center;
    background: #ffd600;
}
.but-girl {
    display: block;
    margin: 0px auto 0px;
}
.but-wrap p {
    font-size: 14px;
}
.but-wrap p span {
    text-transform: uppercase;
    color: #fe1111
}
#online .but {
    margin: 10px auto;
    display: block;
    padding: 9px 60px;
    background: rgba(246,0,20,1);
    font-size: 16px;
    color: #fff;
}

#calc {}
#calc h2{
    margin: 35px auto 10px;
}
.calc-block {
    border: 5px solid #ffd600; 
    padding: 30px 0px 30px;
    margin-bottom: 50px;
}
.calc-block h4 {
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: bold;
    margin-left: 20px;
}
.calc-block h4:before {
    position: absolute;
    content: "1";
    padding: 6px 10px;
    border-radius: 50%;
    background: #ffd600;
    color: #000;
    left: -37px;
    top: -5px;
}
.calc-block .city-calc h4 {
    display: inline-block;
    margin-right: 20px;
    margin-left: 35px;
} 
.calc-block .city-calc h4:before {
    content: "2";
    left: -35px;
}
.calc-block .city-calc h5 {
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    font-weight: bold;
}
.calc-block .city-calc h5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    background: #000;
    top: 9px;
    left: -15px;
}
.select {
    padding-left: 20px;
}
.select .checkbox + label {
    font-size: 14px;
    display: block;
}
.select-uslug {
    width: 180px;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #ffd600;
    margin: 25px 0 10px;
}
.select-uslug img {
    width:85%;
    height: 110px;
}
.select-uslug p {
    margin-top: 5px;
    font-size: 13px;
}
.city-calc p{
    color: #000;
    margin-top: 10px;
}
#map1 {
    width: 103% !important;
    height: 280px !important;
    overflow: hidden !important;
}
.city-calc .but, .select .but {
    margin: 25px auto 10px;
    display: block;
    padding: 8px 50px;
    background: rgba(246,0,20,1);
    color: #fff;
}
.girl-ban {
    padding-left: 20px;
    padding-right: 10px;
}
.girl-ban img {
    display: block;
    margin: 75px auto 0;
}
.but-block {
    text-align: center;
    background: #ffd600;
    padding: 35px 5px 5px 5px;
    margin-top: -38px;
}
.but-block .but {
    font-weight: bold;
    padding: 8px 50px;
    background: rgba(246,0,20,1);
    color: #fff;
}
#but-zvon:hover {
    background: rgb(255, 54, 70);
}
.but-block p {
    margin-top: 15px;
    font-size: 14px;
}
.but-block p span {
    text-transform: uppercase;
    color: red
}
.range-time {
    margin-top:25px;
    background: url(../img/range-bg.png) no-repeat center;
    background-size: contain;
}
.range-time img {
    position: relative;
/*    transition: all linear 3s;*/
    left: 5%;
    width: 90px;
    top: -27px;
}
.time {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
}
.time p {
    margin: 0;
}

#about {
    padding: 20px 0px;
}
#about .param h2+p{
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
#about .param-aten {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 10px auto 30px;
}
#about li:nth-of-type(2) img {
    margin-top: -30px;
}
#about li:nth-of-type(6) img {
    margin-top: -20px;
}
#about .about-box {
    border: 5px solid #ffd600;
}
#about .about-box ul {
    padding: 0px 0 0 20px;
}
#about p {
    font-size: 14px;
}
.about-content h4{
    font-size: 16px;
    font-family: 'Open Sans';
    margin: 20px auto 10px;
    font-weight: bold;
    text-align: center
}
#about .about-content p {
    font-size: 16px;
}
#about .about-content p:last-child img{
    margin-top: -0px;
}
.about-content table {
    margin: 5px auto;
    width: 100%;
}
.about-content td, .about-content th {
    border: 1px solid #000;
    padding: 5px;
    font-size: 14px;
    color: #000;
    text-align: left;
    vertical-align: text-top;
}
.float-right {
    float: right;
    margin-left: 15px;
}
.float-left {
    float: left;
    margin-right: 15px;
}
.img-block {
    text-align: center;
}
.img-center {
    display: inline-block;
    margin: 0px 25px;
}

#slider{
	padding: 10px 0 30px;;
    background: url(/img/slider-bg.jpg) no-repeat center;
    background-size: cover
}
#slider .item img {
    height: 250px;
    width: 100%;
}
#slider-itself{
	margin: 10px auto 0;
}
#slider-itself h2 {
    margin-bottom: 30px;
}
#slider a{
	top:45%;
	font-size: 30px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#slider iframe {
    width: 100%;
    margin: 0px auto;
    border: 1px solid #ccc;
    height: 250px;
}

#otzyv{
	padding: 30px 0;
}
#otzyv .otz-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #ffd600;
    height: 300px;
    margin-top: 30px;
}
#otzyv .item img {
    width: 22%;
    margin-right: 20px;
    margin-left: 40px;
}
#otzyv .text-otzyv {
    font-size: 14px;
    font-family: 'Open Sans';
    font-style: italic;
    padding-right: 20px;
}
#otzyv .text-otzyv span {
    display: block;
    margin: 10px 0;
    font-family: 'Open Sans';
}
#otzyv .text-otzyv span:nth-of-type(1) {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}
#otzyv .text-otzyv span:nth-of-type(2) {
    font-size: 14px;
    font-style: normal;
}
#otzyv a{
	top:45%;
	font-size: 30px;
}
#otzyv .carousel-control.right {
    right: 0px;
}

#contact {
    padding: 20px 0;
}
#contact>div {
    border: 5px solid #ffd600;
    padding: 20px 0;
}
#contact h2 {
    margin-bottom: 20px;
}
#contact p {
    text-align: center;
    margin: 13px 0 0;
    font-size: 20px;
    font-weight: bold;
}
#contact #bottom-map {
    height: 250px;
    overflow: hidden;
    width: calc(100% - 20px);
    max-width: 650px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #ffd600;
    box-sizing: border-box;
}
#contact .but {
    margin: 10px auto 0;
    display: block;
    background: #ffd600;
    width: 170px;
    text-align: center;
    cursor: pointer
}
#city {
    padding: 10px 0;
    background: url(../img/ar-bg.webp) no-repeat center;
    background-size: cover;
}
#city>.container>div{
    border: 5px solid #fff;
    padding: 15px 0;
}
#city>.container>div p {
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px;
    cursor: pointer;
}
#city li {
    text-align: center;
    list-style: none;
    margin: 20px 0 0;
}
#city li a {
    font-size: 20px;
}

/*modal*/
#callback .modal-dialog{
    width: 400px;
    margin: 70px auto 0;
}
#callback h3 {
    font-size: 34px;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #494949;
}
#callback .modal-dialog p {
    font-size: 14px;
    text-align: center;
}
#callback .modal-dialog input {
    margin: 10px auto;
    padding: 6px 10px;
    width: 55%;
    border: 2px solid #000;
    font-size: 15px;
    font-style: italic;
    display: inline-block;
    margin-right: -5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 111;
    background: #fff;
}
#callback .modal-dialog .but{
    padding: 9px 10px;
    background: #ffd600;
    margin-bottom: 10px;
    display: inline-block;
}
.timer {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 0px 10px #ffd600,
                inset 0px 0px 0px 20px #fce35e,
                inset 0px 0px 0px 30px #feec8d,
                inset 0px 0px 0px 40px #fff5bf;
    font-weight: bold;
    animation: time 1s infinite ease-in-out;
    animation-direction: alternate;
}
@keyframes time {
    from {box-shadow: inset 0px 0px 0px 10px #ffd600,
                    inset 0px 0px 0px 20px #fce35e,
                    inset 0px 0px 0px 30px #feec8d,
                    inset 0px 0px 0px 40px #fff5bf;}
    to {box-shadow: inset 0px 0px 0px 10px #fff5bf,
                    inset 0px 0px 0px 20px #feec8d,
                    inset 0px 0px 0px 30px #fce35e,
                    inset 0px 0px 0px 40px #ffd600;}
}
.timer-block p {
    margin-top: 10px;  
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
}
.thx .modal-dialog {
    width: 300px;
    border: none;
    margin: 50px auto 0;
}
.thx .modal-body {
    background: #fff;
}
.thx p {
    padding: 0px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
}
.thx button {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
}
#game-modal .modal-dialog{
    width: 300px;
    margin: 70px auto 0;
    text-align: center;
}
#reset {
    border: none;
    background-color: #ffd600;
    color: #000;
    margin-top: 10px;
    border-radius: 5px;
    width: 90%;
    height: 40px;
    font-size: 21px;
    text-transform: uppercase;   
}      
td {                            
    text-align:center;                              
    color: gray;
    vertical-align: middle;                         
}
#box table {
    margin: 10px auto;
}
#box td {
    border:solid 2px #ffd600;
    text-align:center;
    font-size:37px;
    color: #000;
    width: 55px;
    height: 55px;
}
#box td:hover {
    color:000;
    background: #ffd600;
    cursor: pointer;
}
.avtovysh-type .modal-dialog{
    width: 800px;
    margin: 70px auto 20px;
}
.avtovysh-type h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
}
/*
.avtovysh-type h3+p {
    text-align: center;
    font-size: 13px;
    margin: 10px auto;
}
*/
.avtovysh-type p {
    font-size: 14px;
    line-height: 17px;
    margin: 15px 0;
}
#type-modal .modal-dialog{
    width: 400px;
    margin: 70px auto 0;
}
#city-rayon .modal-dialog {
    width: 90%;
    margin: 70px auto 0;
}
#city-modal .modal-dialog {
    width: 300px;
    margin: 70px auto 0;
}
#city-modal ul {
    padding-left: 10px;
    height: 300px;
    overflow-y: scroll;
}
#city-modal li {
    list-style: none;
    margin: 5px 0;
}
#city-modal li a {
    color: #0a00ff;
    font-weight: 500;
}
#scroll-to span{
	width:55px;
	height:54px;
	font-size: 45px;
	padding: 0 0 0 10px;
	border:3px solid #ffd600;
	border-radius:100%;
	color: rgba(246, 0, 20, 0.68);
}
#scroll-to{
	cursor: pointer;
	position: fixed;
	bottom:7%;
	right:25px;
	z-index:999;
	display: none;
}
#scroll-to:hover span{
	background: #ffe76b;
	color: rgba(246, 0, 20, 0.98);
}



/********** Contact ***********/
.contact-block {
    text-align: center;
    font-size: 19px;
    padding: 0px 0 30px
}
.contact-block p {
    margin: 10px auto;
}
.contact-block a{
    font-weight: bold;
    font-size: 24px;
    color: rgba(246,0,20,1);
}
.operator {
    padding: 10px 0 0px;
    background: #ffd600;
    border: 5px solid #ff2d2d;
    margin: 20px auto 10px;
}
.operator p {
    margin-bottom: 10px;
}
.post-mail {
    display: block;
    margin: 0px auto 0;
    color: #0013a5;
    font-weight: bold;
}
.consultant img {
    float: left;
    margin-right: 20px;
}
.consultant p {
    margin: 5px auto;
    text-align: left;
    font-size: 16px;
}
.consultant span {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #de0000;
    font-weight: bold;
}
.adress-block {
    background: #ffffff;
    border: 5px solid #ffd600;
/*    box-shadow: 0px 0px 0px 3px #e3e3e3;*/
    padding: 10px 15px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.adress-block h3 {
    display: inline-block;
    margin: 10px auto;
    padding: 10px 35px;
    border: 2px solid #be0000;
    font-size: 20px;
    background: #f2f2f2;
}
.adress-block h4 {
    margin: 10px 0 15px;
    padding: 10px 0 12px;
    border-bottom: 2px dashed #ccc;
}
.adress-block h4 a {
    color: #0031ff;
}
.adress-block h4 a:hover {
    text-decoration: underline;
}
.adress-item {
    margin-top: 20px;
    margin-bottom: 15px;
}
.img-block-adr1, .img-block-adr2, .img-block-adr3{
    text-align: center;
}
.img-block-adr1 img, .img-block-adr2 img, .img-block-adr3 img{
    width: 100%;
    border: 1px solid #d30000;
    box-shadow: 0px 0px 5px 1px #ffd600;
    height: 230px;
}
.img-block-adr3{
    
}
.adress-item iframe {
    width: 100%;
    border: 1px solid #d30000;
    box-shadow: 0px 0px 5px 1px #ffd600;
    height: 230px;
}

.contact {
    padding-bottom: 20px
}
.contact h5{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.contact p {
    font-size: 17px;
}
.contact p span {
    font-size: 22px;
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 2px solid #FF921A;
}
.contact button {
    width: 100%;
    background: #FF921A;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    padding: 8px;
    font-size: 18px;
    font-weight: 600
}

.oplata-bl {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 50px
}

.oplata-it {
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.oplata-it img {
    margin-bottom: 20px
}
#contact .uslug-item p {
     margin: 0 0 7px;
    text-align: left;
    font-size: 17px;
}

#popup h3 {
    font-size: 30px;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #000;
}
#popup .modal-dialog p {
    font-size: 18px;
    text-align: center;
}
#popup .modal-dialog input {
    margin: 20px auto;
    padding: 10px;
    height: 50px;
    width: 280px;
    border: 2px solid #ffd600;
    font-size: 18px;
    color: #000;
    outline: none
}
#popup .modal-dialog .but{
    margin-bottom: 10px;
/*    background: #e30002;*/
}
.modal .close {
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}
#thx4 .modal-dialog {
    width: 300px;
    border: none;
    margin: 50px auto 0;
}
#thx4 .modal-body {
    background: #fff;
}
#thx4 .modal-dialog p {
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
}
#popup .modal-dialog  {
   width: 520px;
}
#popup .modal-body {
    padding: 40px 30px
}
#popup h3 {
    font-size: 24px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    text-transform: uppercase;
    justify-content: center;
}
#popup h3 img {
    margin-right: 10px;
}
#popup h3+p>a {
    font-size: 32px;
    color: #e30002;
    border-bottom: 1px solid #feff29;
    padding-bottom: 10px;
    font-weight: bold;
}
#popup .head-p {
    font-size: 30px;
    margin: 25px 0 15px
}
.opros {
    width: 190px;
    margin: 10px;
    background: #fff;
    color: #e30002;
    border: 1px solid #e30002;
}
.opros:hover {
    background: #e30002;
    color: #fff;
}

.opros-block, .opros-form {
    padding: 0px 0 0;
    display: none;
}
#popup .opros-block>p {
    text-align: left;
    margin-bottom: 25px;
    font-size: 30px;
}
.get-opros {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#popup .label-control {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    display: none
}
.label-control+label {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    padding-left: 35px;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    width: 50%
}
.label-control+label a {
    text-decoration: underline
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    left: 0px;
    top: 5px;
    cursor: pointer;
    border: 1px solid #e30002
}
.label-control:checked+label:before {
    background: #fff url(../img/icon/check.png) center no-repeat;;
}
/* ---radio-custom-- */
.radio-opros {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.radio-opros + label {
    cursor: pointer;
    margin-bottom: 25px
}

.radio-opros:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio-opros + label {
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center;
    color: #565555;
    font-size: 20px;
    font-weight: normal;
    padding-top: 5px
}

.radio-opros:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 38px;
    height: 38px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px #afafaf
}

.radio-opros:checked + label:before {
    background: #ff0000;
    box-shadow: 0px 0px 5px 0px #afafaf, inset 0px 0px 0px 10px #fff
}


.otzyv-btns {
    display: flex;
    justify-content: space-between;
    width: 83.3333%;
    margin-left: auto;
    margin-right: auto;
}
.otzyv-btn {
    width: calc(50% - 10px);
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: #ffd600;
    font-size: 18px !important;
}

#carousel-slider1 {
    margin-bottom: 30px;
}


.news .otzyv-btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
}
.news__img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.news__slider {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.news-btn-prev svg, .news-btn-next svg {
    display: block;
    max-width: 100%;
    width: 24px;
    height: 24px;
}
.news-btn-prev {
    left: 0;
}
.news-btn-next {
    right: 0;
}
.news-btn-prev, .news-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    outline: none;
    border: none
}
.news__item {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #FFAE2D;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}
.news__dt {
    display: block;
    margin-bottom: 45px;
}
.news__name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.news__descr {
    font-size: 14px;
    font-weight: 500;
}
.news__btn {
    margin-left: auto;
    margin-right: auto;
}

.block {
    padding: 60px 0;
}



.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.botom_nav {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.botom_nav > div:not(:last-child) {
    margin-right: 30px;
}

.footer-logo {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 14px;
    line-height: 1;
}

.botom_nav a {
    display: block;
}

.botom_nav > div {
    width: 25%;
}

.botom_nav .sectitle {
    margin-bottom: 25px;
}
.sectitle {
    font-weight: 700;
    font-size: 18px;
}

footer {
    background: #FFAE2D;
    font-size: 18px;
    padding: 40px 0;
}

footer p {
    text-align: center;
}

footer a {
    font-weight: 700;
    margin-bottom: 20px;
}


.headline {
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
    font-size: 40px;
    max-width: 1000px;
}

.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_block {
    flex-wrap: wrap;
    align-items: stretch;
}

.news_block {
    margin-left: -10px;
    margin-right: -10px;
}

.new {
    text-align: center;
    border-radius: 0;
    padding: 15px 24px;
    background-color: #FFCB0E;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.new__name {
    font-weight: 600;
    font-size: 18px;
}

.new__mob {
    display: none;
}

.new__name {
    font-weight: 600;
    font-size: 18px;
}

.new__text {
    font-size: 14px;
}

.new__img img {
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new__img {
    height: 191px;
    border-radius: 0;
    margin-bottom: 18px;
}




.rewiev-bl {
    flex-wrap: wrap;
    font-size: 14px;
    align-items: flex-start
}

.rewiev-it {
    width: 48.5%;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #b2b2b2
}

.rewiev_row-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.rewiev_head-us span {
    font-weight: 400
}

.rate {
    text-align: right;
    flex-shrink: 0
}

.star {
    display: block;
    background: url(../img/icon/star.svg);
    height: 14px;
    margin-bottom: 15px
}

.rewiev-info,
.rewiev_row,
.rewiev_row-asn {
    margin-bottom: 10px
}

.rate .date {
    font-size: 16px;
    padding-right: 5px;
    display: block
}

.rewiev-info {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rewiev-info p {
    width: 28%;
    display: flex;
    justify-content: space-between;
    margin-right: 1%;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.rewiev-info p span {
    font-weight: 700
}

.rewiev-info .name {
    max-width: 90%;
    font-size: 14px;
    height: 50px
}

.rewiev_progr {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    border-radius: 5px
}

.rewiev_bot {
    border-radius: 30px;
    padding: 24px;
    background-color: #ECECEC;
}

.rewiev_img {
    max-width: 100%;
    width: 100%;
    border-radius: 30px;
}



@media screen and (max-width: 1250px) {
    .new {
        width: calc(100% / 12 * 4 - 20px);
    }
}

@media screen and (max-width: 950px) {
    .block {
        padding: 30px 10px;
    }

    .botom_nav {
        align-items: flex-start;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .flex-b {
        justify-content: space-between;
        align-items: center;
    }

    .botom_nav > div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .botom_nav a {
        display: block;
    }
    .botom_nav a, .city_links a, .kran_desc, .sectitle, footer {
        font-size: 16px;
    }
    .botom_nav > div {
        width: 100%;
    }

    .bot_foot_menu {
        flex-direction: column;
    }

    footer {
        padding: 30px 0;
        font-size: 16px;
    }

    .new {
        width: calc(100% - 20px);
    }

    .new__name {
        font-size: 16px;
    }

    .new__text {
        font-size: 12px;
    }

    .rewiev-it {
        width: 100%;
        margin-top: 30px;
    }

    .rewiev-info p {
        width: 47%;
    }

    .headline {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px)
{
.gerb {
    display:none;
}
}


.error h4{
    text-transform: uppercase
}
.error{
    text-align: center
}
.error {
    width: 100%;
    height: 100vh;
    background: url(/img/not-found.jpg) center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #000
}
.error>div {
    margin-bottom: 9%
}

.error h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px
}

.error p{
    font-size: 20px;
    font-weight: 700
}

.error .but {
    margin: 0 auto;
    background: #4ddd22;
    color: #fff
}
.my-404 {
    margin: 0;
}