:root {
	--body-font: Roboto;
	--header-font: TTfrom;
	--color-1: #333;
	--color-2: #000;
	--color-3: #ff3f0b;
	--gradient-color-1: linear-gradient(150deg, rgb(255, 46, 0), rgb(255, 159, 70));
	--gradient-color-2: linear-gradient(150deg, rgb(255, 46, 0), rgb(0, 0, 0));
	--button-bg: linear-gradient(90deg, rgb(247, 44, 0),rgb(242, 124, 74));
}
/* Fonts START */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTfrom';
    src: url('../fonts/TTForm/TTNorms-Light.woff2') format('woff2'),
        url('../fonts/TTForm/TTNorms-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTfrom';
    src: url('../fonts/TTForm/TTNorms-Regular.woff2') format('woff2'),
        url('../fonts/TTForm/TTNorms-Regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Fonts END */

/* Template Settings START */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;    
}
@media (min-width: 576px) {
  .container {
      max-width: 767px;
    }
  }
@media (min-width: 768px) {
  .container {
      max-width: 991px;
    }
  }
@media (min-width: 992px) {
  .container {
      max-width: 1199px;
    }
  }
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
    }
  }
.flexbox {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}  
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}
.col-1, .col-2, .col-3, .col-4, 
.col-5, .col-6, .col-7, .col-8, 
.col-9, .col-10, .col-11, .col-12,
 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.left-position {
  padding-right: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	color: #333;
	background: #fff;
	font-size: 1.75em;
	line-height: 120%;
}
section {
	padding: 70px 0;
}
input, button {
	width: 100%;
	outline: none;
	transition: all 0.4s ease-in-out;
}
button {
  font-family: var(--body-font);
  cursor: pointer;  
  border: none;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
	text-decoration: none;
	color: var(--color-3);
}

h1 {
	font-family: var(--body-font);
	font-size: 75px;
	line-height: 110px;
	font-weight: 700;
	background: linear-gradient(150deg, rgb(255, 46, 0), rgb(255, 159, 70));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2 {
	font-family: var(--header-font);
	font-size: 70px;
	line-height: 78px;
	font-weight: 400;
	text-align: center;
	background: var(--gradient-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 70px;
}
h3 {
	font-family: var(--body-font);
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	background: var(--gradient-color-1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	margin-bottom: 30px;
}

.custom__button {
	display: block;
	padding: 20px 30px;
	font-size: 28px;
	text-transform: uppercase;
	background: var(--button-bg);
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 8.333333333333334px 25px 0px rgb(247, 44, 0);
	border-radius: 50px;
	max-width: 485px;
}
.custom__button:hover {
	scale: 1.04;
}
.callback__form .row .col-6 {
	padding: 0 15px;
}
/* Modal START */
.modal-window,
.callback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* Затемнение фона на 70% */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.pers-data {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 20px;
	margin-top: 15px;
}
.pers-data input {
	width: 20px;
	height: 20px;
}
.pers-data label {
	padding-left: 15px;
}
.modal-window__content {
  position: relative;
  width: 100%;
  max-width: 790px;
  height: auto;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
}
.modal-window__content form {
	height: 400px;
	overflow: auto;
}
.modal-window__content h2 {
  margin-bottom: 25px;
}

.modal-window__close {
  position: absolute;
  top: 0;
  right: -80px;
  width: 50px;
  height: 50px;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.modal-window__close:hover {
  transform: rotate(90deg);
}
.modal-window__close:before,
.modal-window__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 4em;
  width: 2px; 
  background-color: #fff;
}
.modal-window__close:before {
  transform: rotate(45deg);
}
.modal-window__close:after {
  transform: rotate(-45deg);
}

.fade-in {
  animation: fade-in 0.3s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* END */

/* Form Styles START */

.form__group {
  margin-bottom: 15px;
}
.callback__form h3 {
  margin-bottom: 20px;
}
label {
  display: block;
  font-size: 14px;
}

.confidentiality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__group p {
  position: relative;
  font-size: 13px;
  line-height: 120%;
  width: 90%;
}

.conf {
  width: 20%;
}
.choise__fish .form__group {
	display: inline-block;
	width: 100%;
	max-width: 48%;
}
.fields input {
	height: 35px;
	border: 2px solid var(--color-3);
	border-radius: 12px;
	padding: 0 15px;
}
.form__group {
	position: relative;
}
.form__group label {
position: relative;
  cursor: pointer;
  
}
#checkbox {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
}
form button {
  font-size: 20px !important;
  max-width: 100% !important;
  font-weight: 600;
  cursor: pointer;
}
input[name=work-email] {
    padding: 0;
    margin: 0;
    border: none;
    max-width: 0;
    max-height: 0;
}


/* Form Styles END */

/* Template Settings END */

/* Header START */
#header {
	position: relative;
	background: var(--color-2);	
	padding-bottom: 70px;
}
#header .top__header {
	align-items: center;
	height: 216px;
}
.logo {
	align-items: center;
}
.logo img {
	border-right: 4px solid rgb(241, 92, 22);
	padding-right: 25px;
}
.logo p {
	font-family: var(--header-font);
	font-size: 19px;
	color: var(--color-3);
	font-weight: 700;
	margin-left: 25px;
}
.top__contacts {
	text-align: right;
}
.offer h1 {
	max-width: 590px;
	margin-bottom: 80px;
	margin-top:100px;
}
.header__bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	max-width: 700px;
}
/* Header END */

.geom__line {
	position: relative;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.geom__line svg {
	position: absolute;
	top: -2px;
	left: -20%;
	width: 140%;
	height: 100%;
	transform: rotate(180deg);
}

/* Vid START */
#vid {
	position: relative;
	background: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	padding-bottom: 150px;
}
#vid:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 100%);
	content: "";
	z-index: 2;
}
#vid h2 {
	position: relative;
	z-index: 5;
	font-weight: 700;
}
#vid .flexbox {
	position: relative;
	z-index: 3;
	gap: 30px;
}
#vid .custom__button {
	position: relative;
	z-index: 3;
	margin: 100px auto 0;
	text-align:center;
}
#vid .ikra__item {
	width: 100%;
	max-width: 14.5%;
	text-align: center;
}

#vid .ikra__item figure {
	width: 100%;
	height: 150px;
	margin-bottom: 25px;
}
#vid .ikra__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	margin: 0 auto;
}
#vid .ikra__item span {
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	background: var(--gradient-color-1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	margin-bottom: 30px;
}
#vid .ikra__item p {
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	background: var(--gradient-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
/* Vid END */

/* Prices START */
#prices {
	position: relative;
	padding: 20px 0 30px;
	z-index: 4;
}
.geom__line2 {
	position: relative;
	top: -90px;
	left: 0;
	z-index: 5;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.geom__line2 svg {
	position: absolute;
	top: 0;
	left: -20%;
	height: 100%;
	width: 140%;
	height: 100%;
}
#prices h2 {
	font-size: 82px;
	line-height: 90px;
	text-align: left;
	background: var(--gradient-color-1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#prices .inner__content {
	max-width: 585px;
}
#prices .flexbox {
	font-family: var(--header-font);
	gap: 30px;
	align-items: center;
	font-size: 48px;
	font-weight: 300;
	line-height: 32px;
	background: var(--gradient-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 50px;
}
#prices .flexbox img {
	max-width: 300px;
}
.custom__list > li:not(:last-child) {
	margin-bottom: 30px;
}
.custom__list > li {
	font-family: var(--header-font);
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	background: var(--gradient-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#prices .custom__button {
	margin-top: 40px;
}
#prices .images__price {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	max-width: 630px;
	z-index: 1;
}
.ikra__img {
	position: relative;
	z-index: 3;
}
.certs {
	position: absolute;
	top: 15%;
	transform: translateY(-50%);
	right: 0;
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	z-index: 2;
}
.certs img {
	position: relative;
	top: 0;
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	max-width: 170px;
	transition: all 0.2s ease-in-out;
}
.certs img:hover {
	top: -15px;
}
/* Prices END */

/* Assartiment START */

#assart {
	position: relative;
	z-index: 1;
	background: url(/images/bg-2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#assart:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 100%);
	content: "";
	z-index: 2;
}
#assart h2 {
	position: relative;
	z-index: 4;
}
.fish__item:not(:last-child) {
	margin-bottom: 30px;
}
.fish__item {
	position: relative;
	z-index: 3;
	border: 2px solid transparent;
	align-items: center;
	gap: 25px;
	border-radius: 50px;
	padding: 15px 20px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.fish__item:hover {
	border-color: var(--color-3);
}
.fish__item h4 {
	font-family: var(--body-font);
    width: 100%;
    max-width: 45.5%;
    font-size: 60px;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    color: #ff3d00;
}
.fish__item:hover h4 {
	font-size: 50px;
}
.fish__item:hover h4 span {
	font-size: 40px;
}
.fish__item h4 span {
	display: block;
	font-size: 30px;
	transition: all 0.2s ease-in-out;
}
.fish__item button,
.fish__item a{
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	gap: 5px;
	width: 100%;
	max-width: 20%;
	background: var(--gradient-color-1);
	border-radius: 50px;
	height: 50px;
	box-shadow: 0 8.333333333333334px 25px 0px rgb(247, 44, 0);
	color: #fff;
}
.fish__item button:hover {
	scale: 1.02;
}
.fish__item figure {
	position: relative;
	width: 100%;
	max-width: 30%;
	height: 160px;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: 70% !important;	
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	z-index: -1;
}
.fish__item:hover figure {
	background-size: 74% !important;
}
.fish__item figure:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	width: 100%;
	content: "";
	background: #fff;
	z-index: 2;
}
.fish__item figure img {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-height: 150px;
	object-fit: cover;
	object-position: center;
	z-index: 3;
}
/* Assartiment END */

/* Delivery START */
.geom__line3 {
	position: relative;
	top: -3px;
	height: 140px;
	width: 100%;
	z-index: 5;
	overflow: hidden;
}
.geom__line3.bottom  {
	position: absolute;
	left: 0;
	top: inherit;
	bottom: -2px;
	z-index: 5;
}
.geom__line3.bottom svg {
	transform: rotate(0deg);
}
.geom__line3.bottom svg path {
	fill: #fff !important;
}
.geom__line3 svg {
	position: absolute;
	top: 0;
	left: -20%;
	width: 140%;
	transform: rotate(-180deg);
	height: 100%;
}
.geom__line3 svg path {
	fill: #ffeae6 !important;
}
#delivery {
	position: relative;
	background: url(/images/bg.jpg) no-repeat;
	background-position: left;
	background-size: cover;
	z-index: 1;
	padding: 0 0 110px;
	overflow: hidden;
}
#delivery:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 100%);
	z-index: 2;
}
#delivery .inner__content {
	position: relative;
	z-index: 3;
}
#delivery .inner__content h2 {
	text-align: left;
}
.map__img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -200px;
	max-width: 600px;
	z-index: 4;
}
#delivery .flexbox {
	position: relative;
	top: 130px;
	align-items: center;
	gap: 30px;
	z-index: 3;
}
#delivery .flexbox h3 {
	background: var(--gradient-color-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-size: 35px;
	line-height: 41px;
	margin: 0;
}
#delivery .flexbox h3 span {
	display: block;
}
#delivery .flexbox img {
	width: 110px;
	height: auto;
}
#our-del {
	padding: 60px 0;
}
#our-del h2 {
	text-align: left;
}
#our-del .col-6:nth-child(1) {
	padding-right: 30px;
}
/* Delivery END */

/* Footer START */
#footer {
	background: #000;	
	padding: 70px 0;
}
.footer__img {
	position: absolute;
	top: 0;
	left:50%;
	margin-right: -50%;
	transform: translateX(-50%);
	z-index: 6;
}
#footer,
#footer a {
	color: #fff;
}
.geom__line4 {
	position: relative;
	z-index: 3;
	height: 140px;
	width: 100%;
	overflow: hidden;
}
.geom__line4 svg {
	position: absolute;
	top: 2px;
	left: -20%;
	width: 140%;
	height: 100%;	
}
.geom__line4 svg path {
	fill: #000 !important;
}
#footer .row {
	align-items: center;
}
#footer .col-3:last-child a {
	color: var(--color-3);
	font-size: 22px;
}
nav.flexbox {
	justify-content: center;
	gap: 15px;
}
.copyright {
	text-align: center;
	font-size: 16px;
}
/* Footer END */

.form_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.form_top .form_text {
	width: 100%;
	max-width: 520px;
	margin: 0;
}
.form_top .form_text li {
	position: relative;
	padding-left: 27px;
	font-size: 14px;
	line-height: 20px;
}
.form_top .form_text li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 15px;
	height: 15px;
	background: url(/images/checkbox.png) no-repeat;
	background-size: cover;
	background-position: center center;
	content: "";
}
.choise__fish .form__group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
}
.choise__fish .form__group p:nth-child(1) {
	width: 70%;
}
.choise__fish .form__group p:last-child {
	width: 7%;
	margin-left: 10px;
}
.top_img  {
	margin: 10px auto;
}
.choise__fish .form__group input {
	max-width: 40px;
}

#rew {
    position: relative;
}
#rew .slick-arrow {
    position: asbsolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-2);
    color: #fff;
    width: 35px;
    height: 35px;
    z-index: 10;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 1;
}

.rew_img{
    width:250px;
    margin:auto;
}