/*reset styles start*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */

 :focus {
    outline: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

 ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*reset styles end*/


/*fix box-sizing start*/

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}


/*fix box-sizing end*/


/*fonts start*/


/* merriweather-regular - latin_cyrillic */

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/merriweather-v28-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/merriweather-v28-latin_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* merriweather-700 - latin_cyrillic */

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/merriweather-v28-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/merriweather-v28-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* inter-regular - latin_cyrillic */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/inter-v7-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/inter-v7-latin_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* inter-700 - latin_cyrillic */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/inter-v7-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/inter-v7-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*fonts end*/

 :root {
    --font-family-content: 'Inter', sans-serif;
    --font-family-headers: 'Merriweather', serif;
    --color-bg-dark: #000;
    --color-white: #fff;
    --color-gold: #bdae82;
    --color-matte-black: #1C1C1C;
    --width-laptop: 1440px;
    --width-tablet: 768px;
    --font-size-header__nav: 20px;
    --line-height-header__nav: 50px;
    --font-size-hero-header: 60px;
    --line-height-hero-header: 120px;
    --font-size-hero-info: 20px;
    --line-height-hero-info: 40px;
    --font-size-section-title: 40px;
    --line-height-section-title: 80px;
}

html {
    scroll-behavior: smooth;
}

.body {
    font-family: var(--font-family-content);
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    color: var(--color-white);
    background-color: var(--color-bg-dark);
    transition: 0.2s;
}

.body-light {
    color: var(--color-matte-black);
    background-color: var(--color-white);
}

h1,
h2 {
    font-family: var(--font-family-headers);
    font-weight: 700;
}

.container {
    max-width: var(--width-laptop);
    margin: 0 auto;
    padding: 0 20px;
}


/* activ elements start */

.button {
    border: 0;
    font-family: inherit;
    cursor: pointer;
    height: 55px;
    width: 220px;
    font-size: 20px;
    line-height: 40px;
    transition: 0.3s;
}

.button-hire,
.button-send {
    background-color: var(--color-gold);
    color: var(--color-bg-dark);
}

.icon {
    min-width: 32px;
    min-height: 32px;
    background-color: var(--color-white);
    transition: 0.3s;
}

.link {
    text-decoration: none;
    color: var(--color-white);
    transition: 0.3s;
}

.link:hover,
.link:focus {
    cursor: pointer;
    filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%) contrast(87%);
}

.button:hover,
.button:focus {
    color: var(--color-white);
    box-shadow: 0 0.5em 0.5em -0.4em var(--color-gold);
    transform: translateY(-0.25em);
}

.button:active,
.icon:active {
    box-shadow: 0 0.2em 0.5em -0.2em var(--color-gold);
    transform: translate(0, 3px);
}

.button-black {
    font-family: inherit;
    cursor: pointer;
    height: 55px;
    width: 220px;
    font-size: 20px;
    line-height: 40px;
    border: 2px var(--color-gold) solid;
    background-color: var(--color-bg-dark);
    color: var(--color-gold);
    transition: 0.3s;
}

.button-black.active {
    color: var(--color-bg-dark);
    background-color: var(--color-gold);
}

.button-black:active {
    box-shadow: 0 0.2em 0.5em -0.2em var(--color-gold);
}

.button-black:focus,
.button-black:hover {
    color: var(--color-white);
    box-shadow: 0 0.5em 0.5em -0.4em var(--color-gold);
    transform: translateY(-0.25em);
}

.button-black:active {
    box-shadow: 0 0.2em 0.5em -0.2em var(--color-gold);
    transform: translate(0, 0.02em);
    background-color: var(--color-gold);
    color: var(--color-white);
    transform: translateY(-0.0em);
}

.hamburger {
    transition: 0.3s;
}

.hamburger .line {
    width: 50px;
    height: 3px;
    background-color: var(--color-white);
    display: block;
    margin: 9px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover,
.hamburger:focus {
    cursor: pointer;
    filter: invert(26%) sepia(15%) saturate(638%) hue-rotate(7deg) brightness(92%) contrast(87%);
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -o-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.hamburger {
    display: none;
}


/* active elements end */


/* header style start*/

header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header__bg {
    background: url('../img/header-bg.jpg');
    background-repeat: no-repeat;
    background: none;
    background-position: center -900px;
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.header__container {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.header__logo {
    min-width: 50px;
    min-height: 50px;
    margin: 0 auto 0 0;
    -webkit-mask-image: url('../svg/logo.svg');
    mask-image: url('../svg/logo.svg');
}

.header__nav {
    margin-left: auto;
    font-size: var(--font-size-header__nav);
    line-height: var(--line-height-header__nav);
    transition: .5s
}

.header__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    color: var(--color-white);
    list-style: none;
}

.header__item {
    margin-left: 30px;
}

.header__item:last-child {
    margin-right: 32.3px;
}


/*
.header__item:nth-child(1) {
    width: 49px;
}

.header__item:nth-child(2) {
    width: 81px;
}

.header__item:nth-child(3) {
    width: 55px;
}

.header__item:nth-child(4) {
    width: 48px;
}

.header__item:nth-child(5) {
    width: 86px;
}
*/

.header__switch-lng {
    margin-right: -1.75px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    width: 70px;
}

.lang-sep {
    padding: 0 9px 0 9.3px;
    pointer-events: none;
}

.lang-en,
.lang-ru {
    text-transform: uppercase;
}

.lang-en:hover,
.lang-en:focus,
.lang-ru:hover,
.lang-ru:focus {
    color: var(--color-gold);
    filter: none;
}

.lang-activated {
    color: var(--color-gold);
    pointer-events: none;
}

.theme-icon {
    width: 45px;
    height: 45px;
    margin: 0 0 0 35px;
    transition: 0.3s;
    background-color: var(--color-white);
    -webkit-mask-image: url('../svg/theme-icon.svg');
    mask-image: url('../svg/theme-icon.svg');
}

.theme-icon:hover,
.theme-icon:focus {
    background-color: var(--color-gold);
}

.theme-icon-light {
    height: 40px;
    width: 40.81632614135742px;
    background-color: var(--color-matte-black);
    -webkit-mask-image: url('../svg/theme-icon-light.svg');
    mask-image: url('../svg/theme-icon-light.svg');
}


/* header style end*/


/* hero section style start */

.hero {
    height: 910px;
}

.hero-bg {
    background-image: url('../img/header-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: 1s;
}

.hero-container {
    padding: 250px 0 0 80px;
    align-items: center;
    margin: 0 auto;
    max-width: var(--width-laptop);
}

.hero-header {
    font-size: var(--font-size-hero-header);
    line-height: var(--line-height-hero-header);
    margin-bottom: 10px;
    font-weight: 700;
}

.hero-info {
    font-size: var(--font-size-hero-info);
    line-height: var(--line-height-hero-info);
    width: 470px;
    margin-bottom: 25px;
}


/* hero section style end */


/* skills section start */

.section-title-container {
    margin: 0 auto;
    padding: 100px 0 60px;
    width: 50%;
}

.section-title {
    text-align: center;
    color: var(--color-gold);
    font-size: var(--font-size-section-title);
    line-height: var(--line-height-section-title);
    background-image: linear-gradient(to top, #000 39px, #bdae82 39px, #bdae82 41px, #000 41px);
}

.section-title-header-bg {
    background-color: var(--color-bg-dark);
    padding-left: 20px;
    padding-right: 20px;
}

.skills-items {
    display: flex;
    justify-content: space-between;
    row-gap: 100px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
}

.skill-item {
    background-position: center top;
    padding-top: 100px;
    font-size: 18px;
    line-height: 36px;
    width: 300px;
    height: 240px;
    text-align: center;
}

.skill-item-header {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.skill-item-info {
    width: 280px;
    margin: 0 auto
}

.skill-item:nth-child(1) {
    background-image: url('../svg/camera.svg');
    background-repeat: no-repeat;
    background-size: 62px 50px;
    flex: none;
}

.skill-item:nth-child(2) {
    background-image: url('../svg/video.svg');
    background-repeat: no-repeat;
    background-size: 62px 50px;
    flex: none;
}

.skill-item:nth-child(3) {
    background-image: url('../svg/image.svg');
    background-repeat: no-repeat;
    background-size: 62px 50px;
    flex: none;
}

.skill-item:nth-child(4) {
    background-image: url('../svg/mic.svg');
    background-repeat: no-repeat;
    background-size: 62px 50px;
    flex: none;
}


/* skills section end */


/* portfolio section start*/

.portfolio-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding-bottom: 60px;
}

.portfolio-photos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}


/* portfolio section end */


/* video section end */

.video-container {
    max-width: calc( var(--width-laptop) - 40px);
    margin: 0 auto;
}

.video-player-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/video-player.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.video-player-bg::before {
    display: block;
    content: "";
    width: 100%;
}

.video-player-sizer {
    padding-top: 50.357%;
}

.video-player-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
}

.play-hover {
    position: absolute;
    border: 0;
    width: 130px;
    height: 130px;
    background: none;
    background-color: var(--color-white);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-mask-image: url('../svg/Play_hover.svg');
    mask-image: url('../svg/Play_hover.svg');
    -webkit-mask-size: 130px;
    mask-size: 130px;
    z-index: 5;
}

.play-hover:hover,
.play-hover:focus {
    background-color: var(--color-gold);
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background-image: url('./../img/video-player.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: 1s;
}

.video-player-viewer {
    width: 100%;
    height: auto;
}

.video-player-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: 0 15px;
    background-color: var(--color-bg-dark);
}

.video-player-play-icon {
    width: 40px;
    height: 36px;
    background: none;
    background-color: var(--color-white);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    cursor: pointer;
    transition: 0.2s;
}

.video-player-play-icon:hover,
.video-player-play-icon:active {
    background-color: var(--color-gold);
}

.volume-icon {
    -webkit-mask-image: url('../svg/volume.svg');
    mask-image: url('../svg/volume.svg');
}

.mute {
    -webkit-mask-image: url('../svg/mute.svg');
    mask-image: url('../svg/mute.svg');
}

.play {
    -webkit-mask-image: url('../svg/play.svg');
    mask-image: url('../svg/play.svg');
}

.pause {
    -webkit-mask-image: url('../svg/pause.svg');
    mask-image: url('../svg/pause.svg');
}

.video-player-progress,
.video-player-volume {
    background: linear-gradient( to right, var(--color-gold) 0%, var(--color-gold) 0%, #c8c8c8 0%, #c8c8c8 100%);
    height: 10px;
    width: calc(80% - 70px);
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.video-player-volume {
    background: linear-gradient( to right, var(--color-gold) 0%, var(--color-gold) 40%, #c8c8c8 40%, #c8c8c8 100%);
    width: calc(20% - 40px);
}

.video-player-progress::-webkit-slider-thumb,
.video-player-volume::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: var(--color-white);
}


/* video section end */


/* price section start */

.price-container {
    padding-bottom: 100px;
}

.prices-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.price-card {
    flex: 1;
    border: 3px solid var(--color-gold);
    text-align: center;
    padding-top: 40px;
    height: 505px;
    max-width: 450px;
    min-width: 420px;
}

.price-card-header {
    font-family: var(--font-family-headers);
    color: var(--color-white);
    font-size: 28px;
    line-height: 56px;
}

.price-card-content {
    display: block;
    font-family: var(--font-family-content);
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.price {
    font-family: var(--font-family-headers);
    color: var(--color-gold);
    font-size: 24px;
    line-height: 48px;
    padding: 21px 0 20px;
}

.price-card-button {
    margin-top: 39px;
    background-color: var(--color-gold);
    color: var(--color-bg-dark);
}


/* price section end */


/* contacts section start*/

.contacts {
    max-width: var(--width-laptop);
    margin: 0 auto;
}

.contacts__bg {
    background: url('../img/contacts.jpg');
    background-size: auto 700px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 700px;
    transition: 1s;
}

.contacts__container {
    padding-top: 60px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    width: 450px;
    transition: 1s;
}

.contacts__section-title {
    background-image: none;
    text-align: left;
    transition: 1s;
}

.email {
    margin-top: 40px;
    height: 50px;
    width: 100%;
    transition: 1s;
}

.tel {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    transition: 1s;
}

.message {
    margin-top: 20px;
    height: 100px;
    margin-bottom: 30px;
    width: 100%;
    transition: 1s;
}

.email,
.tel,
.message {
    background-color: rgba(0, 0, 0, 0.3);
    border: solid var(--color-gold) 2px;
    color: var(--color-white);
    outline: none;
    font-size: 20px;
    line-height: 40px;
    font-family: var(--font-family-content);
    font-weight: 400;
    padding-left: 20px;
    resize: none;
}

.email:hover,
.tel:hover,
.message:hover,
.email:focus,
.tel:focus,
.message:focus {
    border-color: var(--color-white);
}

.email:focus,
.tel:focus,
.message:focus {
    color: var(--color-white);
}

.email::placeholder,
.tel::placeholder,
.message::placeholder {
    font-family: var(--font-family-content);
    font-weight: 400;
    color: var(--color-gold);
    font-size: 20px;
    line-height: 40px;
}


/* contacts section end*/


/* footer start */

.footer-list {
    height: 150px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    font-size: 20px;
    line-height: 50px;
}

.footer-item-year {
    padding: 0 20px;
}

.footer-item {
    display: flex;
    justify-content: right;
}

.sotial {
    gap: 20px;
}

.logo-pinterest {
    -webkit-mask-image: url('../svg/pinterest.svg');
    mask-image: url('../svg/pinterest.svg');
}

.logo-tw {
    -webkit-mask-image: url('../svg/tw.svg');
    mask-image: url('../svg/tw.svg');
}

.logo-fb {
    -webkit-mask-image: url('../svg/fb.svg');
    mask-image: url('../svg/fb.svg');
}

.logo-in {
    -webkit-mask-image: url('../svg/inst.svg');
    mask-image: url('../svg/inst.svg');
}

.rss {
    margin-left: 20px;
}


/* footer end */

@media (max-width: 1259px) {
    .skill-item:last-child {
        flex: auto;
    }
    .play-hover {
        width: 125px;
        height: 125px;
        -webkit-mask-size: 125px;
        mask-size: 125px;
    }
}

@media (max-width: 959px) {
    .hero-bg {
        background-position: left 32% top;
    }
    .skill-item:last-child {
        flex: none;
    }
    .portfolio-buttons-container {
        width: 450px;
        margin: 4px auto 0;
    }
    .play-hover {
        width: 100px;
        height: 100px;
        -webkit-mask-size: 100px;
        mask-size: 100px;
    }
}

@media (max-width: 768px) {
    .header__switch-lng {
        margin-left: auto;
    }
    .header__bg {
        background: none;
    }
    .hamburger {
        display: block;
        margin-right: 3px;
        margin-left: 25px;
        z-index: 30;
    }
    .header__nav {
        margin-left: 0;
        z-index: -1;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -768px;
    }
    .header__nav-blackout {
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        right: 0;
        z-index: 20;
        left: 0;
    }
    .header__nav-blackout:hover {
        cursor: pointer;
    }
    .header__list-tablet {
        z-index: 25;
        display: block;
        position: relative;
        right: 0px;
        color: var(--color-white);
        background-color: var(--color-bg-dark);
        width: 620px;
        height: 100%;
        right: 0;
        font-family: var(--font-family-headers);
        font-weight: 700;
        font-size: 34.8235px;
        line-height: 73px;
        padding-left: 127px;
        padding-top: 134px;
    }
    .header__list-tablet:hover {
        cursor: auto;
    }
    .container {
        width: calc(100% - 44px);
        padding: 0 40px;
    }
    .header__container {
        width: 100%;
        padding: 0 60px;
    }
    .header__switch-lng {
        margin-right: 8px;
        font-weight: 400;
    }
    .lang-sep {
        margin: 0 10px 0 2px;
    }
    .lang-activated {
        font-weight: 400;
    }
     :root {
        --font-size-hero-header: 32px;
        --line-height-hero-header: 64px;
        --line-height-hero-info: 1.2;
        --font-size-section-title: 32px;
    }
    .hero {
        height: 590px;
        background-image: url(../img/header-bg-small.jpg);
    }
    .hero-container {
        padding: 168px 0 0 60px;
    }
    .hero-info {
        width: 390px;
    }
    .hero-header {
        font-weight: 400;
        margin-bottom: 20px;
    }
    .hero-info {
        margin-bottom: 60px;
    }
    .hero>.button {
        width: 219px;
        height: 54px;
    }
    .skills-container {
        padding-bottom: 25px;
    }
    .skills-items {
        justify-content: space-between;
        row-gap: 20px;
        padding: 0;
    }
    .skill-item {
        padding-top: 80px;
        width: 300px;
        flex: auto;
    }
    .skill-item-info {
        line-height: 1.2;
    }
    .section-title-container {
        padding: 80px 0 45px;
        width: 364px;
    }
    .video .section-title-container {
        padding: 80px 0px 50px;
    }
    .play-hover {
        width: 65px;
        height: 65px;
        -webkit-mask-size: 65px;
        mask-size: 65px;
    }
    .cover {
        background-image: url("./../img/video-player-small.jpg");
    }
    .video-player-bg {
        background: url('../img/video-player-small.jpg');
        background-size: 100% auto;
    }
    .video-player-sizer {
        padding-top: 54.4271%;
    }
    .video-player-controls {
        position: relative;
        padding-top: 12px;
        justify-content: space-between;
    }
    .video-player-progress {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .video-player-volume {
        width: calc(100% - 150px);
        margin-right: 10px;
        height: 7px;
    }
    .video-player-play-icon {
        width: 32px;
        height: 32px;
    }
    .prices-cards-container {
        padding-top: 5px;
        row-gap: 50px;
    }
    .price-container {
        padding-bottom: 80px;
    }
    .price-card {
        max-width: 420px;
        min-width: 330px;
    }
    .contacts__bg {
        height: 600px;
        background-size: auto 600px;
    }
    .contacts__container {
        margin: 0 auto;
        align-items: center;
        padding-top: 52px;
    }
    .contacts__section-title {
        text-align: center;
    }
    .email {
        margin-top: 32px;
    }
    .footer {
        padding: 28px 0;
    }
    .footer-list {
        flex-direction: column;
        line-height: 1.2;
        height: 134px;
    }
    .sotial {
        flex-direction: row;
        height: 50px;
    }
    .rss {
        margin-left: 0px;
        margin-top: -5px;
    }
    .footer-item-year {
        padding: 0 23px 0 20px;
    }
}

@media (max-width: 720px) {
    .skills-items {
        justify-content: space-around;
    }
}

@media (max-width: 620px) {
    .header__container {
        background: none;
    }
    .header__bg {
        background: linear-gradient( 178deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    }
    .hero-bg {
        background-position: right 30% top;
    }
    .hero-info {
        width: 50%;
    }
    .portfolio-buttons-container {
        width: auto;
    }
    .contacts__bg {
        background-position: right 70% top;
    }
}

@media (max-width: 620px) {
    .header__nav-blackout>.header__list {
        padding-left: 20%;
    }
}

@media (max-width: 500px) {
    .section-title-container {
        width: 80%;
    }
    .contacts__container {
        margin: 0 auto;
        width: calc(100% - 40px);
    }
    .email,
    .tel,
    .message {
        width: 100%;
        min-width: 0;
    }
    .portfolio-image {
        width: 100%;
    }
    .container {
        width: 95%;
        padding: 0 10px 0 10px;
    }
    .header__container {
        padding: 0 10% 0 10%;
    }
    .hero-container {
        width: 95%;
        padding-left: 10%;
    }
    .price-card {
        min-width: 95%;
    }
    .portfolio-photos-container,
    .prices-cards-container {
        gap: 0;
        row-gap: 25px;
    }
    .hero-header {
        margin-bottom: 20px;
    }
    .hero-info {
        margin-bottom: 20px;
        width: 60%;
    }
}

@media (max-width: 375px) {
     :root {
        --font-size-hero-header: 60px;
        --font-size-section-title: 28px;
    }
    .header__container {
        padding: 0;
        justify-content: space-around;
    }
    .header__switch-lng,
    .hamburger,
    .header__logo,
    .theme-icon {
        margin: 0;
    }
    .hero-header {
        margin-bottom: 30px;
        width: 95%;
    }
    .hero-info {
        width: 95%;
        margin-bottom: 30px;
    }
    .hero-container .button {
        width: 90%;
        margin: 0 auto;
    }
}