/*   
Theme Name: SiteRussia
Theme URI: siterussia.ru
Description: Дизайн сайта разработанный компанией Site Russia
Author: Wolf
Author URI: siterussia.ru
Version: 1.0
*/


@font-face {
    font-family: 'Golos';
	src: url('../fonts/GolosText-Regular.woff2') format('woff2'),
    url('../fonts/GolosText-Regular.woff') format('woff'),
    url('../fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: block;
}

@font-face {
    font-family: 'Golos';
	src: url('../fonts/GolosText-Medium.woff2') format('woff2'),
    url('../fonts/GolosText-Medium.woff') format('woff'),
    url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: block;
}

@font-face {
    font-family: 'Golos';
    src: url('../fonts/GolosText-Bold.woff2') format('woff2'),
    url('../fonts/GolosText-Bold.woff') format('woff'),
    url('../fonts/GolosText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: block;
}

/* iPhone 5 */
@media (max-width: 321px){.modal .modal-dialog {width: 100%;padding: 60px 10px 10px 10px!important;} .modal .modal-dialog .button{width: 100%;padding: 20px!important;}}
/* iPad */
 @media (min-width: 768px){.container {max-width: 800px;}.col-pl-2{grid-template-columns: repeat(2, 1fr);} .col-pl-3{grid-template-columns: repeat(3, 1fr);}}
/* Все что меньше 921 + iPad вертикальный */
@media (max-width: 1024px) {
	.modal .modal-dialog{width: 100%;padding: 60px 20px 20px 20px;}
	.block{padding: 30px 0px;}
	.block h2{font-size: 30px;}
	.button, .button2{display: block!important;width: 100%;}
	.grid{gap: 20px;}
	.col-m-2{grid-template-columns: repeat(2, 1fr);}
	.o1{order: 1;}
	.o2{order: 2;}
	
	#mobile .container{display: grid;grid-auto-flow: column;align-items: center;justify-content: space-between;padding-top: 15px;padding-bottom: 15px;}
	#header{display: none!important;}
	
	#za{background-color: white!important;}
	#za .poly{margin-bottom: 20px;}
	#mmenu{background-color: white;}
	#mmenu .modal-dialog{background-color: white;}
	#mmenu .nav{font-size: 22px;display: grid;}
	#mmenu .nav li{padding-bottom: 15px;}
	#mmenu .cont{display: grid;}
	#mmenu .cont .phone{font-weight: bold;font-size: 20px;margin-top: 10px;}
	#mmenu .cont .ad{margin: 5px 0px;}
	#mmenu .cont .mail{color: #1477FC;margin-bottom: 10px;}
	#mmenu .but{margin-top: 20px;background-color: #1A171D;color: white;border-radius: 4px;padding: 13px 20px;text-align: center;}
	
	.block .title{margin-bottom: 20px;}
	.block .title h2{margin-bottom: 10px;}
	.button{padding: 15px!important;}
	#slide .in{padding: 30px;background-position: 20%!important;}
	#slide h1{font-size: 40px;text-align: center;}
	#slide .loc{text-align: center;}
	#about img, #team .item img, #tabs img, #osob img{width: 100%;}
	#pr .it1, #pr .it2, #pr .it3{min-height: 200px;padding: 35px 40% 35px 35px!important;}
	#banner .text, #banner2 .text{padding: 30px;}
	#banner .bts, #list .item .bts{flex-direction: column;}
	#osob .item .text, #lic .item .text{padding: 0px 30px 30px 30px!important;}
	#lic img{border-radius: 22px;}
	#list .item{padding: 20px!important;}

	#footer{text-align: center;}
	#footer	.cont{padding-top: 20px;}
	#footer .soc{justify-content: center;}
	
	.atext{padding: 30px 0px;color: #6E7886;}
	.atext h2, .atext .big{color: #222222;}
}

@media (min-width: 1025px) {
	#mobile{display: none!important;}
	.container {max-width: 960px;}
	.modal .modal-dialog{max-width: 500px;padding: 40px;position: absolute;right: 0;height: 100%;margin: 0;}
	.block{padding: 60px 0px;}
	.block h2{font-size: 40px;line-height: 45px;}
	.grid{gap: 30px;}
	.col-pc-2{grid-template-columns: repeat(2, 1fr);}
	.col-pc-3{grid-template-columns: repeat(3, 1fr);}
	.col-pc-4{grid-template-columns: repeat(4, 1fr);}
	.col-pc-5{grid-template-columns: repeat(5, 1fr);}
	
	.col-pc-1-2{grid-template-columns: 1fr 2fr;}
	
	.block .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
	.block .title h2{margin-bottom: 0px;}
	
	#pr h2, #nap h2, #prem h2{max-width: 40%;}
	#osob h2{max-width: 60%;}
	#header .nav{gap: 20px;}
	#slide .in{padding: 70px;}
	#slide h1{max-width: 50%;}
	#banner .text{padding: 50px;max-width: 50%;}
	#banner2 .text{padding: 50px 50px 150px 50px;max-width: 40%;}
	#osob{font-size: 20px;}
	#list .item .bts{grid-column: span 2;}
	
	#bron .wpcf7-form .mes{grid-column: span 2;}
	
	.atext{max-width: 80%;margin: 0px auto;padding: 30px 0px;color: #6E7886;}
	.atext h2, .atext .big{color: #222222;}
	

	
	
	
}

@media (min-width: 1200px) {
	.container{max-width: 1260px;}
	
	
	#header .nav{gap: 25px;}
	
} 


*, ::after, ::before {box-sizing: border-box;}
.container{width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
body {margin: 0;line-height: 1.5;font-family: 'Golos',Arial,Helvetica,sans-serif!important;color: #222222;background-color: white;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
a{color: black;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;}
img, svg{vertical-align: middle;}
label {display: inline-block;margin-bottom: .5rem;}
button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;-webkit-appearance: none;background-color: white;}
button:active, button:focus {outline: none;} /* Убираем обводку у кнопок */
button::-moz-focus-inner {border: 0;}
p {margin-top: 0;}
h1, h2, h3, h4, h5, h6 {margin-top: 0;font-weight: 500;line-height: 1.2;}
h1{font-size:60px;margin-bottom: 20px;}
h2{font-size:32px;margin-bottom: 15px;}
h3{font-size: 26px;margin-bottom: 15px;}

/* Кнопка вверх */
.btn-back-top {opacity: 0;background: black;border-radius: 2px;cursor: pointer;display: block!important;width: 45px;height: 45px;position: fixed;right: 15px;bottom: 15px;transition: .5s;z-index: 1030;}
.btn-back-top:hover{opacity: 1!important;}
.btn-back-top:before {border-radius: 4px;border-color: #fff;border-style: solid;border-width: 5px 0 0 5px;content: "";width: 17px;height: 17px;position: absolute;top: 17px;left: 15px;transform: rotate(45deg);}

/* Кнопка вотсап */
.whatsapp-button{position: fixed;right: 70px;bottom: 70px;background: #25D366;border-radius: 50%;width: 65px;height: 65px;z-index: 9999;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 11px rgb(37 211 102);}
.whatsapp-button:before,
.whatsapp-button:after {content: " ";display: block;position: absolute;border: 50%;border: 1px solid #25D366;left: -20px;right: -20px;top: -20px;bottom: -20px;border-radius: 50%;animation: animate 1.5s linear infinite;opacity: 0;backface-visibility: hidden; }
.whatsapp-button:after{animation-delay: .5s;}
@keyframes animate{0%{transform: scale(0.5);opacity: 0;}50%{opacity: 1;}100%{transform: scale(1.2);opacity: 0;}}
@media (max-width: 921px) {.whatsapp-button {bottom: 10px!important;left: 10px;}}

.ntf{background-color: red;color: white;padding: 10px;}
.ntf .ntf-close{color: white;}
.ntf .container{display: flex;justify-content: space-between;align-items: center;}

/* Дата для мобильного */
input[type="date"]:before {color: lightgrey;content: attr(placeholder) !important;margin-right: 0.5em;} 
input[type="date"]:focus:before {content: '' !important;}

.img-fluid {max-width: 100%;height: auto;}
.aligncenter{display: block;margin: 5px auto 5px auto;}
.alignright{float:right;padding-left: 10px;padding-bottom: 10px;}
.table {width: 100%;margin-bottom: 1rem;border-collapse: collapse;}
.table td, .table th {padding: .75rem;vertical-align: top;border-top: 1px solid #dee2e6;}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.p404{text-align: center;padding: 50px 0px;}
.grid{display: grid;}
.ac{align-items: center;}

/* Табы */
.nav {display: flex;padding: 0;margin: 0;list-style: none;outline: none;}
.nav-link:focus, .nav-link:hover {text-decoration: none;}
.nav-link {display: block;}
.tab-content>.tab-pane {display: none;}
.tab-content>.active {display: block;}
.fade {transition: opacity .15s linear;}
.fade:not(.show) {opacity: 0;}
/* Пролистывание на мобильном */
.scroll{flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;white-space: nowrap;}
.scroll::-webkit-scrollbar {height: 2px;-webkit-appearance: none;}
.scroll::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.scroll::-webkit-scrollbar-thumb {background: #1477FC;}

/* Гармошка */
.collapse:not(.show) {display: none;}
.collapsing {position: relative;height: 0;overflow: hidden;transition: height .35s ease;}

/* Модальное */
.modal {position: fixed;top: 0;left: 0;z-index: 1050;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;background-color: #00000060;}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll} /*Нужно что бы не прыгало */
.modal-open {overflow: hidden;}
.modal-open .modal {overflow-x: hidden;overflow-y: auto;}
.modal .modal-dialog{background-color: white;}
.modal .close{cursor: pointer;position: absolute;top: 20px;right: 20px;border: none;}
.modal .grid{gap: 20px;}
.modal .title{font-size: 45px;line-height: 55px;font-weight: bold;}
.modal .text{color: #545560;font-size: 20px;line-height: 35px;}

/* Анимация при наведении на картинку */
.box {overflow:hidden;}
.box img {-moz-transition: all 0.25s ease-out;-o-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
.box img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

/* Хлебные */
.breadcrumbs {color: black;font-size: 14px;padding-bottom: 10px;}
.breadcrumbs a{color: #7F7F7F;border-bottom: 1px solid;}

/* Слайдер */
.owl-nav .disabled{display: none;}
.owl-nav .owl-prev{left: 10px;}
.owl-nav .owl-next{right: 10px;}
#info .owl-nav button {position: absolute;top: calc(50% - 16px);}
.owl-nav button:hover path{fill: #1477FC;}
.owl-dots{display: flex;justify-content: center;width: 100%;margin-top: 20px;}
.owl-dots .owl-dot span {width: 15px;height: 15px;margin: 0px 5px;background: white;display: block;-webkit-backface-visibility: visible;border-radius: 30px;border: 1px solid #1477FC;}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {background: #1477FC;}

/* Форма связи */
.wpcf7{position: relative;}
.wpcf7 .wpcf7-form{display: grid;gap: 20px;}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .screen-reader-response, .wpcf7 .wpcf7-form .ajax-loader, .wpcf7 .wpcf7-form .wpcf7-response-output{display: none;}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid{border-bottom: 1px solid red!important;}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output{display: block;font-size: 14px;color: red;font-weight: 500;}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output{display: block;font-size: 14px;color: green;font-weight: 500;border: 2px solid green;padding: 10px;text-align: center;background-color: #00800005;}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-mask, .wpcf7 .wpcf7-textarea{border: none;border-bottom: 1px solid #54556020;padding: 10px 0px;width: 100%;}
.wpcf7 .wpcf7-form.submitting .ajax-loader {display: block;background-image: url(images/ajax-loader.gif);width: 24px;height: 24px;position: absolute;bottom: -25px;}

/* Другое  */
.ppage{min-height: 500px;padding-top: 20px;padding-bottom: 20px;}
.phone{white-space: nowrap;}
#za .modal-dialog{display: flex;align-items: center;}

/* Кнопка */
.button{display: inline-block;cursor: pointer;border: none;text-align: center;padding: 15px 35px;color: white;background-color: #1477FC;border-radius: 8px;font-weight: 500;font-size: 17px;}
.button:hover{background-color: black;color: white!important;}

.button2{padding: 15px 35px;border-radius: 8px;border: 1px solid #1477FC;font-weight: 500;text-align: center;}
.button2:hover{background: black;color: white;border-color: black;}

/* Анимация */
.button, .button2, #header a, #footer a, #slide a, #news a, #contacts a, #banner .button2{-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;text-decoration: none;}
/*HOVER*/
#header a:hover, #footer a:hover, #news a:hover, #contacts a:hover{color: #1477FC!important;}


#header{padding: 20px 0px;border-bottom: 1px solid #F0F0F0;margin-bottom: 20px;}
#header .container{grid-template-columns: repeat(5, auto);align-items: center;justify-content: space-between;}
#header .loc{display: flex;align-items: center;gap: 7px;}
#header .loc:before {content: url(../images/loc.svg);line-height: 15px;}
#header .nav a{color: #6E7886;}
#header .cont{text-align: right;}
#header .phone{font-size: 20px;}
#header .button:hover{color: white!important;}

.more{display: flex;gap: 7px;}
.more:after{content: url(../images/ar.svg);}
.big{font-size: 25px;font-weight: 500;margin-bottom: 20px;line-height: 33px;letter-spacing: -0.04em;}

.block h2{margin-bottom: 30px;letter-spacing: -0.04em;}

.citylist .grid{gap: 5px;}

.time{font-size: 14px;color: gray;}

.ames{background: #F5F6FA;border-radius: 22px;padding: 40px;margin: 30px 0px;}

#slide .in{background: url(../images/slide.jpg) no-repeat center / cover;border-radius: 22px;}
#slide h1{letter-spacing: -0.04em;}

#slide .loc{font-size: 20px;color: red;margin-bottom: 20px;font-weight: bold;}


#about img{border-radius: 22px;}

#pr{border-bottom: 1px solid #F0F0F0;border-top: 1px solid #F0F0F0;}
#pr .it1, #pr .it2, #pr .it3{font-size: 18px;font-weight: 500;padding: 20px 40% 30px 30px;border-radius: 22px;letter-spacing: -0.04em;line-height: 20px;}
#pr .it1{background: url(../images/it1.jpg) no-repeat;}
#pr .it2{background: url(../images/it2.jpg) no-repeat;}
#pr .it3{background: url(../images/it3.jpg) no-repeat;}

#nap .item{color: #6E7886;border: 1px solid #E4E9ED;border-radius: 22px;}
#nap .item img{border-top-left-radius: 22px;border-top-right-radius: 22px;}
#nap .item .info{padding: 25px;}
#nap .item .title{color: #222222;font-size: 24px;font-weight: 500;margin-bottom: 10px;letter-spacing: -0.04em;line-height: 29px;}
#nap .item .text{font-size: 15px;}

#gallary .owl-stage-outer, #gallary img{border-radius: 22px;}
#gallary .owl-nav button{position: absolute;top: calc(50% - 18px);}
#gallary .owl-nav .owl-prev{left: 10px;}
#gallary .owl-nav .owl-next{right: 10px;}

#prem .item{background: #F5F6FA;border-radius: 22px;padding: 30px;}
#prem .item .title{color: #222222;font-size: 24px;font-weight: 500;margin-bottom: 10px;letter-spacing: -0.04em;line-height: 29px;margin-top: 15px;}

#team{border-bottom: 1px solid #F0F0F0;border-top: 1px solid #F0F0F0;}
#team .item{text-align: center;font-weight: 500;}
#team .name{font-size: 20px;margin-top: 10px;}
#team .spec{color: #1477fc;text-transform: uppercase;font-size: 14px;}

#tabs img{border-radius: 22px;}
#tabs .nav{flex-wrap: wrap;gap: 10px;}
#tabs .nav .nav-link{color: #222222;background: #E7EEF7;padding: 8px 10px;border-radius: 3px;font-size: 14px;}
#tabs .nav .nav-link.active{background: #1477FC;color: white;}
#tabs .tab-content{margin-top: 40px;color: #6E7886;font-size: 20px;}
#tabs .tab-content h3{color: #222222;}

#banner .in{background: url(../images/banner.jpg) no-repeat center / cover;border-radius: 22px;}
#banner .bts{margin-top: 20px;display: flex;align-items: center;gap: 10px;}

#banner2 .in{background: url(../images/banner2.jpg) no-repeat center / cover;border-radius: 22px;}
#banner2 .txt{color: #1477FC;text-transform: uppercase;font-weight: 500;margin-top: 30px;}

#osob img{border-top-left-radius: 22px;border-bottom-left-radius: 22px;}
#osob .item{border-radius: 22px;border: 1px solid #E4E9ED;}
#osob .item .text{padding: 50px 50px 50px 10px;}
#osob .owl-nav{gap: 10px;position: absolute;display: flex;right: 20px;bottom: 20px;}
#osob .owl-nav button{border: 1px solid #E4E9ED;border-radius: 50%;}

#list .item:first-child{border-top-left-radius: 22px;border-top-right-radius: 22px;}
#list .item:last-child{border-bottom-left-radius: 22px;border-bottom-right-radius: 22px;}
#list .item{border: 1px solid #E4E9ED;padding: 40px 40px 20px 40px;margin-top: -1px;}
#list .item .title{color: #1477FC;font-size: 26px;line-height: 31px;}
#list .item .info{font-weight: 500;margin-bottom: 20px;}
#list .item .info span{display: block;color: #6E7886;font-size: 14px;font-weight: 400;}
#list .item .bts{display: flex;gap: 10px;}

#faq{background-color: #E8EFF3;}
#faq .text{color: #999999;}
#accordion{display: inline-block;width: 100%;}
#accordion .card{border: none;border-radius: 0px;padding: 20px 0px 10px 0px;border-bottom: 1px solid #00000020;background: transparent;}
#accordion .card a{color: black;font-size: 20px;padding-bottom: 10px;display: flex;justify-content: space-between;}
#accordion .card:first-letter{text-transform: capitalize;}
#accordion .card .more{font-size: 16px;font-weight: bold;}
#accordion .card a:after {content:"\2014";float: right;color: inherit;font-size: 30px;line-height: 30px;color: black;}
#accordion .card .collapsed:after {content:"+";font-size: 40px;line-height: 30px;}
#accordion .card p{margin: 0px;}



#bron{padding-top: 60px;background: #F5F6FA;}
#bron .wpcf7-text, #bron .wpcf7-mask, #bron .wpcf7-textarea{background-color: white;border: none;padding: 15px;border-radius: 2px;}
#bron .wpcf7-form{align-items: center;}
#bron .button{place-self: end;}

#lic{color: #6E7886;}
#lic img{border-top-left-radius: 22px;border-bottom-left-radius: 22px;}
#lic h3{color: #222222;}
#lic .item{border-radius: 22px;border: 1px solid #E4E9ED;}
#lic .item .text{padding: 50px 50px 50px 10px;}

#rews{border-top: 1px solid #F0F0F0;}
#rews .comment{background: #F5F6FA;border-radius: 22px;padding: 40px;}
#rews .name{font-size: 20px;font-weight: 500;}
#rews time{color: #6E7886;}

#contacts{font-size: 18px;}
#contacts .phone{font-size: 25px;font-weight: 500;}
#contacts .ad{margin-top: 15px;}
#contacts .mail{display: block;margin-top: 15px;color: #1477FC;font-weight: 500;}


#footer{background-color: #F6F7F8;padding: 80px 0px;font-size: 15px;}
#footer a{color: black;}
#footer .title{margin-top: 20px;}
#footer .widget-title{font-size: 18px;margin-bottom: 15px;}
#footer ul{padding: 0px;list-style: none;}
#footer ul li{padding: 5px 0px;}
#footer .phone{font-size: 20px;font-weight: 500;}
#footer .ad{margin: 10px 0px;}
#footer .mail{color: #1477FC;font-weight: 500;}
#footer .soc{display: flex;gap: 5px;margin-bottom: 20px;}
#footer .button{color: white;}
#footer .button:hover{color: white!important;}


.full{background-color: #fff;}
.full a{color: black;}
.full .modal-dialog{max-width: 100%;position: relative;}
.full .title{font-size: 30px;font-weight: 500;padding-bottom: 15px;}
.full .st{font-size: 18px;padding-bottom: 10px;}
.full .list{list-style: none;padding-left: 0px;padding-top: 15px;font-size: 18px;gap: 5px;}
.full .select2-selection, .full .select2-selection__arrow{height: 40px!important;}
.full .select2-selection__rendered{line-height: 40px!important;}

