/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    src: local('Franklin Gothic Book'), local('FranklinGothicBook-Regular'),
        url(/pic/tula/fonts/franklin-gothic-book.ttf) format('truetype');
}

@font-face {
    font-family: 'Franklin Gothic Demi';
    font-style: normal;
    font-weight: 400;
    src: local('Franklin Gothic Demi'), local('FranklinGothicDemi-Regular'),
        url(/pic/tula/fonts/franklin-gothic-demi.ttf) format('truetype');
}

@font-face {
    font-family: 'Franklin Gothic Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Franklin Gothic Medium'), local('FranklinGothicMedium-Regular'),
        url(/pic/tula/fonts/franklin-gothic-medium.ttf) format('truetype');
}

body {
    font-family: "Franklin Gothic Book";
    background: url('/pic/tula/img/pattern.png');
}

.main-wrap {
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    background: #fff;
    position: relative;
}


.top-panel {
	background: #28552A;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.top-panel-title {
	font-family: "Franklin Gothic Demi";
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    margin-left: 15px;
    width: 40%;
    text-transform: uppercase;
}

.top-panel-contacts {
    display: flex;
    width: 60%;
}

.bottom-panel-contacts, 
.bottom-panel-contacts a {
    font-size: 16px;
    color: #fff;
}

.top-panel-contacts,.top-panel-contacts a{
	font-size: 16px;
    color: #fff;
}

.top-panel-contact {
	display: flex;
    line-height: 22px;
    width: 50%;
}

.top-panel-contact:before {
    content: "";
    display: block;
}

.top-panel-contact--place:before {
    width: 28px;
    height: 28px;
    background: url('/pic/tula/img/place-icon.png');
    background-repeat: no-repeat;
    transform: scale(0.5);
}

.top-panel-contact--phone:before {
    width: 28px;
    height: 28px;
    background: url('/pic/tula/img/phone-icon.png');
    background-repeat: no-repeat;
    transform: scale(0.5);
}

.top-panel-contact--time:before {
    width: 28px;
    height: 28px;
    background: url('/pic/tula/img/time-icon.png');
    background-repeat: no-repeat;
    transform: scale(0.5);
}

.top-panel-contact--mb {
    display: none;
}

.top-panel-offer {
	font-size: 20px;
    font-family: "Franklin Gothic Medium";
    color: #FEEF27;
    line-height: 24px;
    text-align: right;
}

.top-panel-offer span {
    position: relative;
}

.top-panel-offer span::after {
    position: relative;
    content: "*";
    top: -10px;
    font-size: 14px;
}

.top-panel-offer-how {
	background: #FEEF27;
    width: 240px;
    text-align: center;
    border-radius: 5px;
    height: 56px;
    cursor: pointer;
}

.top-panel-offer-how__active {
	font-family: "Franklin Gothic Demi";
    font-size: 22px;
    padding: 12px 10px;
    text-transform: uppercase;
}

.top-panel-offer-how__alt {
	display: none;
    text-align: center;
    color: #fff;
    padding: 6px 0px;
}

.top-panel-offer-how__alt span {
	font-size: 16px;
    display: block;
    line-height: 20px;
}

.top-panel-offer-how__alt b {
    display: block;
    font-size: 22px;
	font-family: "Franklin Gothic Demi";
    line-height: 24px;
}

.top-panel-offer-how:hover {
    background: #FF0000;
}

.main-baner {
    height: 438px;
    position: relative;
    margin-bottom: 50px;
}

.main-baner .slide-mobile {
    display: none;
}

.main-baner .swiper-slide {
    padding-bottom: 50px;
}

.main-baner .swiper-pagination {
    bottom: 18px;
}

.main-baner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #28552A;
    opacity: 1;
    background: #fff;
}

.main-baner .swiper-pagination-bullet-active {
    border: 2px solid #28552A;
    background: #28552A;
}


.pros {
	padding: 30px 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pros-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #28552A;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-family: "Franklin Gothic Demi";
}

.pros-one {
	width: calc(33.33% - 7.5px);
}

.pros-text {
	line-height: 28px;
    font-size: 24px;
    text-align: center;
}

.pros-text span {
    display: block;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #28552A;
    font-weight: 700;
    font-family: "Franklin Gothic Demi";
}

.pros-img {
    margin-bottom: 10px;
}

.pros-img img {
	width: 100%;
}



.where {
    background: #FEEF27;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.where-title {
    font-size: 40px;
    font-family: "Franklin Gothic Demi";
    color: #28552A;
    margin-right: 30px;
}

.where-left {
    display: flex;
}

.where-link {
    text-decoration: none;
    color: #fff;
    background: #28552A;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 22px;
    line-height: 40px;
    font-family: "Franklin Gothic Demi";
}

.where-img-mobile {
    display: none;
}

.asort {
    padding: 70px 30px;
}

.marks {
	
}

.marks-title {
	font-family: "Franklin Gothic Demi";
    font-size: 40px;
    line-height: 45px;
    color: #28552A;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.marks-list {
    width: 80%;
	columns: 120px 5;
}

.marks-list span {
    display: block;
    line-height: 40px;
    font-size: 14pt;
}

.asorts {
	margin-bottom: 50px;
}

.asort-list-title {
	font-family: "Franklin Gothic Demi";
    font-size: 40px;
    line-height: 45px;
    color: #28552A;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.asorts-list {
	display: flex;
    justify-content: space-between;
}

.assorts-one-img {
    height: 120px;
    width: 120px;
    border-radius: 5px;
    background: #28552A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.asorts-one--clear {
    display: none;
}
.asorts-one--clear .assorts-one-img {
    background: none;
    box-shadow: none;
}

.asorts-one img {
	display: block;
}

.asorts-one__title,.asorts-one__title a {
	font-size: 18px;
    line-height: 20px;
    color: #000000 !important;
    text-decoration: none;
    text-align: center;
    display: block;
}

.contact {
    background: #28552A;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-about {
    width: 355px;
}

.contact-about-title {
    font-size: 40px;
    margin-bottom: 90px;
    line-height: 45px;
    font-family: "Franklin Gothic Demi";
    color: #FEEF27;
}

.contact-about-subtitle {
    font-family: "Franklin Gothic Demi";
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.contact-panel-one {
    margin-bottom: 5px;
    display: flex;
    line-height: 22px;
}

.contact-panel-one::before {
    content: "";
    display: block;
}

.contact-map {
    width: 600px;
    height: 400px;
    background: #fff;
}

.bottom {
    padding: 40px 30px;
}

.bottom p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.modal{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007a;
    z-index: 999;
}
.modal--row{
    background: #28552A;
    max-width: 50%;
    margin-left: calc(50% - 300px);
    margin-top: 100px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    color: #FEEF27;
    position: fixed;
    width: 600px;
}
.modal--data{
    border: 5px solid #FEEF27;
}

.modal--data span{
    margin-top: 5px;
    display: inline-block;
    background: red;
    font-size: 36px;
    color: #ffffff;
    padding: 10px 50px;
}
.close {
    position: absolute;
    right: -32px;
    top: -32px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 4px;
    background-color: #FEEF27;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
